var/cache/dev/Container8fdY3gu/App_KernelDevDebugContainer.php line 2771

Open in your IDE?
  1. <?php
  2. namespace Container8fdY3gu;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  35.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  36.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'League\\Flysystem\\Filesystem' => 'getFilesystemService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  46.             'data_collector.dump' => 'getDataCollector_DumpService',
  47.             'doctrine' => 'getDoctrineService',
  48.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'event_dispatcher' => 'getEventDispatcherService',
  51.             'http_kernel' => 'getHttpKernelService',
  52.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  53.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  54.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  55.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  56.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  57.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  60.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  61.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  62.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  63.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  64.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  65.             'translator' => 'getTranslatorService',
  66.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  67.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  68.             'cache_clearer' => 'getCacheClearerService',
  69.             'filesystem' => 'getFilesystem2Service',
  70.             'serializer' => 'getSerializerService',
  71.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  72.             'form.factory' => 'getForm_FactoryService',
  73.             'form.type.file' => 'getForm_Type_FileService',
  74.             'profiler' => 'getProfilerService',
  75.             'twig' => 'getTwigService',
  76.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  77.             'security.token_storage' => 'getSecurity_TokenStorageService',
  78.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  79.             'session' => 'getSessionService',
  80.             'validator' => 'getValidatorService',
  81.         ];
  82.         $this->fileMap = [
  83.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  84.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  86.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  87.             '.container.private.session' => 'get_Container_Private_SessionService',
  88.             'App\\Controller\\AuthController' => 'getAuthControllerService',
  89.             'App\\Controller\\BookingController' => 'getBookingControllerService',
  90.             'App\\Controller\\ContactController' => 'getContactControllerService',
  91.             'App\\Controller\\ExceptionController' => 'getExceptionControllerService',
  92.             'App\\Controller\\ImageController' => 'getImageControllerService',
  93.             'App\\Controller\\Newsletter' => 'getNewsletterService',
  94.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  95.             'App\\Controller\\UserController' => 'getUserControllerService',
  96.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  97.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  98.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  99.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  100.             'admin_content_controller' => 'getAdminContentControllerService',
  101.             'boab_cms.block.category_list' => 'getBoabCms_Block_CategoryListService',
  102.             'boab_cms.block.category_menu' => 'getBoabCms_Block_CategoryMenuService',
  103.             'boab_cms.block.child_pages' => 'getBoabCms_Block_ChildPagesService',
  104.             'boab_cms.block.content_list' => 'getBoabCms_Block_ContentListService',
  105.             'boab_cms.block.content_photos' => 'getBoabCms_Block_ContentPhotosService',
  106.             'boab_cms.block.event_list' => 'getBoabCms_Block_EventListService',
  107.             'boab_cms.block.featured_content' => 'getBoabCms_Block_FeaturedContentService',
  108.             'boab_cms.block.page_array' => 'getBoabCms_Block_PageArrayService',
  109.             'boab_cms.block.stats' => 'getBoabCms_Block_StatsService',
  110.             'boab_cms.block_controller' => 'getBoabCms_BlockControllerService',
  111.             'boab_cms.download_controller' => 'getBoabCms_DownloadControllerService',
  112.             'boab_cms.photo_controller' => 'getBoabCms_PhotoControllerService',
  113.             'boab_cms.user_controller' => 'getBoabCms_UserControllerService',
  114.             'boabcms_dashboard_controller' => 'getBoabcmsDashboardControllerService',
  115.             'cache.app_clearer' => 'getCache_AppClearerService',
  116.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  117.             'cache.system_clearer' => 'getCache_SystemClearerService',
  118.             'cache_warmer' => 'getCacheWarmerService',
  119.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  120.             'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand' => 'getSitemapGeneratorCommandService',
  121.             'console.command_loader' => 'getConsole_CommandLoaderService',
  122.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  123.             'content_controller' => 'getContentControllerService',
  124.             'error_controller' => 'getErrorControllerService',
  125.             'fbeen.settings_controller' => 'getFbeen_SettingsControllerService',
  126.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  127.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  128.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  129.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService',
  130.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService',
  131.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService',
  132.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService',
  133.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService',
  134.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService',
  135.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  136.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  137.             'liip_imagine.binary.loader.public_images' => 'getLiipImagine_Binary_Loader_PublicImagesService',
  138.             'liip_imagine.binary.loader.top_banner_loader' => 'getLiipImagine_Binary_Loader_TopBannerLoaderService',
  139.             'liip_imagine.binary.loader.user_profile_loader' => 'getLiipImagine_Binary_Loader_UserProfileLoaderService',
  140.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  141.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  142.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  143.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  144.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  145.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  146.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  147.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  148.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  149.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  150.             'login_controller' => 'getLoginControllerService',
  151.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  152.             'role_controller' => 'getRoleControllerService',
  153.             'route_controller' => 'getRouteControllerService',
  154.             'routing.loader' => 'getRouting_LoaderService',
  155.             'services_resetter' => 'getServicesResetterService',
  156.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  157.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  158.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  159.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  160.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  161.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  162.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  163.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  164.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  165.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  166.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  167.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  168.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  169.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  170.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  171.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  172.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  173.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  174.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  175.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  176.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  177.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  178.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  179.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  180.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  181.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  182.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  183.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  184.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  185.             'sonata.seo.block.breadcrumb.homepage' => 'getSonata_Seo_Block_Breadcrumb_HomepageService',
  186.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  187.             'taxonomy.term.controller' => 'getTaxonomy_Term_ControllerService',
  188.             'taxonomy.vocab.controller' => 'getTaxonomy_Vocab_ControllerService',
  189.             'tchoulom.statistics_node_config' => 'getTchoulom_StatisticsNodeConfigService',
  190.             'tchoulom.viewcounter' => 'getTchoulom_ViewcounterService',
  191.             'tchoulom.viewcounter.cleanup.command' => 'getTchoulom_Viewcounter_Cleanup_CommandService',
  192.             'tchoulom.viewcounter.file_stats_builder' => 'getTchoulom_Viewcounter_FileStatsBuilderService',
  193.             'tchoulom.viewcounter.file_stats_finder' => 'getTchoulom_Viewcounter_FileStatsFinderService',
  194.             'tchoulom.viewcounter.filesystem_storage' => 'getTchoulom_Viewcounter_FilesystemStorageService',
  195.             'tchoulom.viewcounter.geolocator_adapter' => 'getTchoulom_Viewcounter_GeolocatorAdapterService',
  196.             'tchoulom.viewcounter.manager' => 'getTchoulom_Viewcounter_ManagerService',
  197.             'tchoulom.viewcounter.mongodb_storage' => 'getTchoulom_Viewcounter_MongodbStorageService',
  198.             'tchoulom.viewcounter.repository' => 'getTchoulom_Viewcounter_RepositoryService',
  199.             'tchoulom.viewcounter.stats_computer' => 'getTchoulom_Viewcounter_StatsComputerService',
  200.             'tchoulom.viewcounter.stats_converter' => 'getTchoulom_Viewcounter_StatsConverterService',
  201.             'tchoulom.viewcounter.stats_converter.command' => 'getTchoulom_Viewcounter_StatsConverter_CommandService',
  202.             'tchoulom.viewcounter.stats_manager' => 'getTchoulom_Viewcounter_StatsManagerService',
  203.             'tchoulom.viewcounter.storage_adapter' => 'getTchoulom_Viewcounter_StorageAdapterService',
  204.             'tchoulom.viewcounter_config' => 'getTchoulom_ViewcounterConfigService',
  205.             'tchoulom.viewcounter_node_config' => 'getTchoulom_ViewcounterNodeConfigService',
  206.             'top_banner_filesystem' => 'getTopBannerFilesystemService',
  207.             'user_profile_filesystem' => 'getUserProfileFilesystemService',
  208.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  209.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  210.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  211.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  212.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  213.         ];
  214.         $this->aliases = [
  215.             'App\\Kernel' => 'kernel',
  216.             'Boab\\CmsBundle\\Controller\\AdminContentController' => 'admin_content_controller',
  217.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  218.             'database_connection' => 'doctrine.dbal.default_connection',
  219.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  220.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  221.             'sonata.seo.page' => 'sonata.seo.page.default',
  222.         ];
  223.         $this->privates['service_container'] = function () {
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  230.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  231.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  234.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/TypeManagerInterface.php';
  235.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/UtilCommon.php';
  236.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ContentTypeConfigTrait.php';
  237.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AbstractContentType.php';
  238.             include_once \dirname(__DIR__4).'/src/Manager/TourTypeManager.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  251.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  278.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  391.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  394.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  397.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  401.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  404.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  405.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  407.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  422.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  494.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  504.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Block/Loader/BlockLoader.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  512.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  514.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  521.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  527.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  528.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  529.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  530.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  531.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  532.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  533.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/EventListener/ApiRequestListener.php';
  534.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/EventListener/ApiResponseListener.php';
  535.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/AbstractView.php';
  536.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ViewManagerInterface.php';
  537.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ViewManager.php';
  538.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ViewLocator.php';
  539.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ThemeManagerInterface.php';
  540.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ThemeManager.php';
  541.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Logger/CoreLogger.php';
  542.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/FlashInterface.php';
  543.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/Flash.php';
  544.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Security/RandomGeneratorInterface.php';
  545.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Security/RandomStringGenerator.php';
  546.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/ORM/RepositoryFactory.php';
  547.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Service/PaginationInterface.php';
  548.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Service/Pagination.php';
  549.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/EventListener/TemplateAnnotationListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  553.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/BaseRepository.php';
  554.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/RouteRepositoryInterface.php';
  555.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/RouteRepository.php';
  556.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/ContentRepositoryInterface.php';
  557.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/ContentRepository.php';
  558.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/EventRepositoryInterface.php';
  559.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/EventRepository.php';
  560.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/BlockRepository.php';
  561.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ContentTypeManagerInterface.php';
  562.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ContentTypeManager.php';
  563.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/PageTypeManager.php';
  564.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ArticleTypeManager.php';
  565.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/NewsTypeManager.php';
  566.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/VideoTypeManager.php';
  567.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AudioTypeManager.php';
  568.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/EventTypeManager.php';
  569.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AdminFormInterface.php';
  570.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/DocumentTypeManager.php';
  571.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AlbumTypeManager.php';
  572.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Contract/FileUploaderInterface.php';
  573.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/FileUploader.php';
  574.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Filesystem/FilesystemInterface.php';
  575.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Filesystem/BaseFilesystem.php';
  576.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Filesystem/PublicFilesystem.php';
  577.             include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  581.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  582.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  588.             include_once \dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Service/SettingsHelper.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/FieldPresenceEnhancer.php';
  617.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Routing/RouteTemplateEnhancer.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  620.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  621.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  622.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  623.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  624.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  625.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  627.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Routing/RouteProvider.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  630.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  646.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/UserNormalizer.php';
  647.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/CollectionNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/ExceptionNormalizer.php';
  649.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/FormErrorNormalizer.php';
  650.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/DateTimeNormalizer.php';
  651.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/ContentNormalizer.php';
  652.             include_once \dirname(__DIR__4).'/src/Normalizer/FormErrorNormalizer.php';
  653.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/PhotoNormalizer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  700.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  707.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  709.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  714.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  715.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  716.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  737.             include_once \dirname(__DIR__4).'/src/Util/Common.php';
  738.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AppExtension.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  752.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  754.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  764.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/FlashExtension.php';
  765.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/BoabCmsExtension.php';
  766.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/BoabGlobalExtension.php';
  767.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/BoabMenuExtension.php';
  768.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/AdminMenuBuilder.php';
  769.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/MenuBuilderInterface.php';
  770.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/ParentChildTrait.php';
  771.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/MenuBuilder.php';
  772.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/Paginator/Twig/PaginatorExtension.php';
  773.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/Paginator/PaginatorFactory.php';
  774.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/FrontMenuExtension.php';
  775.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/MenuDatabaseBuilder.php';
  776.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/src/Twig/Extension/DisqusExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  778.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  781.             include_once \dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Twig/TwigExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  783.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  785.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  786.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  787.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  795.         };
  796.     }
  797.     public function compile(): void
  798.     {
  799.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  800.     }
  801.     public function isCompiled(): bool
  802.     {
  803.         return true;
  804.     }
  805.     public function getRemovedIds(): array
  806.     {
  807.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  808.     }
  809.     protected function load($file$lazyLoad true)
  810.     {
  811.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  812.             return $class::do($this$lazyLoad);
  813.         }
  814.         if ('.' === $file[-4]) {
  815.             $class substr($class0, -4);
  816.         } else {
  817.             $file .= '.php';
  818.         }
  819.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  820.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  821.     }
  822.     protected function createProxy($class\Closure $factory)
  823.     {
  824.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  825.         return $factory();
  826.     }
  827.     /**
  828.      * Gets the public '.container.private.filesystem' shared service.
  829.      *
  830.      * @return \Symfony\Component\Filesystem\Filesystem
  831.      */
  832.     protected function get_Container_Private_FilesystemService()
  833.     {
  834.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  835.     }
  836.     /**
  837.      * Gets the public '.container.private.form.factory' shared service.
  838.      *
  839.      * @return \Symfony\Component\Form\FormFactory
  840.      */
  841.     protected function get_Container_Private_Form_FactoryService()
  842.     {
  843.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  844.     }
  845.     /**
  846.      * Gets the public '.container.private.profiler' shared service.
  847.      *
  848.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  849.      */
  850.     protected function get_Container_Private_ProfilerService()
  851.     {
  852.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  853.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  854.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  855.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  856.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  857.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  858.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  859.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  860.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  861.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  862.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  863.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  864.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  865.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  866.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  867.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  868.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  869.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  870.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  871.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  872.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  873.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  874.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  875.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  876.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  877.         if ($this->has('kernel')) {
  878.             $g->setKernel($b);
  879.         }
  880.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  881.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  882.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  883.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  884.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  885.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  886.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  887.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  888.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  889.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  890.         $instance->add($d);
  891.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  892.         $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()), true));
  893.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  894.         $instance->add($e);
  895.         $instance->add($f);
  896.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  897.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  898.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  899.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  900.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  901.         $instance->add($g);
  902.         return $instance;
  903.     }
  904.     /**
  905.      * Gets the public '.container.private.security.authorization_checker' shared service.
  906.      *
  907.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  908.      */
  909.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  910.     {
  911.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  912.     }
  913.     /**
  914.      * Gets the public '.container.private.security.token_storage' shared service.
  915.      *
  916.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  917.      */
  918.     protected function get_Container_Private_Security_TokenStorageService()
  919.     {
  920.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  921.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  922.         ], [
  923.             'request_stack' => '?',
  924.         ]));
  925.     }
  926.     /**
  927.      * Gets the public '.container.private.serializer' shared service.
  928.      *
  929.      * @return \Symfony\Component\Serializer\Serializer
  930.      */
  931.     protected function get_Container_Private_SerializerService()
  932.     {
  933.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  934.         $b = ($this->services['router'] ?? $this->getRouterService());
  935.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  936.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  937.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  938.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  939.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Boab\CmsBundle\Api\Normalizer\UserNormalizer($b), => new \Boab\CmsBundle\Api\Normalizer\CollectionNormalizer(), => new \Boab\CmsBundle\Api\Normalizer\ExceptionNormalizer(), => new \Boab\CmsBundle\Api\Normalizer\FormErrorNormalizer(), => new \Boab\CmsBundle\Api\Normalizer\DateTimeNormalizer(), => new \Boab\CmsBundle\Api\Normalizer\ContentNormalizer($b, ($this->privates['content_type_manager'] ?? $this->getContentTypeManagerService())), => new \App\Normalizer\FormErrorNormalizer(), => new \Boab\CmsBundle\Api\Normalizer\PhotoNormalizer($b, ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 10 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $d), 14 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($c$d$e$fNULL, [])), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 19 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($c$d$a$e$fNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  940.     }
  941.     /**
  942.      * Gets the public '.container.private.twig' shared service.
  943.      *
  944.      * @return \Twig\Environment
  945.      */
  946.     protected function get_Container_Private_TwigService()
  947.     {
  948.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  949.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  950.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  951.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  952.         $d = ($this->services['router'] ?? $this->getRouterService());
  953.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  954.         $f = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  955.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  956.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  957.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  958.         $i = new \Knp\Menu\Util\MenuManipulator();
  959.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  960.         $k = new \Symfony\Bridge\Twig\AppVariable();
  961.         $k->setEnvironment('dev');
  962.         $k->setDebug(true);
  963.         if ($this->has('.container.private.security.token_storage')) {
  964.             $k->setTokenStorage($g);
  965.         }
  966.         if ($this->has('request_stack')) {
  967.             $k->setRequestStack($e);
  968.         }
  969.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  970.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  971.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  972.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  973.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  974.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__4), 'UTF-8'));
  975.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  976.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  977.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  978.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  979.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  980.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  981.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  982.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  983.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  984.         $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())));
  985.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($f, new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  987.         $instance->addExtension(new \App\Twig\Extension\AppExtension());
  988.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  989.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  990.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  991.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  992.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  993.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  994.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  995.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  996.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  997.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  998.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  999.         $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, [
  1000.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1001.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1002.         ], [
  1003.             'list' => '?',
  1004.             'twig' => '?',
  1005.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $i$j), $j$i));
  1006.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1007.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1008.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1009.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  1010.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1011.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1012.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1013.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1014.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1015.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\FlashExtension(($this->privates['boab_cms.flash'] ?? $this->getBoabCms_FlashService())));
  1016.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabCmsExtension(($this->privates['content_type_manager'] ?? $this->getContentTypeManagerService())));
  1017.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabGlobalExtension(($this->privates['boab_cms.theme_manager'] ?? $this->getBoabCms_ThemeManagerService()), 'Heaven Waves Multimedia'));
  1018.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabMenuExtension($instance, new \Boab\CmsBundle\Menu\AdminMenuBuilder(new \Boab\CmsBundle\Menu\MenuBuilder($f$d, ($this->privates['boab_cms.random_generator'] ?? ($this->privates['boab_cms.random_generator'] = new \Boab\CmsBundle\Security\RandomStringGenerator()))), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), $this->parameters['boab_cms.navigation'])));
  1019.         $instance->addExtension(new \Boab\CmsBundle\Util\Paginator\Twig\PaginatorExtension($instance, new \Boab\CmsBundle\Util\Paginator\PaginatorFactory($this->parameters['boab_cms.pagination'])));
  1020.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\FrontMenuExtension(new \Boab\CmsBundle\Menu\MenuDatabaseBuilder(($this->privates['boabcms.route_repository'] ?? $this->getBoabcms_RouteRepositoryService()), $d), $instance));
  1021.         $instance->addExtension(new \Knp\Bundle\DisqusBundle\Twig\Extension\DisqusExtension());
  1022.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  1023.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1024.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1025.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1026.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1027.         ], [
  1028.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1029.             'webpack_encore.tag_renderer' => '?',
  1030.         ])));
  1031.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1032.         $instance->addExtension(new \Fbeen\SettingsBundle\Twig\TwigExtension(($this->privates['fbeen_settings.settings_helper'] ?? $this->getFbeenSettings_SettingsHelperService())));
  1033.         $instance->addGlobal('app'$k);
  1034.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1035.             'App\\Twig\\SecureImageRuntime' => ['privates''App\\Twig\\SecureImageRuntime''getSecureImageRuntimeService'true],
  1036.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1037.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1038.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1039.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1040.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1041.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1042.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1043.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1044.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1045.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1046.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1047.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1048.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1049.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1050.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1051.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1052.             'Knp\\Bundle\\DisqusBundle\\Helper\\DisqusHelper' => ['privates''knp_disqus.helper''getKnpDisqus_HelperService'true],
  1053.         ], [
  1054.             'App\\Twig\\SecureImageRuntime' => '?',
  1055.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1056.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1057.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1058.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1059.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1060.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1061.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1062.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1063.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1064.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1065.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1066.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1067.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1068.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1069.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1070.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1071.             'Knp\\Bundle\\DisqusBundle\\Helper\\DisqusHelper' => '?',
  1072.         ])));
  1073.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1074.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1075.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  1076.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1077.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [=> 'bundles/sonataadmin/app.js'], 'stylesheets' => [=> 'bundles/sonataadmin/app.css'=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  1078.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1079.         return $instance;
  1080.     }
  1081.     /**
  1082.      * Gets the public '.container.private.validator' shared service.
  1083.      *
  1084.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1085.      */
  1086.     protected function get_Container_Private_ValidatorService()
  1087.     {
  1088.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1089.     }
  1090.     /**
  1091.      * Gets the public 'League\Flysystem\Filesystem' shared service.
  1092.      *
  1093.      * @return \League\Flysystem\Filesystem
  1094.      */
  1095.     protected function getFilesystemService()
  1096.     {
  1097.         return $this->services['League\\Flysystem\\Filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/../public_html/uploads'), NULL22NULL), []);
  1098.     }
  1099.     /**
  1100.      * Gets the public 'cache.app' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1103.      */
  1104.     protected function getCache_AppService()
  1105.     {
  1106.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Av9NypSn6H'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1107.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1108.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1109.     }
  1110.     /**
  1111.      * Gets the public 'cache.system' shared service.
  1112.      *
  1113.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1114.      */
  1115.     protected function getCache_SystemService()
  1116.     {
  1117.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4gb+VIdcOd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1118.     }
  1119.     /**
  1120.      * Gets the public 'cache.validator_expression_language' shared service.
  1121.      *
  1122.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1123.      */
  1124.     protected function getCache_ValidatorExpressionLanguageService()
  1125.     {
  1126.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0ofgYcgVSV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1127.     }
  1128.     /**
  1129.      * Gets the public 'cmf_routing.route_provider' shared service.
  1130.      *
  1131.      * @return \Boab\CmsBundle\Routing\RouteProvider
  1132.      */
  1133.     protected function getCmfRouting_RouteProviderService()
  1134.     {
  1135.         return $this->services['cmf_routing.route_provider'] = new \Boab\CmsBundle\Routing\RouteProvider(($this->privates['boabcms.route_repository'] ?? $this->getBoabcms_RouteRepositoryService()));
  1136.     }
  1137.     /**
  1138.      * Gets the public 'data_collector.dump' shared service.
  1139.      *
  1140.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1141.      */
  1142.     protected function getDataCollector_DumpService()
  1143.     {
  1144.         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()));
  1145.     }
  1146.     /**
  1147.      * Gets the public 'doctrine' shared service.
  1148.      *
  1149.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1150.      */
  1151.     protected function getDoctrineService()
  1152.     {
  1153.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1154.     }
  1155.     /**
  1156.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1157.      *
  1158.      * @return \Doctrine\DBAL\Connection
  1159.      */
  1160.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1161.     {
  1162.         $a = new \Doctrine\DBAL\Configuration();
  1163.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1164.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1165.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1166.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1167.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1168.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1169.             'App\\EventListener\\RegisterListener' => ['privates''App\\EventListener\\RegisterListener''getRegisterListenerService'true],
  1170.             'boab_cms.file_removal_listener' => ['privates''boab_cms.file_removal_listener''getBoabCms_FileRemovalListenerService'true],
  1171.             'boab_cms.load_thumbnail_listener' => ['privates''boab_cms.load_thumbnail_listener''getBoabCms_LoadThumbnailListenerService'true],
  1172.             'boab_cms.thumbnail_upload_listener' => ['privates''boab_cms.thumbnail_upload_listener''getBoabCms_ThumbnailUploadListenerService'true],
  1173.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1174.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1175.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1176.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1177.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1178.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1179.             'route_path_listener' => ['privates''route_path_listener''getRoutePathListenerService'true],
  1180.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1181.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1182.             'user_relation_listener' => ['privates''user_relation_listener''getUserRelationListenerService'true],
  1183.         ], [
  1184.             'App\\EventListener\\RegisterListener' => '?',
  1185.             'boab_cms.file_removal_listener' => '?',
  1186.             'boab_cms.load_thumbnail_listener' => '?',
  1187.             'boab_cms.thumbnail_upload_listener' => '?',
  1188.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1189.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1190.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1191.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1192.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1193.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1194.             'route_path_listener' => '?',
  1195.             'sonata.doctrine.mapper' => '?',
  1196.             'stof_doctrine_extensions.listener.tree' => '?',
  1197.             'user_relation_listener' => '?',
  1198.         ]), [=> 'doctrine.orm.listeners.resolve_target_entity'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.tree'=> 'sonata.doctrine.mapper'=> 'cmf_routing.persistence.doctrine.route_condition_metadata_listener'=> [=> [=> 'prePersist'], => 'App\\EventListener\\RegisterListener'], => [=> [=> 'preUpdate'], => 'App\\EventListener\\RegisterListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 10 => [=> [=> 'postLoad'], => 'boab_cms.load_thumbnail_listener'], 11 => [=> [=> 'preUpdate'], => 'boab_cms.load_thumbnail_listener'], 12 => [=> [=> 'prePersist'], => 'user_relation_listener'], 13 => [=> [=> 'preUpdate'], => 'user_relation_listener'], 14 => [=> [=> 'prePersist'], => 'route_path_listener'], 15 => [=> [=> 'preUpdate'], => 'route_path_listener'], 16 => [=> [=> 'onFlush'], => 'route_path_listener'], 17 => [=> [=> 'preRemove'], => 'boab_cms.file_removal_listener'], 18 => [=> [=> 'prePersist'], => 'boab_cms.thumbnail_upload_listener'], 19 => [=> [=> 'preUpdate'], => 'boab_cms.thumbnail_upload_listener']]), []);
  1199.     }
  1200.     /**
  1201.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1202.      *
  1203.      * @return \Doctrine\ORM\EntityManager
  1204.      */
  1205.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1206.     {
  1207.         if ($lazyLoad) {
  1208.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1209.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1210.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1211.                     $proxy->setProxyInitializer(null);
  1212.                     return true;
  1213.                 });
  1214.             });
  1215.         }
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1244.         $a = new \Doctrine\ORM\Configuration();
  1245.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1246.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1247.         $b->addDriver($c'App\\Entity');
  1248.         $b->addDriver($c'Boab\\CmsBundle\\Entity');
  1249.         $b->addDriver($c'Fbeen\\SettingsBundle\\Entity');
  1250.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/tchoulom/view-counter-bundle/Entity')]))), 'Tchoulom\\ViewCounterBundle\\Entity');
  1251.         $a->setEntityNamespaces(['App' => 'App\\Entity''BoabCmsBundle' => 'Boab\\CmsBundle\\Entity''TchoulomViewCounterBundle' => 'Tchoulom\\ViewCounterBundle\\Entity''FbeenSettingsBundle' => 'Fbeen\\SettingsBundle\\Entity']);
  1252.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1253.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1254.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1255.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1256.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1257.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1258.         ], [
  1259.             'doctrine.ulid_generator' => '?',
  1260.             'doctrine.uuid_generator' => '?',
  1261.         ])));
  1262.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1263.         $a->setProxyNamespace('Proxies');
  1264.         $a->setAutoGenerateProxyClasses(true);
  1265.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1266.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1267.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1268.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1269.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1270.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1271.             'App\\Repository\\Entity\\NewsRepository' => ['privates''App\\Repository\\Entity\\NewsRepository''getNewsRepositoryService'true],
  1272.             'App\\Repository\\ProgrammeRepository' => ['privates''App\\Repository\\ProgrammeRepository''getProgrammeRepositoryService'true],
  1273.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1274.             'App\\Repository\\SubscriberRepository' => ['privates''App\\Repository\\SubscriberRepository''getSubscriberRepositoryService'true],
  1275.             'App\\Repository\\TourRepository' => ['privates''App\\Repository\\TourRepository''getTourRepositoryService'true],
  1276.         ], [
  1277.             'App\\Repository\\Entity\\NewsRepository' => '?',
  1278.             'App\\Repository\\ProgrammeRepository' => '?',
  1279.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1280.             'App\\Repository\\SubscriberRepository' => '?',
  1281.             'App\\Repository\\TourRepository' => '?',
  1282.         ])));
  1283.         $a->addCustomStringFunction('type''Boab\\CmsBundle\\ORM\\TypeFunction');
  1284.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  1285.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1286.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1287.         return $instance;
  1288.     }
  1289.     /**
  1290.      * Gets the public 'event_dispatcher' shared service.
  1291.      *
  1292.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1293.      */
  1294.     protected function getEventDispatcherService()
  1295.     {
  1296.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1297.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1298.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1299.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1300.         $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())));
  1301.         $instance->addListener('kernel.exception', [=> function () {
  1302.             return ($this->privates['App\\EventListener\\AppExceptionListener'] ?? $this->load('getAppExceptionListenerService'));
  1303.         }, => 'onKernelException'], 0);
  1304.         $instance->addListener('order.send_pincode', [=> function () {
  1305.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1306.         }, => 'onSendPincode'], 0);
  1307.         $instance->addListener('app.order_created', [=> function () {
  1308.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1309.         }, => 'onOrderCreated'], 0);
  1310.         $instance->addListener('order.verified', [=> function () {
  1311.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1312.         }, => 'onOrderVerified'], 0);
  1313.         $instance->addListener('application.completed', [=> function () {
  1314.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1315.         }, => 'onApplicationCompleted'], 0);
  1316.         $instance->addListener('kernel.request', [=> function () {
  1317.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1318.         }, => 'onKernelRequest'], 0);
  1319.         $instance->addListener('order.send_pincode', [=> function () {
  1320.             return ($this->privates['App\\EventListener\\SMSMessengerListener'] ?? $this->load('getSMSMessengerListenerService'));
  1321.         }, => 'onSendPincode'], 0);
  1322.         $instance->addListener('app.order_created', [=> function () {
  1323.             return ($this->privates['App\\EventListener\\SMSMessengerListener'] ?? $this->load('getSMSMessengerListenerService'));
  1324.         }, => 'onOrderCreated'], 0);
  1325.         $instance->addListener('order.verified', [=> function () {
  1326.             return ($this->privates['App\\EventListener\\SMSMessengerListener'] ?? $this->load('getSMSMessengerListenerService'));
  1327.         }, => 'onOrderVerified'], 0);
  1328.         $instance->addListener('kernel.controller', [=> function () {
  1329.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1330.         }, => 'onKernelController'], 0);
  1331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1332.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1333.         }, => 'checkPassport'], 1024);
  1334.         $instance->addListener('kernel.response', [=> function () {
  1335.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1336.         }, => 'onKernelResponse'], 0);
  1337.         $instance->addListener('kernel.response', [=> function () {
  1338.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1339.         }, => 'onKernelResponse'], 0);
  1340.         $instance->addListener('kernel.response', [=> function () {
  1341.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1342.         }, => 'onKernelResponse'], 0);
  1343.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1344.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1345.         }, => 'onBlock'], 0);
  1346.         $instance->addListener('kernel.request', [=> function () {
  1347.             return ($this->privates['api_request_listener'] ?? ($this->privates['api_request_listener'] = new \Boab\CmsBundle\Api\EventListener\ApiRequestListener()));
  1348.         }, => 'onKernelRequest'], 5);
  1349.         $instance->addListener('kernel.view', [=> function () {
  1350.             return ($this->privates['api_response_listener'] ?? $this->getApiResponseListenerService());
  1351.         }, => 'onKernelView'], 200);
  1352.         $instance->addListener('kernel.response', [=> function () {
  1353.             return ($this->privates['api_response_listener'] ?? $this->getApiResponseListenerService());
  1354.         }, => 'onKernelResponse'], 200);
  1355.         $instance->addListener('kernel.exception', [=> function () {
  1356.             return ($this->privates['api_exception_listener'] ?? $this->load('getApiExceptionListenerService'));
  1357.         }, => 'onKernelException'], 200);
  1358.         $instance->addListener('kernel.view', [=> function () {
  1359.             return ($this->privates['boab_cms.response_listener'] ?? $this->load('getBoabCms_ResponseListenerService'));
  1360.         }, => 'onKernelView'], 30);
  1361.         $instance->addListener('kernel.exception', [=> function () {
  1362.             return ($this->privates['boab_cms.exception_listener'] ?? $this->load('getBoabCms_ExceptionListenerService'));
  1363.         }, => 'onKernelException'], 30);
  1364.         $instance->addListener('content.pre_persist', [=> function () {
  1365.             return ($this->privates['file_upload_listener'] ?? $this->load('getFileUploadListenerService'));
  1366.         }, => 'onPrePersist'], 0);
  1367.         $instance->addListener('content.pre_update', [=> function () {
  1368.             return ($this->privates['file_upload_listener'] ?? $this->load('getFileUploadListenerService'));
  1369.         }, => 'onPreUpdate'], 0);
  1370.         $instance->addListener('term.pre_persist', [=> function () {
  1371.             return ($this->privates['file_upload_listener'] ?? $this->load('getFileUploadListenerService'));
  1372.         }, => 'onPrePersistTerm'], 0);
  1373.         $instance->addListener('photo.delete', [=> function () {
  1374.             return ($this->privates['boab_cms.photo_manager_listener'] ?? $this->load('getBoabCms_PhotoManagerListenerService'));
  1375.         }, => 'onPhotoDelete'], 0);
  1376.         $instance->addListener('kernel.controller', [=> function () {
  1377.             return ($this->privates['template.annotation_listener'] ?? $this->getTemplate_AnnotationListenerService());
  1378.         }, => 'onKernelController'], 0);
  1379.         $instance->addListener('security.event_dispatcher.main', [=> function () {
  1380.             return ($this->privates['boab_cms.security_logout_listener'] ?? $this->load('getBoabCms_SecurityLogoutListenerService'));
  1381.         }, => 'onLogout'], 0);
  1382.         $instance->addListener('lexik_jwt_authentication.on_jwt_decoded', [=> function () {
  1383.             return ($this->privates['api.jwt_decoded_listener'] ?? $this->load('getApi_JwtDecodedListenerService'));
  1384.         }, => 'onJWTDecoded'], 0);
  1385.         $instance->addListener('lexik_jwt_authentication.on_jwt_not_found', [=> function () {
  1386.             return ($this->privates['api.jwt_notfound_listener'] ?? ($this->privates['api.jwt_notfound_listener'] = new \Boab\CmsBundle\Api\EventListener\JWTErrorListener()));
  1387.         }, => 'onJWTNotFound'], 0);
  1388.         $instance->addListener('lexik_jwt_authentication.on_jwt_invalid', [=> function () {
  1389.             return ($this->privates['api.jwt_invalid_listener'] ?? ($this->privates['api.jwt_invalid_listener'] = new \Boab\CmsBundle\Api\EventListener\JWTInvalidListener()));
  1390.         }, => 'onJWTInvalid'], 0);
  1391.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1392.             return ($this->privates['api.jwt_created_listener'] ?? $this->load('getApi_JwtCreatedListenerService'));
  1393.         }, => 'onJWTCreated'], 0);
  1394.         $instance->addListener('term.post_persist', [=> function () {
  1395.             return ($this->privates['taxonomy.term_listener'] ?? ($this->privates['taxonomy.term_listener'] = new \Boab\CmsBundle\EventListener\TermListener()));
  1396.         }, => 'onTermPersist'], 0);
  1397.         $instance->addListener('kernel.exception', [=> function () {
  1398.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1399.         }, => 'onKernelException'], 0);
  1400.         $instance->addListener('kernel.response', [=> function () {
  1401.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1402.         }, => 'onKernelResponse'], 0);
  1403.         $instance->addListener('kernel.response', [=> function () {
  1404.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1405.         }, => 'onKernelResponse'], -1024);
  1406.         $instance->addListener('kernel.request', [=> function () {
  1407.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1408.         }, => 'setDefaultLocale'], 100);
  1409.         $instance->addListener('kernel.request', [=> function () {
  1410.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1411.         }, => 'onKernelRequest'], 16);
  1412.         $instance->addListener('kernel.finish_request', [=> function () {
  1413.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1414.         }, => 'onKernelFinishRequest'], 0);
  1415.         $instance->addListener('kernel.request', [=> function () {
  1416.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1417.         }, => 'onKernelRequest'], 256);
  1418.         $instance->addListener('kernel.response', [=> function () {
  1419.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1420.         }, => 'onResponse'], -255);
  1421.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1422.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1423.         }, => 'onControllerArguments'], 0);
  1424.         $instance->addListener('kernel.exception', [=> function () {
  1425.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1426.         }, => 'logKernelException'], 0);
  1427.         $instance->addListener('kernel.exception', [=> function () {
  1428.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1429.         }, => 'onKernelException'], -128);
  1430.         $instance->addListener('kernel.response', [=> function () {
  1431.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1432.         }, => 'removeCspHeader'], -128);
  1433.         $instance->addListener('kernel.request', [=> function () {
  1434.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1435.         }, => 'onKernelRequest'], 15);
  1436.         $instance->addListener('kernel.finish_request', [=> function () {
  1437.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1438.         }, => 'onKernelFinishRequest'], -15);
  1439.         $instance->addListener('console.error', [=> function () {
  1440.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1441.         }, => 'onConsoleError'], -128);
  1442.         $instance->addListener('console.terminate', [=> function () {
  1443.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1444.         }, => 'onConsoleTerminate'], -128);
  1445.         $instance->addListener('console.error', [=> function () {
  1446.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1447.         }, => 'onConsoleError'], 0);
  1448.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1449.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1450.         }, => 'onMessage'], -255);
  1451.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1452.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1453.         }, => 'onMessage'], -255);
  1454.         $instance->addListener('kernel.request', [=> function () {
  1455.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1456.         }, => 'configure'], 2048);
  1457.         $instance->addListener('console.command', [=> function () {
  1458.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1459.         }, => 'configure'], 2048);
  1460.         $instance->addListener('kernel.request', [=> function () {
  1461.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1462.         }, => 'onKernelRequest'], 32);
  1463.         $instance->addListener('kernel.finish_request', [=> function () {
  1464.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1465.         }, => 'onKernelFinishRequest'], 0);
  1466.         $instance->addListener('kernel.exception', [=> function () {
  1467.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1468.         }, => 'onKernelException'], -64);
  1469.         $instance->addListener('kernel.response', [=> function () {
  1470.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1471.         }, => 'onKernelResponse'], 0);
  1472.         $instance->addListener('kernel.request', [=> function () {
  1473.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1474.         }, => 'onKernelRequest'], 128);
  1475.         $instance->addListener('kernel.response', [=> function () {
  1476.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1477.         }, => 'onKernelResponse'], -1000);
  1478.         $instance->addListener('kernel.finish_request', [=> function () {
  1479.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1480.         }, => 'onFinishRequest'], 0);
  1481.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1482.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1483.         }, => 'onNotification'], -255);
  1484.         $instance->addListener('kernel.response', [=> function () {
  1485.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1486.         }, => 'onKernelResponse'], -100);
  1487.         $instance->addListener('kernel.exception', [=> function () {
  1488.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1489.         }, => 'onKernelException'], 0);
  1490.         $instance->addListener('kernel.terminate', [=> function () {
  1491.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1492.         }, => 'onKernelTerminate'], -1024);
  1493.         $instance->addListener('kernel.controller', [=> function () {
  1494.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1495.         }, => 'onKernelController'], 0);
  1496.         $instance->addListener('kernel.response', [=> function () {
  1497.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1498.         }, => 'onKernelResponse'], 0);
  1499.         $instance->addListener('kernel.controller', [=> function () {
  1500.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1501.         }, => 'onKernelController'], 0);
  1502.         $instance->addListener('kernel.controller', [=> function () {
  1503.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1504.         }, => 'onKernelController'], 0);
  1505.         $instance->addListener('kernel.controller', [=> function () {
  1506.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1507.         }, => 'onKernelController'], -128);
  1508.         $instance->addListener('kernel.view', [=> function () {
  1509.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1510.         }, => 'onKernelView'], 0);
  1511.         $instance->addListener('kernel.controller', [=> function () {
  1512.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1513.         }, => 'onKernelController'], 0);
  1514.         $instance->addListener('kernel.response', [=> function () {
  1515.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1516.         }, => 'onKernelResponse'], 0);
  1517.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1518.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1519.         }, => 'onKernelControllerArguments'], 0);
  1520.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1521.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1522.         }, => 'onKernelControllerArguments'], 0);
  1523.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1524.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1525.         }, => 'onMessage'], 0);
  1526.         $instance->addListener('kernel.response', [=> function () {
  1527.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1528.         }, => 'onKernelResponse'], -128);
  1529.         $instance->addListener('console.command', [=> function () {
  1530.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1531.         }, => 'onCommand'], 255);
  1532.         $instance->addListener('console.terminate', [=> function () {
  1533.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1534.         }, => 'onTerminate'], -255);
  1535.         $instance->addListener('console.command', [=> function () {
  1536.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1537.         }, => 'configure'], 1024);
  1538.         $instance->addListener('console.error', [=> function () {
  1539.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1540.         }, => 'onConsoleError'], 0);
  1541.         $instance->addListener('console.terminate', [=> function () {
  1542.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1543.         }, => 'onConsoleTerminate'], 0);
  1544.         $instance->addListener('kernel.response', [=> function () {
  1545.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1546.         }, => 'onKernelResponse'], 0);
  1547.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1548.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1549.         }, => 'checkPassport'], 0);
  1550.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1551.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1552.         }, => 'onLoginSuccess'], 0);
  1553.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1554.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1555.         }, => 'onVoterVote'], 0);
  1556.         $instance->addListener('kernel.request', [=> function () {
  1557.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1558.         }, => 'configureLogoutUrlGenerator'], 8);
  1559.         $instance->addListener('kernel.request', [=> function () {
  1560.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1561.         }, => 'onKernelRequest'], 8);
  1562.         $instance->addListener('kernel.finish_request', [=> function () {
  1563.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1564.         }, => 'onKernelFinishRequest'], 0);
  1565.         $instance->addListener('kernel.controller', [=> function () {
  1566.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1567.         }, => 'onKernelController'], 0);
  1568.         $instance->addListener('cmf_routing.pre_dynamic_generate', [=> function () {
  1569.             return ($this->privates['boabcms.dynamic_generator_listener'] ?? $this->load('getBoabcms_DynamicGeneratorListenerService'));
  1570.         }, => 'onRouteGenerate'], 0);
  1571.         $instance->addListener('page.render', [=> function () {
  1572.             return ($this->privates['seo_listener'] ?? $this->load('getSeoListenerService'));
  1573.         }, => 'onPageRender'], 0);
  1574.         $instance->addListener('page.show', [=> function () {
  1575.             return ($this->privates['boab_cms.view_counter'] ?? $this->load('getBoabCms_ViewCounterService'));
  1576.         }, => 'onPageShow'], 0);
  1577.         $instance->addListener('kernel.finish_request', [=> function () {
  1578.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1579.         }, => 'resetAssets'], 0);
  1580.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1581.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1582.         }, => 'checkPassport'], 512);
  1583.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1584.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1585.         }, => 'onLogout'], 0);
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'http_kernel' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1592.      */
  1593.     protected function getHttpKernelService()
  1594.     {
  1595.         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 () {
  1596.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1597.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1598.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1599.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1600.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1601.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1602.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1603.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1604.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1605.         }, 9)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1606.     }
  1607.     /**
  1608.      * Gets the public 'knp_menu.matcher' shared service.
  1609.      *
  1610.      * @return \Knp\Menu\Matcher\Matcher
  1611.      */
  1612.     protected function getKnpMenu_MatcherService()
  1613.     {
  1614.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1615.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1616.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  1617.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1618.         }, 3));
  1619.     }
  1620.     /**
  1621.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1622.      *
  1623.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1624.      */
  1625.     protected function getLiipImagine_Cache_ManagerService()
  1626.     {
  1627.         $a = ($this->services['router'] ?? $this->getRouterService());
  1628.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1629.             return $this->services['liip_imagine.cache.manager'];
  1630.         }
  1631.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($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'false);
  1632.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1633.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1634.         return $instance;
  1635.     }
  1636.     /**
  1637.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1638.      *
  1639.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1640.      */
  1641.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1642.     {
  1643.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/../public_html'), 'uploads/cache');
  1644.     }
  1645.     /**
  1646.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1647.      *
  1648.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1649.      */
  1650.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1651.     {
  1652.         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()));
  1653.     }
  1654.     /**
  1655.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1656.      *
  1657.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1658.      */
  1659.     protected function getLiipImagine_Cache_SignerService()
  1660.     {
  1661.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1662.     }
  1663.     /**
  1664.      * Gets the public 'request_stack' shared service.
  1665.      *
  1666.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1667.      */
  1668.     protected function getRequestStackService()
  1669.     {
  1670.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1671.     }
  1672.     /**
  1673.      * Gets the public 'router' shared service.
  1674.      *
  1675.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1676.      */
  1677.     protected function getRouterService()
  1678.     {
  1679.         $a = ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono')));
  1680.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1681.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1682.         $c = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  1683.         $d = new \Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter($b, new \Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher($c, new \Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher(new \Symfony\Component\Routing\RouteCollection(), new \Symfony\Component\Routing\RequestContext())), new \Symfony\Cmf\Component\Routing\ContentAwareGenerator($c$a), '', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c);
  1684.         $d->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1685.         $d->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  1686.         $d->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\FieldPresenceEnhancer(NULL'_controller''content_controller::showAction'), -100);
  1687.         $d->addRouteEnhancer(new \Boab\CmsBundle\Routing\RouteTemplateEnhancer(($this->privates['content_type_manager'] ?? $this->getContentTypeManagerService()), $this->parameters['boab_cms.routing']), 0);
  1688.         $e = new \Symfony\Bridge\Monolog\Logger('router');
  1689.         $e->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1690.         $e->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1691.         $e->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1692.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($e);
  1693.         $f = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1694.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1695.         ], [
  1696.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1697.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $e'en');
  1698.         $f->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1699.         $f->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1700.         $instance->setContext($b);
  1701.         $instance->add($d'400');
  1702.         $instance->add($f'100');
  1703.         return $instance;
  1704.     }
  1705.     /**
  1706.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1707.      *
  1708.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1709.      */
  1710.     protected function getSonata_Block_ContextManager_DefaultService()
  1711.     {
  1712.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types']), => new \Boab\CmsBundle\Block\Loader\BlockLoader($this->parameters['sonata_blocks.block_types'], ($this->privates['boab_cms.block_repository'] ?? $this->getBoabCms_BlockRepositoryService()))]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  1713.     }
  1714.     /**
  1715.      * Gets the public 'sonata.block.manager' shared service.
  1716.      *
  1717.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1718.      */
  1719.     protected function getSonata_Block_ManagerService()
  1720.     {
  1721.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  1722.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1723.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1724.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1725.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1726.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1727.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1728.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  1729.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1730.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1731.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1732.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  1733.         $instance->add('boab_cms.block.content_list''boab_cms.block.content_list', []);
  1734.         $instance->add('boab_cms.block.event_list''boab_cms.block.event_list', []);
  1735.         $instance->add('boab_cms.block.page_array''boab_cms.block.page_array', []);
  1736.         $instance->add('boab_cms.block.child_pages''boab_cms.block.child_pages', []);
  1737.         $instance->add('boab_cms.block.content_photos''boab_cms.block.content_photos', []);
  1738.         $instance->add('boab_cms.block.category_list''boab_cms.block.category_list', []);
  1739.         $instance->add('boab_cms.block.category_menu''boab_cms.block.category_menu', []);
  1740.         $instance->add('boab_cms.block.featured_content''boab_cms.block.featured_content', []);
  1741.         $instance->add('boab_cms.block.stats''boab_cms.block.stats', []);
  1742.         return $instance;
  1743.     }
  1744.     /**
  1745.      * Gets the public 'sonata.block.renderer.default' shared service.
  1746.      *
  1747.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1748.      */
  1749.     protected function getSonata_Block_Renderer_DefaultService()
  1750.     {
  1751.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1752.         $a->setDefaultFilter('debug_only');
  1753.         $a->setDefaultRenderer('throw');
  1754.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  1755.     }
  1756.     /**
  1757.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  1758.      *
  1759.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  1760.      */
  1761.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  1762.     {
  1763.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  1764.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the public 'sonata.seo.page.default' shared service.
  1769.      *
  1770.      * @return \Sonata\SeoBundle\Seo\SeoPage
  1771.      */
  1772.     protected function getSonata_Seo_Page_DefaultService()
  1773.     {
  1774.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  1775.         $instance->setTitle('Lister Professional Institute');
  1776.         $instance->setMetas(['name' => ['keywords' => 'School, Remedials, Advance Diploma Course, Lister, Professional, Institute, Madina, Ghana''description' => 'The description''robots' => 'index, follow''author' => 'Default Author'], 'property' => ['og:site_name' => 'Lister Professional Institute''og:description' => 'The description''og:type' => 'page'], 'http-equiv' => ['Content-Type' => 'text/html; charset=utf-8'], 'charset' => ['UTF-8' => '']]);
  1777.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  1778.         $instance->setSeparator(' - ');
  1779.         return $instance;
  1780.     }
  1781.     /**
  1782.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1783.      *
  1784.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1785.      */
  1786.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1787.     {
  1788.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1789.     }
  1790.     /**
  1791.      * Gets the public 'translator' shared service.
  1792.      *
  1793.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1794.      */
  1795.     protected function getTranslatorService()
  1796.     {
  1797.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1798.     }
  1799.     /**
  1800.      * Gets the public 'var_dumper.cloner' shared service.
  1801.      *
  1802.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1803.      */
  1804.     protected function getVarDumper_ClonerService()
  1805.     {
  1806.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1807.         $instance->setMaxItems(2500);
  1808.         $instance->setMinDepth(1);
  1809.         $instance->setMaxString(-1);
  1810.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1811.         return $instance;
  1812.     }
  1813.     /**
  1814.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  1815.      *
  1816.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  1817.      */
  1818.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  1819.     {
  1820.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  1821.     }
  1822.     /**
  1823.      * Gets the private '.debug.http_client' shared service.
  1824.      *
  1825.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1826.      */
  1827.     protected function get_Debug_HttpClientService()
  1828.     {
  1829.         $a \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 7'headers' => [], 'resolve' => []], 6);
  1830.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1831.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1832.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1833.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1834.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1835.         $a->setLogger($b);
  1836.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1837.     }
  1838.     /**
  1839.      * Gets the private '.service_locator.GXLTvxy' shared service.
  1840.      *
  1841.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1842.      */
  1843.     protected function get_ServiceLocator_GXLTvxyService()
  1844.     {
  1845.         return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1846.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1847.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1848.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1849.         ], [
  1850.             'security.firewall.map.context.admin' => '?',
  1851.             'security.firewall.map.context.dev' => '?',
  1852.             'security.firewall.map.context.main' => '?',
  1853.         ]);
  1854.     }
  1855.     /**
  1856.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  1857.      *
  1858.      * @return \App\EventListener\MaintenanceListener
  1859.      */
  1860.     protected function getMaintenanceListenerService()
  1861.     {
  1862.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener(($this->privates['boab_cms.view_manager'] ?? $this->getBoabCms_ViewManagerService()), $this->parameters['boabcms.maintenance']);
  1863.     }
  1864.     /**
  1865.      * Gets the private 'App\Manager\TourTypeManager' shared autowired service.
  1866.      *
  1867.      * @return \App\Manager\TourTypeManager
  1868.      */
  1869.     protected function getTourTypeManagerService()
  1870.     {
  1871.         $this->privates['App\\Manager\\TourTypeManager'] = $instance = new \App\Manager\TourTypeManager();
  1872.         $instance->setType('tour');
  1873.         $instance->setConfig(['entity' => 'App\\Entity\\Tour''description' => 'Use for creating tour packages''add_template' => 'tour/create.html.twig''edit_template' => 'tour/create.html.twig''manager' => 'App\\Manager\\TourTypeManager''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1874.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  1875.         return $instance;
  1876.     }
  1877.     /**
  1878.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1879.      *
  1880.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1881.      */
  1882.     protected function getResetAssetsEventListenerService()
  1883.     {
  1884.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1885.     }
  1886.     /**
  1887.      * Gets the private 'album_type_manager' shared service.
  1888.      *
  1889.      * @return \Boab\CmsBundle\Manager\AlbumTypeManager
  1890.      */
  1891.     protected function getAlbumTypeManagerService()
  1892.     {
  1893.         $a = ($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService());
  1894.         $this->privates['album_type_manager'] = $instance = new \Boab\CmsBundle\Manager\AlbumTypeManager($a);
  1895.         $instance->setType('album');
  1896.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Album''description' => 'Use for creating dynamic content like blog posts''add_template' => '@BoabCms/Admin/album_add.html.twig''edit_template' => '@BoabCms/Admin/album_edit.html.twig''show_template' => 'page/album_show.html.twig''manager' => 'album_type_manager''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1897.         $instance->setRepository($a);
  1898.         return $instance;
  1899.     }
  1900.     /**
  1901.      * Gets the private 'annotations.cache_adapter' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1904.      */
  1905.     protected function getAnnotations_CacheAdapterService()
  1906.     {
  1907.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'annotations.cached_reader' shared service.
  1911.      *
  1912.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1913.      */
  1914.     protected function getAnnotations_CachedReaderService()
  1915.     {
  1916.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1917.     }
  1918.     /**
  1919.      * Gets the private 'annotations.reader' shared service.
  1920.      *
  1921.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1922.      */
  1923.     protected function getAnnotations_ReaderService()
  1924.     {
  1925.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1926.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1927.         $a->registerUniqueLoader('class_exists');
  1928.         $instance->addGlobalIgnoredName('required'$a);
  1929.         return $instance;
  1930.     }
  1931.     /**
  1932.      * Gets the private 'api_response_listener' shared service.
  1933.      *
  1934.      * @return \Boab\CmsBundle\Api\EventListener\ApiResponseListener
  1935.      */
  1936.     protected function getApiResponseListenerService()
  1937.     {
  1938.         return $this->privates['api_response_listener'] = new \Boab\CmsBundle\Api\EventListener\ApiResponseListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1939.     }
  1940.     /**
  1941.      * Gets the private 'article_type_manager' shared service.
  1942.      *
  1943.      * @return \Boab\CmsBundle\Manager\ArticleTypeManager
  1944.      */
  1945.     protected function getArticleTypeManagerService()
  1946.     {
  1947.         $this->privates['article_type_manager'] = $instance = new \Boab\CmsBundle\Manager\ArticleTypeManager();
  1948.         $instance->setType('article');
  1949.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Article''description' => 'Use for creating dynamic content like blog posts''show_template' => 'posts/show.html.twig''list_template' => 'page/posts_list.html.twig''show_route' => 'news_show''manager' => 'article_type_manager''taxonomy' => ['vocab_id' => 'posts''template' => 'category/post.html.twig''vocab_list' => []], 'add_template' => '@BoabCms/Admin/content_add.html.twig''edit_template' => '@BoabCms/Admin/content_add.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1950.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the private 'assets.packages' shared service.
  1955.      *
  1956.      * @return \Symfony\Component\Asset\Packages
  1957.      */
  1958.     protected function getAssets_PackagesService()
  1959.     {
  1960.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1961.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/../public_html/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1962.             return new \EmptyIterator();
  1963.         }, 0));
  1964.     }
  1965.     /**
  1966.      * Gets the private 'audio_type_manager' shared service.
  1967.      *
  1968.      * @return \Boab\CmsBundle\Manager\AudioTypeManager
  1969.      */
  1970.     protected function getAudioTypeManagerService()
  1971.     {
  1972.         $a = ($this->privates['boab_cms.file_uploader'] ?? $this->getBoabCms_FileUploaderService());
  1973.         if (isset($this->privates['audio_type_manager'])) {
  1974.             return $this->privates['audio_type_manager'];
  1975.         }
  1976.         $this->privates['audio_type_manager'] = $instance = new \Boab\CmsBundle\Manager\AudioTypeManager($a);
  1977.         $instance->setType('audio');
  1978.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Audio''add_template' => '@BoabCms/Admin/audio_add.html.twig''edit_template' => '@BoabCms/Admin/audio_edit.html.twig''description' => 'Use for audio podcast''manager' => 'audio_type_manager''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1979.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  1980.         return $instance;
  1981.     }
  1982.     /**
  1983.      * Gets the private 'boab_cms.block_repository' shared service.
  1984.      *
  1985.      * @return \Boab\CmsBundle\Repository\BlockRepository
  1986.      */
  1987.     protected function getBoabCms_BlockRepositoryService()
  1988.     {
  1989.         return $this->privates['boab_cms.block_repository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Boab\\CmsBundle\\Entity\\Block');
  1990.     }
  1991.     /**
  1992.      * Gets the private 'boab_cms.content_repository' shared service.
  1993.      *
  1994.      * @return \Boab\CmsBundle\Repository\ContentRepository
  1995.      */
  1996.     protected function getBoabCms_ContentRepositoryService()
  1997.     {
  1998.         return $this->privates['boab_cms.content_repository'] = ($this->privates['boab_cms.repository_factory'] ?? $this->getBoabCms_RepositoryFactoryService())->getRepository('Boab\\CmsBundle\\Entity\\Content');
  1999.     }
  2000.     /**
  2001.      * Gets the private 'boab_cms.file_uploader' shared service.
  2002.      *
  2003.      * @return \Boab\CmsBundle\Util\FileUploader
  2004.      */
  2005.     protected function getBoabCms_FileUploaderService()
  2006.     {
  2007.         $a = ($this->privates['boab_cms.public_filesystem'] ?? $this->getBoabCms_PublicFilesystemService());
  2008.         if (isset($this->privates['boab_cms.file_uploader'])) {
  2009.             return $this->privates['boab_cms.file_uploader'];
  2010.         }
  2011.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2012.         if (isset($this->privates['boab_cms.file_uploader'])) {
  2013.             return $this->privates['boab_cms.file_uploader'];
  2014.         }
  2015.         return $this->privates['boab_cms.file_uploader'] = new \Boab\CmsBundle\Util\FileUploader($a$b);
  2016.     }
  2017.     /**
  2018.      * Gets the private 'boab_cms.flash' shared service.
  2019.      *
  2020.      * @return \Boab\CmsBundle\Util\Flash
  2021.      */
  2022.     protected function getBoabCms_FlashService()
  2023.     {
  2024.         $this->privates['boab_cms.flash'] = $instance = new \Boab\CmsBundle\Util\Flash(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2025.         $instance->initSessionFlashBag();
  2026.         return $instance;
  2027.     }
  2028.     /**
  2029.      * Gets the private 'boab_cms.public_filesystem' shared service.
  2030.      *
  2031.      * @return \Boab\CmsBundle\Filesystem\PublicFilesystem
  2032.      */
  2033.     protected function getBoabCms_PublicFilesystemService()
  2034.     {
  2035.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2036.         if (isset($this->privates['boab_cms.public_filesystem'])) {
  2037.             return $this->privates['boab_cms.public_filesystem'];
  2038.         }
  2039.         return $this->privates['boab_cms.public_filesystem'] = new \Boab\CmsBundle\Filesystem\PublicFilesystem(($this->services['League\\Flysystem\\Filesystem'] ?? $this->getFilesystemService()), $a, ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  2040.     }
  2041.     /**
  2042.      * Gets the private 'boab_cms.repository_factory' shared service.
  2043.      *
  2044.      * @return \Boab\CmsBundle\ORM\RepositoryFactory
  2045.      */
  2046.     protected function getBoabCms_RepositoryFactoryService()
  2047.     {
  2048.         return $this->privates['boab_cms.repository_factory'] = new \Boab\CmsBundle\ORM\RepositoryFactory(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \Boab\CmsBundle\Service\Pagination(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->parameters['boab_cms.pagination']));
  2049.     }
  2050.     /**
  2051.      * Gets the private 'boab_cms.theme_manager' shared service.
  2052.      *
  2053.      * @return \Boab\CmsBundle\View\ThemeManager
  2054.      */
  2055.     protected function getBoabCms_ThemeManagerService()
  2056.     {
  2057.         $this->privates['boab_cms.theme_manager'] = $instance = new \Boab\CmsBundle\View\ThemeManager(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), $this->parameters['boab_cms.theme']);
  2058.         $instance->initialize();
  2059.         return $instance;
  2060.     }
  2061.     /**
  2062.      * Gets the private 'boab_cms.view_manager' shared service.
  2063.      *
  2064.      * @return \Boab\CmsBundle\View\ViewManager
  2065.      */
  2066.     protected function getBoabCms_ViewManagerService()
  2067.     {
  2068.         $a = new \Boab\CmsBundle\View\ViewLocator(\dirname(__DIR__4));
  2069.         $a->setTemplatesLocation($this->parameters['kernel.bundles']);
  2070.         return $this->privates['boab_cms.view_manager'] = new \Boab\CmsBundle\View\ViewManager(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $a, ($this->privates['boab_cms.theme_manager'] ?? $this->getBoabCms_ThemeManagerService()));
  2071.     }
  2072.     /**
  2073.      * Gets the private 'boabcms.route_repository' shared service.
  2074.      *
  2075.      * @return \Boab\CmsBundle\Repository\RouteRepository
  2076.      */
  2077.     protected function getBoabcms_RouteRepositoryService()
  2078.     {
  2079.         return $this->privates['boabcms.route_repository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('BoabCmsBundle:Route');
  2080.     }
  2081.     /**
  2082.      * Gets the private 'cache.annotations' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2085.      */
  2086.     protected function getCache_AnnotationsService()
  2087.     {
  2088.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M5J+MMDKbq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2089.     }
  2090.     /**
  2091.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2092.      *
  2093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2094.      */
  2095.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2096.     {
  2097.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2098.     }
  2099.     /**
  2100.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2103.      */
  2104.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2105.     {
  2106.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2107.     }
  2108.     /**
  2109.      * Gets the private 'cache.property_info' shared service.
  2110.      *
  2111.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2112.      */
  2113.     protected function getCache_PropertyInfoService()
  2114.     {
  2115.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bsDGG8EA2h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2116.     }
  2117.     /**
  2118.      * Gets the private 'cache.security_expression_language' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2121.      */
  2122.     protected function getCache_SecurityExpressionLanguageService()
  2123.     {
  2124.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vUSZtdATRp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'cache.serializer' shared service.
  2128.      *
  2129.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2130.      */
  2131.     protected function getCache_SerializerService()
  2132.     {
  2133.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uc7J3T9I3F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2134.     }
  2135.     /**
  2136.      * Gets the private 'cache.validator' shared service.
  2137.      *
  2138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2139.      */
  2140.     protected function getCache_ValidatorService()
  2141.     {
  2142.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QGx0qE-oEL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'cache.webpack_encore' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2148.      */
  2149.     protected function getCache_WebpackEncoreService()
  2150.     {
  2151.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M8hC4YZReD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2152.     }
  2153.     /**
  2154.      * Gets the private 'config_cache_factory' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2157.      */
  2158.     protected function getConfigCacheFactoryService()
  2159.     {
  2160.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2161.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2162.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2163.         }, 2));
  2164.     }
  2165.     /**
  2166.      * Gets the private 'content_type_manager' shared service.
  2167.      *
  2168.      * @return \Boab\CmsBundle\Manager\ContentTypeManager
  2169.      */
  2170.     protected function getContentTypeManagerService()
  2171.     {
  2172.         $a = ($this->services['router'] ?? $this->getRouterService());
  2173.         if (isset($this->privates['content_type_manager'])) {
  2174.             return $this->privates['content_type_manager'];
  2175.         }
  2176.         $this->privates['content_type_manager'] = $instance = new \Boab\CmsBundle\Manager\ContentTypeManager(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), $a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2177.         $instance->addContentType(($this->privates['page_type_manager'] ?? $this->getPageTypeManagerService()));
  2178.         $instance->addContentType(($this->privates['article_type_manager'] ?? $this->getArticleTypeManagerService()));
  2179.         $instance->addContentType(($this->privates['audio_type_manager'] ?? $this->getAudioTypeManagerService()));
  2180.         $instance->addContentType(($this->privates['video_type_manager'] ?? $this->getVideoTypeManagerService()));
  2181.         $instance->addContentType(($this->privates['news_type_manager'] ?? $this->getNewsTypeManagerService()));
  2182.         $instance->addContentType(($this->privates['event_type_manager'] ?? $this->getEventTypeManagerService()));
  2183.         $instance->addContentType(($this->privates['album_type_manager'] ?? $this->getAlbumTypeManagerService()));
  2184.         $instance->addContentType(($this->privates['document_type_manager'] ?? $this->getDocumentTypeManagerService()));
  2185.         $instance->addContentType(($this->privates['App\\Manager\\TourTypeManager'] ?? $this->getTourTypeManagerService()));
  2186.         return $instance;
  2187.     }
  2188.     /**
  2189.      * Gets the private 'data_collector.form' shared service.
  2190.      *
  2191.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2192.      */
  2193.     protected function getDataCollector_FormService()
  2194.     {
  2195.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2196.     }
  2197.     /**
  2198.      * Gets the private 'data_collector.request' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2201.      */
  2202.     protected function getDataCollector_RequestService()
  2203.     {
  2204.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2205.     }
  2206.     /**
  2207.      * Gets the private 'debug.controller_resolver' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2210.      */
  2211.     protected function getDebug_ControllerResolverService()
  2212.     {
  2213.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2219.      */
  2220.     protected function getDebug_DebugHandlersListenerService()
  2221.     {
  2222.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2223.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2224.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2225.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2226.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2227.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2228.     }
  2229.     /**
  2230.      * Gets the private 'debug.file_link_formatter' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2233.      */
  2234.     protected function getDebug_FileLinkFormatterService()
  2235.     {
  2236.         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 () {
  2237.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2238.         });
  2239.     }
  2240.     /**
  2241.      * Gets the private 'debug.log_processor' shared service.
  2242.      *
  2243.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2244.      */
  2245.     protected function getDebug_LogProcessorService()
  2246.     {
  2247.         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())));
  2248.     }
  2249.     /**
  2250.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2251.      *
  2252.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2253.      */
  2254.     protected function getDebug_Security_Access_DecisionManagerService()
  2255.     {
  2256.         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 () {
  2257.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2258.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2259.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2260.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
  2261.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'debug.security.firewall' shared service.
  2265.      *
  2266.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2267.      */
  2268.     protected function getDebug_Security_FirewallService()
  2269.     {
  2270.         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()));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2274.      *
  2275.      * @return \Doctrine\Migrations\DependencyFactory
  2276.      */
  2277.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2278.     {
  2279.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2280.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2281.         $a->setAllOrNothing(false);
  2282.         $a->setCheckDatabasePlatform(true);
  2283.         $a->setTransactional(true);
  2284.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2285.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  2286.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2287.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2288.         });
  2289.         return $instance;
  2290.     }
  2291.     /**
  2292.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2293.      *
  2294.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2295.      */
  2296.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2297.     {
  2298.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Entity'), => (\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Entity')]);
  2299.     }
  2300.     /**
  2301.      * Gets the private 'document_type_manager' shared service.
  2302.      *
  2303.      * @return \Boab\CmsBundle\Manager\DocumentTypeManager
  2304.      */
  2305.     protected function getDocumentTypeManagerService()
  2306.     {
  2307.         $a = ($this->privates['boab_cms.file_uploader'] ?? $this->getBoabCms_FileUploaderService());
  2308.         if (isset($this->privates['document_type_manager'])) {
  2309.             return $this->privates['document_type_manager'];
  2310.         }
  2311.         $this->privates['document_type_manager'] = $instance = new \Boab\CmsBundle\Manager\DocumentTypeManager($a);
  2312.         $instance->setType('document');
  2313.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Document''description' => 'Use for creating pdf document''add_template' => '@BoabCms/Admin/document_add.html.twig''edit_template' => '@BoabCms/Admin/document_edit.html.twig''manager' => 'document_type_manager''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2314.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2315.         return $instance;
  2316.     }
  2317.     /**
  2318.      * Gets the private 'event_repository' shared service.
  2319.      *
  2320.      * @return \Boab\CmsBundle\Repository\EventRepository
  2321.      */
  2322.     protected function getEventRepositoryService()
  2323.     {
  2324.         return $this->privates['event_repository'] = ($this->privates['boab_cms.repository_factory'] ?? $this->getBoabCms_RepositoryFactoryService())->getRepository('Boab\\CmsBundle\\Entity\\Event');
  2325.     }
  2326.     /**
  2327.      * Gets the private 'event_type_manager' shared service.
  2328.      *
  2329.      * @return \Boab\CmsBundle\Manager\EventTypeManager
  2330.      */
  2331.     protected function getEventTypeManagerService()
  2332.     {
  2333.         $this->privates['event_type_manager'] = $instance = new \Boab\CmsBundle\Manager\EventTypeManager(($this->privates['event_repository'] ?? $this->getEventRepositoryService()));
  2334.         $instance->setType('event');
  2335.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Event''description' => 'Use for creating dynamic content like Events''add_template' => '@BoabCms/Admin/event_add.html.twig''edit_template' => '@BoabCms/Admin/event_add.html.twig''show_template' => 'event/event_show.html.twig''show_route' => 'event_show''manager' => 'event_type_manager''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2336.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2337.         return $instance;
  2338.     }
  2339.     /**
  2340.      * Gets the private 'exception_listener' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2343.      */
  2344.     protected function getExceptionListenerService()
  2345.     {
  2346.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2347.     }
  2348.     /**
  2349.      * Gets the private 'fbeen_settings.settings_helper' shared service.
  2350.      *
  2351.      * @return \Fbeen\SettingsBundle\Service\SettingsHelper
  2352.      */
  2353.     protected function getFbeenSettings_SettingsHelperService()
  2354.     {
  2355.         return $this->privates['fbeen_settings.settings_helper'] = new \Fbeen\SettingsBundle\Service\SettingsHelper(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2356.     }
  2357.     /**
  2358.      * Gets the private 'form.registry' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Form\FormRegistry
  2361.      */
  2362.     protected function getForm_RegistryService()
  2363.     {
  2364.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2365.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'true],
  2366.             'App\\Manager\\TourTypeManager' => ['privates''App\\Manager\\TourTypeManager''getTourTypeManagerService'false],
  2367.             'Boab\\CmsBundle\\Form\\BlockType' => ['privates''boab_cms.form.block_type''getBoabCms_Form_BlockTypeService'true],
  2368.             'Boab\\CmsBundle\\Form\\ConfirmForm' => ['privates''confirm.form''getConfirm_FormService'true],
  2369.             'Boab\\CmsBundle\\Form\\CreateUserType' => ['privates''create_user_type''getCreateUserTypeService'true],
  2370.             'Boab\\CmsBundle\\Form\\EditPasswordType' => ['privates''edit_password_type''getEditPasswordTypeService'true],
  2371.             'Boab\\CmsBundle\\Form\\EditProfileType' => ['privates''edit_profile_type''getEditProfileTypeService'true],
  2372.             'Boab\\CmsBundle\\Form\\PhotoType' => ['privates''boab_cms.photo.form_type''getBoabCms_Photo_FormTypeService'true],
  2373.             'Boab\\CmsBundle\\Form\\RolesType' => ['privates''user.roles_type''getUser_RolesTypeService'true],
  2374.             'Boab\\CmsBundle\\Form\\RouteType' => ['privates''route_form_type''getRouteFormTypeService'true],
  2375.             'Boab\\CmsBundle\\Form\\SelecteBlockServiceType' => ['privates''boab_cms.form.block_services_type''getBoabCms_Form_BlockServicesTypeService'true],
  2376.             'Boab\\CmsBundle\\Form\\TermForm' => ['privates''taxonomy.form.term''getTaxonomy_Form_TermService'true],
  2377.             'Boab\\CmsBundle\\Form\\TermsSortForm' => ['privates''taxonomy.form.terms_sort''getTaxonomy_Form_TermsSortService'true],
  2378.             'Boab\\CmsBundle\\Form\\Type\\CategoryEntityType' => ['privates''category.entity.type''getCategory_Entity_TypeService'true],
  2379.             'Boab\\CmsBundle\\Form\\Type\\ContentType' => ['privates''boab_cms.content.form_type''getBoabCms_Content_FormTypeService'true],
  2380.             'Boab\\CmsBundle\\Form\\Type\\PageChoiceType' => ['privates''boab_cms.page.form_type''getBoabCms_Page_FormTypeService'true],
  2381.             'Boab\\CmsBundle\\Form\\Type\\TagType' => ['privates''taxonomy.form.type.tag''getTaxonomy_Form_Type_TagService'true],
  2382.             'Boab\\CmsBundle\\Form\\Type\\TermEntityType' => ['privates''taxonomy.form.type.term_entity''getTaxonomy_Form_Type_TermEntityService'true],
  2383.             'Boab\\CmsBundle\\Form\\Type\\UserEntityType' => ['privates''boab_cms.user.entity.form_type''getBoabCms_User_Entity_FormTypeService'true],
  2384.             'Boab\\CmsBundle\\Form\\UserType' => ['privates''issue.form''getIssue_FormService'true],
  2385.             'Boab\\CmsBundle\\Form\\VocabularyForm' => ['privates''taxonomy.form.vocabulary''getTaxonomy_Form_VocabularyService'true],
  2386.             'Boab\\CmsBundle\\Manager\\AlbumTypeManager' => ['privates''album_type_manager''getAlbumTypeManagerService'false],
  2387.             'Boab\\CmsBundle\\Manager\\ArticleTypeManager' => ['privates''article_type_manager''getArticleTypeManagerService'false],
  2388.             'Boab\\CmsBundle\\Manager\\AudioTypeManager' => ['privates''audio_type_manager''getAudioTypeManagerService'false],
  2389.             'Boab\\CmsBundle\\Manager\\DocumentTypeManager' => ['privates''document_type_manager''getDocumentTypeManagerService'false],
  2390.             'Boab\\CmsBundle\\Manager\\EventTypeManager' => ['privates''event_type_manager''getEventTypeManagerService'false],
  2391.             'Boab\\CmsBundle\\Manager\\NewsTypeManager' => ['privates''news_type_manager''getNewsTypeManagerService'false],
  2392.             'Boab\\CmsBundle\\Manager\\PageTypeManager' => ['privates''page_type_manager''getPageTypeManagerService'false],
  2393.             'Boab\\CmsBundle\\Manager\\VideoTypeManager' => ['privates''video_type_manager''getVideoTypeManagerService'false],
  2394.             'Fbeen\\SettingsBundle\\Form\\DevSettingType' => ['privates''Fbeen\\SettingsBundle\\Form\\DevSettingType''getDevSettingTypeService'true],
  2395.             'Fbeen\\SettingsBundle\\Form\\SettingType' => ['privates''Fbeen\\SettingsBundle\\Form\\SettingType''getSettingTypeService'true],
  2396.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => ['services''gregwar_captcha.type''getGregwarCaptcha_TypeService'true],
  2397.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'true],
  2398.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['privates''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'true],
  2399.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['privates''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'true],
  2400.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['privates''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'true],
  2401.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['privates''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'true],
  2402.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['privates''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'true],
  2403.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['privates''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'true],
  2404.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['privates''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'true],
  2405.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['privates''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'true],
  2406.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['privates''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'true],
  2407.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['privates''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'true],
  2408.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['privates''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'true],
  2409.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['privates''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'true],
  2410.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['privates''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'true],
  2411.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['privates''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'true],
  2412.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['privates''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'true],
  2413.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'true],
  2414.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'true],
  2415.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'true],
  2416.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'true],
  2417.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'true],
  2418.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'true],
  2419.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'true],
  2420.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'true],
  2421.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'true],
  2422.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'true],
  2423.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'true],
  2424.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'true],
  2425.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2426.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  2427.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2428.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2429.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  2430.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2431.         ], [
  2432.             'App\\Form\\ContactType' => '?',
  2433.             'App\\Manager\\TourTypeManager' => '?',
  2434.             'Boab\\CmsBundle\\Form\\BlockType' => '?',
  2435.             'Boab\\CmsBundle\\Form\\ConfirmForm' => '?',
  2436.             'Boab\\CmsBundle\\Form\\CreateUserType' => '?',
  2437.             'Boab\\CmsBundle\\Form\\EditPasswordType' => '?',
  2438.             'Boab\\CmsBundle\\Form\\EditProfileType' => '?',
  2439.             'Boab\\CmsBundle\\Form\\PhotoType' => '?',
  2440.             'Boab\\CmsBundle\\Form\\RolesType' => '?',
  2441.             'Boab\\CmsBundle\\Form\\RouteType' => '?',
  2442.             'Boab\\CmsBundle\\Form\\SelecteBlockServiceType' => '?',
  2443.             'Boab\\CmsBundle\\Form\\TermForm' => '?',
  2444.             'Boab\\CmsBundle\\Form\\TermsSortForm' => '?',
  2445.             'Boab\\CmsBundle\\Form\\Type\\CategoryEntityType' => '?',
  2446.             'Boab\\CmsBundle\\Form\\Type\\ContentType' => '?',
  2447.             'Boab\\CmsBundle\\Form\\Type\\PageChoiceType' => '?',
  2448.             'Boab\\CmsBundle\\Form\\Type\\TagType' => '?',
  2449.             'Boab\\CmsBundle\\Form\\Type\\TermEntityType' => '?',
  2450.             'Boab\\CmsBundle\\Form\\Type\\UserEntityType' => '?',
  2451.             'Boab\\CmsBundle\\Form\\UserType' => '?',
  2452.             'Boab\\CmsBundle\\Form\\VocabularyForm' => '?',
  2453.             'Boab\\CmsBundle\\Manager\\AlbumTypeManager' => '?',
  2454.             'Boab\\CmsBundle\\Manager\\ArticleTypeManager' => '?',
  2455.             'Boab\\CmsBundle\\Manager\\AudioTypeManager' => '?',
  2456.             'Boab\\CmsBundle\\Manager\\DocumentTypeManager' => '?',
  2457.             'Boab\\CmsBundle\\Manager\\EventTypeManager' => '?',
  2458.             'Boab\\CmsBundle\\Manager\\NewsTypeManager' => '?',
  2459.             'Boab\\CmsBundle\\Manager\\PageTypeManager' => '?',
  2460.             'Boab\\CmsBundle\\Manager\\VideoTypeManager' => '?',
  2461.             'Fbeen\\SettingsBundle\\Form\\DevSettingType' => '?',
  2462.             'Fbeen\\SettingsBundle\\Form\\SettingType' => '?',
  2463.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => '?',
  2464.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  2465.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  2466.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  2467.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  2468.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  2469.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  2470.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  2471.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  2472.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  2473.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  2474.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  2475.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  2476.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  2477.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  2478.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  2479.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  2480.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  2481.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  2482.             'Sonata\\Form\\Type\\BooleanType' => '?',
  2483.             'Sonata\\Form\\Type\\CollectionType' => '?',
  2484.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  2485.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  2486.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  2487.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  2488.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  2489.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  2490.             'Sonata\\Form\\Type\\EqualType' => '?',
  2491.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  2492.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2493.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  2494.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2495.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2496.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2497.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2498.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2499.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2500.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2501.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2502.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2503.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2504.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2505.             yield => ($this->privates['sonata.admin.form.extension.field'] ?? $this->load('getSonata_Admin_Form_Extension_FieldService'));
  2506.             yield => ($this->privates['sonata.admin.form.extension.field.mopa'] ?? ($this->privates['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension()));
  2507.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2508.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2509.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2510.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2511.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  2512.             yield => ($this->privates['sonata.admin.form.extension.choice'] ?? ($this->privates['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  2513.         }, 1)], new RewindableGenerator(function () {
  2514.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  2515.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  2516.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2517.     }
  2518.     /**
  2519.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2520.      *
  2521.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2522.      */
  2523.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2524.     {
  2525.         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())));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2529.      *
  2530.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2531.      */
  2532.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2533.     {
  2534.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2538.      *
  2539.      * @return \Knp\Menu\Provider\ChainProvider
  2540.      */
  2541.     protected function getKnpMenu_MenuProvider_ChainService()
  2542.     {
  2543.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2544.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2545.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2546.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  2547.         }, 3));
  2548.     }
  2549.     /**
  2550.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2551.      *
  2552.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2553.      */
  2554.     protected function getLiipImagine_Filter_ConfigurationService()
  2555.     {
  2556.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2557.     }
  2558.     /**
  2559.      * Gets the private 'locale_aware_listener' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2562.      */
  2563.     protected function getLocaleAwareListenerService()
  2564.     {
  2565.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2566.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2567.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2568.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2569.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2570.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2571.     }
  2572.     /**
  2573.      * Gets the private 'locale_listener' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2576.      */
  2577.     protected function getLocaleListenerService()
  2578.     {
  2579.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2580.     }
  2581.     /**
  2582.      * Gets the private 'logger' shared service.
  2583.      *
  2584.      * @return \Boab\CmsBundle\Logger\CoreLogger
  2585.      */
  2586.     protected function getLoggerService()
  2587.     {
  2588.         return $this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono');
  2589.     }
  2590.     /**
  2591.      * Gets the private 'mime_types' shared service.
  2592.      *
  2593.      * @return \Symfony\Component\Mime\MimeTypes
  2594.      */
  2595.     protected function getMimeTypesService()
  2596.     {
  2597.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2598.         $instance->setDefault($instance);
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the private 'monolog.handler.console' shared service.
  2603.      *
  2604.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2605.      */
  2606.     protected function getMonolog_Handler_ConsoleService()
  2607.     {
  2608.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2609.     }
  2610.     /**
  2611.      * Gets the private 'monolog.handler.main' shared service.
  2612.      *
  2613.      * @return \Monolog\Handler\StreamHandler
  2614.      */
  2615.     protected function getMonolog_Handler_MainService()
  2616.     {
  2617.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2618.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2619.         return $instance;
  2620.     }
  2621.     /**
  2622.      * Gets the private 'monolog.logger.cache' shared service.
  2623.      *
  2624.      * @return \Symfony\Bridge\Monolog\Logger
  2625.      */
  2626.     protected function getMonolog_Logger_CacheService()
  2627.     {
  2628.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2629.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2630.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2631.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2632.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2633.         return $instance;
  2634.     }
  2635.     /**
  2636.      * Gets the private 'monolog.logger.request' shared service.
  2637.      *
  2638.      * @return \Symfony\Bridge\Monolog\Logger
  2639.      */
  2640.     protected function getMonolog_Logger_RequestService()
  2641.     {
  2642.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2643.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2644.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2645.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2646.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2647.         return $instance;
  2648.     }
  2649.     /**
  2650.      * Gets the private 'monolog.logger.security' shared service.
  2651.      *
  2652.      * @return \Symfony\Bridge\Monolog\Logger
  2653.      */
  2654.     protected function getMonolog_Logger_SecurityService()
  2655.     {
  2656.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2657.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2658.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2659.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2660.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2661.         return $instance;
  2662.     }
  2663.     /**
  2664.      * Gets the private 'news_type_manager' shared service.
  2665.      *
  2666.      * @return \Boab\CmsBundle\Manager\NewsTypeManager
  2667.      */
  2668.     protected function getNewsTypeManagerService()
  2669.     {
  2670.         $this->privates['news_type_manager'] = $instance = new \Boab\CmsBundle\Manager\NewsTypeManager();
  2671.         $instance->setType('news');
  2672.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\News''manager' => 'news_type_manager''description' => 'Use for News items''show_template' => 'news/news_show.html.twig''taxonomy' => ['vocab_id' => 'posts''template' => 'category/post.html.twig''vocab_list' => []], 'add_template' => '@BoabCms/Admin/content_add.html.twig''edit_template' => '@BoabCms/Admin/content_add.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2673.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2674.         return $instance;
  2675.     }
  2676.     /**
  2677.      * Gets the private 'page_type_manager' shared service.
  2678.      *
  2679.      * @return \Boab\CmsBundle\Manager\PageTypeManager
  2680.      */
  2681.     protected function getPageTypeManagerService()
  2682.     {
  2683.         $this->privates['page_type_manager'] = $instance = new \Boab\CmsBundle\Manager\PageTypeManager();
  2684.         $instance->setType('page');
  2685.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Page''add_template' => '@BoabCms/Admin/page_add.html.twig''edit_template' => '@BoabCms/Admin/page_edit.html.twig''show_template' => 'page/page_show.html.twig''description' => 'Use for creating static content like About us page''manager' => 'page_type_manager''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2686.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the private 'parameter_bag' shared service.
  2691.      *
  2692.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2693.      */
  2694.     protected function getParameterBagService()
  2695.     {
  2696.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2697.     }
  2698.     /**
  2699.      * Gets the private 'profiler_listener' shared service.
  2700.      *
  2701.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2702.      */
  2703.     protected function getProfilerListenerService()
  2704.     {
  2705.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2706.     }
  2707.     /**
  2708.      * Gets the private 'property_accessor' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2711.      */
  2712.     protected function getPropertyAccessorService()
  2713.     {
  2714.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2715.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2716.     }
  2717.     /**
  2718.      * Gets the private 'property_info' shared service.
  2719.      *
  2720.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2721.      */
  2722.     protected function getPropertyInfoService()
  2723.     {
  2724.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2725.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2726.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2727.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2728.         }, 3), new RewindableGenerator(function () {
  2729.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2730.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2731.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2732.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2733.         }, 4), new RewindableGenerator(function () {
  2734.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2735.         }, 1), new RewindableGenerator(function () {
  2736.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2737.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2738.         }, 2), new RewindableGenerator(function () {
  2739.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2740.         }, 1));
  2741.     }
  2742.     /**
  2743.      * Gets the private 'router.expression_language_provider' shared service.
  2744.      *
  2745.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2746.      */
  2747.     protected function getRouter_ExpressionLanguageProviderService()
  2748.     {
  2749.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2750.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2751.         ], [
  2752.             'env' => 'Closure',
  2753.         ]));
  2754.     }
  2755.     /**
  2756.      * Gets the private 'router.request_context' shared service.
  2757.      *
  2758.      * @return \Symfony\Component\Routing\RequestContext
  2759.      */
  2760.     protected function getRouter_RequestContextService()
  2761.     {
  2762.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''http://invetiko.inv:9090''http'80443);
  2763.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2764.         return $instance;
  2765.     }
  2766.     /**
  2767.      * Gets the private 'router_listener' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2770.      */
  2771.     protected function getRouterListenerService()
  2772.     {
  2773.         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);
  2774.     }
  2775.     /**
  2776.      * Gets the private 'security.context_listener.0' shared service.
  2777.      *
  2778.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2779.      */
  2780.     protected function getSecurity_ContextListener_0Service()
  2781.     {
  2782.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2783.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  2784.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  2785.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2786.     }
  2787.     /**
  2788.      * Gets the private 'security.context_listener.1' shared service.
  2789.      *
  2790.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2791.      */
  2792.     protected function getSecurity_ContextListener_1Service()
  2793.     {
  2794.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2795.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  2796.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  2797.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2798.     }
  2799.     /**
  2800.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2801.      *
  2802.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2803.      */
  2804.     protected function getSecurity_EventDispatcher_AdminService()
  2805.     {
  2806.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2807.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2808.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2809.         }, => 'checkPassport'], 2048);
  2810.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2811.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2812.         }, => 'onSuccessfulLogin'], 0);
  2813.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2814.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2815.         }, => 'onLogout'], 0);
  2816.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2817.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2818.         }, => 'onLogout'], 0);
  2819.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2820.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2821.         }, => 'preCheckCredentials'], 256);
  2822.         $instance->addListener('security.authentication.success', [=> function () {
  2823.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2824.         }, => 'postCheckCredentials'], 256);
  2825.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2826.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2827.         }, => 'checkPassport'], 1024);
  2828.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2829.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2830.         }, => 'checkPassport'], 0);
  2831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2832.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2833.         }, => 'onLoginSuccess'], 0);
  2834.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2835.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2836.         }, => 'checkPassport'], 512);
  2837.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2838.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2839.         }, => 'onLogout'], 0);
  2840.         return $instance;
  2841.     }
  2842.     /**
  2843.      * Gets the private 'security.event_dispatcher.main' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2846.      */
  2847.     protected function getSecurity_EventDispatcher_MainService()
  2848.     {
  2849.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2851.             return ($this->privates['App\\Security\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  2852.         }, => 'onLogout'], 0);
  2853.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2854.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2855.         }, => 'checkPassport'], 2048);
  2856.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2857.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2858.         }, => 'onSuccessfulLogin'], 0);
  2859.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2860.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2861.         }, => 'onLogout'], 64);
  2862.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2863.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2864.         }, => 'onLogout'], 0);
  2865.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2866.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2867.         }, => 'preCheckCredentials'], 256);
  2868.         $instance->addListener('security.authentication.success', [=> function () {
  2869.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2870.         }, => 'postCheckCredentials'], 256);
  2871.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2872.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2873.         }, => 'checkPassport'], 1024);
  2874.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2875.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2876.         }, => 'checkPassport'], 0);
  2877.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2878.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2879.         }, => 'onLoginSuccess'], 0);
  2880.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2881.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2882.         }, => 'checkPassport'], 512);
  2883.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2884.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2885.         }, => 'onLogout'], 0);
  2886.         return $instance;
  2887.     }
  2888.     /**
  2889.      * Gets the private 'security.firewall.map' shared service.
  2890.      *
  2891.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2892.      */
  2893.     protected function getSecurity_Firewall_MapService()
  2894.     {
  2895.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService()), new RewindableGenerator(function () {
  2896.             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)/')));
  2897.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  2898.             yield 'security.firewall.map.context.main' => NULL;
  2899.         }, 3));
  2900.     }
  2901.     /**
  2902.      * Gets the private 'security.logout_url_generator' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2905.      */
  2906.     protected function getSecurity_LogoutUrlGeneratorService()
  2907.     {
  2908.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2909.         $instance->registerListener('admin''boabcms_logout''logout''_csrf_token'NULLNULL);
  2910.         $instance->registerListener('main''app.logout''logout''_csrf_token'NULLNULL);
  2911.         return $instance;
  2912.     }
  2913.     /**
  2914.      * Gets the private 'security.role_hierarchy' shared service.
  2915.      *
  2916.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2917.      */
  2918.     protected function getSecurity_RoleHierarchyService()
  2919.     {
  2920.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2921.     }
  2922.     /**
  2923.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2924.      *
  2925.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2926.      */
  2927.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2928.     {
  2929.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2930.     }
  2931.     /**
  2932.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2933.      *
  2934.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2935.      */
  2936.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2937.     {
  2938.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2939.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2940.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2941.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2942.     }
  2943.     /**
  2944.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2945.      *
  2946.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2947.      */
  2948.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2949.     {
  2950.         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())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  2951.     }
  2952.     /**
  2953.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2954.      *
  2955.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2956.      */
  2957.     protected function getSensioFrameworkExtra_View_ListenerService()
  2958.     {
  2959.         $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))));
  2960.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2961.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2962.         ], [
  2963.             'twig' => '?',
  2964.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2971.      */
  2972.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2973.     {
  2974.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  2975.     }
  2976.     /**
  2977.      * Gets the private 'session_listener' shared service.
  2978.      *
  2979.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2980.      */
  2981.     protected function getSessionListenerService()
  2982.     {
  2983.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2984.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2985.             'logger' => ['privates''logger''getLoggerService'false],
  2986.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2987.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2988.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2989.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2990.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2991.         ], [
  2992.             'initialized_session' => '?',
  2993.             'logger' => '?',
  2994.             'request_stack' => '?',
  2995.             'session' => '?',
  2996.             'session_collector' => '?',
  2997.             'session_factory' => '?',
  2998.             'session_storage' => '?',
  2999.         ]), true$this->parameters['session.storage.options']);
  3000.     }
  3001.     /**
  3002.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3003.      *
  3004.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3005.      */
  3006.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3007.     {
  3008.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3009.     }
  3010.     /**
  3011.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3012.      *
  3013.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3014.      */
  3015.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3016.     {
  3017.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3018.     }
  3019.     /**
  3020.      * Gets the private 'sonata.admin.pool' shared service.
  3021.      *
  3022.      * @return \Sonata\AdminBundle\Admin\Pool
  3023.      */
  3024.     protected function getSonata_Admin_PoolService()
  3025.     {
  3026.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(($this->privates['.service_locator.Xbsa8iG'] ?? ($this->privates['.service_locator.Xbsa8iG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), [], [], []);
  3027.     }
  3028.     /**
  3029.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3030.      *
  3031.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3032.      */
  3033.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3034.     {
  3035.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3036.     }
  3037.     /**
  3038.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3039.      *
  3040.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3041.      */
  3042.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3043.     {
  3044.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3045.     }
  3046.     /**
  3047.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3048.      *
  3049.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3050.      */
  3051.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3052.     {
  3053.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3057.      *
  3058.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3059.      */
  3060.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3061.     {
  3062.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3063.     }
  3064.     /**
  3065.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3066.      *
  3067.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3068.      */
  3069.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3070.     {
  3071.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3072.     }
  3073.     /**
  3074.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3075.      *
  3076.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3077.      */
  3078.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3079.     {
  3080.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3084.      *
  3085.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3086.      */
  3087.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3088.     {
  3089.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3093.      *
  3094.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3095.      */
  3096.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3097.     {
  3098.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3099.     }
  3100.     /**
  3101.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3102.      *
  3103.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3104.      */
  3105.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3106.     {
  3107.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3108.     }
  3109.     /**
  3110.      * Gets the private 'sonata.block.templating.helper' shared service.
  3111.      *
  3112.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3113.      */
  3114.     protected function getSonata_Block_Templating_HelperService()
  3115.     {
  3116.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService')));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'template.annotation_listener' shared service.
  3120.      *
  3121.      * @return \Boab\CmsBundle\View\EventListener\TemplateAnnotationListener
  3122.      */
  3123.     protected function getTemplate_AnnotationListenerService()
  3124.     {
  3125.         return $this->privates['template.annotation_listener'] = new \Boab\CmsBundle\View\EventListener\TemplateAnnotationListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['boab_cms.theme_manager'] ?? $this->getBoabCms_ThemeManagerService()));
  3126.     }
  3127.     /**
  3128.      * Gets the private 'translator.default' shared service.
  3129.      *
  3130.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3131.      */
  3132.     protected function getTranslator_DefaultService()
  3133.     {
  3134.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3135.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3136.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3137.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3138.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3139.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3140.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3141.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3142.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3143.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3144.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3145.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3146.         ], [
  3147.             'translation.loader.csv' => '?',
  3148.             'translation.loader.dat' => '?',
  3149.             'translation.loader.ini' => '?',
  3150.             'translation.loader.json' => '?',
  3151.             'translation.loader.mo' => '?',
  3152.             'translation.loader.php' => '?',
  3153.             'translation.loader.po' => '?',
  3154.             'translation.loader.qt' => '?',
  3155.             'translation.loader.res' => '?',
  3156.             'translation.loader.xliff' => '?',
  3157.             'translation.loader.yml' => '?',
  3158.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), 11 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), 12 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), 11 => (\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/translations/messages.en.yml'), 12 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), 13 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), 14 => (\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Resources/translations/fbeen_settings.en.yml'), 15 => (\dirname(__DIR__4).'/translations/messages.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/translations/messages.fr.yml'), 12 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), 13 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), 12 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), 13 => (\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Resources/translations/fbeen_settings.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), 12 => (\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Resources/translations'), 13 => (\dirname(__DIR__4).'/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 29 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 39 => (\dirname(__DIR__4).'/vendor/tchoulom/view-counter-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/gregwar/captcha-bundle/Resources/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/seo-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'lib/boab/cms-bundle/src/Resources/translations'10 => 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'11 => 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'12 => 'lib/fbeen/fbeen-bundle/src/Resources/translations'13 => 'translations'14 => 'vendor/symfony/framework-bundle/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'vendor/symfony/web-profiler-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/symfony/maker-bundle/src/translations'21 => 'vendor/doctrine/doctrine-bundle/translations'22 => 'vendor/doctrine/doctrine-migrations-bundle/translations'23 => 'vendor/symfony/security-bundle/translations'24 => 'vendor/twig/extra-bundle/translations'25 => 'vendor/oneup/flysystem-bundle/src/translations'26 => 'vendor/stof/doctrine-extensions-bundle/src/translations'27 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'28 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'29 => 'vendor/knplabs/knp-menu-bundle/src/translations'30 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'31 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'32 => 'vendor/symfony-cmf/routing-bundle/src/translations'33 => 'vendor/league/flysystem-bundle/src/translations'34 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'35 => 'vendor/knplabs/knp-disqus-bundle/translations'36 => 'vendor/mhujer/breadcrumbs-bundle/translations'37 => 'vendor/liip/imagine-bundle/translations'38 => 'vendor/symfony/webpack-encore-bundle/src/translations'39 => 'vendor/tchoulom/view-counter-bundle/translations']]], []);
  3159.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3160.         $instance->setFallbackLocales([=> 'en']);
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3165.      *
  3166.      * @return \Twig\Loader\FilesystemLoader
  3167.      */
  3168.     protected function getTwig_Loader_NativeFilesystemService()
  3169.     {
  3170.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3171.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  3172.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3173.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3174.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3175.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3176.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3177.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3178.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3179.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3180.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3181.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3182.         $instance->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  3183.         $instance->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  3184.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  3185.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  3186.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  3187.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  3188.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  3189.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  3190.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  3191.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  3192.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  3193.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  3194.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  3195.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  3196.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  3197.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  3198.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/BoabCmsBundle'), 'BoabCms');
  3199.         $instance->addPath((\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/views'), 'BoabCms');
  3200.         $instance->addPath((\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/views'), '!BoabCms');
  3201.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/templates'), 'KnpDisqus');
  3202.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/templates'), '!KnpDisqus');
  3203.         $instance->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  3204.         $instance->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  3205.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  3206.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  3207.         $instance->addPath((\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Resources/views'), 'FbeenSettings');
  3208.         $instance->addPath((\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src/Resources/views'), '!FbeenSettings');
  3209.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3210.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3211.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3212.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3213.         return $instance;
  3214.     }
  3215.     /**
  3216.      * Gets the private 'validator.builder' shared service.
  3217.      *
  3218.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3219.      */
  3220.     protected function getValidator_BuilderService()
  3221.     {
  3222.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3223.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3224.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3225.         if ($this->has('translator')) {
  3226.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3227.         }
  3228.         $instance->setTranslationDomain('validators');
  3229.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3230.         $instance->enableAnnotationMapping(true);
  3231.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3232.         $instance->addMethodMapping('loadValidatorMetadata');
  3233.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3234.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3235.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3236.         return $instance;
  3237.     }
  3238.     /**
  3239.      * Gets the private 'validator.validator_factory' shared service.
  3240.      *
  3241.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3242.      */
  3243.     protected function getValidator_ValidatorFactoryService()
  3244.     {
  3245.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3246.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3247.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3248.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  3249.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3250.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3251.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3252.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3253.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  3254.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3255.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3256.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3257.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3258.         ], [
  3259.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3260.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3261.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  3262.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3263.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3264.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3265.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3266.             'cmf_routing.validator.route_defaults' => '?',
  3267.             'doctrine.orm.validator.unique' => '?',
  3268.             'security.validator.user_password' => '?',
  3269.             'sonata.form.validator.inline' => '?',
  3270.             'validator.expression' => '?',
  3271.         ]));
  3272.     }
  3273.     /**
  3274.      * Gets the private 'var_dumper.html_dumper' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3277.      */
  3278.     protected function getVarDumper_HtmlDumperService()
  3279.     {
  3280.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3281.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3282.         return $instance;
  3283.     }
  3284.     /**
  3285.      * Gets the private 'var_dumper.server_connection' shared service.
  3286.      *
  3287.      * @return \Symfony\Component\VarDumper\Server\Connection
  3288.      */
  3289.     protected function getVarDumper_ServerConnectionService()
  3290.     {
  3291.         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()]);
  3292.     }
  3293.     /**
  3294.      * Gets the private 'video_type_manager' shared service.
  3295.      *
  3296.      * @return \Boab\CmsBundle\Manager\VideoTypeManager
  3297.      */
  3298.     protected function getVideoTypeManagerService()
  3299.     {
  3300.         $this->privates['video_type_manager'] = $instance = new \Boab\CmsBundle\Manager\VideoTypeManager();
  3301.         $instance->setType('video');
  3302.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Video''add_template' => '@BoabCms/Admin/video_add.html.twig''edit_template' => '@BoabCms/Admin/video_add.html.twig''description' => 'Use for youtube videos''manager' => 'video_type_manager''taxonomy' => ['vocab_id' => 'video''template' => 'video/category.html.twig''vocab_list' => []], 'show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  3303.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  3304.         return $instance;
  3305.     }
  3306.     /**
  3307.      * Gets the private 'web_profiler.csp.handler' shared service.
  3308.      *
  3309.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3310.      */
  3311.     protected function getWebProfiler_Csp_HandlerService()
  3312.     {
  3313.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3314.     }
  3315.     /**
  3316.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3317.      *
  3318.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3319.      */
  3320.     protected function getWebProfiler_DebugToolbarService()
  3321.     {
  3322.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3323.     }
  3324.     /**
  3325.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3326.      *
  3327.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3328.      */
  3329.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3330.     {
  3331.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3332.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3333.         ], [
  3334.             '_default' => '?',
  3335.         ]), '_default');
  3336.     }
  3337.     /**
  3338.      * Gets the public 'cache_clearer' alias.
  3339.      *
  3340.      * @return object The ".container.private.cache_clearer" service.
  3341.      */
  3342.     protected function getCacheClearerService()
  3343.     {
  3344.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3345.         return $this->get('.container.private.cache_clearer');
  3346.     }
  3347.     /**
  3348.      * Gets the public 'filesystem' alias.
  3349.      *
  3350.      * @return object The ".container.private.filesystem" service.
  3351.      */
  3352.     protected function getFilesystem2Service()
  3353.     {
  3354.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3355.         return $this->get('.container.private.filesystem');
  3356.     }
  3357.     /**
  3358.      * Gets the public 'serializer' alias.
  3359.      *
  3360.      * @return object The ".container.private.serializer" service.
  3361.      */
  3362.     protected function getSerializerService()
  3363.     {
  3364.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3365.         return $this->get('.container.private.serializer');
  3366.     }
  3367.     /**
  3368.      * Gets the public 'security.csrf.token_manager' alias.
  3369.      *
  3370.      * @return object The ".container.private.security.csrf.token_manager" service.
  3371.      */
  3372.     protected function getSecurity_Csrf_TokenManagerService()
  3373.     {
  3374.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3375.         return $this->get('.container.private.security.csrf.token_manager');
  3376.     }
  3377.     /**
  3378.      * Gets the public 'form.factory' alias.
  3379.      *
  3380.      * @return object The ".container.private.form.factory" service.
  3381.      */
  3382.     protected function getForm_FactoryService()
  3383.     {
  3384.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3385.         return $this->get('.container.private.form.factory');
  3386.     }
  3387.     /**
  3388.      * Gets the public 'form.type.file' alias.
  3389.      *
  3390.      * @return object The ".container.private.form.type.file" service.
  3391.      */
  3392.     protected function getForm_Type_FileService()
  3393.     {
  3394.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3395.         return $this->get('.container.private.form.type.file');
  3396.     }
  3397.     /**
  3398.      * Gets the public 'profiler' alias.
  3399.      *
  3400.      * @return object The ".container.private.profiler" service.
  3401.      */
  3402.     protected function getProfilerService()
  3403.     {
  3404.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3405.         return $this->get('.container.private.profiler');
  3406.     }
  3407.     /**
  3408.      * Gets the public 'twig' alias.
  3409.      *
  3410.      * @return object The ".container.private.twig" service.
  3411.      */
  3412.     protected function getTwigService()
  3413.     {
  3414.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3415.         return $this->get('.container.private.twig');
  3416.     }
  3417.     /**
  3418.      * Gets the public 'security.authorization_checker' alias.
  3419.      *
  3420.      * @return object The ".container.private.security.authorization_checker" service.
  3421.      */
  3422.     protected function getSecurity_AuthorizationCheckerService()
  3423.     {
  3424.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3425.         return $this->get('.container.private.security.authorization_checker');
  3426.     }
  3427.     /**
  3428.      * Gets the public 'security.token_storage' alias.
  3429.      *
  3430.      * @return object The ".container.private.security.token_storage" service.
  3431.      */
  3432.     protected function getSecurity_TokenStorageService()
  3433.     {
  3434.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3435.         return $this->get('.container.private.security.token_storage');
  3436.     }
  3437.     /**
  3438.      * Gets the public 'security.password_encoder' alias.
  3439.      *
  3440.      * @return object The ".container.private.security.password_encoder" service.
  3441.      */
  3442.     protected function getSecurity_PasswordEncoderService()
  3443.     {
  3444.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3445.         return $this->get('.container.private.security.password_encoder');
  3446.     }
  3447.     /**
  3448.      * Gets the public 'session' alias.
  3449.      *
  3450.      * @return object The ".container.private.session" service.
  3451.      */
  3452.     protected function getSessionService()
  3453.     {
  3454.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3455.         return $this->get('.container.private.session');
  3456.     }
  3457.     /**
  3458.      * Gets the public 'validator' alias.
  3459.      *
  3460.      * @return object The ".container.private.validator" service.
  3461.      */
  3462.     protected function getValidatorService()
  3463.     {
  3464.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3465.         return $this->get('.container.private.validator');
  3466.     }
  3467.     /**
  3468.      * @return array|bool|float|int|string|\UnitEnum|null
  3469.      */
  3470.     public function getParameter(string $name)
  3471.     {
  3472.         if (isset($this->buildParameters[$name])) {
  3473.             return $this->buildParameters[$name];
  3474.         }
  3475.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3476.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3477.         }
  3478.         if (isset($this->loadedDynamicParameters[$name])) {
  3479.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3480.         }
  3481.         return $this->parameters[$name];
  3482.     }
  3483.     public function hasParameter(string $name): bool
  3484.     {
  3485.         if (isset($this->buildParameters[$name])) {
  3486.             return true;
  3487.         }
  3488.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3489.     }
  3490.     public function setParameter(string $name$value): void
  3491.     {
  3492.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3493.     }
  3494.     public function getParameterBag(): ParameterBagInterface
  3495.     {
  3496.         if (null === $this->parameterBag) {
  3497.             $parameters $this->parameters;
  3498.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3499.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3500.             }
  3501.             foreach ($this->buildParameters as $name => $value) {
  3502.                 $parameters[$name] = $value;
  3503.             }
  3504.             $this->parameterBag = new FrozenParameterBag($parameters);
  3505.         }
  3506.         return $this->parameterBag;
  3507.     }
  3508.     private $loadedDynamicParameters = [
  3509.         'kernel.runtime_environment' => false,
  3510.         'kernel.build_dir' => false,
  3511.         'kernel.cache_dir' => false,
  3512.         'google.client_id' => false,
  3513.         'google.client_secret' => false,
  3514.         'google.api_key' => false,
  3515.         'kernel.secret' => false,
  3516.         'debug.container.dump' => false,
  3517.         'serializer.mapping.cache.file' => false,
  3518.         'session.save_path' => false,
  3519.         'validator.mapping.cache.file' => false,
  3520.         'profiler.storage.dsn' => false,
  3521.         'doctrine.orm.proxy_dir' => false,
  3522.     ];
  3523.     private $dynamicParameters = [];
  3524.     private function getDynamicParameter(string $name)
  3525.     {
  3526.         switch ($name) {
  3527.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3528.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3529.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3530.             case 'google.client_id'$value $this->getEnv('GOOGLE_CLIENT_id'); break;
  3531.             case 'google.client_secret'$value $this->getEnv('GOOGLE_CLIENT_SECRET'); break;
  3532.             case 'google.api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  3533.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3534.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3535.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3536.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3537.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3538.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3539.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3540.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3541.         }
  3542.         $this->loadedDynamicParameters[$name] = true;
  3543.         return $this->dynamicParameters[$name] = $value;
  3544.     }
  3545.     protected function getDefaultParameters(): array
  3546.     {
  3547.         return [
  3548.             'kernel.project_dir' => \dirname(__DIR__4),
  3549.             'kernel.environment' => 'dev',
  3550.             'kernel.debug' => true,
  3551.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3552.             'kernel.bundles' => [
  3553.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3554.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3555.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3556.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3557.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3558.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3559.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3560.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3561.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3562.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3563.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3564.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  3565.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  3566.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3567.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3568.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  3569.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  3570.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3571.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  3572.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  3573.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3574.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3575.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3576.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3577.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  3578.                 'BoabCmsBundle' => 'Boab\\CmsBundle\\BoabCmsBundle',
  3579.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3580.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3581.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3582.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3583.                 'KnpDisqusBundle' => 'Knp\\Bundle\\DisqusBundle\\KnpDisqusBundle',
  3584.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  3585.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3586.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3587.                 'TchoulomViewCounterBundle' => 'Tchoulom\\ViewCounterBundle\\TchoulomViewCounterBundle',
  3588.                 'FbeenSettingsBundle' => 'Fbeen\\SettingsBundle\\FbeenSettingsBundle',
  3589.             ],
  3590.             'kernel.bundles_metadata' => [
  3591.                 'FrameworkBundle' => [
  3592.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3593.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3594.                 ],
  3595.                 'SensioFrameworkExtraBundle' => [
  3596.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3597.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3598.                 ],
  3599.                 'TwigBundle' => [
  3600.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3601.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3602.                 ],
  3603.                 'WebProfilerBundle' => [
  3604.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3605.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3606.                 ],
  3607.                 'MonologBundle' => [
  3608.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3609.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3610.                 ],
  3611.                 'DebugBundle' => [
  3612.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3613.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3614.                 ],
  3615.                 'MakerBundle' => [
  3616.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3617.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3618.                 ],
  3619.                 'DoctrineBundle' => [
  3620.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3621.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3622.                 ],
  3623.                 'DoctrineMigrationsBundle' => [
  3624.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3625.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3626.                 ],
  3627.                 'SecurityBundle' => [
  3628.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3629.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3630.                 ],
  3631.                 'TwigExtraBundle' => [
  3632.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3633.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3634.                 ],
  3635.                 'GregwarCaptchaBundle' => [
  3636.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  3637.                     'namespace' => 'Gregwar\\CaptchaBundle',
  3638.                 ],
  3639.                 'OneupFlysystemBundle' => [
  3640.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  3641.                     'namespace' => 'Oneup\\FlysystemBundle',
  3642.                 ],
  3643.                 'StofDoctrineExtensionsBundle' => [
  3644.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3645.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3646.                 ],
  3647.                 'SonataDoctrineBundle' => [
  3648.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3649.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3650.                 ],
  3651.                 'SonataTwigBundle' => [
  3652.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  3653.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  3654.                 ],
  3655.                 'SonataFormBundle' => [
  3656.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  3657.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  3658.                 ],
  3659.                 'SonataBlockBundle' => [
  3660.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  3661.                     'namespace' => 'Sonata\\BlockBundle',
  3662.                 ],
  3663.                 'SonataExporterBundle' => [
  3664.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  3665.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  3666.                 ],
  3667.                 'SonataSeoBundle' => [
  3668.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  3669.                     'namespace' => 'Sonata\\SeoBundle',
  3670.                 ],
  3671.                 'KnpMenuBundle' => [
  3672.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3673.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3674.                 ],
  3675.                 'SonataAdminBundle' => [
  3676.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  3677.                     'namespace' => 'Sonata\\AdminBundle',
  3678.                 ],
  3679.                 'SonataDoctrineORMAdminBundle' => [
  3680.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3681.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3682.                 ],
  3683.                 'FOSJsRoutingBundle' => [
  3684.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3685.                     'namespace' => 'FOS\\JsRoutingBundle',
  3686.                 ],
  3687.                 'CmfRoutingBundle' => [
  3688.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  3689.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  3690.                 ],
  3691.                 'BoabCmsBundle' => [
  3692.                     'path' => (\dirname(__DIR__4).'/lib/boab/cms-bundle/src'),
  3693.                     'namespace' => 'Boab\\CmsBundle',
  3694.                 ],
  3695.                 'FlysystemBundle' => [
  3696.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3697.                     'namespace' => 'League\\FlysystemBundle',
  3698.                 ],
  3699.                 'SymfonyCastsVerifyEmailBundle' => [
  3700.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3701.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3702.                 ],
  3703.                 'SymfonyCastsResetPasswordBundle' => [
  3704.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3705.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3706.                 ],
  3707.                 'DoctrineFixturesBundle' => [
  3708.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3709.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3710.                 ],
  3711.                 'KnpDisqusBundle' => [
  3712.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle'),
  3713.                     'namespace' => 'Knp\\Bundle\\DisqusBundle',
  3714.                 ],
  3715.                 'WhiteOctoberBreadcrumbsBundle' => [
  3716.                     'path' => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle'),
  3717.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  3718.                 ],
  3719.                 'LiipImagineBundle' => [
  3720.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3721.                     'namespace' => 'Liip\\ImagineBundle',
  3722.                 ],
  3723.                 'WebpackEncoreBundle' => [
  3724.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3725.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3726.                 ],
  3727.                 'TchoulomViewCounterBundle' => [
  3728.                     'path' => (\dirname(__DIR__4).'/vendor/tchoulom/view-counter-bundle'),
  3729.                     'namespace' => 'Tchoulom\\ViewCounterBundle',
  3730.                 ],
  3731.                 'FbeenSettingsBundle' => [
  3732.                     'path' => (\dirname(__DIR__4).'/lib/fbeen/fbeen-bundle/src'),
  3733.                     'namespace' => 'Fbeen\\SettingsBundle',
  3734.                 ],
  3735.             ],
  3736.             'kernel.charset' => 'UTF-8',
  3737.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3738.             'locale' => 'en',
  3739.             'mailer.from_email' => 'mailer@thepowerofyough.com',
  3740.             'mailer.to_email' => 'info@thepowerofyough.com',
  3741.             'router.request_context.host' => 'http://invetiko.inv:9090',
  3742.             'router.request_context.scheme' => 'http',
  3743.             'upload_path' => (\dirname(__DIR__4).'/public'),
  3744.             'base_root' => (\dirname(__DIR__4).'/../public_html'),
  3745.             'base_url' => 'http://invetiko.inv:9090',
  3746.             'secured_upload_path' => (\dirname(__DIR__3).'/uploads'),
  3747.             'app_asset_root' => (\dirname(__DIR__4).'/public/assets'),
  3748.             'nexmo.api_key' => 'e25a53be',
  3749.             'nexmo.api_secret' => '2324a93d452514d8',
  3750.             'sinch.api_key' => 'cf91bfc1-acab-47f4-bfd2-828d11d0df0a',
  3751.             'sinch.api_secret' => 'nMIsbmmOTU6r65vfNMDvHQ==',
  3752.             'twilio.account_sid' => 'AC8a7fd09a440e09d9755a41aab181d2a1',
  3753.             'twilio.auth_token' => 'bef2f56514694dea5c0ac4fea5697a82',
  3754.             'twilio.contact_number' => '+13133073177',
  3755.             'dtech.api_key' => '66384973f8557cd2606e9ca8a227c661',
  3756.             'dtech.user_id' => 'webfilla',
  3757.             'mnotify.api_key' => '6200e9cf437efcfd3292',
  3758.             'mnotify.user_id' => 'webfilla',
  3759.             'zoom.api_key' => 'JQLLg9TITgubz7eCNKfJZw',
  3760.             'zoom.api_secret' => 'yidDPGEftYP9FZeCbWNpV7qwu7i3GOamgiLe',
  3761.             'zoom.user_id' => 'iw90TcEuS9ewWPUHTiCSwA',
  3762.             'google.drive_folder' => (\dirname(__DIR__3).'/google'),
  3763.             'google.credencials_file' => (\dirname(__DIR__3).'/google/credentials.json'),
  3764.             'google.token_file' => (\dirname(__DIR__3).'/google/token.json'),
  3765.             'opanet.base_url' => '',
  3766.             'event_dispatcher.event_aliases' => [
  3767.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3768.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3769.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3770.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3771.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3772.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3773.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3774.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3775.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3776.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3777.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3778.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3779.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3780.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3781.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3782.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3783.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3784.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3785.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3786.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3787.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3788.             ],
  3789.             'fragment.renderer.hinclude.global_template' => NULL,
  3790.             'fragment.path' => '/_fragment',
  3791.             'kernel.http_method_override' => false,
  3792.             'kernel.trusted_hosts' => [
  3793.             ],
  3794.             'kernel.default_locale' => 'en',
  3795.             'kernel.enabled_locales' => [
  3796.             ],
  3797.             'kernel.error_controller' => 'error_controller',
  3798.             'debug.file_link_format' => NULL,
  3799.             'asset.request_context.base_path' => NULL,
  3800.             'asset.request_context.secure' => NULL,
  3801.             'translator.logging' => false,
  3802.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3803.             'debug.error_handler.throw_at' => -1,
  3804.             'router.request_context.base_url' => '',
  3805.             'router.resource' => 'kernel::loadRoutes',
  3806.             'request_listener.http_port' => 80,
  3807.             'request_listener.https_port' => 443,
  3808.             'session.metadata.storage_key' => '_sf2_meta',
  3809.             'session.storage.options' => [
  3810.                 'cache_limiter' => '0',
  3811.                 'cookie_secure' => 'auto',
  3812.                 'cookie_httponly' => true,
  3813.                 'cookie_samesite' => 'lax',
  3814.                 'gc_probability' => 1,
  3815.             ],
  3816.             'session.metadata.update_threshold' => 0,
  3817.             'form.type_extension.csrf.enabled' => true,
  3818.             'form.type_extension.csrf.field_name' => '_token',
  3819.             'validator.translation_domain' => 'validators',
  3820.             'profiler_listener.only_exceptions' => false,
  3821.             'profiler_listener.only_main_requests' => false,
  3822.             'twig.form.resources' => [
  3823.                 => '@GregwarCaptcha/captcha.html.twig',
  3824.                 => 'form_div_layout.html.twig',
  3825.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3826.             ],
  3827.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3828.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3829.             'web_profiler.debug_toolbar.mode' => 2,
  3830.             'monolog.use_microseconds' => true,
  3831.             'monolog.swift_mailer.handlers' => [
  3832.             ],
  3833.             'monolog.handlers_to_channels' => [
  3834.                 'monolog.handler.console' => [
  3835.                     'type' => 'exclusive',
  3836.                     'elements' => [
  3837.                         => 'event',
  3838.                         => 'doctrine',
  3839.                         => 'console',
  3840.                     ],
  3841.                 ],
  3842.                 'monolog.handler.main' => [
  3843.                     'type' => 'exclusive',
  3844.                     'elements' => [
  3845.                         => 'event',
  3846.                     ],
  3847.                 ],
  3848.             ],
  3849.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3850.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3851.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3852.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3853.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3854.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3855.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3856.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3857.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3858.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3859.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3860.             'doctrine.entity_managers' => [
  3861.                 'default' => 'doctrine.orm.default_entity_manager',
  3862.             ],
  3863.             'doctrine.default_entity_manager' => 'default',
  3864.             'doctrine.dbal.connection_factory.types' => [
  3865.                 'uuid' => [
  3866.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  3867.                 ],
  3868.                 'ulid' => [
  3869.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3870.                 ],
  3871.             ],
  3872.             'doctrine.connections' => [
  3873.                 'default' => 'doctrine.dbal.default_connection',
  3874.             ],
  3875.             'doctrine.default_connection' => 'default',
  3876.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3877.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3878.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3879.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3880.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3881.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3882.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3883.             'doctrine.orm.cache.memcache_port' => 11211,
  3884.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3885.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3886.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3887.             'doctrine.orm.cache.memcached_port' => 11211,
  3888.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3889.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3890.             'doctrine.orm.cache.redis_host' => 'localhost',
  3891.             'doctrine.orm.cache.redis_port' => 6379,
  3892.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3893.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3894.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3895.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3896.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3897.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3898.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3899.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3900.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3901.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3902.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3903.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3904.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3905.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3906.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3907.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3908.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3909.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3910.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3911.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3912.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3913.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3914.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3915.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3916.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3917.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3918.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3919.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3920.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3921.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3922.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3923.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3924.             'doctrine.migrations.preferred_em' => NULL,
  3925.             'doctrine.migrations.preferred_connection' => NULL,
  3926.             'security.role_hierarchy.roles' => [
  3927.                 'ROLE_SUPER_ADMIN' => [
  3928.                     => 'ROLE_ADMIN',
  3929.                     => 'ROLE_EDITOR',
  3930.                     => 'ROLE_PUBLISHER',
  3931.                     => 'ROLE_TUTOR',
  3932.                     => 'ROLE_USER',
  3933.                     => 'ROLE_STUDENT',
  3934.                 ],
  3935.                 'ROLE_STUDENT' => [
  3936.                     => 'ROLE_USER',
  3937.                 ],
  3938.             ],
  3939.             'security.access.denied_url' => NULL,
  3940.             'security.authentication.manager.erase_credentials' => true,
  3941.             'security.authentication.session_strategy.strategy' => 'migrate',
  3942.             'security.access.always_authenticate_before_granting' => false,
  3943.             'security.authentication.hide_user_not_found' => true,
  3944.             'security.firewalls' => [
  3945.                 => 'dev',
  3946.                 => 'admin',
  3947.                 => 'main',
  3948.             ],
  3949.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  3950.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  3951.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  3952.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  3953.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  3954.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  3955.             'gregwar_captcha.config' => [
  3956.                 'length' => 5,
  3957.                 'width' => 130,
  3958.                 'height' => 50,
  3959.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  3960.                 'keep_value' => false,
  3961.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  3962.                 'as_file' => false,
  3963.                 'as_url' => false,
  3964.                 'reload' => false,
  3965.                 'image_folder' => 'captcha',
  3966.                 'web_path' => (\dirname(__DIR__4).'/public'),
  3967.                 'gc_freq' => 100,
  3968.                 'expiration' => 60,
  3969.                 'quality' => 50,
  3970.                 'invalid_message' => 'Bad code value',
  3971.                 'bypass_code' => NULL,
  3972.                 'whitelist_key' => 'captcha_whitelist_key',
  3973.                 'humanity' => 0,
  3974.                 'distortion' => true,
  3975.                 'max_front_lines' => NULL,
  3976.                 'max_behind_lines' => NULL,
  3977.                 'interpolation' => true,
  3978.                 'text_color' => [
  3979.                 ],
  3980.                 'background_color' => [
  3981.                 ],
  3982.                 'background_images' => [
  3983.                 ],
  3984.                 'disabled' => false,
  3985.                 'ignore_all_effects' => false,
  3986.                 'session_key' => 'captcha',
  3987.             ],
  3988.             'gregwar_captcha.config.image_folder' => 'captcha',
  3989.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  3990.             'gregwar_captcha.config.gc_freq' => 100,
  3991.             'gregwar_captcha.config.expiration' => 60,
  3992.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  3993.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3994.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3995.             'stof_doctrine_extensions.translation_fallback' => false,
  3996.             'stof_doctrine_extensions.persist_default_translation' => false,
  3997.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3998.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3999.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4000.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4001.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4002.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4003.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4004.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4005.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4006.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4007.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  4008.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  4009.             'sonata.twig.form_type' => 'standard',
  4010.             'sonata.form.form_type' => 'standard',
  4011.             'sonata.block.container.types' => [
  4012.                 => 'sonata.block.service.container',
  4013.                 => 'sonata.page.block.container',
  4014.                 => 'sonata.dashboard.block.container',
  4015.                 => 'cmf.block.container',
  4016.                 => 'cmf.block.slideshow',
  4017.             ],
  4018.             'sonata_block.blocks' => [
  4019.                 'boab_cms.block.content_list' => [
  4020.                     'contexts' => [
  4021.                     ],
  4022.                     'templates' => [
  4023.                     ],
  4024.                     'cache' => 'sonata.cache.noop',
  4025.                     'settings' => [
  4026.                     ],
  4027.                 ],
  4028.                 'boab_cms.block.event_list' => [
  4029.                     'contexts' => [
  4030.                     ],
  4031.                     'templates' => [
  4032.                     ],
  4033.                     'cache' => 'sonata.cache.noop',
  4034.                     'settings' => [
  4035.                     ],
  4036.                 ],
  4037.                 'boab_cms.block.child_pages' => [
  4038.                     'contexts' => [
  4039.                     ],
  4040.                     'templates' => [
  4041.                     ],
  4042.                     'cache' => 'sonata.cache.noop',
  4043.                     'settings' => [
  4044.                     ],
  4045.                 ],
  4046.                 'boab_cms.block.content_photos' => [
  4047.                     'contexts' => [
  4048.                     ],
  4049.                     'templates' => [
  4050.                     ],
  4051.                     'cache' => 'sonata.cache.noop',
  4052.                     'settings' => [
  4053.                     ],
  4054.                 ],
  4055.                 'boab_cms.block.category_list' => [
  4056.                     'contexts' => [
  4057.                     ],
  4058.                     'templates' => [
  4059.                     ],
  4060.                     'cache' => 'sonata.cache.noop',
  4061.                     'settings' => [
  4062.                     ],
  4063.                 ],
  4064.                 'boab_cms.block.category_menu' => [
  4065.                     'contexts' => [
  4066.                     ],
  4067.                     'templates' => [
  4068.                     ],
  4069.                     'cache' => 'sonata.cache.noop',
  4070.                     'settings' => [
  4071.                     ],
  4072.                 ],
  4073.                 'boab_cms.block.featured_content' => [
  4074.                     'contexts' => [
  4075.                     ],
  4076.                     'templates' => [
  4077.                     ],
  4078.                     'cache' => 'sonata.cache.noop',
  4079.                     'settings' => [
  4080.                     ],
  4081.                 ],
  4082.                 'boab_cms.block.page_array' => [
  4083.                     'contexts' => [
  4084.                     ],
  4085.                     'templates' => [
  4086.                     ],
  4087.                     'cache' => 'sonata.cache.noop',
  4088.                     'settings' => [
  4089.                     ],
  4090.                 ],
  4091.                 'boab_cms.block.stats' => [
  4092.                     'contexts' => [
  4093.                     ],
  4094.                     'templates' => [
  4095.                     ],
  4096.                     'cache' => 'sonata.cache.noop',
  4097.                     'settings' => [
  4098.                     ],
  4099.                 ],
  4100.                 'app.block.top_stats_widget' => [
  4101.                     'contexts' => [
  4102.                     ],
  4103.                     'templates' => [
  4104.                     ],
  4105.                     'cache' => 'sonata.cache.noop',
  4106.                     'settings' => [
  4107.                     ],
  4108.                 ],
  4109.                 'sonata.admin.block.admin_list' => [
  4110.                     'contexts' => [
  4111.                         => 'admin',
  4112.                     ],
  4113.                     'templates' => [
  4114.                     ],
  4115.                     'cache' => 'sonata.cache.noop',
  4116.                     'settings' => [
  4117.                     ],
  4118.                 ],
  4119.                 'sonata.block.service.container' => [
  4120.                     'contexts' => [
  4121.                     ],
  4122.                     'templates' => [
  4123.                     ],
  4124.                     'cache' => 'sonata.cache.noop',
  4125.                     'settings' => [
  4126.                     ],
  4127.                 ],
  4128.                 'sonata.block.service.empty' => [
  4129.                     'contexts' => [
  4130.                     ],
  4131.                     'templates' => [
  4132.                     ],
  4133.                     'cache' => 'sonata.cache.noop',
  4134.                     'settings' => [
  4135.                     ],
  4136.                 ],
  4137.                 'sonata.block.service.text' => [
  4138.                     'contexts' => [
  4139.                     ],
  4140.                     'templates' => [
  4141.                     ],
  4142.                     'cache' => 'sonata.cache.noop',
  4143.                     'settings' => [
  4144.                     ],
  4145.                 ],
  4146.                 'sonata.block.service.rss' => [
  4147.                     'contexts' => [
  4148.                     ],
  4149.                     'templates' => [
  4150.                     ],
  4151.                     'cache' => 'sonata.cache.noop',
  4152.                     'settings' => [
  4153.                     ],
  4154.                 ],
  4155.                 'sonata.block.service.template' => [
  4156.                     'contexts' => [
  4157.                     ],
  4158.                     'templates' => [
  4159.                     ],
  4160.                     'cache' => 'sonata.cache.noop',
  4161.                     'settings' => [
  4162.                     ],
  4163.                 ],
  4164.                 'sonata.block.service.menu' => [
  4165.                     'contexts' => [
  4166.                     ],
  4167.                     'templates' => [
  4168.                     ],
  4169.                     'cache' => 'sonata.cache.noop',
  4170.                     'settings' => [
  4171.                     ],
  4172.                 ],
  4173.                 'sonata.seo.block.breadcrumb.homepage' => [
  4174.                     'contexts' => [
  4175.                     ],
  4176.                     'templates' => [
  4177.                     ],
  4178.                     'cache' => 'sonata.cache.noop',
  4179.                     'settings' => [
  4180.                     ],
  4181.                 ],
  4182.                 'sonata.admin.block.search_result' => [
  4183.                     'contexts' => [
  4184.                     ],
  4185.                     'templates' => [
  4186.                     ],
  4187.                     'cache' => 'sonata.cache.noop',
  4188.                     'settings' => [
  4189.                     ],
  4190.                 ],
  4191.                 'sonata.admin.block.stats' => [
  4192.                     'contexts' => [
  4193.                     ],
  4194.                     'templates' => [
  4195.                     ],
  4196.                     'cache' => 'sonata.cache.noop',
  4197.                     'settings' => [
  4198.                     ],
  4199.                 ],
  4200.                 'sonata.admin.block.admin_preview' => [
  4201.                     'contexts' => [
  4202.                     ],
  4203.                     'templates' => [
  4204.                     ],
  4205.                     'cache' => 'sonata.cache.noop',
  4206.                     'settings' => [
  4207.                     ],
  4208.                 ],
  4209.             ],
  4210.             'sonata_block.blocks_by_class' => [
  4211.             ],
  4212.             'sonata_blocks.block_types' => [
  4213.                 => 'boab_cms.block.content_list',
  4214.                 => 'boab_cms.block.event_list',
  4215.                 => 'boab_cms.block.child_pages',
  4216.                 => 'boab_cms.block.content_photos',
  4217.                 => 'boab_cms.block.category_list',
  4218.                 => 'boab_cms.block.category_menu',
  4219.                 => 'boab_cms.block.featured_content',
  4220.                 => 'boab_cms.block.page_array',
  4221.                 => 'boab_cms.block.stats',
  4222.                 => 'app.block.top_stats_widget',
  4223.                 10 => 'sonata.admin.block.admin_list',
  4224.                 11 => 'sonata.block.service.container',
  4225.                 12 => 'sonata.block.service.empty',
  4226.                 13 => 'sonata.block.service.text',
  4227.                 14 => 'sonata.block.service.rss',
  4228.                 15 => 'sonata.block.service.template',
  4229.                 16 => 'sonata.block.service.menu',
  4230.                 17 => 'sonata.seo.block.breadcrumb.homepage',
  4231.                 18 => 'sonata.admin.block.search_result',
  4232.                 19 => 'sonata.admin.block.stats',
  4233.                 20 => 'sonata.admin.block.admin_preview',
  4234.             ],
  4235.             'sonata_block.cache_blocks' => [
  4236.                 'by_class' => [
  4237.                 ],
  4238.                 'by_type' => [
  4239.                     'boab_cms.block.content_list' => 'sonata.cache.noop',
  4240.                     'boab_cms.block.event_list' => 'sonata.cache.noop',
  4241.                     'boab_cms.block.child_pages' => 'sonata.cache.noop',
  4242.                     'boab_cms.block.content_photos' => 'sonata.cache.noop',
  4243.                     'boab_cms.block.category_list' => 'sonata.cache.noop',
  4244.                     'boab_cms.block.category_menu' => 'sonata.cache.noop',
  4245.                     'boab_cms.block.featured_content' => 'sonata.cache.noop',
  4246.                     'boab_cms.block.page_array' => 'sonata.cache.noop',
  4247.                     'boab_cms.block.stats' => 'sonata.cache.noop',
  4248.                     'app.block.top_stats_widget' => 'sonata.cache.noop',
  4249.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  4250.                     'sonata.block.service.container' => 'sonata.cache.noop',
  4251.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  4252.                     'sonata.block.service.text' => 'sonata.cache.noop',
  4253.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  4254.                     'sonata.block.service.template' => 'sonata.cache.noop',
  4255.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  4256.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  4257.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  4258.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  4259.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  4260.                 ],
  4261.             ],
  4262.             'sonata_blocks.default_contexts' => [
  4263.             ],
  4264.             'sonata.exporter.writer.csv.filename' => 'php://output',
  4265.             'sonata.exporter.writer.csv.delimiter' => ',',
  4266.             'sonata.exporter.writer.csv.enclosure' => '"',
  4267.             'sonata.exporter.writer.csv.escape' => '\\',
  4268.             'sonata.exporter.writer.csv.show_headers' => true,
  4269.             'sonata.exporter.writer.csv.with_bom' => false,
  4270.             'sonata.exporter.writer.json.filename' => 'php://output',
  4271.             'sonata.exporter.writer.xls.filename' => 'php://output',
  4272.             'sonata.exporter.writer.xls.show_headers' => true,
  4273.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  4274.             'sonata.exporter.writer.xlsx.show_headers' => true,
  4275.             'sonata.exporter.writer.xlsx.show_filters' => true,
  4276.             'sonata.exporter.writer.xml.filename' => 'php://output',
  4277.             'sonata.exporter.writer.xml.show_headers' => true,
  4278.             'sonata.exporter.writer.xml.main_element' => 'datas',
  4279.             'sonata.exporter.writer.xml.child_element' => 'data',
  4280.             'sonata.seo.config' => [
  4281.                 'title' => 'Lister Professional Institute',
  4282.                 'default' => 'sonata.seo.page.default',
  4283.                 'metas' => [
  4284.                     'name' => [
  4285.                         'keywords' => 'School, Remedials, Advance Diploma Course, Lister, Professional, Institute, Madina, Ghana',
  4286.                         'description' => 'The description',
  4287.                         'robots' => 'index, follow',
  4288.                         'author' => 'Default Author',
  4289.                     ],
  4290.                     'property' => [
  4291.                         'og:site_name' => 'Lister Professional Institute',
  4292.                         'og:description' => 'The description',
  4293.                         'og:type' => 'page',
  4294.                     ],
  4295.                     'http-equiv' => [
  4296.                         'Content-Type' => 'text/html; charset=utf-8',
  4297.                     ],
  4298.                     'charset' => [
  4299.                         'UTF-8' => '',
  4300.                     ],
  4301.                 ],
  4302.                 'head' => [
  4303.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  4304.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  4305.                 ],
  4306.                 'separator' => ' - ',
  4307.                 'title_prefix' => NULL,
  4308.                 'title_suffix' => NULL,
  4309.             ],
  4310.             'knp_menu.renderer.list.options' => [
  4311.             ],
  4312.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4313.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4314.             'knp_menu.renderer.twig.options' => [
  4315.             ],
  4316.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4317.             'knp_menu.default_renderer' => 'twig',
  4318.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  4319.                 'choice' => 'select',
  4320.                 'boolean' => 'select',
  4321.                 'textarea' => 'textarea',
  4322.                 'html' => 'textarea',
  4323.                 'email' => 'email',
  4324.                 'string' => 'text',
  4325.                 'integer' => 'number',
  4326.                 'float' => 'number',
  4327.                 'currency' => 'number',
  4328.                 'percent' => 'number',
  4329.                 'url' => 'url',
  4330.             ],
  4331.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  4332.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  4333.             'sonata.admin.configuration.templates' => [
  4334.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  4335.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  4336.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  4337.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  4338.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  4339.                 'search' => '@SonataAdmin/Core/search.html.twig',
  4340.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  4341.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  4342.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  4343.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  4344.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  4345.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  4346.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  4347.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  4348.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  4349.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  4350.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  4351.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  4352.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  4353.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  4354.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  4355.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  4356.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  4357.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  4358.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  4359.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  4360.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  4361.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  4362.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  4363.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  4364.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  4365.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  4366.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  4367.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  4368.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  4369.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  4370.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  4371.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  4372.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  4373.                 'form_theme' => [
  4374.                 ],
  4375.                 'filter_theme' => [
  4376.                 ],
  4377.             ],
  4378.             'sonata.admin.configuration.default_admin_services' => [
  4379.                 'model_manager' => NULL,
  4380.                 'data_source' => NULL,
  4381.                 'field_description_factory' => NULL,
  4382.                 'form_contractor' => NULL,
  4383.                 'show_builder' => NULL,
  4384.                 'list_builder' => NULL,
  4385.                 'datagrid_builder' => NULL,
  4386.                 'translator' => NULL,
  4387.                 'configuration_pool' => NULL,
  4388.                 'route_generator' => NULL,
  4389.                 'security_handler' => NULL,
  4390.                 'menu_factory' => NULL,
  4391.                 'route_builder' => NULL,
  4392.                 'label_translator_strategy' => NULL,
  4393.                 'pager_type' => NULL,
  4394.             ],
  4395.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  4396.             'sonata.admin.configuration.dashboard_groups' => [
  4397.             ],
  4398.             'sonata.admin.configuration.dashboard_blocks' => [
  4399.                 => [
  4400.                     'type' => 'sonata.admin.block.admin_list',
  4401.                     'position' => 'left',
  4402.                     'roles' => [
  4403.                     ],
  4404.                     'settings' => [
  4405.                     ],
  4406.                     'class' => 'col-md-4',
  4407.                 ],
  4408.             ],
  4409.             'sonata.admin.configuration.sort_admins' => false,
  4410.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  4411.             'sonata.admin.configuration.default_group' => 'default',
  4412.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4413.             'sonata.admin.configuration.default_translation_domain' => NULL,
  4414.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  4415.             'sonata.admin.configuration.breadcrumbs' => [
  4416.                 'child_admin_route' => 'show',
  4417.             ],
  4418.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  4419.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4420.             'sonata.admin.configuration.security.information' => [
  4421.             ],
  4422.             'sonata.admin.configuration.security.admin_permissions' => [
  4423.                 => 'CREATE',
  4424.                 => 'LIST',
  4425.                 => 'DELETE',
  4426.                 => 'UNDELETE',
  4427.                 => 'EXPORT',
  4428.                 => 'OPERATOR',
  4429.                 => 'MASTER',
  4430.             ],
  4431.             'sonata.admin.configuration.security.object_permissions' => [
  4432.                 => 'VIEW',
  4433.                 => 'EDIT',
  4434.                 => 'HISTORY',
  4435.                 => 'DELETE',
  4436.                 => 'UNDELETE',
  4437.                 => 'OPERATOR',
  4438.                 => 'MASTER',
  4439.                 => 'OWNER',
  4440.             ],
  4441.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4442.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4443.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4444.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4445.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4446.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4447.             'sonata.admin.extension.map' => [
  4448.             ],
  4449.             'sonata.admin.configuration.filters.persist' => false,
  4450.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4451.             'sonata.admin.configuration.show.mosaic.button' => true,
  4452.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4453.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4454.             'sonata_doctrine_orm_admin.templates' => [
  4455.                 'types' => [
  4456.                     'list' => [
  4457.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4458.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4459.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4460.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4461.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4462.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4463.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4464.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  4465.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4466.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4467.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4468.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4469.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4470.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4471.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4472.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4473.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4474.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4475.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4476.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4477.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4478.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4479.                     ],
  4480.                     'show' => [
  4481.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4482.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4483.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4484.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4485.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4486.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4487.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  4488.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4489.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4490.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4491.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4492.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4493.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4494.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4495.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4496.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4497.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4498.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4499.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4500.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4501.                     ],
  4502.                 ],
  4503.             ],
  4504.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4505.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4506.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4507.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4508.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4509.             'fos_js_routing.request_context_base_url' => NULL,
  4510.             'fos_js_routing.cache_control' => [
  4511.                 'enabled' => false,
  4512.             ],
  4513.             'cmf_routing.uri_filter_regexp' => '',
  4514.             'cmf_routing.default_controller' => 'content_controller::showAction',
  4515.             'cmf_routing.generic_controller' => 'content_controller::showAction',
  4516.             'cmf_routing.controllers_by_type' => [
  4517.             ],
  4518.             'cmf_routing.controllers_by_class' => [
  4519.             ],
  4520.             'cmf_routing.templates_by_class' => [
  4521.             ],
  4522.             'cmf_routing.route_collection_limit' => 150,
  4523.             'cmf_routing.dynamic.limit_candidates' => 20,
  4524.             'cmf_routing.dynamic.locales' => [
  4525.             ],
  4526.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  4527.             'cmf_routing.replace_symfony_router' => true,
  4528.             'boab_cms.app_name' => 'Heaven Waves Multimedia',
  4529.             'boab_cms.content_types' => [
  4530.                 'page' => [
  4531.                     'entity' => 'Boab\\CmsBundle\\Entity\\Page',
  4532.                     'add_template' => '@BoabCms/Admin/page_add.html.twig',
  4533.                     'edit_template' => '@BoabCms/Admin/page_edit.html.twig',
  4534.                     'show_template' => 'page/page_show.html.twig',
  4535.                     'description' => 'Use for creating static content like About us page',
  4536.                     'manager' => 'page_type_manager',
  4537.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4538.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4539.                 ],
  4540.                 'article' => [
  4541.                     'entity' => 'Boab\\CmsBundle\\Entity\\Article',
  4542.                     'description' => 'Use for creating dynamic content like blog posts',
  4543.                     'show_template' => 'posts/show.html.twig',
  4544.                     'list_template' => 'page/posts_list.html.twig',
  4545.                     'show_route' => 'news_show',
  4546.                     'manager' => 'article_type_manager',
  4547.                     'taxonomy' => [
  4548.                         'vocab_id' => 'posts',
  4549.                         'template' => 'category/post.html.twig',
  4550.                         'vocab_list' => [
  4551.                         ],
  4552.                     ],
  4553.                     'add_template' => '@BoabCms/Admin/content_add.html.twig',
  4554.                     'edit_template' => '@BoabCms/Admin/content_add.html.twig',
  4555.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4556.                 ],
  4557.                 'audio' => [
  4558.                     'entity' => 'Boab\\CmsBundle\\Entity\\Audio',
  4559.                     'add_template' => '@BoabCms/Admin/audio_add.html.twig',
  4560.                     'edit_template' => '@BoabCms/Admin/audio_edit.html.twig',
  4561.                     'description' => 'Use for audio podcast',
  4562.                     'manager' => 'audio_type_manager',
  4563.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4564.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4565.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4566.                 ],
  4567.                 'video' => [
  4568.                     'entity' => 'Boab\\CmsBundle\\Entity\\Video',
  4569.                     'add_template' => '@BoabCms/Admin/video_add.html.twig',
  4570.                     'edit_template' => '@BoabCms/Admin/video_add.html.twig',
  4571.                     'description' => 'Use for youtube videos',
  4572.                     'manager' => 'video_type_manager',
  4573.                     'taxonomy' => [
  4574.                         'vocab_id' => 'video',
  4575.                         'template' => 'video/category.html.twig',
  4576.                         'vocab_list' => [
  4577.                         ],
  4578.                     ],
  4579.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4580.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4581.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4582.                 ],
  4583.                 'news' => [
  4584.                     'entity' => 'Boab\\CmsBundle\\Entity\\News',
  4585.                     'manager' => 'news_type_manager',
  4586.                     'description' => 'Use for News items',
  4587.                     'show_template' => 'news/news_show.html.twig',
  4588.                     'taxonomy' => [
  4589.                         'vocab_id' => 'posts',
  4590.                         'template' => 'category/post.html.twig',
  4591.                         'vocab_list' => [
  4592.                         ],
  4593.                     ],
  4594.                     'add_template' => '@BoabCms/Admin/content_add.html.twig',
  4595.                     'edit_template' => '@BoabCms/Admin/content_add.html.twig',
  4596.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4597.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4598.                 ],
  4599.                 'event' => [
  4600.                     'entity' => 'Boab\\CmsBundle\\Entity\\Event',
  4601.                     'description' => 'Use for creating dynamic content like Events',
  4602.                     'add_template' => '@BoabCms/Admin/event_add.html.twig',
  4603.                     'edit_template' => '@BoabCms/Admin/event_add.html.twig',
  4604.                     'show_template' => 'event/event_show.html.twig',
  4605.                     'show_route' => 'event_show',
  4606.                     'manager' => 'event_type_manager',
  4607.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4608.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4609.                 ],
  4610.                 'album' => [
  4611.                     'entity' => 'Boab\\CmsBundle\\Entity\\Album',
  4612.                     'description' => 'Use for creating dynamic content like blog posts',
  4613.                     'add_template' => '@BoabCms/Admin/album_add.html.twig',
  4614.                     'edit_template' => '@BoabCms/Admin/album_edit.html.twig',
  4615.                     'show_template' => 'page/album_show.html.twig',
  4616.                     'manager' => 'album_type_manager',
  4617.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4618.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4619.                 ],
  4620.                 'document' => [
  4621.                     'entity' => 'Boab\\CmsBundle\\Entity\\Document',
  4622.                     'description' => 'Use for creating pdf document',
  4623.                     'add_template' => '@BoabCms/Admin/document_add.html.twig',
  4624.                     'edit_template' => '@BoabCms/Admin/document_edit.html.twig',
  4625.                     'manager' => 'document_type_manager',
  4626.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4627.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4628.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4629.                 ],
  4630.                 'tour' => [
  4631.                     'entity' => 'App\\Entity\\Tour',
  4632.                     'description' => 'Use for creating tour packages',
  4633.                     'add_template' => 'tour/create.html.twig',
  4634.                     'edit_template' => 'tour/create.html.twig',
  4635.                     'manager' => 'App\\Manager\\TourTypeManager',
  4636.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4637.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4638.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4639.                 ],
  4640.             ],
  4641.             'boab_cms.pagination' => [
  4642.                 'rows_per_page' => 10,
  4643.                 'links_per_page' => 5,
  4644.                 'template' => '@BoabCms/Block/paginator.html.twig',
  4645.             ],
  4646.             'boab_cms.theme' => [
  4647.                 'themes' => [
  4648.                     => 'kantua',
  4649.                 ],
  4650.                 'active_theme' => 'kantua',
  4651.                 'theme_location' => (\dirname(__DIR__4).'/templates'),
  4652.                 'layouts' => [
  4653.                     => 'col-1-layout.html.twig',
  4654.                     => 'col-2-layout.html.twig',
  4655.                 ],
  4656.             ],
  4657.             'boab_cms.navigation' => [
  4658.                 'admin_sidebar' => (\dirname(__DIR__4).'/config/admin_menu_sidebar.php'),
  4659.             ],
  4660.             'boab_cms.routing' => [
  4661.                 'template_by_route' => [
  4662.                     'Boab\\CmsBundle\\Entity\\TermRoute' => 'category/index.html.twig',
  4663.                 ],
  4664.             ],
  4665.             'boabcms.maintenance' => [
  4666.                 'lock_file' => (\dirname(__DIR__3).'/.lock'),
  4667.                 'template' => 'page/maintenance.html.twig',
  4668.                 'ttl' => '6 hours',
  4669.             ],
  4670.             'white_october_breadcrumbs.options' => [
  4671.                 'separator' => '/',
  4672.                 'separatorClass' => 'separator',
  4673.                 'listId' => 'wo-breadcrumbs',
  4674.                 'listClass' => 'breadcrumb',
  4675.                 'itemClass' => '',
  4676.                 'linkRel' => '',
  4677.                 'locale' => NULL,
  4678.                 'translation_domain' => NULL,
  4679.                 'viewTemplate' => '@WhiteOctoberBreadcrumbs/microdata.html.twig',
  4680.             ],
  4681.             'liip_imagine.resolvers' => [
  4682.                 'default' => [
  4683.                     'web_path' => [
  4684.                         'web_root' => (\dirname(__DIR__4).'/../public_html'),
  4685.                         'cache_prefix' => 'uploads/cache',
  4686.                     ],
  4687.                 ],
  4688.             ],
  4689.             'liip_imagine.loaders' => [
  4690.                 'public_images' => [
  4691.                     'flysystem' => [
  4692.                         'filesystem_service' => 'oneup_flysystem.public_uploads_filesystem_filesystem',
  4693.                     ],
  4694.                 ],
  4695.                 'user_profile_loader' => [
  4696.                     'flysystem' => [
  4697.                         'filesystem_service' => 'oneup_flysystem.user_profile_filesystem',
  4698.                     ],
  4699.                 ],
  4700.                 'top_banner_loader' => [
  4701.                     'flysystem' => [
  4702.                         'filesystem_service' => 'oneup_flysystem.top_banner_filesystem',
  4703.                     ],
  4704.                 ],
  4705.                 'default' => [
  4706.                     'filesystem' => [
  4707.                         'locator' => 'filesystem',
  4708.                         'data_root' => [
  4709.                             => (\dirname(__DIR__4).'/public'),
  4710.                         ],
  4711.                         'allow_unresolvable_data_roots' => false,
  4712.                         'bundle_resources' => [
  4713.                             'enabled' => false,
  4714.                             'access_control_type' => 'blacklist',
  4715.                             'access_control_list' => [
  4716.                             ],
  4717.                         ],
  4718.                     ],
  4719.                 ],
  4720.             ],
  4721.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4722.             'liip_imagine.jpegoptim.stripAll' => true,
  4723.             'liip_imagine.jpegoptim.max' => NULL,
  4724.             'liip_imagine.jpegoptim.progressive' => true,
  4725.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4726.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4727.             'liip_imagine.optipng.level' => 7,
  4728.             'liip_imagine.optipng.stripAll' => true,
  4729.             'liip_imagine.optipng.tempDir' => NULL,
  4730.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4731.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4732.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4733.             'liip_imagine.cwebp.tempDir' => NULL,
  4734.             'liip_imagine.cwebp.q' => 75,
  4735.             'liip_imagine.cwebp.alphaQ' => 100,
  4736.             'liip_imagine.cwebp.m' => 4,
  4737.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4738.             'liip_imagine.cwebp.alphaMethod' => 1,
  4739.             'liip_imagine.cwebp.exact' => false,
  4740.             'liip_imagine.cwebp.metadata' => [
  4741.                 => 'none',
  4742.             ],
  4743.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4744.             'liip_imagine.cache.resolver.default' => 'default',
  4745.             'liip_imagine.default_image' => NULL,
  4746.             'liip_imagine.filter_sets' => [
  4747.                 'squared_thumbnail_small' => [
  4748.                     'quality' => 100,
  4749.                     'jpeg_quality' => NULL,
  4750.                     'png_compression_level' => NULL,
  4751.                     'png_compression_filter' => NULL,
  4752.                     'format' => NULL,
  4753.                     'animated' => false,
  4754.                     'cache' => NULL,
  4755.                     'data_loader' => NULL,
  4756.                     'default_image' => NULL,
  4757.                     'filters' => [
  4758.                         'thumbnail' => [
  4759.                             'size' => [
  4760.                                 => 200,
  4761.                                 => 200,
  4762.                             ],
  4763.                             'mode' => 'outbound',
  4764.                             'allow_upscale' => true,
  4765.                         ],
  4766.                     ],
  4767.                     'post_processors' => [
  4768.                     ],
  4769.                 ],
  4770.                 'thumbnail_small' => [
  4771.                     'quality' => 100,
  4772.                     'jpeg_quality' => NULL,
  4773.                     'png_compression_level' => NULL,
  4774.                     'png_compression_filter' => NULL,
  4775.                     'format' => NULL,
  4776.                     'animated' => false,
  4777.                     'cache' => NULL,
  4778.                     'data_loader' => NULL,
  4779.                     'default_image' => NULL,
  4780.                     'filters' => [
  4781.                         'thumbnail' => [
  4782.                             'size' => [
  4783.                                 => 200,
  4784.                                 => 200,
  4785.                             ],
  4786.                             'mode' => 'outbound',
  4787.                             'allow_upscale' => true,
  4788.                         ],
  4789.                     ],
  4790.                     'post_processors' => [
  4791.                     ],
  4792.                 ],
  4793.                 'thumbnail_medium' => [
  4794.                     'quality' => 100,
  4795.                     'jpeg_quality' => NULL,
  4796.                     'png_compression_level' => NULL,
  4797.                     'png_compression_filter' => NULL,
  4798.                     'format' => NULL,
  4799.                     'animated' => false,
  4800.                     'cache' => NULL,
  4801.                     'data_loader' => NULL,
  4802.                     'default_image' => NULL,
  4803.                     'filters' => [
  4804.                         'thumbnail' => [
  4805.                             'size' => [
  4806.                                 => 350,
  4807.                                 => 350,
  4808.                             ],
  4809.                             'mode' => 'outbound',
  4810.                             'allow_upscale' => true,
  4811.                         ],
  4812.                     ],
  4813.                     'post_processors' => [
  4814.                     ],
  4815.                 ],
  4816.                 'thumbnail_large' => [
  4817.                     'quality' => 100,
  4818.                     'jpeg_quality' => NULL,
  4819.                     'png_compression_level' => NULL,
  4820.                     'png_compression_filter' => NULL,
  4821.                     'format' => NULL,
  4822.                     'animated' => false,
  4823.                     'cache' => NULL,
  4824.                     'data_loader' => NULL,
  4825.                     'default_image' => NULL,
  4826.                     'filters' => [
  4827.                         'thumbnail' => [
  4828.                             'size' => [
  4829.                                 => 500,
  4830.                                 => 500,
  4831.                             ],
  4832.                             'mode' => 'outbound',
  4833.                             'allow_upscale' => true,
  4834.                         ],
  4835.                     ],
  4836.                     'post_processors' => [
  4837.                     ],
  4838.                 ],
  4839.                 'thumbnail_500_400' => [
  4840.                     'quality' => 100,
  4841.                     'jpeg_quality' => NULL,
  4842.                     'png_compression_level' => NULL,
  4843.                     'png_compression_filter' => NULL,
  4844.                     'format' => NULL,
  4845.                     'animated' => false,
  4846.                     'cache' => NULL,
  4847.                     'data_loader' => NULL,
  4848.                     'default_image' => NULL,
  4849.                     'filters' => [
  4850.                         'thumbnail' => [
  4851.                             'size' => [
  4852.                                 => 500,
  4853.                                 => 400,
  4854.                             ],
  4855.                             'mode' => 'outbound',
  4856.                             'allow_upscale' => true,
  4857.                         ],
  4858.                     ],
  4859.                     'post_processors' => [
  4860.                     ],
  4861.                 ],
  4862.                 'thumbnail_500_300' => [
  4863.                     'quality' => 100,
  4864.                     'jpeg_quality' => NULL,
  4865.                     'png_compression_level' => NULL,
  4866.                     'png_compression_filter' => NULL,
  4867.                     'format' => NULL,
  4868.                     'animated' => false,
  4869.                     'cache' => NULL,
  4870.                     'data_loader' => NULL,
  4871.                     'default_image' => NULL,
  4872.                     'filters' => [
  4873.                         'thumbnail' => [
  4874.                             'size' => [
  4875.                                 => 500,
  4876.                                 => 300,
  4877.                             ],
  4878.                             'mode' => 'outbound',
  4879.                             'allow_upscale' => true,
  4880.                         ],
  4881.                     ],
  4882.                     'post_processors' => [
  4883.                     ],
  4884.                 ],
  4885.                 'top_banner' => [
  4886.                     'quality' => 50,
  4887.                     'jpeg_quality' => NULL,
  4888.                     'png_compression_level' => NULL,
  4889.                     'png_compression_filter' => NULL,
  4890.                     'format' => NULL,
  4891.                     'animated' => false,
  4892.                     'cache' => NULL,
  4893.                     'data_loader' => 'top_banner_loader',
  4894.                     'default_image' => NULL,
  4895.                     'filters' => [
  4896.                         'thumbnail' => [
  4897.                             'size' => [
  4898.                                 => 1920,
  4899.                                 => 1080,
  4900.                             ],
  4901.                             'mode' => 'outbound',
  4902.                             'allow_upscale' => true,
  4903.                         ],
  4904.                     ],
  4905.                     'post_processors' => [
  4906.                     ],
  4907.                 ],
  4908.                 'user_profile_avatar' => [
  4909.                     'quality' => 100,
  4910.                     'jpeg_quality' => NULL,
  4911.                     'png_compression_level' => NULL,
  4912.                     'png_compression_filter' => NULL,
  4913.                     'format' => NULL,
  4914.                     'animated' => false,
  4915.                     'cache' => NULL,
  4916.                     'data_loader' => 'user_profile_loader',
  4917.                     'default_image' => NULL,
  4918.                     'filters' => [
  4919.                         'thumbnail' => [
  4920.                             'size' => [
  4921.                                 => 500,
  4922.                                 => 500,
  4923.                             ],
  4924.                             'mode' => 'outbound',
  4925.                             'allow_upscale' => true,
  4926.                         ],
  4927.                     ],
  4928.                     'post_processors' => [
  4929.                     ],
  4930.                 ],
  4931.             ],
  4932.             'liip_imagine.binary.loader.default' => 'public_images',
  4933.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4934.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4935.             'liip_imagine.webp.generate' => false,
  4936.             'liip_imagine.webp.options' => [
  4937.                 'quality' => 100,
  4938.                 'cache' => NULL,
  4939.                 'data_loader' => NULL,
  4940.                 'post_processors' => [
  4941.                 ],
  4942.             ],
  4943.             'tchoulom.viewcounter.base.class' => 'Tchoulom\\ViewCounterBundle\\Counter\\AbstractViewCounter',
  4944.             'tchoulom.viewcounter.class' => 'Tchoulom\\ViewCounterBundle\\Counter\\ViewCounter',
  4945.             'tchoulom.viewcounter.manager.class' => 'Tchoulom\\ViewCounterBundle\\Manager\\CounterManager',
  4946.             'tchoulom.viewcounter_config.class' => 'Tchoulom\\ViewCounterBundle\\Model\\ViewcounterConfig',
  4947.             'tchoulom.viewcounter_node_config.class' => 'Tchoulom\\ViewCounterBundle\\Model\\ViewcounterNodeConfig',
  4948.             'tchoulom.statistics_node_config.class' => 'Tchoulom\\ViewCounterBundle\\Model\\StatisticsNodeConfig',
  4949.             'tchoulom.viewcounter.storage_adapter.class' => 'Tchoulom\\ViewCounterBundle\\Adapter\\Storage\\StorageAdapter',
  4950.             'tchoulom.viewcounter.filesystem_storage.class' => 'Tchoulom\\ViewCounterBundle\\Storage\\Filesystem\\FilesystemStorage',
  4951.             'tchoulom.viewcounter.mongodb_storage.class' => 'Tchoulom\\ViewCounterBundle\\Storage\\Database\\MongoDB\\MongoDBStorage',
  4952.             'tchoulom.viewcounter.stats_manager.class' => 'Tchoulom\\ViewCounterBundle\\Manager\\StatsManager',
  4953.             'tchoulom.viewcounter.file_stats_builder.class' => 'Tchoulom\\ViewCounterBundle\\Builder\\FileStatsBuilder',
  4954.             'tchoulom.viewcounter.file_stats_finder.class' => 'Tchoulom\\ViewCounterBundle\\Finder\\FileStatsFinder',
  4955.             'tchoulom.viewcounter.stats_computer.class' => 'Tchoulom\\ViewCounterBundle\\Compute\\StatsComputer',
  4956.             'tchoulom.viewcounter.stats_converter.class' => 'Tchoulom\\ViewCounterBundle\\Etl\\StatsConverter',
  4957.             'tchoulom.viewcounter.command.base.class' => 'Tchoulom\\ViewCounterBundle\\Command\\AbstractCommand',
  4958.             'tchoulom.viewcounter.cleanup.command.class' => 'Tchoulom\\ViewCounterBundle\\Command\\ViewcounterCleanupCommand',
  4959.             'tchoulom.viewcounter.stats_converter.command.class' => 'Tchoulom\\ViewCounterBundle\\Command\\StatsConverterCommand',
  4960.             'tchoulom.viewcounter.geolocator_adapter.class' => 'Tchoulom\\ViewCounterBundle\\Adapter\\Geolocator\\GeolocatorAdapter',
  4961.             'tchoulom.viewcounter.repository.base.class' => 'Tchoulom\\ViewCounterBundle\\Repository\\AbstractRepository',
  4962.             'tchoulom.viewcounter.repository.class' => 'Tchoulom\\ViewCounterBundle\\Repository\\CounterRepository',
  4963.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4964.             'data_collector.templates' => [
  4965.                 'data_collector.request' => [
  4966.                     => 'request',
  4967.                     => '@WebProfiler/Collector/request.html.twig',
  4968.                 ],
  4969.                 'data_collector.time' => [
  4970.                     => 'time',
  4971.                     => '@WebProfiler/Collector/time.html.twig',
  4972.                 ],
  4973.                 'data_collector.memory' => [
  4974.                     => 'memory',
  4975.                     => '@WebProfiler/Collector/memory.html.twig',
  4976.                 ],
  4977.                 'data_collector.validator' => [
  4978.                     => 'validator',
  4979.                     => '@WebProfiler/Collector/validator.html.twig',
  4980.                 ],
  4981.                 'data_collector.ajax' => [
  4982.                     => 'ajax',
  4983.                     => '@WebProfiler/Collector/ajax.html.twig',
  4984.                 ],
  4985.                 'data_collector.form' => [
  4986.                     => 'form',
  4987.                     => '@WebProfiler/Collector/form.html.twig',
  4988.                 ],
  4989.                 'data_collector.exception' => [
  4990.                     => 'exception',
  4991.                     => '@WebProfiler/Collector/exception.html.twig',
  4992.                 ],
  4993.                 'data_collector.logger' => [
  4994.                     => 'logger',
  4995.                     => '@WebProfiler/Collector/logger.html.twig',
  4996.                 ],
  4997.                 'data_collector.events' => [
  4998.                     => 'events',
  4999.                     => '@WebProfiler/Collector/events.html.twig',
  5000.                 ],
  5001.                 'data_collector.router' => [
  5002.                     => 'router',
  5003.                     => '@WebProfiler/Collector/router.html.twig',
  5004.                 ],
  5005.                 'data_collector.cache' => [
  5006.                     => 'cache',
  5007.                     => '@WebProfiler/Collector/cache.html.twig',
  5008.                 ],
  5009.                 'data_collector.translation' => [
  5010.                     => 'translation',
  5011.                     => '@WebProfiler/Collector/translation.html.twig',
  5012.                 ],
  5013.                 'data_collector.security' => [
  5014.                     => 'security',
  5015.                     => '@Security/Collector/security.html.twig',
  5016.                 ],
  5017.                 'data_collector.twig' => [
  5018.                     => 'twig',
  5019.                     => '@WebProfiler/Collector/twig.html.twig',
  5020.                 ],
  5021.                 'data_collector.http_client' => [
  5022.                     => 'http_client',
  5023.                     => '@WebProfiler/Collector/http_client.html.twig',
  5024.                 ],
  5025.                 'data_collector.doctrine' => [
  5026.                     => 'db',
  5027.                     => '@Doctrine/Collector/db.html.twig',
  5028.                 ],
  5029.                 'doctrine_migrations.migrations_collector' => [
  5030.                     => 'doctrine_migrations',
  5031.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5032.                 ],
  5033.                 'data_collector.dump' => [
  5034.                     => 'dump',
  5035.                     => '@Debug/Profiler/dump.html.twig',
  5036.                 ],
  5037.                 'mailer.data_collector' => [
  5038.                     => 'mailer',
  5039.                     => '@WebProfiler/Collector/mailer.html.twig',
  5040.                 ],
  5041.                 'notifier.data_collector' => [
  5042.                     => 'notifier',
  5043.                     => '@WebProfiler/Collector/notifier.html.twig',
  5044.                 ],
  5045.                 'sonata.block.data_collector' => [
  5046.                     => 'block',
  5047.                     => '@SonataBlock/Profiler/block.html.twig',
  5048.                 ],
  5049.                 'data_collector.config' => [
  5050.                     => 'config',
  5051.                     => '@WebProfiler/Collector/config.html.twig',
  5052.                 ],
  5053.             ],
  5054.             'console.command.ids' => [
  5055.                 => 'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand',
  5056.                 => 'tchoulom.viewcounter.cleanup.command',
  5057.                 => 'tchoulom.viewcounter.stats_converter.command',
  5058.             ],
  5059.         ];
  5060.     }
  5061.     protected function throw($message)
  5062.     {
  5063.         throw new RuntimeException($message);
  5064.     }
  5065. }