var/cache/dev/ContainerXxVuZHS/App_KernelDevDebugContainer.php line 2215

Open in your IDE?
  1. <?php
  2. namespace ContainerXxVuZHS;
  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.session' => 'get_Container_Private_SessionService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'League\\Flysystem\\Filesystem' => 'getFilesystemService',
  43.             'cache.app' => 'getCache_AppService',
  44.             'cache.system' => 'getCache_SystemService',
  45.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  46.             'cmf_routing.route_provider' => 'getCmfRouting_RouteProviderService',
  47.             'data_collector.dump' => 'getDataCollector_DumpService',
  48.             'doctrine' => 'getDoctrineService',
  49.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  54.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  55.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  56.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  57.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  58.             'request_stack' => 'getRequestStackService',
  59.             'router' => 'getRouterService',
  60.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  61.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  62.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  63.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  64.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  65.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  66.             'translator' => 'getTranslatorService',
  67.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  68.             'white_october_breadcrumbs.twig' => 'getWhiteOctoberBreadcrumbs_TwigService',
  69.             'cache_clearer' => 'getCacheClearerService',
  70.             'filesystem' => 'getFilesystem2Service',
  71.             'serializer' => 'getSerializerService',
  72.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  73.             'form.factory' => 'getForm_FactoryService',
  74.             'form.type.file' => 'getForm_Type_FileService',
  75.             'profiler' => 'getProfilerService',
  76.             'twig' => 'getTwigService',
  77.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  78.             'security.token_storage' => 'getSecurity_TokenStorageService',
  79.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  80.             'session' => 'getSessionService',
  81.             'validator' => 'getValidatorService',
  82.         ];
  83.         $this->fileMap = [
  84.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  85.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  86.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  87.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  88.             'App\\Controller\\ApplicationController' => 'getApplicationControllerService',
  89.             'App\\Controller\\AppointmentController' => 'getAppointmentControllerService',
  90.             'App\\Controller\\AuthController' => 'getAuthControllerService',
  91.             'App\\Controller\\ContactController' => 'getContactControllerService',
  92.             'App\\Controller\\ExceptionController' => 'getExceptionControllerService',
  93.             'App\\Controller\\ImageController' => 'getImageControllerService',
  94.             'App\\Controller\\Newsletter' => 'getNewsletterService',
  95.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  96.             'App\\Controller\\UserController' => 'getUserControllerService',
  97.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  98.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  99.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  100.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  101.             'admin_content_controller' => 'getAdminContentControllerService',
  102.             'boab_cms.block.category_list' => 'getBoabCms_Block_CategoryListService',
  103.             'boab_cms.block.category_menu' => 'getBoabCms_Block_CategoryMenuService',
  104.             'boab_cms.block.child_pages' => 'getBoabCms_Block_ChildPagesService',
  105.             'boab_cms.block.content_list' => 'getBoabCms_Block_ContentListService',
  106.             'boab_cms.block.content_photos' => 'getBoabCms_Block_ContentPhotosService',
  107.             'boab_cms.block.event_list' => 'getBoabCms_Block_EventListService',
  108.             'boab_cms.block.featured_content' => 'getBoabCms_Block_FeaturedContentService',
  109.             'boab_cms.block.page_array' => 'getBoabCms_Block_PageArrayService',
  110.             'boab_cms.block.stats' => 'getBoabCms_Block_StatsService',
  111.             'boab_cms.block_controller' => 'getBoabCms_BlockControllerService',
  112.             'boab_cms.download_controller' => 'getBoabCms_DownloadControllerService',
  113.             'boab_cms.photo_controller' => 'getBoabCms_PhotoControllerService',
  114.             'boab_cms.user_controller' => 'getBoabCms_UserControllerService',
  115.             'boabcms_dashboard_controller' => 'getBoabcmsDashboardControllerService',
  116.             'cache.app_clearer' => 'getCache_AppClearerService',
  117.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  118.             'cache.system_clearer' => 'getCache_SystemClearerService',
  119.             'cache_warmer' => 'getCacheWarmerService',
  120.             'cmf_routing.redirect_controller' => 'getCmfRouting_RedirectControllerService',
  121.             'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand' => 'getSitemapGeneratorCommandService',
  122.             'console.command_loader' => 'getConsole_CommandLoaderService',
  123.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  124.             'content_controller' => 'getContentControllerService',
  125.             'error_controller' => 'getErrorControllerService',
  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.             'top_banner_filesystem' => 'getTopBannerFilesystemService',
  190.             'user_profile_filesystem' => 'getUserProfileFilesystemService',
  191.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  192.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  193.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  194.             'white_october_breadcrumbs' => 'getWhiteOctoberBreadcrumbsService',
  195.             'white_october_breadcrumbs.helper' => 'getWhiteOctoberBreadcrumbs_HelperService',
  196.         ];
  197.         $this->aliases = [
  198.             'App\\Kernel' => 'kernel',
  199.             'Boab\\CmsBundle\\Controller\\AdminContentController' => 'admin_content_controller',
  200.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  201.             'database_connection' => 'doctrine.dbal.default_connection',
  202.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  203.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  204.             'sonata.seo.page' => 'sonata.seo.page.default',
  205.         ];
  206.         $this->privates['service_container'] = function () {
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  213.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  214.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  217.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/TypeManagerInterface.php';
  218.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/UtilCommon.php';
  219.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ContentTypeConfigTrait.php';
  220.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AbstractContentType.php';
  221.             include_once \dirname(__DIR__4).'/src/Manager/TourTypeManager.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  234.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  379.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  382.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  386.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  389.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  390.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  392.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  488.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Block/Loader/BlockLoader.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  498.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  517.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/EventListener/ApiRequestListener.php';
  518.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/EventListener/ApiResponseListener.php';
  519.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/AbstractView.php';
  520.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ViewManagerInterface.php';
  521.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ViewManager.php';
  522.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ViewLocator.php';
  523.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ThemeManagerInterface.php';
  524.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/ThemeManager.php';
  525.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Logger/CoreLogger.php';
  526.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/FlashInterface.php';
  527.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/Flash.php';
  528.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Security/RandomGeneratorInterface.php';
  529.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Security/RandomStringGenerator.php';
  530.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/ORM/RepositoryFactory.php';
  531.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Service/PaginationInterface.php';
  532.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Service/Pagination.php';
  533.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/View/EventListener/TemplateAnnotationListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  537.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/BaseRepository.php';
  538.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/RouteRepositoryInterface.php';
  539.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/RouteRepository.php';
  540.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/ContentRepositoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/ContentRepository.php';
  542.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/EventRepositoryInterface.php';
  543.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/EventRepository.php';
  544.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Repository/BlockRepository.php';
  545.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ContentTypeManagerInterface.php';
  546.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ContentTypeManager.php';
  547.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/PageTypeManager.php';
  548.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/ArticleTypeManager.php';
  549.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/VideoTypeManager.php';
  550.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AudioTypeManager.php';
  551.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/EventTypeManager.php';
  552.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AdminFormInterface.php';
  553.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/DocumentTypeManager.php';
  554.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/AlbumTypeManager.php';
  555.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Contract/FileUploaderInterface.php';
  556.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/FileUploader.php';
  557.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Filesystem/FilesystemInterface.php';
  558.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Filesystem/BaseFilesystem.php';
  559.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Filesystem/PublicFilesystem.php';
  560.             include_once \dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Twig/Extension/BreadcrumbsExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  563.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  565.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  566.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  571.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Manager/DefaultTypeManager.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouterInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainRouter.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/VersatileGeneratorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ChainedRouterInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerTrait.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/DynamicRouter.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcher.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/FinalMatcherInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/NestedMatcher/UrlMatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGenerator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ProviderBasedGenerator.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/ContentAwareGenerator.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteEnhancerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/RouteContentEnhancer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/Enhancer/FieldPresenceEnhancer.php';
  600.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Routing/RouteTemplateEnhancer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  603.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  604.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  605.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  606.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  607.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  608.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Local/LocalFilesystemAdapter.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony-cmf/routing/src/RouteProviderInterface.php';
  610.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Routing/RouteProvider.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  613.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  629.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/UserNormalizer.php';
  630.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/CollectionNormalizer.php';
  631.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/ExceptionNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/FormErrorNormalizer.php';
  633.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/DateTimeNormalizer.php';
  634.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/ContentNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/src/Normalizer/FormErrorNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Api/Normalizer/PhotoNormalizer.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  721.             include_once \dirname(__DIR__4).'/src/Util/Common.php';
  722.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AppExtension.php';
  723.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FlashMessageExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  735.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  737.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  739.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  749.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/FlashExtension.php';
  750.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/BoabCmsExtension.php';
  751.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/BoabGlobalExtension.php';
  752.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/BoabMenuExtension.php';
  753.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/AdminMenuBuilder.php';
  754.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/MenuBuilderInterface.php';
  755.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/ParentChildTrait.php';
  756.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/MenuBuilder.php';
  757.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/Paginator/Twig/PaginatorExtension.php';
  758.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Util/Paginator/PaginatorFactory.php';
  759.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Twig/Extension/FrontMenuExtension.php';
  760.             include_once \dirname(__DIR__4).'/lib/boab/cms-bundle/src/Menu/MenuDatabaseBuilder.php';
  761.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/src/Twig/Extension/DisqusExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  763.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  767.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  769.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  770.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  771.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  781.         };
  782.     }
  783.     public function compile(): void
  784.     {
  785.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  786.     }
  787.     public function isCompiled(): bool
  788.     {
  789.         return true;
  790.     }
  791.     public function getRemovedIds(): array
  792.     {
  793.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  794.     }
  795.     protected function load($file$lazyLoad true)
  796.     {
  797.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  798.             return $class::do($this$lazyLoad);
  799.         }
  800.         if ('.' === $file[-4]) {
  801.             $class substr($class0, -4);
  802.         } else {
  803.             $file .= '.php';
  804.         }
  805.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  806.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  807.     }
  808.     protected function createProxy($class\Closure $factory)
  809.     {
  810.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  811.         return $factory();
  812.     }
  813.     /**
  814.      * Gets the public '.container.private.filesystem' shared service.
  815.      *
  816.      * @return \Symfony\Component\Filesystem\Filesystem
  817.      */
  818.     protected function get_Container_Private_FilesystemService()
  819.     {
  820.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  821.     }
  822.     /**
  823.      * Gets the public '.container.private.form.factory' shared service.
  824.      *
  825.      * @return \Symfony\Component\Form\FormFactory
  826.      */
  827.     protected function get_Container_Private_Form_FactoryService()
  828.     {
  829.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  830.     }
  831.     /**
  832.      * Gets the public '.container.private.profiler' shared service.
  833.      *
  834.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  835.      */
  836.     protected function get_Container_Private_ProfilerService()
  837.     {
  838.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  839.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  840.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  841.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  842.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  843.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  844.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  845.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  846.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  847.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  848.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  849.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  850.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  851.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  852.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  853.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  854.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  855.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  856.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  857.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  858.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  859.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  860.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  861.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  862.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  863.         if ($this->has('kernel')) {
  864.             $g->setKernel($b);
  865.         }
  866.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  867.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  868.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  869.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  870.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  871.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  872.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  873.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  874.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  875.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  876.         $instance->add($d);
  877.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  878.         $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));
  879.         $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())));
  880.         $instance->add($e);
  881.         $instance->add($f);
  882.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  883.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  884.         $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()))));
  885.         $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()))));
  886.         $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']));
  887.         $instance->add($g);
  888.         return $instance;
  889.     }
  890.     /**
  891.      * Gets the public '.container.private.security.authorization_checker' shared service.
  892.      *
  893.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  894.      */
  895.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  896.     {
  897.         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);
  898.     }
  899.     /**
  900.      * Gets the public '.container.private.security.token_storage' shared service.
  901.      *
  902.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  903.      */
  904.     protected function get_Container_Private_Security_TokenStorageService()
  905.     {
  906.         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, [
  907.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  908.         ], [
  909.             'request_stack' => '?',
  910.         ]));
  911.     }
  912.     /**
  913.      * Gets the public '.container.private.serializer' shared service.
  914.      *
  915.      * @return \Symfony\Component\Serializer\Serializer
  916.      */
  917.     protected function get_Container_Private_SerializerService()
  918.     {
  919.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  920.         $b = ($this->services['router'] ?? $this->getRouterService());
  921.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  922.         $d = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($c);
  923.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  924.         $f = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($c);
  925.         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\BackedEnumNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 20 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 21 => 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()]);
  926.     }
  927.     /**
  928.      * Gets the public '.container.private.session' shared service.
  929.      *
  930.      * @return \Symfony\Component\HttpFoundation\Session\Session
  931.      */
  932.     protected function get_Container_Private_SessionService()
  933.     {
  934.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  935.     }
  936.     /**
  937.      * Gets the public '.container.private.twig' shared service.
  938.      *
  939.      * @return \Twig\Environment
  940.      */
  941.     protected function get_Container_Private_TwigService()
  942.     {
  943.         $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]);
  944.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  945.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  946.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  947.         $d = ($this->services['router'] ?? $this->getRouterService());
  948.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  949.         $f = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  950.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  951.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  952.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  953.         $i = new \Knp\Menu\Util\MenuManipulator();
  954.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  955.         $k = new \Symfony\Bridge\Twig\AppVariable();
  956.         $k->setEnvironment('dev');
  957.         $k->setDebug(true);
  958.         if ($this->has('.container.private.security.token_storage')) {
  959.             $k->setTokenStorage($g);
  960.         }
  961.         if ($this->has('request_stack')) {
  962.             $k->setRequestStack($e);
  963.         }
  964.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  965.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  966.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  967.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  968.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  969.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__4), 'UTF-8'));
  970.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  971.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  972.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  973.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  974.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  975.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  976.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($e));
  977.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  978.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($b));
  979.         $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())));
  980.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  981.         $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)));
  982.         $instance->addExtension(new \App\Twig\Extension\AppExtension());
  983.         $instance->addExtension(new \App\Twig\Extension\FlashMessageExtension(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService())));
  984.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  985.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  986.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  987.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  988.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  989.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  990.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  991.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  992.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  993.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  994.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  995.         $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, [
  996.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  997.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  998.         ], [
  999.             'list' => '?',
  1000.             'twig' => '?',
  1001.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $i$j), $j$i));
  1002.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  1003.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  1004.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  1005.         $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()))));
  1006.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  1007.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  1008.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  1009.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  1010.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  1011.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\FlashExtension(($this->privates['boab_cms.flash'] ?? $this->getBoabCms_FlashService())));
  1012.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabCmsExtension(($this->privates['content_type_manager'] ?? $this->getContentTypeManagerService())));
  1013.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\BoabGlobalExtension(($this->privates['boab_cms.theme_manager'] ?? $this->getBoabCms_ThemeManagerService()), 'Global Immigration Services (G I S)'));
  1014.         $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'])));
  1015.         $instance->addExtension(new \Boab\CmsBundle\Util\Paginator\Twig\PaginatorExtension($instance, new \Boab\CmsBundle\Util\Paginator\PaginatorFactory($this->parameters['boab_cms.pagination'])));
  1016.         $instance->addExtension(new \Boab\CmsBundle\Twig\Extension\FrontMenuExtension(new \Boab\CmsBundle\Menu\MenuDatabaseBuilder(($this->privates['boabcms.route_repository'] ?? $this->getBoabcms_RouteRepositoryService()), $d), $instance));
  1017.         $instance->addExtension(new \Knp\Bundle\DisqusBundle\Twig\Extension\DisqusExtension());
  1018.         $instance->addExtension(($this->services['white_october_breadcrumbs.twig'] ?? ($this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this))));
  1019.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1020.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1021.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1022.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1023.         ], [
  1024.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1025.             'webpack_encore.tag_renderer' => '?',
  1026.         ])));
  1027.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1028.         $instance->addGlobal('app'$k);
  1029.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1030.             'App\\Twig\\SecureImageRuntime' => ['privates''App\\Twig\\SecureImageRuntime''getSecureImageRuntimeService'true],
  1031.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1032.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1033.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1034.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1035.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1036.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1037.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1038.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  1039.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  1040.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  1041.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  1042.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  1043.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  1044.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  1045.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  1046.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  1047.             'Knp\\Bundle\\DisqusBundle\\Helper\\DisqusHelper' => ['privates''knp_disqus.helper''getKnpDisqus_HelperService'true],
  1048.         ], [
  1049.             'App\\Twig\\SecureImageRuntime' => '?',
  1050.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1051.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1052.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1053.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1054.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1055.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1056.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1057.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  1058.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  1059.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  1060.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  1061.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  1062.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  1063.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  1064.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  1065.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  1066.             'Knp\\Bundle\\DisqusBundle\\Helper\\DisqusHelper' => '?',
  1067.         ])));
  1068.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1069.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1070.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  1071.         $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']));
  1072.         $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]));
  1073.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1074.         return $instance;
  1075.     }
  1076.     /**
  1077.      * Gets the public '.container.private.validator' shared service.
  1078.      *
  1079.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1080.      */
  1081.     protected function get_Container_Private_ValidatorService()
  1082.     {
  1083.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1084.     }
  1085.     /**
  1086.      * Gets the public 'League\Flysystem\Filesystem' shared service.
  1087.      *
  1088.      * @return \League\Flysystem\Filesystem
  1089.      */
  1090.     protected function getFilesystemService()
  1091.     {
  1092.         return $this->services['League\\Flysystem\\Filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/../public_html/uploads'), NULL22NULL), []);
  1093.     }
  1094.     /**
  1095.      * Gets the public 'cache.app' shared service.
  1096.      *
  1097.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1098.      */
  1099.     protected function getCache_AppService()
  1100.     {
  1101.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('q18LJyL0j9'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1102.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1103.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1104.     }
  1105.     /**
  1106.      * Gets the public 'cache.system' shared service.
  1107.      *
  1108.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1109.      */
  1110.     protected function getCache_SystemService()
  1111.     {
  1112.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ssz4cWQBTE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1113.     }
  1114.     /**
  1115.      * Gets the public 'cache.validator_expression_language' shared service.
  1116.      *
  1117.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1118.      */
  1119.     protected function getCache_ValidatorExpressionLanguageService()
  1120.     {
  1121.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1L5gsgiESz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1122.     }
  1123.     /**
  1124.      * Gets the public 'cmf_routing.route_provider' shared service.
  1125.      *
  1126.      * @return \Boab\CmsBundle\Routing\RouteProvider
  1127.      */
  1128.     protected function getCmfRouting_RouteProviderService()
  1129.     {
  1130.         return $this->services['cmf_routing.route_provider'] = new \Boab\CmsBundle\Routing\RouteProvider(($this->privates['boabcms.route_repository'] ?? $this->getBoabcms_RouteRepositoryService()));
  1131.     }
  1132.     /**
  1133.      * Gets the public 'data_collector.dump' shared service.
  1134.      *
  1135.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1136.      */
  1137.     protected function getDataCollector_DumpService()
  1138.     {
  1139.         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()));
  1140.     }
  1141.     /**
  1142.      * Gets the public 'doctrine' shared service.
  1143.      *
  1144.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1145.      */
  1146.     protected function getDoctrineService()
  1147.     {
  1148.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1149.     }
  1150.     /**
  1151.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1152.      *
  1153.      * @return \Doctrine\DBAL\Connection
  1154.      */
  1155.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1156.     {
  1157.         $a = new \Doctrine\DBAL\Configuration();
  1158.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1159.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1160.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1161.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1162.         $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()))]));
  1163.         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, [
  1164.             'App\\EventListener\\RegisterListener' => ['privates''App\\EventListener\\RegisterListener''getRegisterListenerService'true],
  1165.             'boab_cms.file_removal_listener' => ['privates''boab_cms.file_removal_listener''getBoabCms_FileRemovalListenerService'true],
  1166.             'boab_cms.load_thumbnail_listener' => ['privates''boab_cms.load_thumbnail_listener''getBoabCms_LoadThumbnailListenerService'true],
  1167.             'boab_cms.thumbnail_upload_listener' => ['privates''boab_cms.thumbnail_upload_listener''getBoabCms_ThumbnailUploadListenerService'true],
  1168.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => ['privates''cmf_routing.persistence.doctrine.route_condition_metadata_listener''getCmfRouting_Persistence_Doctrine_RouteConditionMetadataListenerService'true],
  1169.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1170.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1171.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1172.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1173.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  1174.             'route_path_listener' => ['privates''route_path_listener''getRoutePathListenerService'true],
  1175.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1176.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1177.             'user_relation_listener' => ['privates''user_relation_listener''getUserRelationListenerService'true],
  1178.         ], [
  1179.             'App\\EventListener\\RegisterListener' => '?',
  1180.             'boab_cms.file_removal_listener' => '?',
  1181.             'boab_cms.load_thumbnail_listener' => '?',
  1182.             'boab_cms.thumbnail_upload_listener' => '?',
  1183.             'cmf_routing.persistence.doctrine.route_condition_metadata_listener' => '?',
  1184.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1185.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1186.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1187.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1188.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  1189.             'route_path_listener' => '?',
  1190.             'sonata.doctrine.mapper' => '?',
  1191.             'stof_doctrine_extensions.listener.tree' => '?',
  1192.             'user_relation_listener' => '?',
  1193.         ]), [=> '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']]), []);
  1194.     }
  1195.     /**
  1196.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1197.      *
  1198.      * @return \Doctrine\ORM\EntityManager
  1199.      */
  1200.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1201.     {
  1202.         if ($lazyLoad) {
  1203.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1204.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1205.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1206.                     $proxy->setProxyInitializer(null);
  1207.                     return true;
  1208.                 });
  1209.             });
  1210.         }
  1211.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1237.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1239.         $a = new \Doctrine\ORM\Configuration();
  1240.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1241.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1242.         $b->addDriver($c'App\\Entity');
  1243.         $b->addDriver($c'Boab\\CmsBundle\\Entity');
  1244.         $a->setEntityNamespaces(['App' => 'App\\Entity''BoabCmsBundle' => 'Boab\\CmsBundle\\Entity']);
  1245.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1246.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1247.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1248.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1249.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1250.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1251.         ], [
  1252.             'doctrine.ulid_generator' => '?',
  1253.             'doctrine.uuid_generator' => '?',
  1254.         ])));
  1255.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1256.         $a->setProxyNamespace('Proxies');
  1257.         $a->setAutoGenerateProxyClasses(true);
  1258.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1259.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1260.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1261.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1262.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1263.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1264.             'App\\Repository\\AppointmentRepository' => ['privates''App\\Repository\\AppointmentRepository''getAppointmentRepositoryService'true],
  1265.             'App\\Repository\\BookingRepository' => ['privates''App\\Repository\\BookingRepository''getBookingRepositoryService'true],
  1266.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'true],
  1267.             'App\\Repository\\ProgrammeRepository' => ['privates''App\\Repository\\ProgrammeRepository''getProgrammeRepositoryService'true],
  1268.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1269.             'App\\Repository\\SubscriberRepository' => ['privates''App\\Repository\\SubscriberRepository''getSubscriberRepositoryService'true],
  1270.             'App\\Repository\\TourRepository' => ['privates''App\\Repository\\TourRepository''getTourRepositoryService'true],
  1271.             'App\\Repository\\VisaApplicantRepository' => ['privates''App\\Repository\\VisaApplicantRepository''getVisaApplicantRepositoryService'true],
  1272.         ], [
  1273.             'App\\Repository\\AppointmentRepository' => '?',
  1274.             'App\\Repository\\BookingRepository' => '?',
  1275.             'App\\Repository\\JobRepository' => '?',
  1276.             'App\\Repository\\ProgrammeRepository' => '?',
  1277.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1278.             'App\\Repository\\SubscriberRepository' => '?',
  1279.             'App\\Repository\\TourRepository' => '?',
  1280.             'App\\Repository\\VisaApplicantRepository' => '?',
  1281.         ])));
  1282.         $a->addCustomStringFunction('type''Boab\\CmsBundle\\ORM\\TypeFunction');
  1283.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  1284.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1285.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1286.         return $instance;
  1287.     }
  1288.     /**
  1289.      * Gets the public 'event_dispatcher' shared service.
  1290.      *
  1291.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1292.      */
  1293.     protected function getEventDispatcherService()
  1294.     {
  1295.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1296.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1297.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1298.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1299.         $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())));
  1300.         $instance->addListener('kernel.exception', [=> function () {
  1301.             return ($this->privates['App\\EventListener\\AppExceptionListener'] ?? $this->load('getAppExceptionListenerService'));
  1302.         }, => 'onKernelException'], 0);
  1303.         $instance->addListener('order.send_pincode', [=> function () {
  1304.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1305.         }, => 'onSendPincode'], 0);
  1306.         $instance->addListener('app.order_created', [=> function () {
  1307.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1308.         }, => 'onOrderCreated'], 0);
  1309.         $instance->addListener('order.verified', [=> function () {
  1310.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1311.         }, => 'onOrderVerified'], 0);
  1312.         $instance->addListener('application.completed', [=> function () {
  1313.             return ($this->privates['App\\EventListener\\EmailMessengerListener'] ?? $this->load('getEmailMessengerListenerService'));
  1314.         }, => 'onApplicationCompleted'], 0);
  1315.         $instance->addListener('kernel.request', [=> function () {
  1316.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1317.         }, => 'onKernelRequest'], 0);
  1318.         $instance->addListener('order.send_pincode', [=> function () {
  1319.             return ($this->privates['App\\EventListener\\SMSMessengerListener'] ?? $this->load('getSMSMessengerListenerService'));
  1320.         }, => 'onSendPincode'], 0);
  1321.         $instance->addListener('app.order_created', [=> function () {
  1322.             return ($this->privates['App\\EventListener\\SMSMessengerListener'] ?? $this->load('getSMSMessengerListenerService'));
  1323.         }, => 'onOrderCreated'], 0);
  1324.         $instance->addListener('order.verified', [=> function () {
  1325.             return ($this->privates['App\\EventListener\\SMSMessengerListener'] ?? $this->load('getSMSMessengerListenerService'));
  1326.         }, => 'onOrderVerified'], 0);
  1327.         $instance->addListener('kernel.controller', [=> function () {
  1328.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1329.         }, => 'onKernelController'], 0);
  1330.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1331.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1332.         }, => 'checkPassport'], 1024);
  1333.         $instance->addListener('kernel.response', [=> function () {
  1334.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1335.         }, => 'onKernelResponse'], 0);
  1336.         $instance->addListener('kernel.response', [=> function () {
  1337.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1338.         }, => 'onKernelResponse'], 0);
  1339.         $instance->addListener('kernel.response', [=> function () {
  1340.             return ($this->privates['sonata.block.cache.handler.default'] ?? $this->load('getSonata_Block_Cache_Handler_DefaultService'));
  1341.         }, => 'onKernelResponse'], 0);
  1342.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1343.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? $this->load('getSonata_Seo_Event_BreadcrumbService'));
  1344.         }, => 'onBlock'], 0);
  1345.         $instance->addListener('kernel.request', [=> function () {
  1346.             return ($this->privates['api_request_listener'] ?? ($this->privates['api_request_listener'] = new \Boab\CmsBundle\Api\EventListener\ApiRequestListener()));
  1347.         }, => 'onKernelRequest'], 5);
  1348.         $instance->addListener('kernel.view', [=> function () {
  1349.             return ($this->privates['api_response_listener'] ?? $this->getApiResponseListenerService());
  1350.         }, => 'onKernelView'], 200);
  1351.         $instance->addListener('kernel.response', [=> function () {
  1352.             return ($this->privates['api_response_listener'] ?? $this->getApiResponseListenerService());
  1353.         }, => 'onKernelResponse'], 200);
  1354.         $instance->addListener('kernel.exception', [=> function () {
  1355.             return ($this->privates['api_exception_listener'] ?? $this->load('getApiExceptionListenerService'));
  1356.         }, => 'onKernelException'], 200);
  1357.         $instance->addListener('kernel.view', [=> function () {
  1358.             return ($this->privates['boab_cms.response_listener'] ?? $this->load('getBoabCms_ResponseListenerService'));
  1359.         }, => 'onKernelView'], 30);
  1360.         $instance->addListener('kernel.exception', [=> function () {
  1361.             return ($this->privates['boab_cms.exception_listener'] ?? $this->load('getBoabCms_ExceptionListenerService'));
  1362.         }, => 'onKernelException'], 30);
  1363.         $instance->addListener('content.pre_persist', [=> function () {
  1364.             return ($this->privates['file_upload_listener'] ?? $this->load('getFileUploadListenerService'));
  1365.         }, => 'onPrePersist'], 0);
  1366.         $instance->addListener('content.pre_update', [=> function () {
  1367.             return ($this->privates['file_upload_listener'] ?? $this->load('getFileUploadListenerService'));
  1368.         }, => 'onPreUpdate'], 0);
  1369.         $instance->addListener('term.pre_persist', [=> function () {
  1370.             return ($this->privates['file_upload_listener'] ?? $this->load('getFileUploadListenerService'));
  1371.         }, => 'onPrePersistTerm'], 0);
  1372.         $instance->addListener('photo.delete', [=> function () {
  1373.             return ($this->privates['boab_cms.photo_manager_listener'] ?? $this->load('getBoabCms_PhotoManagerListenerService'));
  1374.         }, => 'onPhotoDelete'], 0);
  1375.         $instance->addListener('kernel.controller', [=> function () {
  1376.             return ($this->privates['template.annotation_listener'] ?? $this->getTemplate_AnnotationListenerService());
  1377.         }, => 'onKernelController'], 0);
  1378.         $instance->addListener('security.event_dispatcher.main', [=> function () {
  1379.             return ($this->privates['boab_cms.security_logout_listener'] ?? $this->load('getBoabCms_SecurityLogoutListenerService'));
  1380.         }, => 'onLogout'], 0);
  1381.         $instance->addListener('lexik_jwt_authentication.on_jwt_decoded', [=> function () {
  1382.             return ($this->privates['api.jwt_decoded_listener'] ?? $this->load('getApi_JwtDecodedListenerService'));
  1383.         }, => 'onJWTDecoded'], 0);
  1384.         $instance->addListener('lexik_jwt_authentication.on_jwt_not_found', [=> function () {
  1385.             return ($this->privates['api.jwt_notfound_listener'] ?? ($this->privates['api.jwt_notfound_listener'] = new \Boab\CmsBundle\Api\EventListener\JWTErrorListener()));
  1386.         }, => 'onJWTNotFound'], 0);
  1387.         $instance->addListener('lexik_jwt_authentication.on_jwt_invalid', [=> function () {
  1388.             return ($this->privates['api.jwt_invalid_listener'] ?? ($this->privates['api.jwt_invalid_listener'] = new \Boab\CmsBundle\Api\EventListener\JWTInvalidListener()));
  1389.         }, => 'onJWTInvalid'], 0);
  1390.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1391.             return ($this->privates['api.jwt_created_listener'] ?? $this->load('getApi_JwtCreatedListenerService'));
  1392.         }, => 'onJWTCreated'], 0);
  1393.         $instance->addListener('term.post_persist', [=> function () {
  1394.             return ($this->privates['taxonomy.term_listener'] ?? ($this->privates['taxonomy.term_listener'] = new \Boab\CmsBundle\EventListener\TermListener()));
  1395.         }, => 'onTermPesist'], 0);
  1396.         $instance->addListener('kernel.exception', [=> function () {
  1397.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1398.         }, => 'onKernelException'], 0);
  1399.         $instance->addListener('appointment.submitted', [=> function () {
  1400.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->load('getEmailNotificationSubscriberService'));
  1401.         }, => 'onBookAppointment'], 0);
  1402.         $instance->addListener('kernel.response', [=> function () {
  1403.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1404.         }, => 'onKernelResponse'], 0);
  1405.         $instance->addListener('kernel.response', [=> function () {
  1406.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1407.         }, => 'onKernelResponse'], -1024);
  1408.         $instance->addListener('kernel.request', [=> function () {
  1409.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1410.         }, => 'setDefaultLocale'], 100);
  1411.         $instance->addListener('kernel.request', [=> function () {
  1412.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1413.         }, => 'onKernelRequest'], 16);
  1414.         $instance->addListener('kernel.finish_request', [=> function () {
  1415.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1416.         }, => 'onKernelFinishRequest'], 0);
  1417.         $instance->addListener('kernel.request', [=> function () {
  1418.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1419.         }, => 'onKernelRequest'], 256);
  1420.         $instance->addListener('kernel.response', [=> function () {
  1421.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1422.         }, => 'onResponse'], -255);
  1423.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1424.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1425.         }, => 'onControllerArguments'], 0);
  1426.         $instance->addListener('kernel.exception', [=> function () {
  1427.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1428.         }, => 'logKernelException'], 0);
  1429.         $instance->addListener('kernel.exception', [=> function () {
  1430.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1431.         }, => 'onKernelException'], -128);
  1432.         $instance->addListener('kernel.response', [=> function () {
  1433.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1434.         }, => 'removeCspHeader'], -128);
  1435.         $instance->addListener('kernel.request', [=> function () {
  1436.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1437.         }, => 'onKernelRequest'], 15);
  1438.         $instance->addListener('kernel.finish_request', [=> function () {
  1439.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1440.         }, => 'onKernelFinishRequest'], -15);
  1441.         $instance->addListener('console.error', [=> function () {
  1442.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1443.         }, => 'onConsoleError'], -128);
  1444.         $instance->addListener('console.terminate', [=> function () {
  1445.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1446.         }, => 'onConsoleTerminate'], -128);
  1447.         $instance->addListener('console.error', [=> function () {
  1448.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1449.         }, => 'onConsoleError'], 0);
  1450.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1451.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1452.         }, => 'onMessage'], -255);
  1453.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1454.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1455.         }, => 'onMessage'], -255);
  1456.         $instance->addListener('kernel.request', [=> function () {
  1457.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1458.         }, => 'configure'], 2048);
  1459.         $instance->addListener('console.command', [=> function () {
  1460.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1461.         }, => 'configure'], 2048);
  1462.         $instance->addListener('kernel.request', [=> function () {
  1463.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1464.         }, => 'onKernelRequest'], 32);
  1465.         $instance->addListener('kernel.finish_request', [=> function () {
  1466.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1467.         }, => 'onKernelFinishRequest'], 0);
  1468.         $instance->addListener('kernel.exception', [=> function () {
  1469.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1470.         }, => 'onKernelException'], -64);
  1471.         $instance->addListener('kernel.response', [=> function () {
  1472.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1473.         }, => 'onKernelResponse'], 0);
  1474.         $instance->addListener('kernel.request', [=> function () {
  1475.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1476.         }, => 'onKernelRequest'], 128);
  1477.         $instance->addListener('kernel.response', [=> function () {
  1478.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1479.         }, => 'onKernelResponse'], -1000);
  1480.         $instance->addListener('kernel.finish_request', [=> function () {
  1481.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1482.         }, => 'onFinishRequest'], 0);
  1483.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1484.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1485.         }, => 'onNotification'], -255);
  1486.         $instance->addListener('kernel.response', [=> function () {
  1487.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1488.         }, => 'onKernelResponse'], -100);
  1489.         $instance->addListener('kernel.exception', [=> function () {
  1490.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1491.         }, => 'onKernelException'], 0);
  1492.         $instance->addListener('kernel.terminate', [=> function () {
  1493.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1494.         }, => 'onKernelTerminate'], -1024);
  1495.         $instance->addListener('kernel.controller', [=> function () {
  1496.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1497.         }, => 'onKernelController'], 0);
  1498.         $instance->addListener('kernel.response', [=> function () {
  1499.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1500.         }, => 'onKernelResponse'], 0);
  1501.         $instance->addListener('kernel.controller', [=> function () {
  1502.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1503.         }, => 'onKernelController'], 0);
  1504.         $instance->addListener('kernel.controller', [=> function () {
  1505.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1506.         }, => 'onKernelController'], 0);
  1507.         $instance->addListener('kernel.controller', [=> function () {
  1508.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1509.         }, => 'onKernelController'], -128);
  1510.         $instance->addListener('kernel.view', [=> function () {
  1511.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1512.         }, => 'onKernelView'], 0);
  1513.         $instance->addListener('kernel.controller', [=> function () {
  1514.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1515.         }, => 'onKernelController'], 0);
  1516.         $instance->addListener('kernel.response', [=> function () {
  1517.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1518.         }, => 'onKernelResponse'], 0);
  1519.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1520.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1521.         }, => 'onKernelControllerArguments'], 0);
  1522.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1523.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1524.         }, => 'onKernelControllerArguments'], 0);
  1525.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1526.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1527.         }, => 'onMessage'], 0);
  1528.         $instance->addListener('kernel.response', [=> function () {
  1529.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1530.         }, => 'onKernelResponse'], -128);
  1531.         $instance->addListener('console.command', [=> function () {
  1532.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1533.         }, => 'onCommand'], 255);
  1534.         $instance->addListener('console.terminate', [=> function () {
  1535.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1536.         }, => 'onTerminate'], -255);
  1537.         $instance->addListener('console.command', [=> function () {
  1538.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1539.         }, => 'configure'], 1024);
  1540.         $instance->addListener('console.error', [=> function () {
  1541.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1542.         }, => 'onConsoleError'], 0);
  1543.         $instance->addListener('console.terminate', [=> function () {
  1544.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1545.         }, => 'onConsoleTerminate'], 0);
  1546.         $instance->addListener('kernel.response', [=> function () {
  1547.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1548.         }, => 'onKernelResponse'], 0);
  1549.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1550.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1551.         }, => 'checkPassport'], 0);
  1552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1553.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1554.         }, => 'onLoginSuccess'], 0);
  1555.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1556.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1557.         }, => 'onVoterVote'], 0);
  1558.         $instance->addListener('kernel.request', [=> function () {
  1559.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1560.         }, => 'configureLogoutUrlGenerator'], 8);
  1561.         $instance->addListener('kernel.request', [=> function () {
  1562.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1563.         }, => 'onKernelRequest'], 8);
  1564.         $instance->addListener('kernel.finish_request', [=> function () {
  1565.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1566.         }, => 'onKernelFinishRequest'], 0);
  1567.         $instance->addListener('kernel.controller', [=> function () {
  1568.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1569.         }, => 'onKernelController'], 0);
  1570.         $instance->addListener('cmf_routing.pre_dynamic_generate', [=> function () {
  1571.             return ($this->privates['boabcms.dynamic_generator_listener'] ?? $this->load('getBoabcms_DynamicGeneratorListenerService'));
  1572.         }, => 'onRouteGenerate'], 0);
  1573.         $instance->addListener('page.render', [=> function () {
  1574.             return ($this->privates['seo_listener'] ?? $this->load('getSeoListenerService'));
  1575.         }, => 'onPageRender'], 0);
  1576.         $instance->addListener('kernel.finish_request', [=> function () {
  1577.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1578.         }, => 'resetAssets'], 0);
  1579.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1580.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1581.         }, => 'checkPassport'], 512);
  1582.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1583.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1584.         }, => 'onLogout'], 0);
  1585.         return $instance;
  1586.     }
  1587.     /**
  1588.      * Gets the public 'http_kernel' shared service.
  1589.      *
  1590.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1591.      */
  1592.     protected function getHttpKernelService()
  1593.     {
  1594.         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 () {
  1595.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1596.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1597.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1598.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1599.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1600.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1601.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1602.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1603.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1604.         }, 9)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1605.     }
  1606.     /**
  1607.      * Gets the public 'knp_menu.matcher' shared service.
  1608.      *
  1609.      * @return \Knp\Menu\Matcher\Matcher
  1610.      */
  1611.     protected function getKnpMenu_MatcherService()
  1612.     {
  1613.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1614.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1615.             yield => ($this->privates['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService'));
  1616.             yield => ($this->privates['sonata.admin.menu.matcher.voter.active'] ?? ($this->privates['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1617.         }, 3));
  1618.     }
  1619.     /**
  1620.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1621.      *
  1622.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1623.      */
  1624.     protected function getLiipImagine_Cache_ManagerService()
  1625.     {
  1626.         $a = ($this->services['router'] ?? $this->getRouterService());
  1627.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1628.             return $this->services['liip_imagine.cache.manager'];
  1629.         }
  1630.         $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);
  1631.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1632.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1633.         return $instance;
  1634.     }
  1635.     /**
  1636.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1637.      *
  1638.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1639.      */
  1640.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1641.     {
  1642.         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');
  1643.     }
  1644.     /**
  1645.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1646.      *
  1647.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1648.      */
  1649.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1650.     {
  1651.         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()));
  1652.     }
  1653.     /**
  1654.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1655.      *
  1656.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1657.      */
  1658.     protected function getLiipImagine_Cache_SignerService()
  1659.     {
  1660.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1661.     }
  1662.     /**
  1663.      * Gets the public 'request_stack' shared service.
  1664.      *
  1665.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1666.      */
  1667.     protected function getRequestStackService()
  1668.     {
  1669.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1670.     }
  1671.     /**
  1672.      * Gets the public 'router' shared service.
  1673.      *
  1674.      * @return \Symfony\Cmf\Component\Routing\ChainRouter
  1675.      */
  1676.     protected function getRouterService()
  1677.     {
  1678.         $a = ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono')));
  1679.         $this->services['router'] = $instance = new \Symfony\Cmf\Component\Routing\ChainRouter($a);
  1680.         $b = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1681.         $c = ($this->services['cmf_routing.route_provider'] ?? $this->getCmfRouting_RouteProviderService());
  1682.         $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);
  1683.         $d->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1684.         $d->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer('_route_object''_content'), 100);
  1685.         $d->addRouteEnhancer(new \Symfony\Cmf\Component\Routing\Enhancer\FieldPresenceEnhancer(NULL'_controller''content_controller::showAction'), -100);
  1686.         $d->addRouteEnhancer(new \Boab\CmsBundle\Routing\RouteTemplateEnhancer(($this->privates['content_type_manager'] ?? $this->getContentTypeManagerService()), $this->parameters['boab_cms.routing']), 0);
  1687.         $e = new \Symfony\Bridge\Monolog\Logger('router');
  1688.         $e->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1689.         $e->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1690.         $e->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1691.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($e);
  1692.         $f = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1693.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1694.         ], [
  1695.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1696.         ]))->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');
  1697.         $f->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1698.         $f->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1699.         $instance->setContext($b);
  1700.         $instance->add($d'400');
  1701.         $instance->add($f'100');
  1702.         return $instance;
  1703.     }
  1704.     /**
  1705.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1706.      *
  1707.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1708.      */
  1709.     protected function getSonata_Block_ContextManager_DefaultService()
  1710.     {
  1711.         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'))));
  1712.     }
  1713.     /**
  1714.      * Gets the public 'sonata.block.manager' shared service.
  1715.      *
  1716.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1717.      */
  1718.     protected function getSonata_Block_ManagerService()
  1719.     {
  1720.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['logger'] ?? ($this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono'))));
  1721.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1722.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1723.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1724.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1725.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1726.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1727.         $instance->add('sonata.seo.block.breadcrumb.homepage''sonata.seo.block.breadcrumb.homepage', []);
  1728.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1729.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1730.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1731.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  1732.         $instance->add('boab_cms.block.content_list''boab_cms.block.content_list', []);
  1733.         $instance->add('boab_cms.block.event_list''boab_cms.block.event_list', []);
  1734.         $instance->add('boab_cms.block.page_array''boab_cms.block.page_array', []);
  1735.         $instance->add('boab_cms.block.child_pages''boab_cms.block.child_pages', []);
  1736.         $instance->add('boab_cms.block.content_photos''boab_cms.block.content_photos', []);
  1737.         $instance->add('boab_cms.block.category_list''boab_cms.block.category_list', []);
  1738.         $instance->add('boab_cms.block.category_menu''boab_cms.block.category_menu', []);
  1739.         $instance->add('boab_cms.block.featured_content''boab_cms.block.featured_content', []);
  1740.         $instance->add('boab_cms.block.stats''boab_cms.block.stats', []);
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'sonata.block.renderer.default' shared service.
  1745.      *
  1746.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1747.      */
  1748.     protected function getSonata_Block_Renderer_DefaultService()
  1749.     {
  1750.         $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'], [], []);
  1751.         $a->setDefaultFilter('debug_only');
  1752.         $a->setDefaultRenderer('throw');
  1753.         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'))));
  1754.     }
  1755.     /**
  1756.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  1757.      *
  1758.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  1759.      */
  1760.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  1761.     {
  1762.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  1763.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  1764.         return $instance;
  1765.     }
  1766.     /**
  1767.      * Gets the public 'sonata.seo.page.default' shared service.
  1768.      *
  1769.      * @return \Sonata\SeoBundle\Seo\SeoPage
  1770.      */
  1771.     protected function getSonata_Seo_Page_DefaultService()
  1772.     {
  1773.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  1774.         $instance->setTitle('Global Immigration Services');
  1775.         $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' => 'Global Immigration Services''og:description' => 'The description''og:type' => 'page'], 'http-equiv' => ['Content-Type' => 'text/html; charset=utf-8'], 'charset' => ['UTF-8' => '']]);
  1776.         $instance->setHtmlAttributes(['xmlns' => 'http://www.w3.org/1999/xhtml''xmlns:og' => 'http://opengraphprotocol.org/schema/']);
  1777.         $instance->setSeparator(' - ');
  1778.         return $instance;
  1779.     }
  1780.     /**
  1781.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1782.      *
  1783.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1784.      */
  1785.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1786.     {
  1787.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1788.     }
  1789.     /**
  1790.      * Gets the public 'translator' shared service.
  1791.      *
  1792.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1793.      */
  1794.     protected function getTranslatorService()
  1795.     {
  1796.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1797.     }
  1798.     /**
  1799.      * Gets the public 'var_dumper.cloner' shared service.
  1800.      *
  1801.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1802.      */
  1803.     protected function getVarDumper_ClonerService()
  1804.     {
  1805.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1806.         $instance->setMaxItems(2500);
  1807.         $instance->setMinDepth(1);
  1808.         $instance->setMaxString(-1);
  1809.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1810.         return $instance;
  1811.     }
  1812.     /**
  1813.      * Gets the public 'white_october_breadcrumbs.twig' shared service.
  1814.      *
  1815.      * @return \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension
  1816.      */
  1817.     protected function getWhiteOctoberBreadcrumbs_TwigService()
  1818.     {
  1819.         return $this->services['white_october_breadcrumbs.twig'] = new \WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension($this);
  1820.     }
  1821.     /**
  1822.      * Gets the private '.debug.http_client' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1825.      */
  1826.     protected function get_Debug_HttpClientService()
  1827.     {
  1828.         $a \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 7'headers' => [], 'resolve' => []], 6);
  1829.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1830.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1831.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1832.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1833.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1834.         $a->setLogger($b);
  1835.         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))));
  1836.     }
  1837.     /**
  1838.      * Gets the private '.service_locator.GXLTvxy' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1841.      */
  1842.     protected function get_ServiceLocator_GXLTvxyService()
  1843.     {
  1844.         return $this->privates['.service_locator.GXLTvxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1845.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1846.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1847.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1848.         ], [
  1849.             'security.firewall.map.context.admin' => '?',
  1850.             'security.firewall.map.context.dev' => '?',
  1851.             'security.firewall.map.context.main' => '?',
  1852.         ]);
  1853.     }
  1854.     /**
  1855.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  1856.      *
  1857.      * @return \App\EventListener\MaintenanceListener
  1858.      */
  1859.     protected function getMaintenanceListenerService()
  1860.     {
  1861.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener(($this->privates['boab_cms.view_manager'] ?? $this->getBoabCms_ViewManagerService()), $this->parameters['boabcms.maintenance']);
  1862.     }
  1863.     /**
  1864.      * Gets the private 'App\Manager\TourTypeManager' shared autowired service.
  1865.      *
  1866.      * @return \App\Manager\TourTypeManager
  1867.      */
  1868.     protected function getTourTypeManagerService()
  1869.     {
  1870.         $this->privates['App\\Manager\\TourTypeManager'] = $instance = new \App\Manager\TourTypeManager();
  1871.         $instance->setType('tour');
  1872.         $instance->setConfig(['entity' => 'App\\Entity\\Tour''description' => 'Use for creating tour packages''add_template' => 'tour/create.html.twig''edit_template' => 'tour/create.html.twig''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1873.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1878.      *
  1879.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1880.      */
  1881.     protected function getResetAssetsEventListenerService()
  1882.     {
  1883.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1884.     }
  1885.     /**
  1886.      * Gets the private 'album_type_manager' shared service.
  1887.      *
  1888.      * @return \Boab\CmsBundle\Manager\AlbumTypeManager
  1889.      */
  1890.     protected function getAlbumTypeManagerService()
  1891.     {
  1892.         $a = ($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService());
  1893.         $this->privates['album_type_manager'] = $instance = new \Boab\CmsBundle\Manager\AlbumTypeManager($a);
  1894.         $instance->setType('album');
  1895.         $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''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1896.         $instance->setRepository($a);
  1897.         return $instance;
  1898.     }
  1899.     /**
  1900.      * Gets the private 'annotations.cache_adapter' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1903.      */
  1904.     protected function getAnnotations_CacheAdapterService()
  1905.     {
  1906.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1907.     }
  1908.     /**
  1909.      * Gets the private 'annotations.cached_reader' shared service.
  1910.      *
  1911.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1912.      */
  1913.     protected function getAnnotations_CachedReaderService()
  1914.     {
  1915.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1916.     }
  1917.     /**
  1918.      * Gets the private 'annotations.reader' shared service.
  1919.      *
  1920.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1921.      */
  1922.     protected function getAnnotations_ReaderService()
  1923.     {
  1924.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1925.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1926.         $a->registerUniqueLoader('class_exists');
  1927.         $instance->addGlobalIgnoredName('required'$a);
  1928.         return $instance;
  1929.     }
  1930.     /**
  1931.      * Gets the private 'api_response_listener' shared service.
  1932.      *
  1933.      * @return \Boab\CmsBundle\Api\EventListener\ApiResponseListener
  1934.      */
  1935.     protected function getApiResponseListenerService()
  1936.     {
  1937.         return $this->privates['api_response_listener'] = new \Boab\CmsBundle\Api\EventListener\ApiResponseListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  1938.     }
  1939.     /**
  1940.      * Gets the private 'article_type_manager' shared service.
  1941.      *
  1942.      * @return \Boab\CmsBundle\Manager\ArticleTypeManager
  1943.      */
  1944.     protected function getArticleTypeManagerService()
  1945.     {
  1946.         $this->privates['article_type_manager'] = $instance = new \Boab\CmsBundle\Manager\ArticleTypeManager();
  1947.         $instance->setType('article');
  1948.         $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''taxonomy' => ['vocab_id' => 'post''vocab_list' => [], 'template' => 'BoabCmsBundle:Public:term_content.html.twig'], 'add_template' => '@BoabCms/Admin/form_layout.html.twig''edit_template' => '@BoabCms/Admin/form_layout.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1949.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  1950.         return $instance;
  1951.     }
  1952.     /**
  1953.      * Gets the private 'assets.packages' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\Asset\Packages
  1956.      */
  1957.     protected function getAssets_PackagesService()
  1958.     {
  1959.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1960.         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 () {
  1961.             return new \EmptyIterator();
  1962.         }, 0));
  1963.     }
  1964.     /**
  1965.      * Gets the private 'audio_type_manager' shared service.
  1966.      *
  1967.      * @return \Boab\CmsBundle\Manager\AudioTypeManager
  1968.      */
  1969.     protected function getAudioTypeManagerService()
  1970.     {
  1971.         $a = ($this->privates['boab_cms.file_uploader'] ?? $this->getBoabCms_FileUploaderService());
  1972.         if (isset($this->privates['audio_type_manager'])) {
  1973.             return $this->privates['audio_type_manager'];
  1974.         }
  1975.         $this->privates['audio_type_manager'] = $instance = new \Boab\CmsBundle\Manager\AudioTypeManager($a);
  1976.         $instance->setType('audio');
  1977.         $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''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  1978.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  1979.         return $instance;
  1980.     }
  1981.     /**
  1982.      * Gets the private 'boab_cms.block_repository' shared service.
  1983.      *
  1984.      * @return \Boab\CmsBundle\Repository\BlockRepository
  1985.      */
  1986.     protected function getBoabCms_BlockRepositoryService()
  1987.     {
  1988.         return $this->privates['boab_cms.block_repository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('Boab\\CmsBundle\\Entity\\Block');
  1989.     }
  1990.     /**
  1991.      * Gets the private 'boab_cms.content_repository' shared service.
  1992.      *
  1993.      * @return \Boab\CmsBundle\Repository\ContentRepository
  1994.      */
  1995.     protected function getBoabCms_ContentRepositoryService()
  1996.     {
  1997.         return $this->privates['boab_cms.content_repository'] = ($this->privates['boab_cms.repository_factory'] ?? $this->getBoabCms_RepositoryFactoryService())->getRepository('Boab\\CmsBundle\\Entity\\Content');
  1998.     }
  1999.     /**
  2000.      * Gets the private 'boab_cms.file_uploader' shared service.
  2001.      *
  2002.      * @return \Boab\CmsBundle\Util\FileUploader
  2003.      */
  2004.     protected function getBoabCms_FileUploaderService()
  2005.     {
  2006.         $a = ($this->privates['boab_cms.public_filesystem'] ?? $this->getBoabCms_PublicFilesystemService());
  2007.         if (isset($this->privates['boab_cms.file_uploader'])) {
  2008.             return $this->privates['boab_cms.file_uploader'];
  2009.         }
  2010.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2011.         if (isset($this->privates['boab_cms.file_uploader'])) {
  2012.             return $this->privates['boab_cms.file_uploader'];
  2013.         }
  2014.         return $this->privates['boab_cms.file_uploader'] = new \Boab\CmsBundle\Util\FileUploader($a$b);
  2015.     }
  2016.     /**
  2017.      * Gets the private 'boab_cms.flash' shared service.
  2018.      *
  2019.      * @return \Boab\CmsBundle\Util\Flash
  2020.      */
  2021.     protected function getBoabCms_FlashService()
  2022.     {
  2023.         $this->privates['boab_cms.flash'] = $instance = new \Boab\CmsBundle\Util\Flash(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2024.         $instance->initSessionFlashBag();
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the private 'boab_cms.public_filesystem' shared service.
  2029.      *
  2030.      * @return \Boab\CmsBundle\Filesystem\PublicFilesystem
  2031.      */
  2032.     protected function getBoabCms_PublicFilesystemService()
  2033.     {
  2034.         $a = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  2035.         if (isset($this->privates['boab_cms.public_filesystem'])) {
  2036.             return $this->privates['boab_cms.public_filesystem'];
  2037.         }
  2038.         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'))));
  2039.     }
  2040.     /**
  2041.      * Gets the private 'boab_cms.repository_factory' shared service.
  2042.      *
  2043.      * @return \Boab\CmsBundle\ORM\RepositoryFactory
  2044.      */
  2045.     protected function getBoabCms_RepositoryFactoryService()
  2046.     {
  2047.         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']));
  2048.     }
  2049.     /**
  2050.      * Gets the private 'boab_cms.theme_manager' shared service.
  2051.      *
  2052.      * @return \Boab\CmsBundle\View\ThemeManager
  2053.      */
  2054.     protected function getBoabCms_ThemeManagerService()
  2055.     {
  2056.         $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']);
  2057.         $instance->initialize();
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the private 'boab_cms.view_manager' shared service.
  2062.      *
  2063.      * @return \Boab\CmsBundle\View\ViewManager
  2064.      */
  2065.     protected function getBoabCms_ViewManagerService()
  2066.     {
  2067.         $a = new \Boab\CmsBundle\View\ViewLocator(\dirname(__DIR__4));
  2068.         $a->setTemplatesLocation($this->parameters['kernel.bundles']);
  2069.         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()));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'boabcms.route_repository' shared service.
  2073.      *
  2074.      * @return \Boab\CmsBundle\Repository\RouteRepository
  2075.      */
  2076.     protected function getBoabcms_RouteRepositoryService()
  2077.     {
  2078.         return $this->privates['boabcms.route_repository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('BoabCmsBundle:Route');
  2079.     }
  2080.     /**
  2081.      * Gets the private 'cache.annotations' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2084.      */
  2085.     protected function getCache_AnnotationsService()
  2086.     {
  2087.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ru6SMppeD-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2088.     }
  2089.     /**
  2090.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2093.      */
  2094.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2095.     {
  2096.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2097.     }
  2098.     /**
  2099.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2100.      *
  2101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2102.      */
  2103.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2104.     {
  2105.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2106.     }
  2107.     /**
  2108.      * Gets the private 'cache.property_info' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2111.      */
  2112.     protected function getCache_PropertyInfoService()
  2113.     {
  2114.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('adQLdnHgna'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2115.     }
  2116.     /**
  2117.      * Gets the private 'cache.security_expression_language' shared service.
  2118.      *
  2119.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2120.      */
  2121.     protected function getCache_SecurityExpressionLanguageService()
  2122.     {
  2123.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1KulO3fs+L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2124.     }
  2125.     /**
  2126.      * Gets the private 'cache.serializer' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2129.      */
  2130.     protected function getCache_SerializerService()
  2131.     {
  2132.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cQagFjzwhS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2133.     }
  2134.     /**
  2135.      * Gets the private 'cache.validator' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2138.      */
  2139.     protected function getCache_ValidatorService()
  2140.     {
  2141.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BwzvdMKVPK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'cache.webpack_encore' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2147.      */
  2148.     protected function getCache_WebpackEncoreService()
  2149.     {
  2150.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('20uCQGYNjZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'config_cache_factory' shared service.
  2154.      *
  2155.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2156.      */
  2157.     protected function getConfigCacheFactoryService()
  2158.     {
  2159.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2160.             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)));
  2161.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2162.         }, 2));
  2163.     }
  2164.     /**
  2165.      * Gets the private 'content_type_manager' shared service.
  2166.      *
  2167.      * @return \Boab\CmsBundle\Manager\ContentTypeManager
  2168.      */
  2169.     protected function getContentTypeManagerService()
  2170.     {
  2171.         $a = ($this->services['router'] ?? $this->getRouterService());
  2172.         if (isset($this->privates['content_type_manager'])) {
  2173.             return $this->privates['content_type_manager'];
  2174.         }
  2175.         $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()));
  2176.         $instance->addContentType(($this->privates['App\\Manager\\TourTypeManager'] ?? $this->getTourTypeManagerService()));
  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['video_type_manager'] ?? $this->getVideoTypeManagerService()));
  2180.         $instance->addContentType(($this->privates['audio_type_manager'] ?? $this->getAudioTypeManagerService()));
  2181.         $instance->addContentType(($this->privates['event_type_manager'] ?? $this->getEventTypeManagerService()));
  2182.         $instance->addContentType(($this->privates['document_type_manager'] ?? $this->getDocumentTypeManagerService()));
  2183.         $instance->addContentType(($this->privates['album_type_manager'] ?? $this->getAlbumTypeManagerService()));
  2184.         $instance->addContentType(($this->privates['project_type_manager'] ?? $this->getProjectTypeManagerService()));
  2185.         return $instance;
  2186.     }
  2187.     /**
  2188.      * Gets the private 'data_collector.form' shared service.
  2189.      *
  2190.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2191.      */
  2192.     protected function getDataCollector_FormService()
  2193.     {
  2194.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2195.     }
  2196.     /**
  2197.      * Gets the private 'data_collector.request' shared service.
  2198.      *
  2199.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2200.      */
  2201.     protected function getDataCollector_RequestService()
  2202.     {
  2203.         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())));
  2204.     }
  2205.     /**
  2206.      * Gets the private 'debug.controller_resolver' shared service.
  2207.      *
  2208.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2209.      */
  2210.     protected function getDebug_ControllerResolverService()
  2211.     {
  2212.         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))));
  2213.     }
  2214.     /**
  2215.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2218.      */
  2219.     protected function getDebug_DebugHandlersListenerService()
  2220.     {
  2221.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2222.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2223.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2224.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2225.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2226.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2227.     }
  2228.     /**
  2229.      * Gets the private 'debug.file_link_formatter' shared service.
  2230.      *
  2231.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2232.      */
  2233.     protected function getDebug_FileLinkFormatterService()
  2234.     {
  2235.         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 () {
  2236.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2237.         });
  2238.     }
  2239.     /**
  2240.      * Gets the private 'debug.log_processor' shared service.
  2241.      *
  2242.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2243.      */
  2244.     protected function getDebug_LogProcessorService()
  2245.     {
  2246.         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())));
  2247.     }
  2248.     /**
  2249.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2250.      *
  2251.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2252.      */
  2253.     protected function getDebug_Security_Access_DecisionManagerService()
  2254.     {
  2255.         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 () {
  2256.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2257.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2258.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2259.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\InvoiceVoter'] ?? $this->load('getInvoiceVoterService'));
  2260.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2261.     }
  2262.     /**
  2263.      * Gets the private 'debug.security.firewall' shared service.
  2264.      *
  2265.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2266.      */
  2267.     protected function getDebug_Security_FirewallService()
  2268.     {
  2269.         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()));
  2270.     }
  2271.     /**
  2272.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2273.      *
  2274.      * @return \Doctrine\Migrations\DependencyFactory
  2275.      */
  2276.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2277.     {
  2278.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2279.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2280.         $a->setAllOrNothing(false);
  2281.         $a->setCheckDatabasePlatform(true);
  2282.         $a->setTransactional(true);
  2283.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2284.         $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'))));
  2285.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2286.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2287.         });
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2292.      *
  2293.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2294.      */
  2295.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2296.     {
  2297.         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')]);
  2298.     }
  2299.     /**
  2300.      * Gets the private 'document_type_manager' shared service.
  2301.      *
  2302.      * @return \Boab\CmsBundle\Manager\DocumentTypeManager
  2303.      */
  2304.     protected function getDocumentTypeManagerService()
  2305.     {
  2306.         $a = ($this->privates['boab_cms.file_uploader'] ?? $this->getBoabCms_FileUploaderService());
  2307.         if (isset($this->privates['document_type_manager'])) {
  2308.             return $this->privates['document_type_manager'];
  2309.         }
  2310.         $this->privates['document_type_manager'] = $instance = new \Boab\CmsBundle\Manager\DocumentTypeManager($a);
  2311.         $instance->setType('document');
  2312.         $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''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2313.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2314.         return $instance;
  2315.     }
  2316.     /**
  2317.      * Gets the private 'event_repository' shared service.
  2318.      *
  2319.      * @return \Boab\CmsBundle\Repository\EventRepository
  2320.      */
  2321.     protected function getEventRepositoryService()
  2322.     {
  2323.         return $this->privates['event_repository'] = ($this->privates['boab_cms.repository_factory'] ?? $this->getBoabCms_RepositoryFactoryService())->getRepository('Boab\\CmsBundle\\Entity\\Event');
  2324.     }
  2325.     /**
  2326.      * Gets the private 'event_type_manager' shared service.
  2327.      *
  2328.      * @return \Boab\CmsBundle\Manager\EventTypeManager
  2329.      */
  2330.     protected function getEventTypeManagerService()
  2331.     {
  2332.         $this->privates['event_type_manager'] = $instance = new \Boab\CmsBundle\Manager\EventTypeManager(($this->privates['event_repository'] ?? $this->getEventRepositoryService()));
  2333.         $instance->setType('event');
  2334.         $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''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2335.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2336.         return $instance;
  2337.     }
  2338.     /**
  2339.      * Gets the private 'exception_listener' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2342.      */
  2343.     protected function getExceptionListenerService()
  2344.     {
  2345.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2346.     }
  2347.     /**
  2348.      * Gets the private 'form.registry' shared service.
  2349.      *
  2350.      * @return \Symfony\Component\Form\FormRegistry
  2351.      */
  2352.     protected function getForm_RegistryService()
  2353.     {
  2354.         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, [
  2355.             'App\\Form\\AppointmentType' => ['privates''App\\Form\\AppointmentType''getAppointmentTypeService'true],
  2356.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'true],
  2357.             'App\\Form\\VisaApplicantType' => ['privates''App\\Form\\VisaApplicantType''getVisaApplicantTypeService'true],
  2358.             'App\\Manager\\TourTypeManager' => ['privates''App\\Manager\\TourTypeManager''getTourTypeManagerService'false],
  2359.             'Boab\\CmsBundle\\Form\\BlockType' => ['privates''boab_cms.form.block_type''getBoabCms_Form_BlockTypeService'true],
  2360.             'Boab\\CmsBundle\\Form\\ConfirmForm' => ['privates''confirm.form''getConfirm_FormService'true],
  2361.             'Boab\\CmsBundle\\Form\\CreateUserType' => ['privates''create_user_type''getCreateUserTypeService'true],
  2362.             'Boab\\CmsBundle\\Form\\EditPasswordType' => ['privates''edit_password_type''getEditPasswordTypeService'true],
  2363.             'Boab\\CmsBundle\\Form\\EditProfileType' => ['privates''edit_profile_type''getEditProfileTypeService'true],
  2364.             'Boab\\CmsBundle\\Form\\PhotoType' => ['privates''boab_cms.photo.form_type''getBoabCms_Photo_FormTypeService'true],
  2365.             'Boab\\CmsBundle\\Form\\RolesType' => ['privates''user.roles_type''getUser_RolesTypeService'true],
  2366.             'Boab\\CmsBundle\\Form\\RouteType' => ['privates''route_form_type''getRouteFormTypeService'true],
  2367.             'Boab\\CmsBundle\\Form\\SelecteBlockServiceType' => ['privates''boab_cms.form.block_services_type''getBoabCms_Form_BlockServicesTypeService'true],
  2368.             'Boab\\CmsBundle\\Form\\TermForm' => ['privates''taxonomy.form.term''getTaxonomy_Form_TermService'true],
  2369.             'Boab\\CmsBundle\\Form\\TermsSortForm' => ['privates''taxonomy.form.terms_sort''getTaxonomy_Form_TermsSortService'true],
  2370.             'Boab\\CmsBundle\\Form\\Type\\CategoryEntityType' => ['privates''category.entity.type''getCategory_Entity_TypeService'true],
  2371.             'Boab\\CmsBundle\\Form\\Type\\ContentType' => ['privates''boab_cms.content.form_type''getBoabCms_Content_FormTypeService'true],
  2372.             'Boab\\CmsBundle\\Form\\Type\\PageChoiceType' => ['privates''boab_cms.page.form_type''getBoabCms_Page_FormTypeService'true],
  2373.             'Boab\\CmsBundle\\Form\\Type\\TagType' => ['privates''taxonomy.form.type.tag''getTaxonomy_Form_Type_TagService'true],
  2374.             'Boab\\CmsBundle\\Form\\Type\\TermEntityType' => ['privates''taxonomy.form.type.term_entity''getTaxonomy_Form_Type_TermEntityService'true],
  2375.             'Boab\\CmsBundle\\Form\\Type\\UserEntityType' => ['privates''boab_cms.user.entity.form_type''getBoabCms_User_Entity_FormTypeService'true],
  2376.             'Boab\\CmsBundle\\Form\\UserType' => ['privates''issue.form''getIssue_FormService'true],
  2377.             'Boab\\CmsBundle\\Form\\VocabularyForm' => ['privates''taxonomy.form.vocabulary''getTaxonomy_Form_VocabularyService'true],
  2378.             'Boab\\CmsBundle\\Manager\\AlbumTypeManager' => ['privates''album_type_manager''getAlbumTypeManagerService'false],
  2379.             'Boab\\CmsBundle\\Manager\\ArticleTypeManager' => ['privates''article_type_manager''getArticleTypeManagerService'false],
  2380.             'Boab\\CmsBundle\\Manager\\AudioTypeManager' => ['privates''audio_type_manager''getAudioTypeManagerService'false],
  2381.             'Boab\\CmsBundle\\Manager\\DefaultTypeManager' => ['privates''project_type_manager''getProjectTypeManagerService'false],
  2382.             'Boab\\CmsBundle\\Manager\\DocumentTypeManager' => ['privates''document_type_manager''getDocumentTypeManagerService'false],
  2383.             'Boab\\CmsBundle\\Manager\\EventTypeManager' => ['privates''event_type_manager''getEventTypeManagerService'false],
  2384.             'Boab\\CmsBundle\\Manager\\PageTypeManager' => ['privates''page_type_manager''getPageTypeManagerService'false],
  2385.             'Boab\\CmsBundle\\Manager\\VideoTypeManager' => ['privates''video_type_manager''getVideoTypeManagerService'false],
  2386.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => ['services''gregwar_captcha.type''getGregwarCaptcha_TypeService'true],
  2387.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'true],
  2388.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['privates''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'true],
  2389.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['privates''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'true],
  2390.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['privates''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'true],
  2391.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['privates''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'true],
  2392.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['privates''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'true],
  2393.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['privates''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'true],
  2394.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['privates''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'true],
  2395.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['privates''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'true],
  2396.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['privates''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'true],
  2397.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['privates''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'true],
  2398.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['privates''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'true],
  2399.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['privates''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'true],
  2400.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['privates''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'true],
  2401.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['privates''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'true],
  2402.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['privates''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'true],
  2403.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'true],
  2404.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'true],
  2405.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'true],
  2406.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'true],
  2407.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'true],
  2408.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'true],
  2409.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'true],
  2410.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'true],
  2411.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'true],
  2412.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'true],
  2413.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'true],
  2414.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'true],
  2415.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2416.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => ['privates''cmf_routing.route_type_form_type''getCmfRouting_RouteTypeFormTypeService'true],
  2417.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2418.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2419.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  2420.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2421.         ], [
  2422.             'App\\Form\\AppointmentType' => '?',
  2423.             'App\\Form\\ContactType' => '?',
  2424.             'App\\Form\\VisaApplicantType' => '?',
  2425.             'App\\Manager\\TourTypeManager' => '?',
  2426.             'Boab\\CmsBundle\\Form\\BlockType' => '?',
  2427.             'Boab\\CmsBundle\\Form\\ConfirmForm' => '?',
  2428.             'Boab\\CmsBundle\\Form\\CreateUserType' => '?',
  2429.             'Boab\\CmsBundle\\Form\\EditPasswordType' => '?',
  2430.             'Boab\\CmsBundle\\Form\\EditProfileType' => '?',
  2431.             'Boab\\CmsBundle\\Form\\PhotoType' => '?',
  2432.             'Boab\\CmsBundle\\Form\\RolesType' => '?',
  2433.             'Boab\\CmsBundle\\Form\\RouteType' => '?',
  2434.             'Boab\\CmsBundle\\Form\\SelecteBlockServiceType' => '?',
  2435.             'Boab\\CmsBundle\\Form\\TermForm' => '?',
  2436.             'Boab\\CmsBundle\\Form\\TermsSortForm' => '?',
  2437.             'Boab\\CmsBundle\\Form\\Type\\CategoryEntityType' => '?',
  2438.             'Boab\\CmsBundle\\Form\\Type\\ContentType' => '?',
  2439.             'Boab\\CmsBundle\\Form\\Type\\PageChoiceType' => '?',
  2440.             'Boab\\CmsBundle\\Form\\Type\\TagType' => '?',
  2441.             'Boab\\CmsBundle\\Form\\Type\\TermEntityType' => '?',
  2442.             'Boab\\CmsBundle\\Form\\Type\\UserEntityType' => '?',
  2443.             'Boab\\CmsBundle\\Form\\UserType' => '?',
  2444.             'Boab\\CmsBundle\\Form\\VocabularyForm' => '?',
  2445.             'Boab\\CmsBundle\\Manager\\AlbumTypeManager' => '?',
  2446.             'Boab\\CmsBundle\\Manager\\ArticleTypeManager' => '?',
  2447.             'Boab\\CmsBundle\\Manager\\AudioTypeManager' => '?',
  2448.             'Boab\\CmsBundle\\Manager\\DefaultTypeManager' => '?',
  2449.             'Boab\\CmsBundle\\Manager\\DocumentTypeManager' => '?',
  2450.             'Boab\\CmsBundle\\Manager\\EventTypeManager' => '?',
  2451.             'Boab\\CmsBundle\\Manager\\PageTypeManager' => '?',
  2452.             'Boab\\CmsBundle\\Manager\\VideoTypeManager' => '?',
  2453.             'Gregwar\\CaptchaBundle\\Type\\CaptchaType' => '?',
  2454.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  2455.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  2456.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  2457.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  2458.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  2459.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  2460.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  2461.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  2462.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  2463.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  2464.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  2465.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  2466.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  2467.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  2468.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  2469.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  2470.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  2471.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  2472.             'Sonata\\Form\\Type\\BooleanType' => '?',
  2473.             'Sonata\\Form\\Type\\CollectionType' => '?',
  2474.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  2475.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  2476.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  2477.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  2478.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  2479.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  2480.             'Sonata\\Form\\Type\\EqualType' => '?',
  2481.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  2482.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2483.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Form\\Type\\RouteTypeType' => '?',
  2484.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2485.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2486.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2487.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2488.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2489.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2490.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2491.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2492.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2493.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2494.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2495.             yield => ($this->privates['sonata.admin.form.extension.field'] ?? $this->load('getSonata_Admin_Form_Extension_FieldService'));
  2496.             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()));
  2497.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2498.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2499.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2500.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  2501.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  2502.             yield => ($this->privates['sonata.admin.form.extension.choice'] ?? ($this->privates['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  2503.         }, 1)], new RewindableGenerator(function () {
  2504.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  2505.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  2506.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  2507.     }
  2508.     /**
  2509.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2510.      *
  2511.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2512.      */
  2513.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2514.     {
  2515.         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())));
  2516.     }
  2517.     /**
  2518.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2519.      *
  2520.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2521.      */
  2522.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2523.     {
  2524.         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()));
  2525.     }
  2526.     /**
  2527.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2528.      *
  2529.      * @return \Knp\Menu\Provider\ChainProvider
  2530.      */
  2531.     protected function getKnpMenu_MenuProvider_ChainService()
  2532.     {
  2533.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2534.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  2535.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  2536.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService'));
  2537.         }, 3));
  2538.     }
  2539.     /**
  2540.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2541.      *
  2542.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2543.      */
  2544.     protected function getLiipImagine_Filter_ConfigurationService()
  2545.     {
  2546.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2547.     }
  2548.     /**
  2549.      * Gets the private 'locale_aware_listener' shared service.
  2550.      *
  2551.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2552.      */
  2553.     protected function getLocaleAwareListenerService()
  2554.     {
  2555.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2556.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2557.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2558.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2559.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2560.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2561.     }
  2562.     /**
  2563.      * Gets the private 'locale_listener' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2566.      */
  2567.     protected function getLocaleListenerService()
  2568.     {
  2569.         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, []);
  2570.     }
  2571.     /**
  2572.      * Gets the private 'logger' shared service.
  2573.      *
  2574.      * @return \Boab\CmsBundle\Logger\CoreLogger
  2575.      */
  2576.     protected function getLoggerService()
  2577.     {
  2578.         return $this->privates['logger'] = new \Boab\CmsBundle\Logger\CoreLogger('mono');
  2579.     }
  2580.     /**
  2581.      * Gets the private 'mime_types' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\Mime\MimeTypes
  2584.      */
  2585.     protected function getMimeTypesService()
  2586.     {
  2587.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2588.         $instance->setDefault($instance);
  2589.         return $instance;
  2590.     }
  2591.     /**
  2592.      * Gets the private 'monolog.handler.console' shared service.
  2593.      *
  2594.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2595.      */
  2596.     protected function getMonolog_Handler_ConsoleService()
  2597.     {
  2598.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2599.     }
  2600.     /**
  2601.      * Gets the private 'monolog.handler.main' shared service.
  2602.      *
  2603.      * @return \Monolog\Handler\StreamHandler
  2604.      */
  2605.     protected function getMonolog_Handler_MainService()
  2606.     {
  2607.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2608.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2609.         return $instance;
  2610.     }
  2611.     /**
  2612.      * Gets the private 'monolog.logger.cache' shared service.
  2613.      *
  2614.      * @return \Symfony\Bridge\Monolog\Logger
  2615.      */
  2616.     protected function getMonolog_Logger_CacheService()
  2617.     {
  2618.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2619.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2620.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2621.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2622.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2623.         return $instance;
  2624.     }
  2625.     /**
  2626.      * Gets the private 'monolog.logger.request' shared service.
  2627.      *
  2628.      * @return \Symfony\Bridge\Monolog\Logger
  2629.      */
  2630.     protected function getMonolog_Logger_RequestService()
  2631.     {
  2632.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2633.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2634.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2635.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2636.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2637.         return $instance;
  2638.     }
  2639.     /**
  2640.      * Gets the private 'monolog.logger.security' shared service.
  2641.      *
  2642.      * @return \Symfony\Bridge\Monolog\Logger
  2643.      */
  2644.     protected function getMonolog_Logger_SecurityService()
  2645.     {
  2646.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2647.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2648.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2649.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2650.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2651.         return $instance;
  2652.     }
  2653.     /**
  2654.      * Gets the private 'page_type_manager' shared service.
  2655.      *
  2656.      * @return \Boab\CmsBundle\Manager\PageTypeManager
  2657.      */
  2658.     protected function getPageTypeManagerService()
  2659.     {
  2660.         $this->privates['page_type_manager'] = $instance = new \Boab\CmsBundle\Manager\PageTypeManager();
  2661.         $instance->setType('page');
  2662.         $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''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2663.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the private 'parameter_bag' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2670.      */
  2671.     protected function getParameterBagService()
  2672.     {
  2673.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2674.     }
  2675.     /**
  2676.      * Gets the private 'profiler_listener' shared service.
  2677.      *
  2678.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2679.      */
  2680.     protected function getProfilerListenerService()
  2681.     {
  2682.         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);
  2683.     }
  2684.     /**
  2685.      * Gets the private 'project_type_manager' shared service.
  2686.      *
  2687.      * @return \Boab\CmsBundle\Manager\DefaultTypeManager
  2688.      */
  2689.     protected function getProjectTypeManagerService()
  2690.     {
  2691.         $this->privates['project_type_manager'] = $instance = new \Boab\CmsBundle\Manager\DefaultTypeManager();
  2692.         $instance->setType('project');
  2693.         $instance->setConfig(['entity' => 'Boab\\CmsBundle\\Entity\\Project''description' => 'Use for creating dynamic content like blog posts''add_template' => '@BoabCms/Admin/form_layout.html.twig''edit_template' => '@BoabCms/Admin/form_layout.html.twig''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  2694.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  2695.         return $instance;
  2696.     }
  2697.     /**
  2698.      * Gets the private 'property_accessor' shared service.
  2699.      *
  2700.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2701.      */
  2702.     protected function getPropertyAccessorService()
  2703.     {
  2704.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2705.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2706.     }
  2707.     /**
  2708.      * Gets the private 'property_info' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2711.      */
  2712.     protected function getPropertyInfoService()
  2713.     {
  2714.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2715.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2716.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2717.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2718.         }, 3), new RewindableGenerator(function () {
  2719.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2720.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2721.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2722.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2723.         }, 4), new RewindableGenerator(function () {
  2724.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2725.         }, 1), new RewindableGenerator(function () {
  2726.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2727.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2728.         }, 2), new RewindableGenerator(function () {
  2729.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2730.         }, 1));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'router.expression_language_provider' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2736.      */
  2737.     protected function getRouter_ExpressionLanguageProviderService()
  2738.     {
  2739.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2740.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2741.         ], [
  2742.             'env' => 'Closure',
  2743.         ]));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'router.request_context' shared service.
  2747.      *
  2748.      * @return \Symfony\Component\Routing\RequestContext
  2749.      */
  2750.     protected function getRouter_RequestContextService()
  2751.     {
  2752.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''http://invetiko.inv:9090''http'80443);
  2753.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2754.         return $instance;
  2755.     }
  2756.     /**
  2757.      * Gets the private 'router_listener' shared service.
  2758.      *
  2759.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2760.      */
  2761.     protected function getRouterListenerService()
  2762.     {
  2763.         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);
  2764.     }
  2765.     /**
  2766.      * Gets the private 'security.context_listener.0' shared service.
  2767.      *
  2768.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2769.      */
  2770.     protected function getSecurity_ContextListener_0Service()
  2771.     {
  2772.         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 () {
  2773.             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([])));
  2774.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  2775.         }, 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']);
  2776.     }
  2777.     /**
  2778.      * Gets the private 'security.context_listener.1' shared service.
  2779.      *
  2780.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2781.      */
  2782.     protected function getSecurity_ContextListener_1Service()
  2783.     {
  2784.         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 () {
  2785.             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([])));
  2786.             yield => ($this->privates['security.user.provider.concrete.user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_UserProviderService'));
  2787.         }, 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']);
  2788.     }
  2789.     /**
  2790.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2793.      */
  2794.     protected function getSecurity_EventDispatcher_AdminService()
  2795.     {
  2796.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2797.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2798.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2799.         }, => 'checkPassport'], 2048);
  2800.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2801.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2802.         }, => 'onSuccessfulLogin'], 0);
  2803.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2804.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2805.         }, => 'onLogout'], 0);
  2806.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2807.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2808.         }, => 'onLogout'], 0);
  2809.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2810.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2811.         }, => 'preCheckCredentials'], 256);
  2812.         $instance->addListener('security.authentication.success', [=> function () {
  2813.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2814.         }, => 'postCheckCredentials'], 256);
  2815.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2816.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2817.         }, => 'checkPassport'], 1024);
  2818.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2819.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2820.         }, => 'checkPassport'], 0);
  2821.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2822.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2823.         }, => 'onLoginSuccess'], 0);
  2824.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2825.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2826.         }, => 'checkPassport'], 512);
  2827.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2828.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2829.         }, => 'onLogout'], 0);
  2830.         return $instance;
  2831.     }
  2832.     /**
  2833.      * Gets the private 'security.event_dispatcher.main' shared service.
  2834.      *
  2835.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2836.      */
  2837.     protected function getSecurity_EventDispatcher_MainService()
  2838.     {
  2839.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2840.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2841.             return ($this->privates['App\\Security\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  2842.         }, => 'onLogout'], 0);
  2843.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2844.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2845.         }, => 'checkPassport'], 2048);
  2846.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2847.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2848.         }, => 'onSuccessfulLogin'], 0);
  2849.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2850.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2851.         }, => 'onLogout'], 64);
  2852.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2853.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2854.         }, => 'onLogout'], 0);
  2855.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2856.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2857.         }, => 'preCheckCredentials'], 256);
  2858.         $instance->addListener('security.authentication.success', [=> function () {
  2859.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2860.         }, => 'postCheckCredentials'], 256);
  2861.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2862.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2863.         }, => 'checkPassport'], 1024);
  2864.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2865.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2866.         }, => 'checkPassport'], 0);
  2867.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2868.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2869.         }, => 'onLoginSuccess'], 0);
  2870.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2871.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2872.         }, => 'checkPassport'], 512);
  2873.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2874.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2875.         }, => 'onLogout'], 0);
  2876.         return $instance;
  2877.     }
  2878.     /**
  2879.      * Gets the private 'security.firewall.map' shared service.
  2880.      *
  2881.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2882.      */
  2883.     protected function getSecurity_Firewall_MapService()
  2884.     {
  2885.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.GXLTvxy'] ?? $this->get_ServiceLocator_GXLTvxyService()), new RewindableGenerator(function () {
  2886.             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)/')));
  2887.             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')));
  2888.             yield 'security.firewall.map.context.main' => NULL;
  2889.         }, 3));
  2890.     }
  2891.     /**
  2892.      * Gets the private 'security.logout_url_generator' shared service.
  2893.      *
  2894.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2895.      */
  2896.     protected function getSecurity_LogoutUrlGeneratorService()
  2897.     {
  2898.         $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()));
  2899.         $instance->registerListener('admin''boabcms_logout''logout''_csrf_token'NULLNULL);
  2900.         $instance->registerListener('main''app.logout''logout''_csrf_token'NULLNULL);
  2901.         return $instance;
  2902.     }
  2903.     /**
  2904.      * Gets the private 'security.role_hierarchy' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2907.      */
  2908.     protected function getSecurity_RoleHierarchyService()
  2909.     {
  2910.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2911.     }
  2912.     /**
  2913.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2914.      *
  2915.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2916.      */
  2917.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2918.     {
  2919.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2923.      *
  2924.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2925.      */
  2926.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2927.     {
  2928.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2929.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2930.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2931.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2932.     }
  2933.     /**
  2934.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2935.      *
  2936.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2937.      */
  2938.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2939.     {
  2940.         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'))));
  2941.     }
  2942.     /**
  2943.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2944.      *
  2945.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2946.      */
  2947.     protected function getSensioFrameworkExtra_View_ListenerService()
  2948.     {
  2949.         $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))));
  2950.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2951.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2952.         ], [
  2953.             'twig' => '?',
  2954.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2955.         return $instance;
  2956.     }
  2957.     /**
  2958.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2961.      */
  2962.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2963.     {
  2964.         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()))]));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'session.factory' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2970.      */
  2971.     protected function getSession_FactoryService()
  2972.     {
  2973.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  2974.     }
  2975.     /**
  2976.      * Gets the private 'session_listener' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2979.      */
  2980.     protected function getSessionListenerService()
  2981.     {
  2982.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2983.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2984.             'logger' => ['privates''logger''getLoggerService'false],
  2985.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2986.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2987.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2988.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2989.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2990.         ], [
  2991.             'initialized_session' => '?',
  2992.             'logger' => '?',
  2993.             'request_stack' => '?',
  2994.             'session' => '?',
  2995.             'session_collector' => '?',
  2996.             'session_factory' => '?',
  2997.             'session_storage' => '?',
  2998.         ]), true$this->parameters['session.storage.options']);
  2999.     }
  3000.     /**
  3001.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3002.      *
  3003.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3004.      */
  3005.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3006.     {
  3007.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3008.     }
  3009.     /**
  3010.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3011.      *
  3012.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3013.      */
  3014.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3015.     {
  3016.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3017.     }
  3018.     /**
  3019.      * Gets the private 'sonata.admin.pool' shared service.
  3020.      *
  3021.      * @return \Sonata\AdminBundle\Admin\Pool
  3022.      */
  3023.     protected function getSonata_Admin_PoolService()
  3024.     {
  3025.         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, [], []))), [], [], []);
  3026.     }
  3027.     /**
  3028.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3029.      *
  3030.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3031.      */
  3032.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3033.     {
  3034.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3035.     }
  3036.     /**
  3037.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3038.      *
  3039.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3040.      */
  3041.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3042.     {
  3043.         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())));
  3044.     }
  3045.     /**
  3046.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3047.      *
  3048.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3049.      */
  3050.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3051.     {
  3052.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3053.     }
  3054.     /**
  3055.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3056.      *
  3057.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3058.      */
  3059.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3060.     {
  3061.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3062.     }
  3063.     /**
  3064.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3065.      *
  3066.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3067.      */
  3068.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3069.     {
  3070.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3074.      *
  3075.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3076.      */
  3077.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3078.     {
  3079.         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()));
  3080.     }
  3081.     /**
  3082.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3083.      *
  3084.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3085.      */
  3086.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3087.     {
  3088.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime(($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3089.     }
  3090.     /**
  3091.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3092.      *
  3093.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3094.      */
  3095.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3096.     {
  3097.         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()));
  3098.     }
  3099.     /**
  3100.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3101.      *
  3102.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3103.      */
  3104.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3105.     {
  3106.         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']);
  3107.     }
  3108.     /**
  3109.      * Gets the private 'sonata.block.templating.helper' shared service.
  3110.      *
  3111.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3112.      */
  3113.     protected function getSonata_Block_Templating_HelperService()
  3114.     {
  3115.         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')));
  3116.     }
  3117.     /**
  3118.      * Gets the private 'template.annotation_listener' shared service.
  3119.      *
  3120.      * @return \Boab\CmsBundle\View\EventListener\TemplateAnnotationListener
  3121.      */
  3122.     protected function getTemplate_AnnotationListenerService()
  3123.     {
  3124.         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()));
  3125.     }
  3126.     /**
  3127.      * Gets the private 'translator.default' shared service.
  3128.      *
  3129.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3130.      */
  3131.     protected function getTranslator_DefaultService()
  3132.     {
  3133.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3134.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3135.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3136.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3137.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3138.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3139.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3140.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3141.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3142.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3143.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3144.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3145.         ], [
  3146.             'translation.loader.csv' => '?',
  3147.             'translation.loader.dat' => '?',
  3148.             'translation.loader.ini' => '?',
  3149.             'translation.loader.json' => '?',
  3150.             'translation.loader.mo' => '?',
  3151.             'translation.loader.php' => '?',
  3152.             'translation.loader.po' => '?',
  3153.             'translation.loader.qt' => '?',
  3154.             'translation.loader.res' => '?',
  3155.             'translation.loader.xliff' => '?',
  3156.             'translation.loader.yml' => '?',
  3157.         ]), 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).'/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')], '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).'/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 28 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/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 => 'translations'13 => 'vendor/symfony/framework-bundle/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/symfony/twig-bundle/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/monolog-bundle/translations'18 => 'vendor/symfony/debug-bundle/translations'19 => 'vendor/symfony/maker-bundle/src/translations'20 => 'vendor/doctrine/doctrine-bundle/translations'21 => 'vendor/doctrine/doctrine-migrations-bundle/translations'22 => 'vendor/symfony/security-bundle/translations'23 => 'vendor/twig/extra-bundle/translations'24 => 'vendor/oneup/flysystem-bundle/src/translations'25 => 'vendor/stof/doctrine-extensions-bundle/src/translations'26 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'27 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'28 => 'vendor/knplabs/knp-menu-bundle/src/translations'29 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'30 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'31 => 'vendor/symfony-cmf/routing-bundle/src/translations'32 => 'vendor/league/flysystem-bundle/src/translations'33 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'34 => 'vendor/knplabs/knp-disqus-bundle/translations'35 => 'vendor/mhujer/breadcrumbs-bundle/translations'36 => 'vendor/liip/imagine-bundle/translations'37 => 'vendor/symfony/webpack-encore-bundle/src/translations']]], []);
  3158.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3159.         $instance->setFallbackLocales([=> 'en']);
  3160.         return $instance;
  3161.     }
  3162.     /**
  3163.      * Gets the private 'twig.loader.native_filesystem' shared service.
  3164.      *
  3165.      * @return \Twig\Loader\FilesystemLoader
  3166.      */
  3167.     protected function getTwig_Loader_NativeFilesystemService()
  3168.     {
  3169.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  3170.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  3171.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3172.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3173.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3174.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3175.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3176.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3177.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3178.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3179.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3180.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3181.         $instance->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  3182.         $instance->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  3183.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  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/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  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/block-bundle/src/Resources/views'), 'SonataBlock');
  3188.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  3189.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  3190.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  3191.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  3192.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  3193.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  3194.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  3195.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  3196.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  3197.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/BoabCmsBundle'), 'BoabCms');
  3198.         $instance->addPath((\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/views'), 'BoabCms');
  3199.         $instance->addPath((\dirname(__DIR__4).'/lib/boab/cms-bundle/src/Resources/views'), '!BoabCms');
  3200.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/templates'), 'KnpDisqus');
  3201.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle/templates'), '!KnpDisqus');
  3202.         $instance->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), 'WhiteOctoberBreadcrumbs');
  3203.         $instance->addPath((\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle/Resources/views'), '!WhiteOctoberBreadcrumbs');
  3204.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  3205.         $instance->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  3206.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  3207.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3208.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3209.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3210.         return $instance;
  3211.     }
  3212.     /**
  3213.      * Gets the private 'validator.builder' shared service.
  3214.      *
  3215.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3216.      */
  3217.     protected function getValidator_BuilderService()
  3218.     {
  3219.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3220.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3221.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3222.         if ($this->has('translator')) {
  3223.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3224.         }
  3225.         $instance->setTranslationDomain('validators');
  3226.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3227.         $instance->enableAnnotationMapping(true);
  3228.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3229.         $instance->addMethodMapping('loadValidatorMetadata');
  3230.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3231.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3232.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the private 'validator.validator_factory' shared service.
  3237.      *
  3238.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3239.      */
  3240.     protected function getValidator_ValidatorFactoryService()
  3241.     {
  3242.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3243.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3244.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3245.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  3246.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3247.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3248.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3249.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3250.             'cmf_routing.validator.route_defaults' => ['privates''cmf_routing.validator.route_defaults''getCmfRouting_Validator_RouteDefaultsService'true],
  3251.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3252.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3253.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3254.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3255.         ], [
  3256.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3257.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3258.             'Symfony\\Cmf\\Bundle\\RoutingBundle\\Validator\\Constraints\\RouteDefaultsTwigValidator' => '?',
  3259.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3260.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3261.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3262.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3263.             'cmf_routing.validator.route_defaults' => '?',
  3264.             'doctrine.orm.validator.unique' => '?',
  3265.             'security.validator.user_password' => '?',
  3266.             'sonata.form.validator.inline' => '?',
  3267.             'validator.expression' => '?',
  3268.         ]));
  3269.     }
  3270.     /**
  3271.      * Gets the private 'var_dumper.html_dumper' shared service.
  3272.      *
  3273.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3274.      */
  3275.     protected function getVarDumper_HtmlDumperService()
  3276.     {
  3277.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3278.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3279.         return $instance;
  3280.     }
  3281.     /**
  3282.      * Gets the private 'var_dumper.server_connection' shared service.
  3283.      *
  3284.      * @return \Symfony\Component\VarDumper\Server\Connection
  3285.      */
  3286.     protected function getVarDumper_ServerConnectionService()
  3287.     {
  3288.         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()]);
  3289.     }
  3290.     /**
  3291.      * Gets the private 'video_type_manager' shared service.
  3292.      *
  3293.      * @return \Boab\CmsBundle\Manager\VideoTypeManager
  3294.      */
  3295.     protected function getVideoTypeManagerService()
  3296.     {
  3297.         $this->privates['video_type_manager'] = $instance = new \Boab\CmsBundle\Manager\VideoTypeManager();
  3298.         $instance->setType('video');
  3299.         $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''show_template' => '@BoabCms/Public/content_show.html.twig''list_template' => '@BoabCms/Public/content_list.html.twig''form_validator' => 'Boab\\CmsBundle\\Validator\\Content']);
  3300.         $instance->setRepository(($this->privates['boab_cms.content_repository'] ?? $this->getBoabCms_ContentRepositoryService()));
  3301.         return $instance;
  3302.     }
  3303.     /**
  3304.      * Gets the private 'web_profiler.csp.handler' shared service.
  3305.      *
  3306.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3307.      */
  3308.     protected function getWebProfiler_Csp_HandlerService()
  3309.     {
  3310.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3311.     }
  3312.     /**
  3313.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3314.      *
  3315.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3316.      */
  3317.     protected function getWebProfiler_DebugToolbarService()
  3318.     {
  3319.         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()));
  3320.     }
  3321.     /**
  3322.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3323.      *
  3324.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3325.      */
  3326.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3327.     {
  3328.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3329.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3330.         ], [
  3331.             '_default' => '?',
  3332.         ]), '_default');
  3333.     }
  3334.     /**
  3335.      * Gets the public 'cache_clearer' alias.
  3336.      *
  3337.      * @return object The ".container.private.cache_clearer" service.
  3338.      */
  3339.     protected function getCacheClearerService()
  3340.     {
  3341.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3342.         return $this->get('.container.private.cache_clearer');
  3343.     }
  3344.     /**
  3345.      * Gets the public 'filesystem' alias.
  3346.      *
  3347.      * @return object The ".container.private.filesystem" service.
  3348.      */
  3349.     protected function getFilesystem2Service()
  3350.     {
  3351.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3352.         return $this->get('.container.private.filesystem');
  3353.     }
  3354.     /**
  3355.      * Gets the public 'serializer' alias.
  3356.      *
  3357.      * @return object The ".container.private.serializer" service.
  3358.      */
  3359.     protected function getSerializerService()
  3360.     {
  3361.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3362.         return $this->get('.container.private.serializer');
  3363.     }
  3364.     /**
  3365.      * Gets the public 'security.csrf.token_manager' alias.
  3366.      *
  3367.      * @return object The ".container.private.security.csrf.token_manager" service.
  3368.      */
  3369.     protected function getSecurity_Csrf_TokenManagerService()
  3370.     {
  3371.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3372.         return $this->get('.container.private.security.csrf.token_manager');
  3373.     }
  3374.     /**
  3375.      * Gets the public 'form.factory' alias.
  3376.      *
  3377.      * @return object The ".container.private.form.factory" service.
  3378.      */
  3379.     protected function getForm_FactoryService()
  3380.     {
  3381.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3382.         return $this->get('.container.private.form.factory');
  3383.     }
  3384.     /**
  3385.      * Gets the public 'form.type.file' alias.
  3386.      *
  3387.      * @return object The ".container.private.form.type.file" service.
  3388.      */
  3389.     protected function getForm_Type_FileService()
  3390.     {
  3391.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3392.         return $this->get('.container.private.form.type.file');
  3393.     }
  3394.     /**
  3395.      * Gets the public 'profiler' alias.
  3396.      *
  3397.      * @return object The ".container.private.profiler" service.
  3398.      */
  3399.     protected function getProfilerService()
  3400.     {
  3401.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3402.         return $this->get('.container.private.profiler');
  3403.     }
  3404.     /**
  3405.      * Gets the public 'twig' alias.
  3406.      *
  3407.      * @return object The ".container.private.twig" service.
  3408.      */
  3409.     protected function getTwigService()
  3410.     {
  3411.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3412.         return $this->get('.container.private.twig');
  3413.     }
  3414.     /**
  3415.      * Gets the public 'security.authorization_checker' alias.
  3416.      *
  3417.      * @return object The ".container.private.security.authorization_checker" service.
  3418.      */
  3419.     protected function getSecurity_AuthorizationCheckerService()
  3420.     {
  3421.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3422.         return $this->get('.container.private.security.authorization_checker');
  3423.     }
  3424.     /**
  3425.      * Gets the public 'security.token_storage' alias.
  3426.      *
  3427.      * @return object The ".container.private.security.token_storage" service.
  3428.      */
  3429.     protected function getSecurity_TokenStorageService()
  3430.     {
  3431.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3432.         return $this->get('.container.private.security.token_storage');
  3433.     }
  3434.     /**
  3435.      * Gets the public 'security.password_encoder' alias.
  3436.      *
  3437.      * @return object The ".container.private.security.password_encoder" service.
  3438.      */
  3439.     protected function getSecurity_PasswordEncoderService()
  3440.     {
  3441.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3442.         return $this->get('.container.private.security.password_encoder');
  3443.     }
  3444.     /**
  3445.      * Gets the public 'session' alias.
  3446.      *
  3447.      * @return object The ".container.private.session" service.
  3448.      */
  3449.     protected function getSessionService()
  3450.     {
  3451.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3452.         return $this->get('.container.private.session');
  3453.     }
  3454.     /**
  3455.      * Gets the public 'validator' alias.
  3456.      *
  3457.      * @return object The ".container.private.validator" service.
  3458.      */
  3459.     protected function getValidatorService()
  3460.     {
  3461.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3462.         return $this->get('.container.private.validator');
  3463.     }
  3464.     /**
  3465.      * @return array|bool|float|int|string|\UnitEnum|null
  3466.      */
  3467.     public function getParameter(string $name)
  3468.     {
  3469.         if (isset($this->buildParameters[$name])) {
  3470.             return $this->buildParameters[$name];
  3471.         }
  3472.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3473.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3474.         }
  3475.         if (isset($this->loadedDynamicParameters[$name])) {
  3476.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3477.         }
  3478.         return $this->parameters[$name];
  3479.     }
  3480.     public function hasParameter(string $name): bool
  3481.     {
  3482.         if (isset($this->buildParameters[$name])) {
  3483.             return true;
  3484.         }
  3485.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3486.     }
  3487.     public function setParameter(string $name$value): void
  3488.     {
  3489.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3490.     }
  3491.     public function getParameterBag(): ParameterBagInterface
  3492.     {
  3493.         if (null === $this->parameterBag) {
  3494.             $parameters $this->parameters;
  3495.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3496.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3497.             }
  3498.             foreach ($this->buildParameters as $name => $value) {
  3499.                 $parameters[$name] = $value;
  3500.             }
  3501.             $this->parameterBag = new FrozenParameterBag($parameters);
  3502.         }
  3503.         return $this->parameterBag;
  3504.     }
  3505.     private $loadedDynamicParameters = [
  3506.         'kernel.runtime_environment' => false,
  3507.         'kernel.build_dir' => false,
  3508.         'kernel.cache_dir' => false,
  3509.         'google.client_id' => false,
  3510.         'google.client_secret' => false,
  3511.         'google.api_key' => false,
  3512.         'kernel.secret' => false,
  3513.         'debug.container.dump' => false,
  3514.         'serializer.mapping.cache.file' => false,
  3515.         'session.save_path' => false,
  3516.         'validator.mapping.cache.file' => false,
  3517.         'profiler.storage.dsn' => false,
  3518.         'doctrine.orm.proxy_dir' => false,
  3519.     ];
  3520.     private $dynamicParameters = [];
  3521.     private function getDynamicParameter(string $name)
  3522.     {
  3523.         switch ($name) {
  3524.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3525.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3526.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3527.             case 'google.client_id'$value $this->getEnv('GOOGLE_CLIENT_id'); break;
  3528.             case 'google.client_secret'$value $this->getEnv('GOOGLE_CLIENT_SECRET'); break;
  3529.             case 'google.api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  3530.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3531.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3532.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3533.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3534.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3535.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3536.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3537.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3538.         }
  3539.         $this->loadedDynamicParameters[$name] = true;
  3540.         return $this->dynamicParameters[$name] = $value;
  3541.     }
  3542.     protected function getDefaultParameters(): array
  3543.     {
  3544.         return [
  3545.             'kernel.project_dir' => \dirname(__DIR__4),
  3546.             'kernel.environment' => 'dev',
  3547.             'kernel.debug' => true,
  3548.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3549.             'kernel.bundles' => [
  3550.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3551.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3552.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3553.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3554.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3555.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3556.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3557.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3558.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3559.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3560.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3561.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  3562.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  3563.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3564.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3565.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  3566.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  3567.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3568.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  3569.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  3570.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3571.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3572.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3573.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3574.                 'CmfRoutingBundle' => 'Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle',
  3575.                 'BoabCmsBundle' => 'Boab\\CmsBundle\\BoabCmsBundle',
  3576.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3577.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3578.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3579.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3580.                 'KnpDisqusBundle' => 'Knp\\Bundle\\DisqusBundle\\KnpDisqusBundle',
  3581.                 'WhiteOctoberBreadcrumbsBundle' => 'WhiteOctober\\BreadcrumbsBundle\\WhiteOctoberBreadcrumbsBundle',
  3582.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3583.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3584.             ],
  3585.             'kernel.bundles_metadata' => [
  3586.                 'FrameworkBundle' => [
  3587.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3588.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3589.                 ],
  3590.                 'SensioFrameworkExtraBundle' => [
  3591.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3592.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3593.                 ],
  3594.                 'TwigBundle' => [
  3595.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3596.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3597.                 ],
  3598.                 'WebProfilerBundle' => [
  3599.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3600.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3601.                 ],
  3602.                 'MonologBundle' => [
  3603.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3604.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3605.                 ],
  3606.                 'DebugBundle' => [
  3607.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3608.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3609.                 ],
  3610.                 'MakerBundle' => [
  3611.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3612.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3613.                 ],
  3614.                 'DoctrineBundle' => [
  3615.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3616.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3617.                 ],
  3618.                 'DoctrineMigrationsBundle' => [
  3619.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3620.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3621.                 ],
  3622.                 'SecurityBundle' => [
  3623.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3624.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3625.                 ],
  3626.                 'TwigExtraBundle' => [
  3627.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3628.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3629.                 ],
  3630.                 'GregwarCaptchaBundle' => [
  3631.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  3632.                     'namespace' => 'Gregwar\\CaptchaBundle',
  3633.                 ],
  3634.                 'OneupFlysystemBundle' => [
  3635.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  3636.                     'namespace' => 'Oneup\\FlysystemBundle',
  3637.                 ],
  3638.                 'StofDoctrineExtensionsBundle' => [
  3639.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3640.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3641.                 ],
  3642.                 'SonataDoctrineBundle' => [
  3643.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3644.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3645.                 ],
  3646.                 'SonataTwigBundle' => [
  3647.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  3648.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  3649.                 ],
  3650.                 'SonataFormBundle' => [
  3651.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  3652.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  3653.                 ],
  3654.                 'SonataBlockBundle' => [
  3655.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  3656.                     'namespace' => 'Sonata\\BlockBundle',
  3657.                 ],
  3658.                 'SonataExporterBundle' => [
  3659.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  3660.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  3661.                 ],
  3662.                 'SonataSeoBundle' => [
  3663.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  3664.                     'namespace' => 'Sonata\\SeoBundle',
  3665.                 ],
  3666.                 'KnpMenuBundle' => [
  3667.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  3668.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3669.                 ],
  3670.                 'SonataAdminBundle' => [
  3671.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  3672.                     'namespace' => 'Sonata\\AdminBundle',
  3673.                 ],
  3674.                 'SonataDoctrineORMAdminBundle' => [
  3675.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3676.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3677.                 ],
  3678.                 'FOSJsRoutingBundle' => [
  3679.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3680.                     'namespace' => 'FOS\\JsRoutingBundle',
  3681.                 ],
  3682.                 'CmfRoutingBundle' => [
  3683.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-cmf/routing-bundle/src'),
  3684.                     'namespace' => 'Symfony\\Cmf\\Bundle\\RoutingBundle',
  3685.                 ],
  3686.                 'BoabCmsBundle' => [
  3687.                     'path' => (\dirname(__DIR__4).'/lib/boab/cms-bundle/src'),
  3688.                     'namespace' => 'Boab\\CmsBundle',
  3689.                 ],
  3690.                 'FlysystemBundle' => [
  3691.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3692.                     'namespace' => 'League\\FlysystemBundle',
  3693.                 ],
  3694.                 'SymfonyCastsVerifyEmailBundle' => [
  3695.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3696.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3697.                 ],
  3698.                 'SymfonyCastsResetPasswordBundle' => [
  3699.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3700.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3701.                 ],
  3702.                 'DoctrineFixturesBundle' => [
  3703.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3704.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3705.                 ],
  3706.                 'KnpDisqusBundle' => [
  3707.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-disqus-bundle'),
  3708.                     'namespace' => 'Knp\\Bundle\\DisqusBundle',
  3709.                 ],
  3710.                 'WhiteOctoberBreadcrumbsBundle' => [
  3711.                     'path' => (\dirname(__DIR__4).'/vendor/mhujer/breadcrumbs-bundle'),
  3712.                     'namespace' => 'WhiteOctober\\BreadcrumbsBundle',
  3713.                 ],
  3714.                 'LiipImagineBundle' => [
  3715.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3716.                     'namespace' => 'Liip\\ImagineBundle',
  3717.                 ],
  3718.                 'WebpackEncoreBundle' => [
  3719.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3720.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3721.                 ],
  3722.             ],
  3723.             'kernel.charset' => 'UTF-8',
  3724.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3725.             'locale' => 'en',
  3726.             'mailer.from_email' => 'mailer@thepowerofyough.com',
  3727.             'mailer.to_email' => 'info@thepowerofyough.com',
  3728.             'router.request_context.host' => 'http://invetiko.inv:9090',
  3729.             'router.request_context.scheme' => 'http',
  3730.             'upload_path' => (\dirname(__DIR__4).'/../public_html'),
  3731.             'base_root' => (\dirname(__DIR__4).'/../public_html'),
  3732.             'base_url' => 'http://invetiko.inv:9090',
  3733.             'secured_upload_path' => (\dirname(__DIR__3).'/uploads'),
  3734.             'app_asset_root' => (\dirname(__DIR__4).'/public/assets'),
  3735.             'nexmo.api_key' => 'e25a53be',
  3736.             'nexmo.api_secret' => '2324a93d452514d8',
  3737.             'sinch.api_key' => 'cf91bfc1-acab-47f4-bfd2-828d11d0df0a',
  3738.             'sinch.api_secret' => 'nMIsbmmOTU6r65vfNMDvHQ==',
  3739.             'twilio.account_sid' => 'AC8a7fd09a440e09d9755a41aab181d2a1',
  3740.             'twilio.auth_token' => 'bef2f56514694dea5c0ac4fea5697a82',
  3741.             'twilio.contact_number' => '+13133073177',
  3742.             'dtech.api_key' => '66384973f8557cd2606e9ca8a227c661',
  3743.             'dtech.user_id' => 'webfilla',
  3744.             'mnotify.api_key' => '6200e9cf437efcfd3292',
  3745.             'mnotify.user_id' => 'webfilla',
  3746.             'zoom.api_key' => 'JQLLg9TITgubz7eCNKfJZw',
  3747.             'zoom.api_secret' => 'yidDPGEftYP9FZeCbWNpV7qwu7i3GOamgiLe',
  3748.             'zoom.user_id' => 'iw90TcEuS9ewWPUHTiCSwA',
  3749.             'google.drive_folder' => (\dirname(__DIR__3).'/google'),
  3750.             'google.credencials_file' => (\dirname(__DIR__3).'/google/credentials.json'),
  3751.             'google.token_file' => (\dirname(__DIR__3).'/google/token.json'),
  3752.             'opanet.base_url' => '',
  3753.             'event_dispatcher.event_aliases' => [
  3754.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3755.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3756.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3757.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3758.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3759.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3760.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3761.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3762.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3763.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3764.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3765.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3766.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3767.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3768.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3769.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3770.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3771.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3772.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3773.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3774.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3775.             ],
  3776.             'fragment.renderer.hinclude.global_template' => NULL,
  3777.             'fragment.path' => '/_fragment',
  3778.             'kernel.http_method_override' => false,
  3779.             'kernel.trusted_hosts' => [
  3780.             ],
  3781.             'kernel.default_locale' => 'en',
  3782.             'kernel.enabled_locales' => [
  3783.             ],
  3784.             'kernel.error_controller' => 'error_controller',
  3785.             'debug.file_link_format' => NULL,
  3786.             'asset.request_context.base_path' => NULL,
  3787.             'asset.request_context.secure' => NULL,
  3788.             'translator.logging' => false,
  3789.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3790.             'debug.error_handler.throw_at' => -1,
  3791.             'router.request_context.base_url' => '',
  3792.             'router.resource' => 'kernel::loadRoutes',
  3793.             'request_listener.http_port' => 80,
  3794.             'request_listener.https_port' => 443,
  3795.             'session.metadata.storage_key' => '_sf2_meta',
  3796.             'session.storage.options' => [
  3797.                 'cache_limiter' => '0',
  3798.                 'cookie_secure' => 'auto',
  3799.                 'cookie_httponly' => true,
  3800.                 'cookie_samesite' => 'lax',
  3801.                 'gc_probability' => 1,
  3802.             ],
  3803.             'session.metadata.update_threshold' => 0,
  3804.             'form.type_extension.csrf.enabled' => true,
  3805.             'form.type_extension.csrf.field_name' => '_token',
  3806.             'validator.translation_domain' => 'validators',
  3807.             'profiler_listener.only_exceptions' => false,
  3808.             'profiler_listener.only_main_requests' => false,
  3809.             'twig.form.resources' => [
  3810.                 => '@GregwarCaptcha/captcha.html.twig',
  3811.                 => 'form_div_layout.html.twig',
  3812.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3813.             ],
  3814.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3815.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3816.             'web_profiler.debug_toolbar.mode' => 2,
  3817.             'monolog.use_microseconds' => true,
  3818.             'monolog.swift_mailer.handlers' => [
  3819.             ],
  3820.             'monolog.handlers_to_channels' => [
  3821.                 'monolog.handler.console' => [
  3822.                     'type' => 'exclusive',
  3823.                     'elements' => [
  3824.                         => 'event',
  3825.                         => 'doctrine',
  3826.                         => 'console',
  3827.                     ],
  3828.                 ],
  3829.                 'monolog.handler.main' => [
  3830.                     'type' => 'exclusive',
  3831.                     'elements' => [
  3832.                         => 'event',
  3833.                     ],
  3834.                 ],
  3835.             ],
  3836.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3837.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3838.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3839.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3840.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3841.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3842.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3843.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3844.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3845.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3846.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3847.             'doctrine.entity_managers' => [
  3848.                 'default' => 'doctrine.orm.default_entity_manager',
  3849.             ],
  3850.             'doctrine.default_entity_manager' => 'default',
  3851.             'doctrine.dbal.connection_factory.types' => [
  3852.                 'uuid' => [
  3853.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  3854.                 ],
  3855.                 'ulid' => [
  3856.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3857.                 ],
  3858.             ],
  3859.             'doctrine.connections' => [
  3860.                 'default' => 'doctrine.dbal.default_connection',
  3861.             ],
  3862.             'doctrine.default_connection' => 'default',
  3863.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3864.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3865.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3866.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3867.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3868.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3869.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3870.             'doctrine.orm.cache.memcache_port' => 11211,
  3871.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3872.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3873.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3874.             'doctrine.orm.cache.memcached_port' => 11211,
  3875.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3876.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3877.             'doctrine.orm.cache.redis_host' => 'localhost',
  3878.             'doctrine.orm.cache.redis_port' => 6379,
  3879.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3880.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3881.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3882.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3883.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3884.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3885.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3886.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3887.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3888.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3889.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3890.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3891.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3892.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3893.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3894.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3895.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3896.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3897.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3898.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3899.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3900.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3901.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3902.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3903.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3904.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3905.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3906.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3907.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3908.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3909.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3910.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3911.             'doctrine.migrations.preferred_em' => NULL,
  3912.             'doctrine.migrations.preferred_connection' => NULL,
  3913.             'security.role_hierarchy.roles' => [
  3914.                 'ROLE_SUPER_ADMIN' => [
  3915.                     => 'ROLE_ADMIN',
  3916.                     => 'ROLE_EDITOR',
  3917.                     => 'ROLE_PUBLISHER',
  3918.                     => 'ROLE_TUTOR',
  3919.                     => 'ROLE_USER',
  3920.                     => 'ROLE_STUDENT',
  3921.                 ],
  3922.                 'ROLE_STUDENT' => [
  3923.                     => 'ROLE_USER',
  3924.                 ],
  3925.             ],
  3926.             'security.access.denied_url' => NULL,
  3927.             'security.authentication.manager.erase_credentials' => true,
  3928.             'security.authentication.session_strategy.strategy' => 'migrate',
  3929.             'security.access.always_authenticate_before_granting' => false,
  3930.             'security.authentication.hide_user_not_found' => true,
  3931.             'security.firewalls' => [
  3932.                 => 'dev',
  3933.                 => 'admin',
  3934.                 => 'main',
  3935.             ],
  3936.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  3937.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  3938.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  3939.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  3940.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  3941.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  3942.             'gregwar_captcha.config' => [
  3943.                 'length' => 5,
  3944.                 'width' => 130,
  3945.                 'height' => 50,
  3946.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  3947.                 'keep_value' => false,
  3948.                 'charset' => 'abcdefhjkmnprstuvwxyz23456789',
  3949.                 'as_file' => false,
  3950.                 'as_url' => false,
  3951.                 'reload' => false,
  3952.                 'image_folder' => 'captcha',
  3953.                 'web_path' => (\dirname(__DIR__4).'/public'),
  3954.                 'gc_freq' => 100,
  3955.                 'expiration' => 60,
  3956.                 'quality' => 50,
  3957.                 'invalid_message' => 'Bad code value',
  3958.                 'bypass_code' => NULL,
  3959.                 'whitelist_key' => 'captcha_whitelist_key',
  3960.                 'humanity' => 0,
  3961.                 'distortion' => true,
  3962.                 'max_front_lines' => NULL,
  3963.                 'max_behind_lines' => NULL,
  3964.                 'interpolation' => true,
  3965.                 'text_color' => [
  3966.                 ],
  3967.                 'background_color' => [
  3968.                 ],
  3969.                 'background_images' => [
  3970.                 ],
  3971.                 'disabled' => false,
  3972.                 'ignore_all_effects' => false,
  3973.                 'session_key' => 'captcha',
  3974.             ],
  3975.             'gregwar_captcha.config.image_folder' => 'captcha',
  3976.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  3977.             'gregwar_captcha.config.gc_freq' => 100,
  3978.             'gregwar_captcha.config.expiration' => 60,
  3979.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  3980.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3981.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3982.             'stof_doctrine_extensions.translation_fallback' => false,
  3983.             'stof_doctrine_extensions.persist_default_translation' => false,
  3984.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3985.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3986.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3987.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3988.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3989.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3990.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3991.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3992.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3993.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3994.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3995.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3996.             'sonata.twig.form_type' => 'standard',
  3997.             'sonata.form.form_type' => 'standard',
  3998.             'sonata.block.container.types' => [
  3999.                 => 'sonata.block.service.container',
  4000.                 => 'sonata.page.block.container',
  4001.                 => 'sonata.dashboard.block.container',
  4002.                 => 'cmf.block.container',
  4003.                 => 'cmf.block.slideshow',
  4004.             ],
  4005.             'sonata_block.blocks' => [
  4006.                 'boab_cms.block.content_list' => [
  4007.                     'contexts' => [
  4008.                     ],
  4009.                     'templates' => [
  4010.                     ],
  4011.                     'cache' => 'sonata.cache.noop',
  4012.                     'settings' => [
  4013.                     ],
  4014.                 ],
  4015.                 'boab_cms.block.event_list' => [
  4016.                     'contexts' => [
  4017.                     ],
  4018.                     'templates' => [
  4019.                     ],
  4020.                     'cache' => 'sonata.cache.noop',
  4021.                     'settings' => [
  4022.                     ],
  4023.                 ],
  4024.                 'boab_cms.block.child_pages' => [
  4025.                     'contexts' => [
  4026.                     ],
  4027.                     'templates' => [
  4028.                     ],
  4029.                     'cache' => 'sonata.cache.noop',
  4030.                     'settings' => [
  4031.                     ],
  4032.                 ],
  4033.                 'boab_cms.block.content_photos' => [
  4034.                     'contexts' => [
  4035.                     ],
  4036.                     'templates' => [
  4037.                     ],
  4038.                     'cache' => 'sonata.cache.noop',
  4039.                     'settings' => [
  4040.                     ],
  4041.                 ],
  4042.                 'boab_cms.block.category_list' => [
  4043.                     'contexts' => [
  4044.                     ],
  4045.                     'templates' => [
  4046.                     ],
  4047.                     'cache' => 'sonata.cache.noop',
  4048.                     'settings' => [
  4049.                     ],
  4050.                 ],
  4051.                 'boab_cms.block.category_menu' => [
  4052.                     'contexts' => [
  4053.                     ],
  4054.                     'templates' => [
  4055.                     ],
  4056.                     'cache' => 'sonata.cache.noop',
  4057.                     'settings' => [
  4058.                     ],
  4059.                 ],
  4060.                 'boab_cms.block.featured_content' => [
  4061.                     'contexts' => [
  4062.                     ],
  4063.                     'templates' => [
  4064.                     ],
  4065.                     'cache' => 'sonata.cache.noop',
  4066.                     'settings' => [
  4067.                     ],
  4068.                 ],
  4069.                 'boab_cms.block.page_array' => [
  4070.                     'contexts' => [
  4071.                     ],
  4072.                     'templates' => [
  4073.                     ],
  4074.                     'cache' => 'sonata.cache.noop',
  4075.                     'settings' => [
  4076.                     ],
  4077.                 ],
  4078.                 'boab_cms.block.stats' => [
  4079.                     'contexts' => [
  4080.                     ],
  4081.                     'templates' => [
  4082.                     ],
  4083.                     'cache' => 'sonata.cache.noop',
  4084.                     'settings' => [
  4085.                     ],
  4086.                 ],
  4087.                 'app.block.top_stats_widget' => [
  4088.                     'contexts' => [
  4089.                     ],
  4090.                     'templates' => [
  4091.                     ],
  4092.                     'cache' => 'sonata.cache.noop',
  4093.                     'settings' => [
  4094.                     ],
  4095.                 ],
  4096.                 'sonata.admin.block.admin_list' => [
  4097.                     'contexts' => [
  4098.                         => 'admin',
  4099.                     ],
  4100.                     'templates' => [
  4101.                     ],
  4102.                     'cache' => 'sonata.cache.noop',
  4103.                     'settings' => [
  4104.                     ],
  4105.                 ],
  4106.                 'sonata.block.service.container' => [
  4107.                     'contexts' => [
  4108.                     ],
  4109.                     'templates' => [
  4110.                     ],
  4111.                     'cache' => 'sonata.cache.noop',
  4112.                     'settings' => [
  4113.                     ],
  4114.                 ],
  4115.                 'sonata.block.service.empty' => [
  4116.                     'contexts' => [
  4117.                     ],
  4118.                     'templates' => [
  4119.                     ],
  4120.                     'cache' => 'sonata.cache.noop',
  4121.                     'settings' => [
  4122.                     ],
  4123.                 ],
  4124.                 'sonata.block.service.text' => [
  4125.                     'contexts' => [
  4126.                     ],
  4127.                     'templates' => [
  4128.                     ],
  4129.                     'cache' => 'sonata.cache.noop',
  4130.                     'settings' => [
  4131.                     ],
  4132.                 ],
  4133.                 'sonata.block.service.rss' => [
  4134.                     'contexts' => [
  4135.                     ],
  4136.                     'templates' => [
  4137.                     ],
  4138.                     'cache' => 'sonata.cache.noop',
  4139.                     'settings' => [
  4140.                     ],
  4141.                 ],
  4142.                 'sonata.block.service.template' => [
  4143.                     'contexts' => [
  4144.                     ],
  4145.                     'templates' => [
  4146.                     ],
  4147.                     'cache' => 'sonata.cache.noop',
  4148.                     'settings' => [
  4149.                     ],
  4150.                 ],
  4151.                 'sonata.block.service.menu' => [
  4152.                     'contexts' => [
  4153.                     ],
  4154.                     'templates' => [
  4155.                     ],
  4156.                     'cache' => 'sonata.cache.noop',
  4157.                     'settings' => [
  4158.                     ],
  4159.                 ],
  4160.                 'sonata.seo.block.breadcrumb.homepage' => [
  4161.                     'contexts' => [
  4162.                     ],
  4163.                     'templates' => [
  4164.                     ],
  4165.                     'cache' => 'sonata.cache.noop',
  4166.                     'settings' => [
  4167.                     ],
  4168.                 ],
  4169.                 'sonata.admin.block.search_result' => [
  4170.                     'contexts' => [
  4171.                     ],
  4172.                     'templates' => [
  4173.                     ],
  4174.                     'cache' => 'sonata.cache.noop',
  4175.                     'settings' => [
  4176.                     ],
  4177.                 ],
  4178.                 'sonata.admin.block.stats' => [
  4179.                     'contexts' => [
  4180.                     ],
  4181.                     'templates' => [
  4182.                     ],
  4183.                     'cache' => 'sonata.cache.noop',
  4184.                     'settings' => [
  4185.                     ],
  4186.                 ],
  4187.                 'sonata.admin.block.admin_preview' => [
  4188.                     'contexts' => [
  4189.                     ],
  4190.                     'templates' => [
  4191.                     ],
  4192.                     'cache' => 'sonata.cache.noop',
  4193.                     'settings' => [
  4194.                     ],
  4195.                 ],
  4196.             ],
  4197.             'sonata_block.blocks_by_class' => [
  4198.             ],
  4199.             'sonata_blocks.block_types' => [
  4200.                 => 'boab_cms.block.content_list',
  4201.                 => 'boab_cms.block.event_list',
  4202.                 => 'boab_cms.block.child_pages',
  4203.                 => 'boab_cms.block.content_photos',
  4204.                 => 'boab_cms.block.category_list',
  4205.                 => 'boab_cms.block.category_menu',
  4206.                 => 'boab_cms.block.featured_content',
  4207.                 => 'boab_cms.block.page_array',
  4208.                 => 'boab_cms.block.stats',
  4209.                 => 'app.block.top_stats_widget',
  4210.                 10 => 'sonata.admin.block.admin_list',
  4211.                 11 => 'sonata.block.service.container',
  4212.                 12 => 'sonata.block.service.empty',
  4213.                 13 => 'sonata.block.service.text',
  4214.                 14 => 'sonata.block.service.rss',
  4215.                 15 => 'sonata.block.service.template',
  4216.                 16 => 'sonata.block.service.menu',
  4217.                 17 => 'sonata.seo.block.breadcrumb.homepage',
  4218.                 18 => 'sonata.admin.block.search_result',
  4219.                 19 => 'sonata.admin.block.stats',
  4220.                 20 => 'sonata.admin.block.admin_preview',
  4221.             ],
  4222.             'sonata_block.cache_blocks' => [
  4223.                 'by_class' => [
  4224.                 ],
  4225.                 'by_type' => [
  4226.                     'boab_cms.block.content_list' => 'sonata.cache.noop',
  4227.                     'boab_cms.block.event_list' => 'sonata.cache.noop',
  4228.                     'boab_cms.block.child_pages' => 'sonata.cache.noop',
  4229.                     'boab_cms.block.content_photos' => 'sonata.cache.noop',
  4230.                     'boab_cms.block.category_list' => 'sonata.cache.noop',
  4231.                     'boab_cms.block.category_menu' => 'sonata.cache.noop',
  4232.                     'boab_cms.block.featured_content' => 'sonata.cache.noop',
  4233.                     'boab_cms.block.page_array' => 'sonata.cache.noop',
  4234.                     'boab_cms.block.stats' => 'sonata.cache.noop',
  4235.                     'app.block.top_stats_widget' => 'sonata.cache.noop',
  4236.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  4237.                     'sonata.block.service.container' => 'sonata.cache.noop',
  4238.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  4239.                     'sonata.block.service.text' => 'sonata.cache.noop',
  4240.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  4241.                     'sonata.block.service.template' => 'sonata.cache.noop',
  4242.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  4243.                     'sonata.seo.block.breadcrumb.homepage' => 'sonata.cache.noop',
  4244.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  4245.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  4246.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  4247.                 ],
  4248.             ],
  4249.             'sonata_blocks.default_contexts' => [
  4250.             ],
  4251.             'sonata.exporter.writer.csv.filename' => 'php://output',
  4252.             'sonata.exporter.writer.csv.delimiter' => ',',
  4253.             'sonata.exporter.writer.csv.enclosure' => '"',
  4254.             'sonata.exporter.writer.csv.escape' => '\\',
  4255.             'sonata.exporter.writer.csv.show_headers' => true,
  4256.             'sonata.exporter.writer.csv.with_bom' => false,
  4257.             'sonata.exporter.writer.json.filename' => 'php://output',
  4258.             'sonata.exporter.writer.xls.filename' => 'php://output',
  4259.             'sonata.exporter.writer.xls.show_headers' => true,
  4260.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  4261.             'sonata.exporter.writer.xlsx.show_headers' => true,
  4262.             'sonata.exporter.writer.xlsx.show_filters' => true,
  4263.             'sonata.exporter.writer.xml.filename' => 'php://output',
  4264.             'sonata.exporter.writer.xml.show_headers' => true,
  4265.             'sonata.exporter.writer.xml.main_element' => 'datas',
  4266.             'sonata.exporter.writer.xml.child_element' => 'data',
  4267.             'sonata.seo.config' => [
  4268.                 'title' => 'Global Immigration Services',
  4269.                 'default' => 'sonata.seo.page.default',
  4270.                 'metas' => [
  4271.                     'name' => [
  4272.                         'keywords' => 'School, Remedials, Advance Diploma Course, Lister, Professional, Institute, Madina, Ghana',
  4273.                         'description' => 'The description',
  4274.                         'robots' => 'index, follow',
  4275.                         'author' => 'Default Author',
  4276.                     ],
  4277.                     'property' => [
  4278.                         'og:site_name' => 'Global Immigration Services',
  4279.                         'og:description' => 'The description',
  4280.                         'og:type' => 'page',
  4281.                     ],
  4282.                     'http-equiv' => [
  4283.                         'Content-Type' => 'text/html; charset=utf-8',
  4284.                     ],
  4285.                     'charset' => [
  4286.                         'UTF-8' => '',
  4287.                     ],
  4288.                 ],
  4289.                 'head' => [
  4290.                     'xmlns' => 'http://www.w3.org/1999/xhtml',
  4291.                     'xmlns:og' => 'http://opengraphprotocol.org/schema/',
  4292.                 ],
  4293.                 'separator' => ' - ',
  4294.                 'title_prefix' => NULL,
  4295.                 'title_suffix' => NULL,
  4296.             ],
  4297.             'knp_menu.renderer.list.options' => [
  4298.             ],
  4299.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4300.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4301.             'knp_menu.renderer.twig.options' => [
  4302.             ],
  4303.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4304.             'knp_menu.default_renderer' => 'twig',
  4305.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  4306.                 'choice' => 'select',
  4307.                 'boolean' => 'select',
  4308.                 'textarea' => 'textarea',
  4309.                 'html' => 'textarea',
  4310.                 'email' => 'email',
  4311.                 'string' => 'text',
  4312.                 'integer' => 'number',
  4313.                 'float' => 'number',
  4314.                 'currency' => 'number',
  4315.                 'percent' => 'number',
  4316.                 'url' => 'url',
  4317.             ],
  4318.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  4319.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  4320.             'sonata.admin.configuration.templates' => [
  4321.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  4322.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  4323.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  4324.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  4325.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  4326.                 'search' => '@SonataAdmin/Core/search.html.twig',
  4327.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  4328.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  4329.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  4330.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  4331.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  4332.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  4333.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  4334.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  4335.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  4336.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  4337.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  4338.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  4339.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  4340.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  4341.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  4342.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  4343.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  4344.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  4345.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  4346.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  4347.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  4348.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  4349.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  4350.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  4351.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  4352.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  4353.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  4354.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  4355.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  4356.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  4357.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  4358.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  4359.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  4360.                 'form_theme' => [
  4361.                 ],
  4362.                 'filter_theme' => [
  4363.                 ],
  4364.             ],
  4365.             'sonata.admin.configuration.default_admin_services' => [
  4366.                 'model_manager' => NULL,
  4367.                 'data_source' => NULL,
  4368.                 'field_description_factory' => NULL,
  4369.                 'form_contractor' => NULL,
  4370.                 'show_builder' => NULL,
  4371.                 'list_builder' => NULL,
  4372.                 'datagrid_builder' => NULL,
  4373.                 'translator' => NULL,
  4374.                 'configuration_pool' => NULL,
  4375.                 'route_generator' => NULL,
  4376.                 'security_handler' => NULL,
  4377.                 'menu_factory' => NULL,
  4378.                 'route_builder' => NULL,
  4379.                 'label_translator_strategy' => NULL,
  4380.                 'pager_type' => NULL,
  4381.             ],
  4382.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  4383.             'sonata.admin.configuration.dashboard_groups' => [
  4384.             ],
  4385.             'sonata.admin.configuration.dashboard_blocks' => [
  4386.                 => [
  4387.                     'type' => 'sonata.admin.block.admin_list',
  4388.                     'position' => 'left',
  4389.                     'roles' => [
  4390.                     ],
  4391.                     'settings' => [
  4392.                     ],
  4393.                     'class' => 'col-md-4',
  4394.                 ],
  4395.             ],
  4396.             'sonata.admin.configuration.sort_admins' => false,
  4397.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  4398.             'sonata.admin.configuration.default_group' => 'default',
  4399.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4400.             'sonata.admin.configuration.default_translation_domain' => NULL,
  4401.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  4402.             'sonata.admin.configuration.breadcrumbs' => [
  4403.                 'child_admin_route' => 'show',
  4404.             ],
  4405.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  4406.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4407.             'sonata.admin.configuration.security.information' => [
  4408.             ],
  4409.             'sonata.admin.configuration.security.admin_permissions' => [
  4410.                 => 'CREATE',
  4411.                 => 'LIST',
  4412.                 => 'DELETE',
  4413.                 => 'UNDELETE',
  4414.                 => 'EXPORT',
  4415.                 => 'OPERATOR',
  4416.                 => 'MASTER',
  4417.             ],
  4418.             'sonata.admin.configuration.security.object_permissions' => [
  4419.                 => 'VIEW',
  4420.                 => 'EDIT',
  4421.                 => 'HISTORY',
  4422.                 => 'DELETE',
  4423.                 => 'UNDELETE',
  4424.                 => 'OPERATOR',
  4425.                 => 'MASTER',
  4426.                 => 'OWNER',
  4427.             ],
  4428.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4429.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4430.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4431.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4432.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4433.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4434.             'sonata.admin.extension.map' => [
  4435.             ],
  4436.             'sonata.admin.configuration.filters.persist' => false,
  4437.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4438.             'sonata.admin.configuration.show.mosaic.button' => true,
  4439.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4440.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4441.             'sonata_doctrine_orm_admin.templates' => [
  4442.                 'types' => [
  4443.                     'list' => [
  4444.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4445.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4446.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4447.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4448.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4449.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4450.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4451.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  4452.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4453.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4454.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4455.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4456.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4457.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4458.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4459.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4460.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4461.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4462.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4463.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4464.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4465.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4466.                     ],
  4467.                     'show' => [
  4468.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4469.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4470.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4471.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4472.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4473.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4474.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  4475.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4476.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4477.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4478.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4479.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4480.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4481.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4482.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4483.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4484.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4485.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4486.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4487.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4488.                     ],
  4489.                 ],
  4490.             ],
  4491.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4492.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4493.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4494.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4495.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4496.             'fos_js_routing.request_context_base_url' => NULL,
  4497.             'fos_js_routing.cache_control' => [
  4498.                 'enabled' => false,
  4499.             ],
  4500.             'cmf_routing.uri_filter_regexp' => '',
  4501.             'cmf_routing.default_controller' => 'content_controller::showAction',
  4502.             'cmf_routing.generic_controller' => 'content_controller::showAction',
  4503.             'cmf_routing.controllers_by_type' => [
  4504.             ],
  4505.             'cmf_routing.controllers_by_class' => [
  4506.             ],
  4507.             'cmf_routing.templates_by_class' => [
  4508.             ],
  4509.             'cmf_routing.route_collection_limit' => 150,
  4510.             'cmf_routing.dynamic.limit_candidates' => 20,
  4511.             'cmf_routing.dynamic.locales' => [
  4512.             ],
  4513.             'cmf_routing.dynamic.auto_locale_pattern' => false,
  4514.             'cmf_routing.replace_symfony_router' => true,
  4515.             'boab_cms.app_name' => 'Global Immigration Services (G I S)',
  4516.             'boab_cms.content_types' => [
  4517.                 'page' => [
  4518.                     'entity' => 'Boab\\CmsBundle\\Entity\\Page',
  4519.                     'add_template' => '@BoabCms/Admin/page_add.html.twig',
  4520.                     'edit_template' => '@BoabCms/Admin/page_edit.html.twig',
  4521.                     'show_template' => 'page/page_show.html.twig',
  4522.                     'description' => 'Use for creating static content like About us page',
  4523.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4524.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4525.                 ],
  4526.                 'article' => [
  4527.                     'entity' => 'Boab\\CmsBundle\\Entity\\Article',
  4528.                     'description' => 'Use for creating dynamic content like blog posts',
  4529.                     'show_template' => 'posts/show.html.twig',
  4530.                     'list_template' => 'page/posts_list.html.twig',
  4531.                     'show_route' => 'news_show',
  4532.                     'taxonomy' => [
  4533.                         'vocab_id' => 'post',
  4534.                         'vocab_list' => [
  4535.                         ],
  4536.                         'template' => 'BoabCmsBundle:Public:term_content.html.twig',
  4537.                     ],
  4538.                     'add_template' => '@BoabCms/Admin/form_layout.html.twig',
  4539.                     'edit_template' => '@BoabCms/Admin/form_layout.html.twig',
  4540.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4541.                 ],
  4542.                 'audio' => [
  4543.                     'entity' => 'Boab\\CmsBundle\\Entity\\Audio',
  4544.                     'add_template' => '@BoabCms/Admin/audio_add.html.twig',
  4545.                     'edit_template' => '@BoabCms/Admin/audio_edit.html.twig',
  4546.                     'description' => 'Use for audio podcast',
  4547.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4548.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4549.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4550.                 ],
  4551.                 'video' => [
  4552.                     'entity' => 'Boab\\CmsBundle\\Entity\\Video',
  4553.                     'add_template' => '@BoabCms/Admin/video_add.html.twig',
  4554.                     'edit_template' => '@BoabCms/Admin/video_add.html.twig',
  4555.                     'description' => 'Use for youtube videos',
  4556.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4557.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4558.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4559.                 ],
  4560.                 'event' => [
  4561.                     'entity' => 'Boab\\CmsBundle\\Entity\\Event',
  4562.                     'description' => 'Use for creating dynamic content like Events',
  4563.                     'add_template' => '@BoabCms/Admin/event_add.html.twig',
  4564.                     'edit_template' => '@BoabCms/Admin/event_add.html.twig',
  4565.                     'show_template' => 'event/event_show.html.twig',
  4566.                     'show_route' => 'event_show',
  4567.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4568.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4569.                 ],
  4570.                 'project' => [
  4571.                     'entity' => 'Boab\\CmsBundle\\Entity\\Project',
  4572.                     'description' => 'Use for creating dynamic content like blog posts',
  4573.                     'add_template' => '@BoabCms/Admin/form_layout.html.twig',
  4574.                     'edit_template' => '@BoabCms/Admin/form_layout.html.twig',
  4575.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4576.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4577.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4578.                 ],
  4579.                 'album' => [
  4580.                     'entity' => 'Boab\\CmsBundle\\Entity\\Album',
  4581.                     'description' => 'Use for creating dynamic content like blog posts',
  4582.                     'add_template' => '@BoabCms/Admin/album_add.html.twig',
  4583.                     'edit_template' => '@BoabCms/Admin/album_edit.html.twig',
  4584.                     'show_template' => 'page/album_show.html.twig',
  4585.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4586.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4587.                 ],
  4588.                 'document' => [
  4589.                     'entity' => 'Boab\\CmsBundle\\Entity\\Document',
  4590.                     'description' => 'Use for creating pdf document',
  4591.                     'add_template' => '@BoabCms/Admin/document_add.html.twig',
  4592.                     'edit_template' => '@BoabCms/Admin/document_edit.html.twig',
  4593.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4594.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4595.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4596.                 ],
  4597.                 'tour' => [
  4598.                     'entity' => 'App\\Entity\\Tour',
  4599.                     'description' => 'Use for creating tour packages',
  4600.                     'add_template' => 'tour/create.html.twig',
  4601.                     'edit_template' => 'tour/create.html.twig',
  4602.                     'show_template' => '@BoabCms/Public/content_show.html.twig',
  4603.                     'list_template' => '@BoabCms/Public/content_list.html.twig',
  4604.                     'form_validator' => 'Boab\\CmsBundle\\Validator\\Content',
  4605.                 ],
  4606.             ],
  4607.             'boab_cms.pagination' => [
  4608.                 'rows_per_page' => 10,
  4609.                 'links_per_page' => 5,
  4610.                 'template' => '@BoabCms/Block/paginator.html.twig',
  4611.             ],
  4612.             'boab_cms.theme' => [
  4613.                 'themes' => [
  4614.                     => 'kantua',
  4615.                 ],
  4616.                 'active_theme' => 'kantua',
  4617.                 'theme_location' => (\dirname(__DIR__4).'/templates'),
  4618.                 'layouts' => [
  4619.                     => 'col-1-layout.html.twig',
  4620.                     => 'col-2-layout.html.twig',
  4621.                 ],
  4622.             ],
  4623.             'boab_cms.navigation' => [
  4624.                 'admin_sidebar' => (\dirname(__DIR__4).'/config/admin_menu_sidebar.php'),
  4625.             ],
  4626.             'boab_cms.routing' => [
  4627.                 'template_by_route' => [
  4628.                     'Boab\\CmsBundle\\Entity\\TermRoute' => '@BoabCms/Page/term_contents.html.twig',
  4629.                 ],
  4630.             ],
  4631.             'boabcms.maintenance' => [
  4632.                 'lock_file' => (\dirname(__DIR__3).'/.lock'),
  4633.                 'template' => 'page/maintenance.html.twig',
  4634.                 'ttl' => '6 hours',
  4635.             ],
  4636.             'white_october_breadcrumbs.options' => [
  4637.                 'separator' => '/',
  4638.                 'separatorClass' => 'separator',
  4639.                 'listId' => 'wo-breadcrumbs',
  4640.                 'listClass' => 'breadcrumb',
  4641.                 'itemClass' => '',
  4642.                 'linkRel' => '',
  4643.                 'locale' => NULL,
  4644.                 'translation_domain' => NULL,
  4645.                 'viewTemplate' => '@WhiteOctoberBreadcrumbs/microdata.html.twig',
  4646.             ],
  4647.             'liip_imagine.resolvers' => [
  4648.                 'default' => [
  4649.                     'web_path' => [
  4650.                         'web_root' => (\dirname(__DIR__4).'/../public_html'),
  4651.                         'cache_prefix' => 'uploads/cache',
  4652.                     ],
  4653.                 ],
  4654.             ],
  4655.             'liip_imagine.loaders' => [
  4656.                 'public_images' => [
  4657.                     'flysystem' => [
  4658.                         'filesystem_service' => 'oneup_flysystem.public_uploads_filesystem_filesystem',
  4659.                     ],
  4660.                 ],
  4661.                 'user_profile_loader' => [
  4662.                     'flysystem' => [
  4663.                         'filesystem_service' => 'oneup_flysystem.user_profile_filesystem',
  4664.                     ],
  4665.                 ],
  4666.                 'top_banner_loader' => [
  4667.                     'flysystem' => [
  4668.                         'filesystem_service' => 'oneup_flysystem.top_banner_filesystem',
  4669.                     ],
  4670.                 ],
  4671.                 'default' => [
  4672.                     'filesystem' => [
  4673.                         'locator' => 'filesystem',
  4674.                         'data_root' => [
  4675.                             => (\dirname(__DIR__4).'/public'),
  4676.                         ],
  4677.                         'allow_unresolvable_data_roots' => false,
  4678.                         'bundle_resources' => [
  4679.                             'enabled' => false,
  4680.                             'access_control_type' => 'blacklist',
  4681.                             'access_control_list' => [
  4682.                             ],
  4683.                         ],
  4684.                     ],
  4685.                 ],
  4686.             ],
  4687.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4688.             'liip_imagine.jpegoptim.stripAll' => true,
  4689.             'liip_imagine.jpegoptim.max' => NULL,
  4690.             'liip_imagine.jpegoptim.progressive' => true,
  4691.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4692.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4693.             'liip_imagine.optipng.level' => 7,
  4694.             'liip_imagine.optipng.stripAll' => true,
  4695.             'liip_imagine.optipng.tempDir' => NULL,
  4696.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4697.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4698.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4699.             'liip_imagine.cwebp.tempDir' => NULL,
  4700.             'liip_imagine.cwebp.q' => 75,
  4701.             'liip_imagine.cwebp.alphaQ' => 100,
  4702.             'liip_imagine.cwebp.m' => 4,
  4703.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4704.             'liip_imagine.cwebp.alphaMethod' => 1,
  4705.             'liip_imagine.cwebp.exact' => false,
  4706.             'liip_imagine.cwebp.metadata' => [
  4707.                 => 'none',
  4708.             ],
  4709.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4710.             'liip_imagine.cache.resolver.default' => 'default',
  4711.             'liip_imagine.default_image' => NULL,
  4712.             'liip_imagine.filter_sets' => [
  4713.                 'squared_thumbnail_small' => [
  4714.                     'quality' => 100,
  4715.                     'jpeg_quality' => NULL,
  4716.                     'png_compression_level' => NULL,
  4717.                     'png_compression_filter' => NULL,
  4718.                     'format' => NULL,
  4719.                     'animated' => false,
  4720.                     'cache' => NULL,
  4721.                     'data_loader' => NULL,
  4722.                     'default_image' => NULL,
  4723.                     'filters' => [
  4724.                         'thumbnail' => [
  4725.                             'size' => [
  4726.                                 => 200,
  4727.                                 => 200,
  4728.                             ],
  4729.                             'mode' => 'outbound',
  4730.                             'allow_upscale' => true,
  4731.                         ],
  4732.                     ],
  4733.                     'post_processors' => [
  4734.                     ],
  4735.                 ],
  4736.                 'thumbnail_small' => [
  4737.                     'quality' => 100,
  4738.                     'jpeg_quality' => NULL,
  4739.                     'png_compression_level' => NULL,
  4740.                     'png_compression_filter' => NULL,
  4741.                     'format' => NULL,
  4742.                     'animated' => false,
  4743.                     'cache' => NULL,
  4744.                     'data_loader' => NULL,
  4745.                     'default_image' => NULL,
  4746.                     'filters' => [
  4747.                         'thumbnail' => [
  4748.                             'size' => [
  4749.                                 => 200,
  4750.                                 => 200,
  4751.                             ],
  4752.                             'mode' => 'outbound',
  4753.                             'allow_upscale' => true,
  4754.                         ],
  4755.                     ],
  4756.                     'post_processors' => [
  4757.                     ],
  4758.                 ],
  4759.                 'thumbnail_medium' => [
  4760.                     'quality' => 100,
  4761.                     'jpeg_quality' => NULL,
  4762.                     'png_compression_level' => NULL,
  4763.                     'png_compression_filter' => NULL,
  4764.                     'format' => NULL,
  4765.                     'animated' => false,
  4766.                     'cache' => NULL,
  4767.                     'data_loader' => NULL,
  4768.                     'default_image' => NULL,
  4769.                     'filters' => [
  4770.                         'thumbnail' => [
  4771.                             'size' => [
  4772.                                 => 350,
  4773.                                 => 350,
  4774.                             ],
  4775.                             'mode' => 'outbound',
  4776.                             'allow_upscale' => true,
  4777.                         ],
  4778.                     ],
  4779.                     'post_processors' => [
  4780.                     ],
  4781.                 ],
  4782.                 'thumbnail_large' => [
  4783.                     'quality' => 100,
  4784.                     'jpeg_quality' => NULL,
  4785.                     'png_compression_level' => NULL,
  4786.                     'png_compression_filter' => NULL,
  4787.                     'format' => NULL,
  4788.                     'animated' => false,
  4789.                     'cache' => NULL,
  4790.                     'data_loader' => NULL,
  4791.                     'default_image' => NULL,
  4792.                     'filters' => [
  4793.                         'thumbnail' => [
  4794.                             'size' => [
  4795.                                 => 500,
  4796.                                 => 500,
  4797.                             ],
  4798.                             'mode' => 'outbound',
  4799.                             'allow_upscale' => true,
  4800.                         ],
  4801.                     ],
  4802.                     'post_processors' => [
  4803.                     ],
  4804.                 ],
  4805.                 'thumbnail_big' => [
  4806.                     'quality' => 100,
  4807.                     'jpeg_quality' => NULL,
  4808.                     'png_compression_level' => NULL,
  4809.                     'png_compression_filter' => NULL,
  4810.                     'format' => NULL,
  4811.                     'animated' => false,
  4812.                     'cache' => NULL,
  4813.                     'data_loader' => NULL,
  4814.                     'default_image' => NULL,
  4815.                     'filters' => [
  4816.                         'thumbnail' => [
  4817.                             'size' => [
  4818.                                 => 1920,
  4819.                                 => 1080,
  4820.                             ],
  4821.                             'mode' => 'outbound',
  4822.                             'allow_upscale' => true,
  4823.                         ],
  4824.                     ],
  4825.                     'post_processors' => [
  4826.                     ],
  4827.                 ],
  4828.                 'top_banner' => [
  4829.                     'quality' => 50,
  4830.                     'jpeg_quality' => NULL,
  4831.                     'png_compression_level' => NULL,
  4832.                     'png_compression_filter' => NULL,
  4833.                     'format' => NULL,
  4834.                     'animated' => false,
  4835.                     'cache' => NULL,
  4836.                     'data_loader' => 'top_banner_loader',
  4837.                     'default_image' => NULL,
  4838.                     'filters' => [
  4839.                         'thumbnail' => [
  4840.                             'size' => [
  4841.                                 => 1920,
  4842.                                 => 1080,
  4843.                             ],
  4844.                             'mode' => 'outbound',
  4845.                             'allow_upscale' => true,
  4846.                         ],
  4847.                     ],
  4848.                     'post_processors' => [
  4849.                     ],
  4850.                 ],
  4851.                 'user_profile_avatar' => [
  4852.                     'quality' => 100,
  4853.                     'jpeg_quality' => NULL,
  4854.                     'png_compression_level' => NULL,
  4855.                     'png_compression_filter' => NULL,
  4856.                     'format' => NULL,
  4857.                     'animated' => false,
  4858.                     'cache' => NULL,
  4859.                     'data_loader' => 'user_profile_loader',
  4860.                     'default_image' => NULL,
  4861.                     'filters' => [
  4862.                         'thumbnail' => [
  4863.                             'size' => [
  4864.                                 => 500,
  4865.                                 => 500,
  4866.                             ],
  4867.                             'mode' => 'outbound',
  4868.                             'allow_upscale' => true,
  4869.                         ],
  4870.                     ],
  4871.                     'post_processors' => [
  4872.                     ],
  4873.                 ],
  4874.             ],
  4875.             'liip_imagine.binary.loader.default' => 'public_images',
  4876.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4877.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4878.             'liip_imagine.webp.generate' => false,
  4879.             'liip_imagine.webp.options' => [
  4880.                 'quality' => 100,
  4881.                 'cache' => NULL,
  4882.                 'data_loader' => NULL,
  4883.                 'post_processors' => [
  4884.                 ],
  4885.             ],
  4886.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4887.             'data_collector.templates' => [
  4888.                 'data_collector.request' => [
  4889.                     => 'request',
  4890.                     => '@WebProfiler/Collector/request.html.twig',
  4891.                 ],
  4892.                 'data_collector.time' => [
  4893.                     => 'time',
  4894.                     => '@WebProfiler/Collector/time.html.twig',
  4895.                 ],
  4896.                 'data_collector.memory' => [
  4897.                     => 'memory',
  4898.                     => '@WebProfiler/Collector/memory.html.twig',
  4899.                 ],
  4900.                 'data_collector.validator' => [
  4901.                     => 'validator',
  4902.                     => '@WebProfiler/Collector/validator.html.twig',
  4903.                 ],
  4904.                 'data_collector.ajax' => [
  4905.                     => 'ajax',
  4906.                     => '@WebProfiler/Collector/ajax.html.twig',
  4907.                 ],
  4908.                 'data_collector.form' => [
  4909.                     => 'form',
  4910.                     => '@WebProfiler/Collector/form.html.twig',
  4911.                 ],
  4912.                 'data_collector.exception' => [
  4913.                     => 'exception',
  4914.                     => '@WebProfiler/Collector/exception.html.twig',
  4915.                 ],
  4916.                 'data_collector.logger' => [
  4917.                     => 'logger',
  4918.                     => '@WebProfiler/Collector/logger.html.twig',
  4919.                 ],
  4920.                 'data_collector.events' => [
  4921.                     => 'events',
  4922.                     => '@WebProfiler/Collector/events.html.twig',
  4923.                 ],
  4924.                 'data_collector.router' => [
  4925.                     => 'router',
  4926.                     => '@WebProfiler/Collector/router.html.twig',
  4927.                 ],
  4928.                 'data_collector.cache' => [
  4929.                     => 'cache',
  4930.                     => '@WebProfiler/Collector/cache.html.twig',
  4931.                 ],
  4932.                 'data_collector.translation' => [
  4933.                     => 'translation',
  4934.                     => '@WebProfiler/Collector/translation.html.twig',
  4935.                 ],
  4936.                 'data_collector.security' => [
  4937.                     => 'security',
  4938.                     => '@Security/Collector/security.html.twig',
  4939.                 ],
  4940.                 'data_collector.twig' => [
  4941.                     => 'twig',
  4942.                     => '@WebProfiler/Collector/twig.html.twig',
  4943.                 ],
  4944.                 'data_collector.http_client' => [
  4945.                     => 'http_client',
  4946.                     => '@WebProfiler/Collector/http_client.html.twig',
  4947.                 ],
  4948.                 'data_collector.doctrine' => [
  4949.                     => 'db',
  4950.                     => '@Doctrine/Collector/db.html.twig',
  4951.                 ],
  4952.                 'doctrine_migrations.migrations_collector' => [
  4953.                     => 'doctrine_migrations',
  4954.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4955.                 ],
  4956.                 'data_collector.dump' => [
  4957.                     => 'dump',
  4958.                     => '@Debug/Profiler/dump.html.twig',
  4959.                 ],
  4960.                 'mailer.data_collector' => [
  4961.                     => 'mailer',
  4962.                     => '@WebProfiler/Collector/mailer.html.twig',
  4963.                 ],
  4964.                 'notifier.data_collector' => [
  4965.                     => 'notifier',
  4966.                     => '@WebProfiler/Collector/notifier.html.twig',
  4967.                 ],
  4968.                 'sonata.block.data_collector' => [
  4969.                     => 'block',
  4970.                     => '@SonataBlock/Profiler/block.html.twig',
  4971.                 ],
  4972.                 'data_collector.config' => [
  4973.                     => 'config',
  4974.                     => '@WebProfiler/Collector/config.html.twig',
  4975.                 ],
  4976.             ],
  4977.             'console.command.ids' => [
  4978.                 => 'console.command.public_alias.Sonata\\SeoBundle\\Command\\SitemapGeneratorCommand',
  4979.             ],
  4980.         ];
  4981.     }
  4982.     protected function throw($message)
  4983.     {
  4984.         throw new RuntimeException($message);
  4985.     }
  4986. }