var/cache/dev/Container4cGJwU5/App_KernelDevDebugContainer.php line 3126

Open in your IDE?
  1. <?php
  2. namespace Container4cGJwU5;
  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.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  51.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  52.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  53.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  54.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  55.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'twig' => 'getTwigService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  77.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  78.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'App\\Admin\\Controller\\StdAdsCampaignsController' => 'getStdAdsCampaignsControllerService',
  82.             'App\\Admin\\Controller\\StdAdsClientsController' => 'getStdAdsClientsControllerService',
  83.             'App\\Admin\\Controller\\StdAdsTrackingController' => 'getStdAdsTrackingControllerService',
  84.             'App\\Admin\\Controller\\StdAdsZonesController' => 'getStdAdsZonesControllerService',
  85.             'App\\Admin\\Controller\\StdAdvertisementsController' => 'getStdAdvertisementsControllerService',
  86.             'App\\Admin\\Controller\\StdAttributesController' => 'getStdAttributesControllerService',
  87.             'App\\Admin\\Controller\\StdAttributesValuesController' => 'getStdAttributesValuesControllerService',
  88.             'App\\Admin\\Controller\\StdBlocksController' => 'getStdBlocksControllerService',
  89.             'App\\Admin\\Controller\\StdCacheController' => 'getStdCacheControllerService',
  90.             'App\\Admin\\Controller\\StdConfigController' => 'getStdConfigControllerService',
  91.             'App\\Admin\\Controller\\StdContentTypesAttributesController' => 'getStdContentTypesAttributesControllerService',
  92.             'App\\Admin\\Controller\\StdContentTypesController' => 'getStdContentTypesControllerService',
  93.             'App\\Admin\\Controller\\StdDeleteUserDataController' => 'getStdDeleteUserDataControllerService',
  94.             'App\\Admin\\Controller\\StdDomainsController' => 'getStdDomainsControllerService',
  95.             'App\\Admin\\Controller\\StdEmailsConfigurationsController' => 'getStdEmailsConfigurationsControllerService',
  96.             'App\\Admin\\Controller\\StdEmailsController' => 'getStdEmailsControllerService',
  97.             'App\\Admin\\Controller\\StdEmailsLogController' => 'getStdEmailsLogControllerService',
  98.             'App\\Admin\\Controller\\StdEpgsController' => 'getStdEpgsControllerService',
  99.             'App\\Admin\\Controller\\StdFeatureFlagController' => 'getStdFeatureFlagControllerService',
  100.             'App\\Admin\\Controller\\StdFormsController' => 'getStdFormsControllerService',
  101.             'App\\Admin\\Controller\\StdFriendlyUrlController' => 'getStdFriendlyUrlControllerService',
  102.             'App\\Admin\\Controller\\StdGenerateImagesController' => 'getStdGenerateImagesControllerService',
  103.             'App\\Admin\\Controller\\StdLanguagesController' => 'getStdLanguagesControllerService',
  104.             'App\\Admin\\Controller\\StdLiipController' => 'getStdLiipControllerService',
  105.             'App\\Admin\\Controller\\StdMenusController' => 'getStdMenusControllerService',
  106.             'App\\Admin\\Controller\\StdMenusFriendlyUrlController' => 'getStdMenusFriendlyUrlControllerService',
  107.             'App\\Admin\\Controller\\StdNotificationsController' => 'getStdNotificationsControllerService',
  108.             'App\\Admin\\Controller\\StdPageApprovalController' => 'getStdPageApprovalControllerService',
  109.             'App\\Admin\\Controller\\StdPageMetricsController' => 'getStdPageMetricsControllerService',
  110.             'App\\Admin\\Controller\\StdPagesAttributesValuesController' => 'getStdPagesAttributesValuesControllerService',
  111.             'App\\Admin\\Controller\\StdPagesContentController' => 'getStdPagesContentControllerService',
  112.             'App\\Admin\\Controller\\StdPagesController' => 'getStdPagesControllerService',
  113.             'App\\Admin\\Controller\\StdPagesPagesController' => 'getStdPagesPagesControllerService',
  114.             'App\\Admin\\Controller\\StdRedirectsController' => 'getStdRedirectsControllerService',
  115.             'App\\Admin\\Controller\\StdRolesController' => 'getStdRolesControllerService',
  116.             'App\\Admin\\Controller\\StdSeoController' => 'getStdSeoControllerService',
  117.             'App\\Admin\\Controller\\StdSnippetsController' => 'getStdSnippetsControllerService',
  118.             'App\\Admin\\Controller\\StdTemplatesBlocksController' => 'getStdTemplatesBlocksControllerService',
  119.             'App\\Admin\\Controller\\StdTemplatesController' => 'getStdTemplatesControllerService',
  120.             'App\\Admin\\Controller\\StdTextGeneratorController' => 'getStdTextGeneratorControllerService',
  121.             'App\\Admin\\Controller\\StdTranslationsController' => 'getStdTranslationsControllerService',
  122.             'App\\Admin\\Controller\\StdUsersController' => 'getStdUsersControllerService',
  123.             'App\\Admin\\Controller\\StdWebRolesController' => 'getStdWebRolesControllerService',
  124.             'App\\Admin\\Controller\\StdWebUsersController' => 'getStdWebUsersControllerService',
  125.             'App\\Admin\\Controller\\StdWebservicesController' => 'getStdWebservicesControllerService',
  126.             'App\\Admin\\Controller\\StdWorkspaceController' => 'getStdWorkspaceControllerService',
  127.             'App\\Admin\\Scheduler\\Controller\\StdSchedulerController' => 'getStdSchedulerControllerService',
  128.             'App\\Bundles\\Artgris\\FileManagerBundle\\Controller\\ManagerController' => 'getManagerControllerService',
  129.             'App\\ContaLa\\Controller\\ContaLaController' => 'getContaLaControllerService',
  130.             'App\\ContaLa\\Controller\\GuideTvController' => 'getGuideTvControllerService',
  131.             'App\\ContaLa\\Controller\\RegionConfigurationController' => 'getRegionConfigurationControllerService',
  132.             'App\\Controller\\ExploreApiController' => 'getExploreApiControllerService',
  133.             'App\\Controller\\PageContentController' => 'getPageContentControllerService',
  134.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  135.             'App\\Controller\\StdController' => 'getStdControllerService',
  136.             'App\\Controller\\StdGeoLocationController' => 'getStdGeoLocationControllerService',
  137.             'App\\Controller\\StdTrackingController' => 'getStdTrackingControllerService',
  138.             'App\\Controller\\UserLocationController' => 'getUserLocationControllerService',
  139.             'App\\Cookie\\Controller\\CookieController' => 'getCookieControllerService',
  140.             'Artgris\\Bundle\\FileManagerBundle\\Controller\\ManagerController' => 'getManagerController2Service',
  141.             'Artgris\\Bundle\\MediaBundle\\Controller\\AjaxController' => 'getAjaxControllerService',
  142.             'Artgris\\FileManagerBundle\\Controller\\ManagerController' => 'getManagerController3Service',
  143.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  144.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  145.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  146.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  147.             'bomo_ical.ics_provider' => 'getBomoIcal_IcsProviderService',
  148.             'cache.app_clearer' => 'getCache_AppClearerService',
  149.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  150.             'cache.system_clearer' => 'getCache_SystemClearerService',
  151.             'cache_warmer' => 'getCacheWarmerService',
  152.             'console.command_loader' => 'getConsole_CommandLoaderService',
  153.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  154.             'eight_points_guzzle.client.parrot' => 'getEightPointsGuzzle_Client_ParrotService',
  155.             'eight_points_guzzle.client.savannahbus' => 'getEightPointsGuzzle_Client_SavannahbusService',
  156.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  157.             'eight_points_guzzle.handler_stack.parrot' => 'getEightPointsGuzzle_HandlerStack_ParrotService',
  158.             'eight_points_guzzle.handler_stack.savannahbus' => 'getEightPointsGuzzle_HandlerStack_SavannahbusService',
  159.             'eight_points_guzzle.middleware.event_dispatch.parrot' => 'getEightPointsGuzzle_Middleware_EventDispatch_ParrotService',
  160.             'eight_points_guzzle.middleware.event_dispatch.savannahbus' => 'getEightPointsGuzzle_Middleware_EventDispatch_SavannahbusService',
  161.             'eight_points_guzzle.middleware.log.parrot' => 'getEightPointsGuzzle_Middleware_Log_ParrotService',
  162.             'eight_points_guzzle.middleware.log.savannahbus' => 'getEightPointsGuzzle_Middleware_Log_SavannahbusService',
  163.             'eight_points_guzzle.middleware.profile.parrot' => 'getEightPointsGuzzle_Middleware_Profile_ParrotService',
  164.             'eight_points_guzzle.middleware.profile.savannahbus' => 'getEightPointsGuzzle_Middleware_Profile_SavannahbusService',
  165.             'eight_points_guzzle.middleware.request_time.parrot' => 'getEightPointsGuzzle_Middleware_RequestTime_ParrotService',
  166.             'eight_points_guzzle.middleware.request_time.savannahbus' => 'getEightPointsGuzzle_Middleware_RequestTime_SavannahbusService',
  167.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  168.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  169.             'error_controller' => 'getErrorControllerService',
  170.             'knp_paginator' => 'getKnpPaginatorService',
  171.             'knpu.oauth2.client.facebook_main' => 'getKnpu_Oauth2_Client_FacebookMainService',
  172.             'knpu.oauth2.client.google_main' => 'getKnpu_Oauth2_Client_GoogleMainService',
  173.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  174.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  175.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  176.             'liip_imagine.controller' => 'getLiipImagine_ControllerService',
  177.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  178.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  179.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  180.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  181.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  182.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  183.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  184.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  185.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  186.             'monolog.logger.parrot' => 'getMonolog_Logger_ParrotService',
  187.             'phpoffice.spreadsheet' => 'getPhpoffice_SpreadsheetService',
  188.             'routing.loader' => 'getRouting_LoaderService',
  189.             'services_resetter' => 'getServicesResetterService',
  190.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  191.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  192.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  193.         ];
  194.         $this->aliases = [
  195.             'App\\Kernel' => 'kernel',
  196.             'database_connection' => 'doctrine.dbal.default_connection',
  197.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  198.             'oauth2.registry' => 'knpu.oauth2.registry',
  199.         ];
  200.         $this->privates['service_container'] = function () {
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  207.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  209.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  210.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  213.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  214.             include_once \dirname(__DIR__4).'/src/Admin/Repository/StdTranslationsRepository.php';
  215.             include_once \dirname(__DIR__4).'/src/Admin/Service/RolePermissionService.php';
  216.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  218.             include_once \dirname(__DIR__4).'/src/ContaLa/Twig/AppExtension.php';
  219.             include_once \dirname(__DIR__4).'/src/EventListener/PermissionAttributeListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  221.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ResponseCacheControlSubscriber.php';
  222.             include_once \dirname(__DIR__4).'/src/EventSubscriber/StudioSubscriber.php';
  223.             include_once \dirname(__DIR__4).'/src/EventSubscriber/TrackingCookieSubscriber.php';
  224.             include_once \dirname(__DIR__4).'/src/Repository/StdPagesTrackingRepository.php';
  225.             include_once \dirname(__DIR__4).'/src/Service/AzureBlobStorageService.php';
  226.             include_once \dirname(__DIR__4).'/src/Service/PageInfoCacheService.php';
  227.             include_once \dirname(__DIR__4).'/src/Service/StdTrackingService.php';
  228.             include_once \dirname(__DIR__4).'/src/Service/StudioService.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  232.             include_once \dirname(__DIR__4).'/src/Translations/StudioTranslator.php';
  233.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DefaultLocaleSubscriber.php';
  234.             include_once \dirname(__DIR__4).'/vendor/artgris/filemanager-bundle/Service/FileTypeService.php';
  235.             include_once \dirname(__DIR__4).'/src/Service/CustomFileTypeService.php';
  236.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  237.             include_once \dirname(__DIR__4).'/src/Bundles/Liip/ImagineBundle/Cache/Resolver/AzureCacheResolver.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  249.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  279.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  472.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  490.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  492.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  493.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  496.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  497.             include_once \dirname(__DIR__4).'/vendor/artgris/filemanager-bundle/Service/FilemanagerService.php';
  498.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  500.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  501.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PdoAdapter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ParameterNormalizer.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  582.             include_once \dirname(__DIR__4).'/src/Twig/AdsExtension.php';
  583.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  584.             include_once \dirname(__DIR__4).'/src/Twig/PermissionExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  592.             include_once \dirname(__DIR__4).'/vendor/artgris/filemanager-bundle/Twig/FileTypeExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/artgris/filemanager-bundle/Twig/OrderExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/artgris/media-bundle/Service/FileManagerConfigurationService.php';
  596.             include_once \dirname(__DIR__4).'/vendor/artgris/media-bundle/Service/RSlashTwig.php';
  597.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  601.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  602.             include_once \dirname(__DIR__4).'/src/Bundles/Liip/ImagineBundle/Templating/AppFilterTrait.php';
  603.             include_once \dirname(__DIR__4).'/src/Bundles/Liip/ImagineBundle/Templating/AppFilterExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  616.         };
  617.     }
  618.     public function compile(): void
  619.     {
  620.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  621.     }
  622.     public function isCompiled(): bool
  623.     {
  624.         return true;
  625.     }
  626.     public function getRemovedIds(): array
  627.     {
  628.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  629.     }
  630.     protected function load($file$lazyLoad true)
  631.     {
  632.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  633.             return $class::do($this$lazyLoad);
  634.         }
  635.         if ('.' === $file[-4]) {
  636.             $class substr($class0, -4);
  637.         } else {
  638.             $file .= '.php';
  639.         }
  640.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  641.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  642.     }
  643.     protected function createProxy($class\Closure $factory)
  644.     {
  645.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  646.         return $factory();
  647.     }
  648.     /**
  649.      * Gets the public '.container.private.filesystem' shared service.
  650.      *
  651.      * @return \Symfony\Component\Filesystem\Filesystem
  652.      */
  653.     protected function get_Container_Private_FilesystemService()
  654.     {
  655.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  656.     }
  657.     /**
  658.      * Gets the public '.container.private.profiler' shared service.
  659.      *
  660.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  661.      */
  662.     protected function get_Container_Private_ProfilerService()
  663.     {
  664.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  665.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  666.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  667.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  668.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  669.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  670.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  671.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  672.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  673.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  674.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  675.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  676.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  677.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  678.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  679.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  680.         $d->addInstance('redirects.cache', ($this->privates['redirects.cache'] ?? $this->getRedirects_CacheService()));
  681.         $d->addInstance('studio.cache', ($this->privates['studio.cache'] ?? $this->getStudio_CacheService()));
  682.         $d->addInstance('page_info.cache', ($this->privates['page_info.cache'] ?? $this->getPageInfo_CacheService()));
  683.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  684.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  685.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  686.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  687.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  688.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  689.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  690.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  691.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  692.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  693.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  694.         if ($this->has('kernel')) {
  695.             $g->setKernel($b);
  696.         }
  697.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  698.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  699.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  700.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  701.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  702.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  703.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  704.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  705.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  706.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  707.         $instance->add($d);
  708.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  709.         $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));
  710.         $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())));
  711.         $instance->add($e);
  712.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  713.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  714.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  715.         $instance->add($f);
  716.         $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()))));
  717.         $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()))));
  718.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  719.         $instance->add($g);
  720.         return $instance;
  721.     }
  722.     /**
  723.      * Gets the public '.container.private.security.authorization_checker' shared service.
  724.      *
  725.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  726.      */
  727.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  728.     {
  729.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  730.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  731.             return $this->services['.container.private.security.authorization_checker'];
  732.         }
  733.         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()), $afalsefalsefalse);
  734.     }
  735.     /**
  736.      * Gets the public '.container.private.security.token_storage' shared service.
  737.      *
  738.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  739.      */
  740.     protected function get_Container_Private_Security_TokenStorageService()
  741.     {
  742.         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, [
  743.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  744.         ], [
  745.             'request_stack' => '?',
  746.         ]));
  747.     }
  748.     /**
  749.      * Gets the public '.container.private.session' shared service.
  750.      *
  751.      * @return \Symfony\Component\HttpFoundation\Session\Session
  752.      */
  753.     protected function get_Container_Private_SessionService()
  754.     {
  755.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  756.         if (isset($this->services['.container.private.session'])) {
  757.             return $this->services['.container.private.session'];
  758.         }
  759.         return $this->services['.container.private.session'] = $a->createSession();
  760.     }
  761.     /**
  762.      * Gets the public '.container.private.twig' shared service.
  763.      *
  764.      * @return \Twig\Environment
  765.      */
  766.     protected function get_Container_Private_TwigService()
  767.     {
  768.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  769.         $a->addPath((\dirname(__DIR__4).'/theme/templates'));
  770.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  771.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  772.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  773.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  774.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  775.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  776.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  780.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  781.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  782.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  783.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  784.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/ArtgrisFileManagerBundle'), 'ArtgrisFileManager');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/artgris/filemanager-bundle/Resources/views'), 'ArtgrisFileManager');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/artgris/filemanager-bundle/Resources/views'), '!ArtgrisFileManager');
  787.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/ArtgrisMediaBundle'), 'ArtgrisMedia');
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/artgris/media-bundle/Resources/views'), 'ArtgrisMedia');
  789.         $a->addPath((\dirname(__DIR__4).'/vendor/artgris/media-bundle/Resources/views'), '!ArtgrisMedia');
  790.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  791.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  792.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  793.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  794.         $a->addPath((\dirname(__DIR__4).'/templates'));
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  798.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  799.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  800.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  801.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  802.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  803.         $f = ($this->services['router'] ?? $this->getRouterService());
  804.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  805.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  806.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  807.         $j = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  808.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  809.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  810.         $l = new \Symfony\Bridge\Twig\AppVariable();
  811.         $l->setEnvironment('dev');
  812.         $l->setDebug(true);
  813.         if ($this->has('.container.private.security.token_storage')) {
  814.             $l->setTokenStorage($h);
  815.         }
  816.         if ($this->has('request_stack')) {
  817.             $l->setRequestStack($g);
  818.         }
  819.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  821.         $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())));
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  824.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  825.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  826.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  827.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  828.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  829.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  830.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  831.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  834.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  837.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  838.         $instance->addExtension(($this->privates['App\\ContaLa\\Twig\\AppExtension'] ?? $this->getAppExtensionService()));
  839.         $instance->addExtension(new \App\Twig\AdsExtension($i));
  840.         $instance->addExtension(new \App\Twig\AppExtension($i$j$instance, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $g$c, ($this->privates['App\\Service\\PageInfoCacheService'] ?? $this->getPageInfoCacheServiceService())));
  841.         $instance->addExtension(new \App\Twig\PermissionExtension(($this->privates['App\\Admin\\Service\\RolePermissionService'] ?? $this->getRolePermissionServiceService()), $h));
  842.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  843.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  844.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  845.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  846.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  847.         ], [
  848.             'webpack_encore.entrypoint_lookup_collection' => '?',
  849.             'webpack_encore.tag_renderer' => '?',
  850.         ])));
  851.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  852.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  853.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  854.         $instance->addExtension(new \Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension(($this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'] ?? $this->getFileTypeServiceService())));
  855.         $instance->addExtension(new \Artgris\Bundle\FileManagerBundle\Twig\OrderExtension($f));
  856.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  857.         $instance->addExtension(new \Artgris\Bundle\MediaBundle\Service\FileManagerConfigurationService(($this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FilemanagerService'] ?? $this->getFilemanagerServiceService()), $j));
  858.         $instance->addExtension(new \Artgris\Bundle\MediaBundle\Service\RSlashTwig());
  859.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  860.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  861.         $instance->addExtension(new \App\Bundles\Liip\ImagineBundle\Templating\AppFilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  862.         $instance->addGlobal('app'$l);
  863.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  864.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  865.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  866.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  867.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  868.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  869.         ], [
  870.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  871.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  872.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  873.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  874.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  875.         ])));
  876.         $instance->addGlobal('site_version''webusers');
  877.         $instance->addGlobal('studio', ($this->privates['App\\Service\\StudioService'] ?? $this->getStudioServiceService()));
  878.         $instance->addGlobal('CDN_URL'$this->getEnv('string:AZURE_LINK'));
  879.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  880.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  881.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  882.         return $instance;
  883.     }
  884.     /**
  885.      * Gets the public '.container.private.validator' shared service.
  886.      *
  887.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  888.      */
  889.     protected function get_Container_Private_ValidatorService()
  890.     {
  891.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  892.         if (isset($this->services['.container.private.validator'])) {
  893.             return $this->services['.container.private.validator'];
  894.         }
  895.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  896.     }
  897.     /**
  898.      * Gets the public 'cache.app' shared service.
  899.      *
  900.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  901.      */
  902.     protected function getCache_AppService()
  903.     {
  904.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['redis_connection'] ?? $this->getRedisConnectionService()), 'VN44BZWcH7'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  905.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  906.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  907.     }
  908.     /**
  909.      * Gets the public 'cache.system' shared service.
  910.      *
  911.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  912.      */
  913.     protected function getCache_SystemService()
  914.     {
  915.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  916.     }
  917.     /**
  918.      * Gets the public 'cache.validator_expression_language' shared service.
  919.      *
  920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  921.      */
  922.     protected function getCache_ValidatorExpressionLanguageService()
  923.     {
  924.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  925.     }
  926.     /**
  927.      * Gets the public 'data_collector.dump' shared service.
  928.      *
  929.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  930.      */
  931.     protected function getDataCollector_DumpService()
  932.     {
  933.         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()));
  934.     }
  935.     /**
  936.      * Gets the public 'doctrine' shared service.
  937.      *
  938.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  939.      */
  940.     protected function getDoctrineService()
  941.     {
  942.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  943.     }
  944.     /**
  945.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  946.      *
  947.      * @return \Doctrine\DBAL\Connection
  948.      */
  949.     protected function getDoctrine_Dbal_DefaultConnectionService()
  950.     {
  951.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  952.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  953.             return $this->services['doctrine.dbal.default_connection'];
  954.         }
  955.         $b = new \Doctrine\DBAL\Configuration();
  956.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  957.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  958.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  959.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  960.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  961.         $d->setConnectionName('default');
  962.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  963.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  964.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  965.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['dbname' => $this->getEnv('resolve:DATABASE_NAME'), 'host' => $this->getEnv('resolve:DATABASE_HOST'), 'port' => $this->getEnv('resolve:DATABASE_PORT'), 'user' => $this->getEnv('resolve:DATABASE_USER'), 'password' => $this->getEnv('resolve:DATABASE_PASSWORD'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''idle_connection_ttl' => 600'driverOptions' => [1009 => NULL1014 => false12 => true], 'serverVersion' => $this->getEnv('resolve:DATABASE_SERVER_VERSION'), 'defaultTableOptions' => []], $b$a, ['bit' => 'boolean''enum' => 'string''geometry' => 'geometry']);
  966.     }
  967.     /**
  968.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  969.      *
  970.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  971.      */
  972.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  973.     {
  974.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  975.             'App\\EventListener\\PageInfoCacheInvalidationListener' => ['privates''App\\EventListener\\PageInfoCacheInvalidationListener''getPageInfoCacheInvalidationListenerService'true],
  976.         ], [
  977.             'App\\EventListener\\PageInfoCacheInvalidationListener' => '?',
  978.         ]));
  979.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  980.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  981.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  982.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  983.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  984.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  985.         $instance->registerService('App\\EventListener\\PageInfoCacheInvalidationListener''App\\EventListener\\PageInfoCacheInvalidationListener');
  986.         return $instance;
  987.     }
  988.     /**
  989.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  990.      *
  991.      * @return \Doctrine\ORM\EntityManager
  992.      */
  993.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  994.     {
  995.         if ($lazyLoad) {
  996.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  997.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  998.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  999.                     $proxy->setProxyInitializer(null);
  1000.                     return true;
  1001.                 });
  1002.             });
  1003.         }
  1004.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1006.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1007.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1008.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1009.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1010.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1011.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1012.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1013.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1014.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1023.         $a = new \Doctrine\ORM\Configuration();
  1024.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1025.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  1026.         $b->addDriver($c'App\\Admin\\Entity');
  1027.         $b->addDriver($c'App\\Admin\\Scheduler\\Entity');
  1028.         $b->addDriver($c'App\\Entity');
  1029.         $b->addDriver($c'App\\Cookie\\Entity');
  1030.         $b->addDriver($c'App\\ContaLa\\Entity');
  1031.         $a->setEntityNamespaces(['App' => 'App\\ContaLa\\Entity']);
  1032.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1033.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1034.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1035.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1036.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1037.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1038.         ], [
  1039.             'doctrine.ulid_generator' => '?',
  1040.             'doctrine.uuid_generator' => '?',
  1041.         ])));
  1042.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1043.         $a->setProxyNamespace('Proxies');
  1044.         $a->setAutoGenerateProxyClasses(true);
  1045.         $a->setSchemaIgnoreClasses([]);
  1046.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1047.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1048.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1049.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1050.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1051.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1052.         $a->setLazyGhostObjectEnabled(true);
  1053.         $a->setIdentityGenerationPreferences([]);
  1054.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1055.             'App\\Admin\\Repository\\StdAttributesRepository' => ['privates''App\\Admin\\Repository\\StdAttributesRepository''getStdAttributesRepositoryService'true],
  1056.             'App\\Admin\\Repository\\StdAttributesValuesRepository' => ['privates''App\\Admin\\Repository\\StdAttributesValuesRepository''getStdAttributesValuesRepositoryService'true],
  1057.             'App\\Admin\\Repository\\StdBlocksRepository' => ['privates''App\\Admin\\Repository\\StdBlocksRepository''getStdBlocksRepositoryService'true],
  1058.             'App\\Admin\\Repository\\StdColorPalettesRepository' => ['privates''App\\Admin\\Repository\\StdColorPalettesRepository''getStdColorPalettesRepositoryService'true],
  1059.             'App\\Admin\\Repository\\StdConfigRepository' => ['privates''App\\Admin\\Repository\\StdConfigRepository''getStdConfigRepositoryService'true],
  1060.             'App\\Admin\\Repository\\StdContentTypesAttributesRepository' => ['privates''App\\Admin\\Repository\\StdContentTypesAttributesRepository''getStdContentTypesAttributesRepositoryService'true],
  1061.             'App\\Admin\\Repository\\StdContentTypesBlocksRepository' => ['privates''App\\Admin\\Repository\\StdContentTypesBlocksRepository''getStdContentTypesBlocksRepositoryService'true],
  1062.             'App\\Admin\\Repository\\StdContentTypesComponentsRepository' => ['privates''App\\Admin\\Repository\\StdContentTypesComponentsRepository''getStdContentTypesComponentsRepositoryService'true],
  1063.             'App\\Admin\\Repository\\StdContentTypesRepository' => ['privates''App\\Admin\\Repository\\StdContentTypesRepository''getStdContentTypesRepositoryService'true],
  1064.             'App\\Admin\\Repository\\StdContentTypesSkinsRepository' => ['privates''App\\Admin\\Repository\\StdContentTypesSkinsRepository''getStdContentTypesSkinsRepositoryService'true],
  1065.             'App\\Admin\\Repository\\StdDiaryRepository' => ['privates''App\\Admin\\Repository\\StdDiaryRepository''getStdDiaryRepositoryService'true],
  1066.             'App\\Admin\\Repository\\StdDomainsRepository' => ['privates''App\\Admin\\Repository\\StdDomainsRepository''getStdDomainsRepositoryService'true],
  1067.             'App\\Admin\\Repository\\StdDomainsValuesContentRepository' => ['privates''App\\Admin\\Repository\\StdDomainsValuesContentRepository''getStdDomainsValuesContentRepositoryService'true],
  1068.             'App\\Admin\\Repository\\StdDomainsValuesRepository' => ['privates''App\\Admin\\Repository\\StdDomainsValuesRepository''getStdDomainsValuesRepositoryService'true],
  1069.             'App\\Admin\\Repository\\StdEmailsConfigurationsRepository' => ['privates''App\\Admin\\Repository\\StdEmailsConfigurationsRepository''getStdEmailsConfigurationsRepositoryService'true],
  1070.             'App\\Admin\\Repository\\StdEmailsLogRepository' => ['privates''App\\Admin\\Repository\\StdEmailsLogRepository''getStdEmailsLogRepositoryService'true],
  1071.             'App\\Admin\\Repository\\StdEmailsRepository' => ['privates''App\\Admin\\Repository\\StdEmailsRepository''getStdEmailsRepositoryService'true],
  1072.             'App\\Admin\\Repository\\StdFavoritePagesUsersRepository' => ['privates''App\\Admin\\Repository\\StdFavoritePagesUsersRepository''getStdFavoritePagesUsersRepositoryService'true],
  1073.             'App\\Admin\\Repository\\StdFeatureFlagRepository' => ['privates''App\\Admin\\Repository\\StdFeatureFlagRepository''getStdFeatureFlagRepositoryService'true],
  1074.             'App\\Admin\\Repository\\StdFriendlyUrlRepository' => ['privates''App\\Admin\\Repository\\StdFriendlyUrlRepository''getStdFriendlyUrlRepositoryService'true],
  1075.             'App\\Admin\\Repository\\StdLanguagesRepository' => ['privates''App\\Admin\\Repository\\StdLanguagesRepository''getStdLanguagesRepositoryService'true],
  1076.             'App\\Admin\\Repository\\StdMenusFriendlyUrlRepository' => ['privates''App\\Admin\\Repository\\StdMenusFriendlyUrlRepository''getStdMenusFriendlyUrlRepositoryService'true],
  1077.             'App\\Admin\\Repository\\StdNotificationsRepository' => ['privates''App\\Admin\\Repository\\StdNotificationsRepository''getStdNotificationsRepositoryService'true],
  1078.             'App\\Admin\\Repository\\StdNotificationsScheduleRepository' => ['privates''App\\Admin\\Repository\\StdNotificationsScheduleRepository''getStdNotificationsScheduleRepositoryService'true],
  1079.             'App\\Admin\\Repository\\StdNotificationsScheduleSentRepository' => ['privates''App\\Admin\\Repository\\StdNotificationsScheduleSentRepository''getStdNotificationsScheduleSentRepositoryService'true],
  1080.             'App\\Admin\\Repository\\StdNotificationsTypesRepository' => ['privates''App\\Admin\\Repository\\StdNotificationsTypesRepository''getStdNotificationsTypesRepositoryService'true],
  1081.             'App\\Admin\\Repository\\StdOptionsRepository' => ['privates''App\\Admin\\Repository\\StdOptionsRepository''getStdOptionsRepositoryService'true],
  1082.             'App\\Admin\\Repository\\StdPagesApprovalStatusRepository' => ['privates''App\\Admin\\Repository\\StdPagesApprovalStatusRepository''getStdPagesApprovalStatusRepositoryService'true],
  1083.             'App\\Admin\\Repository\\StdPagesAttributesValuesRepository' => ['privates''App\\Admin\\Repository\\StdPagesAttributesValuesRepository''getStdPagesAttributesValuesRepositoryService'true],
  1084.             'App\\Admin\\Repository\\StdPagesCategoryApproversRepository' => ['privates''App\\Admin\\Repository\\StdPagesCategoryApproversRepository''getStdPagesCategoryApproversRepositoryService'true],
  1085.             'App\\Admin\\Repository\\StdPagesContentRepository' => ['privates''App\\Admin\\Repository\\StdPagesContentRepository''getStdPagesContentRepositoryService'true],
  1086.             'App\\Admin\\Repository\\StdPagesContentTypeApproversRepository' => ['privates''App\\Admin\\Repository\\StdPagesContentTypeApproversRepository''getStdPagesContentTypeApproversRepositoryService'true],
  1087.             'App\\Admin\\Repository\\StdPagesEditLogRepository' => ['privates''App\\Admin\\Repository\\StdPagesEditLogRepository''getStdPagesEditLogRepositoryService'true],
  1088.             'App\\Admin\\Repository\\StdPagesPagesRepository' => ['privates''App\\Admin\\Repository\\StdPagesPagesRepository''getStdPagesPagesRepositoryService'true],
  1089.             'App\\Admin\\Repository\\StdPagesRepository' => ['privates''App\\Admin\\Repository\\StdPagesRepository''getStdPagesRepositoryService'true],
  1090.             'App\\Admin\\Repository\\StdPagesTagRepository' => ['privates''App\\Admin\\Repository\\StdPagesTagRepository''getStdPagesTagRepositoryService'true],
  1091.             'App\\Admin\\Repository\\StdPromptHistoryRepository' => ['privates''App\\Admin\\Repository\\StdPromptHistoryRepository''getStdPromptHistoryRepositoryService'true],
  1092.             'App\\Admin\\Repository\\StdRedirectsRepository' => ['privates''App\\Admin\\Repository\\StdRedirectsRepository''getStdRedirectsRepositoryService'true],
  1093.             'App\\Admin\\Repository\\StdRolesRepository' => ['privates''App\\Admin\\Repository\\StdRolesRepository''getStdRolesRepositoryService'true],
  1094.             'App\\Admin\\Repository\\StdSeoBenchmarkRepository' => ['privates''App\\Admin\\Repository\\StdSeoBenchmarkRepository''getStdSeoBenchmarkRepositoryService'true],
  1095.             'App\\Admin\\Repository\\StdSnippetsContentRepository' => ['privates''App\\Admin\\Repository\\StdSnippetsContentRepository''getStdSnippetsContentRepositoryService'true],
  1096.             'App\\Admin\\Repository\\StdSnippetsRepository' => ['privates''App\\Admin\\Repository\\StdSnippetsRepository''getStdSnippetsRepositoryService'true],
  1097.             'App\\Admin\\Repository\\StdTemplatesBlocksRepository' => ['privates''App\\Admin\\Repository\\StdTemplatesBlocksRepository''getStdTemplatesBlocksRepositoryService'true],
  1098.             'App\\Admin\\Repository\\StdTemplatesRepository' => ['privates''App\\Admin\\Repository\\StdTemplatesRepository''getStdTemplatesRepositoryService'true],
  1099.             'App\\Admin\\Repository\\StdTranslationsRepository' => ['privates''App\\Admin\\Repository\\StdTranslationsRepository''getStdTranslationsRepositoryService'false],
  1100.             'App\\Admin\\Repository\\StdUsersLoginAuditRepository' => ['privates''App\\Admin\\Repository\\StdUsersLoginAuditRepository''getStdUsersLoginAuditRepositoryService'true],
  1101.             'App\\Admin\\Repository\\StdUsersRepository' => ['privates''App\\Admin\\Repository\\StdUsersRepository''getStdUsersRepositoryService'true],
  1102.             'App\\Admin\\Repository\\StdWebRolesRepository' => ['privates''App\\Admin\\Repository\\StdWebRolesRepository''getStdWebRolesRepositoryService'true],
  1103.             'App\\Admin\\Repository\\StdWebUsersRepository' => ['privates''App\\Admin\\Repository\\StdWebUsersRepository''getStdWebUsersRepositoryService'true],
  1104.             'App\\Admin\\Repository\\StdWebservicesRepository' => ['privates''App\\Admin\\Repository\\StdWebservicesRepository''getStdWebservicesRepositoryService'true],
  1105.             'App\\Admin\\Scheduler\\Repository\\StdSchedulerTasksRepository' => ['privates''App\\Admin\\Scheduler\\Repository\\StdSchedulerTasksRepository''getStdSchedulerTasksRepositoryService'true],
  1106.             'App\\ContaLa\\Repository\\StdPagesContentRepository' => ['privates''App\\ContaLa\\Repository\\StdPagesContentRepository''getStdPagesContentRepository2Service'true],
  1107.             'App\\Cookie\\Repository\\StdCookiesRepository' => ['privates''App\\Cookie\\Repository\\StdCookiesRepository''getStdCookiesRepositoryService'true],
  1108.             'App\\Repository\\FormsRepository' => ['privates''App\\Repository\\FormsRepository''getFormsRepositoryService'true],
  1109.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1110.             'App\\Repository\\StdAdsCampaignsRepository' => ['privates''App\\Repository\\StdAdsCampaignsRepository''getStdAdsCampaignsRepositoryService'true],
  1111.             'App\\Repository\\StdAdsRepository' => ['privates''App\\Repository\\StdAdsRepository''getStdAdsRepositoryService'true],
  1112.             'App\\Repository\\StdAdsTrackingRepository' => ['privates''App\\Repository\\StdAdsTrackingRepository''getStdAdsTrackingRepositoryService'true],
  1113.             'App\\Repository\\StdAdsZonesRepository' => ['privates''App\\Repository\\StdAdsZonesRepository''getStdAdsZonesRepositoryService'true],
  1114.             'App\\Repository\\StdAdvertisementsRepository' => ['privates''App\\Repository\\StdAdvertisementsRepository''getStdAdvertisementsRepositoryService'true],
  1115.             'App\\Repository\\StdFormsRepository' => ['privates''App\\Repository\\StdFormsRepository''getStdFormsRepositoryService'true],
  1116.             'App\\Repository\\StdPagesTrackingRepository' => ['privates''App\\Repository\\StdPagesTrackingRepository''getStdPagesTrackingRepositoryService'false],
  1117.             'App\\Repository\\StdTagTrackingRepository' => ['privates''App\\Repository\\StdTagTrackingRepository''getStdTagTrackingRepositoryService'true],
  1118.             'App\\Repository\\StdTranslationsContentRepository' => ['privates''App\\Repository\\StdTranslationsContentRepository''getStdTranslationsContentRepositoryService'true],
  1119.         ], [
  1120.             'App\\Admin\\Repository\\StdAttributesRepository' => '?',
  1121.             'App\\Admin\\Repository\\StdAttributesValuesRepository' => '?',
  1122.             'App\\Admin\\Repository\\StdBlocksRepository' => '?',
  1123.             'App\\Admin\\Repository\\StdColorPalettesRepository' => '?',
  1124.             'App\\Admin\\Repository\\StdConfigRepository' => '?',
  1125.             'App\\Admin\\Repository\\StdContentTypesAttributesRepository' => '?',
  1126.             'App\\Admin\\Repository\\StdContentTypesBlocksRepository' => '?',
  1127.             'App\\Admin\\Repository\\StdContentTypesComponentsRepository' => '?',
  1128.             'App\\Admin\\Repository\\StdContentTypesRepository' => '?',
  1129.             'App\\Admin\\Repository\\StdContentTypesSkinsRepository' => '?',
  1130.             'App\\Admin\\Repository\\StdDiaryRepository' => '?',
  1131.             'App\\Admin\\Repository\\StdDomainsRepository' => '?',
  1132.             'App\\Admin\\Repository\\StdDomainsValuesContentRepository' => '?',
  1133.             'App\\Admin\\Repository\\StdDomainsValuesRepository' => '?',
  1134.             'App\\Admin\\Repository\\StdEmailsConfigurationsRepository' => '?',
  1135.             'App\\Admin\\Repository\\StdEmailsLogRepository' => '?',
  1136.             'App\\Admin\\Repository\\StdEmailsRepository' => '?',
  1137.             'App\\Admin\\Repository\\StdFavoritePagesUsersRepository' => '?',
  1138.             'App\\Admin\\Repository\\StdFeatureFlagRepository' => '?',
  1139.             'App\\Admin\\Repository\\StdFriendlyUrlRepository' => '?',
  1140.             'App\\Admin\\Repository\\StdLanguagesRepository' => '?',
  1141.             'App\\Admin\\Repository\\StdMenusFriendlyUrlRepository' => '?',
  1142.             'App\\Admin\\Repository\\StdNotificationsRepository' => '?',
  1143.             'App\\Admin\\Repository\\StdNotificationsScheduleRepository' => '?',
  1144.             'App\\Admin\\Repository\\StdNotificationsScheduleSentRepository' => '?',
  1145.             'App\\Admin\\Repository\\StdNotificationsTypesRepository' => '?',
  1146.             'App\\Admin\\Repository\\StdOptionsRepository' => '?',
  1147.             'App\\Admin\\Repository\\StdPagesApprovalStatusRepository' => '?',
  1148.             'App\\Admin\\Repository\\StdPagesAttributesValuesRepository' => '?',
  1149.             'App\\Admin\\Repository\\StdPagesCategoryApproversRepository' => '?',
  1150.             'App\\Admin\\Repository\\StdPagesContentRepository' => '?',
  1151.             'App\\Admin\\Repository\\StdPagesContentTypeApproversRepository' => '?',
  1152.             'App\\Admin\\Repository\\StdPagesEditLogRepository' => '?',
  1153.             'App\\Admin\\Repository\\StdPagesPagesRepository' => '?',
  1154.             'App\\Admin\\Repository\\StdPagesRepository' => '?',
  1155.             'App\\Admin\\Repository\\StdPagesTagRepository' => '?',
  1156.             'App\\Admin\\Repository\\StdPromptHistoryRepository' => '?',
  1157.             'App\\Admin\\Repository\\StdRedirectsRepository' => '?',
  1158.             'App\\Admin\\Repository\\StdRolesRepository' => '?',
  1159.             'App\\Admin\\Repository\\StdSeoBenchmarkRepository' => '?',
  1160.             'App\\Admin\\Repository\\StdSnippetsContentRepository' => '?',
  1161.             'App\\Admin\\Repository\\StdSnippetsRepository' => '?',
  1162.             'App\\Admin\\Repository\\StdTemplatesBlocksRepository' => '?',
  1163.             'App\\Admin\\Repository\\StdTemplatesRepository' => '?',
  1164.             'App\\Admin\\Repository\\StdTranslationsRepository' => '?',
  1165.             'App\\Admin\\Repository\\StdUsersLoginAuditRepository' => '?',
  1166.             'App\\Admin\\Repository\\StdUsersRepository' => '?',
  1167.             'App\\Admin\\Repository\\StdWebRolesRepository' => '?',
  1168.             'App\\Admin\\Repository\\StdWebUsersRepository' => '?',
  1169.             'App\\Admin\\Repository\\StdWebservicesRepository' => '?',
  1170.             'App\\Admin\\Scheduler\\Repository\\StdSchedulerTasksRepository' => '?',
  1171.             'App\\ContaLa\\Repository\\StdPagesContentRepository' => '?',
  1172.             'App\\Cookie\\Repository\\StdCookiesRepository' => '?',
  1173.             'App\\Repository\\FormsRepository' => '?',
  1174.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1175.             'App\\Repository\\StdAdsCampaignsRepository' => '?',
  1176.             'App\\Repository\\StdAdsRepository' => '?',
  1177.             'App\\Repository\\StdAdsTrackingRepository' => '?',
  1178.             'App\\Repository\\StdAdsZonesRepository' => '?',
  1179.             'App\\Repository\\StdAdvertisementsRepository' => '?',
  1180.             'App\\Repository\\StdFormsRepository' => '?',
  1181.             'App\\Repository\\StdPagesTrackingRepository' => '?',
  1182.             'App\\Repository\\StdTagTrackingRepository' => '?',
  1183.             'App\\Repository\\StdTranslationsContentRepository' => '?',
  1184.         ])));
  1185.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1186.         $a->addCustomStringFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1187.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1188.         $a->addCustomStringFunction('JSON_UNQUOTE''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1189.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1190.         $a->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1191.         $a->addCustomStringFunction('IF''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1192.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1193.         $a->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1194.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1195.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1196.         return $instance;
  1197.     }
  1198.     /**
  1199.      * Gets the public 'event_dispatcher' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1202.      */
  1203.     protected function getEventDispatcherService()
  1204.     {
  1205.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1206.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1207.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1208.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1209.         $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())));
  1210.         $instance->addListener('kernel.exception', [=> function () {
  1211.             return ($this->privates['App\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1212.         }, => 'onKernelException'], 0);
  1213.         $instance->addListener('kernel.controller', [=> function () {
  1214.             return ($this->privates['App\\EventListener\\PermissionAttributeListener'] ?? $this->getPermissionAttributeListenerService());
  1215.         }, => 'onKernelController'], 0);
  1216.         $instance->addListener('kernel.controller', [=> function () {
  1217.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1218.         }, => 'onKernelController'], 0);
  1219.         $instance->addListener('console.command', [=> function () {
  1220.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1221.         }, => 'onConsoleCommand'], 0);
  1222.         $instance->addListener('kernel.exception', [=> function () {
  1223.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1224.         }, => 'onKernelException'], 0);
  1225.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1226.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1227.         }, => 'checkPassport'], 1024);
  1228.         $instance->addListener('kernel.response', [=> function () {
  1229.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1230.         }, => 'onKernelResponse'], 0);
  1231.         $instance->addListener('kernel.response', [=> function () {
  1232.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1233.         }, => 'onKernelResponse'], 0);
  1234.         $instance->addListener('kernel.request', [=> function () {
  1235.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1236.         }, => 'onKernelRequest'], 0);
  1237.         $instance->addListener('eight_points_guzzle.pre_transaction.parrot', [=> function () {
  1238.             return ($this->privates['App\\Admin\\EventSubscriber\\ParrotSubscriber'] ?? $this->load('getParrotSubscriberService'));
  1239.         }, => 'onPreTransaction'], 0);
  1240.         $instance->addListener('eight_points_guzzle.post_transaction.parrot', [=> function () {
  1241.             return ($this->privates['App\\Admin\\EventSubscriber\\ParrotSubscriber'] ?? $this->load('getParrotSubscriberService'));
  1242.         }, => 'onPostTransaction'], 0);
  1243.         $instance->addListener('kernel.response', [=> function () {
  1244.             return ($this->privates['App\\EventSubscriber\\ResponseCacheControlSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ResponseCacheControlSubscriber'] = new \App\EventSubscriber\ResponseCacheControlSubscriber()));
  1245.         }, => 'onKernelResponse'], -10);
  1246.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1247.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService'));
  1248.         }, => 'onLoginSuccess'], 0);
  1249.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1250.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService'));
  1251.         }, => 'onLogout'], 0);
  1252.         $instance->addListener('std.formssubmit', [=> function () {
  1253.             return ($this->privates['App\\EventSubscriber\\StdFormsSubscriber'] ?? $this->load('getStdFormsSubscriberService'));
  1254.         }, => 'onFormSubmit'], 0);
  1255.         $instance->addListener('wusr.delete_data', [=> function () {
  1256.             return ($this->privates['App\\EventSubscriber\\StdFormsSubscriber'] ?? $this->load('getStdFormsSubscriberService'));
  1257.         }, => 'onDeleteUserData'], 0);
  1258.         $instance->addListener('wusr.activated', [=> function () {
  1259.             return ($this->privates['App\\EventSubscriber\\StdWebUsersSubscriber'] ?? $this->load('getStdWebUsersSubscriberService'));
  1260.         }, => 'onActivatedWebuser'], 0);
  1261.         $instance->addListener('wusr.new_address', [=> function () {
  1262.             return ($this->privates['App\\EventSubscriber\\StdWebUsersSubscriber'] ?? $this->load('getStdWebUsersSubscriberService'));
  1263.         }, => 'onNewAddress'], 0);
  1264.         $instance->addListener('wusr.update_address', [=> function () {
  1265.             return ($this->privates['App\\EventSubscriber\\StdWebUsersSubscriber'] ?? $this->load('getStdWebUsersSubscriberService'));
  1266.         }, => 'onUpdateAddress'], 0);
  1267.         $instance->addListener('wusr.delete_data', [=> function () {
  1268.             return ($this->privates['App\\EventSubscriber\\StdWebUsersSubscriber'] ?? $this->load('getStdWebUsersSubscriberService'));
  1269.         }, => 'onDeleteUserData'], 0);
  1270.         $instance->addListener('kernel.request', [=> function () {
  1271.             return ($this->privates['App\\EventSubscriber\\StudioSubscriber'] ?? $this->getStudioSubscriberService());
  1272.         }, => 'onKernelRequest'], 10);
  1273.         $instance->addListener('kernel.response', [=> function () {
  1274.             return ($this->privates['App\\EventSubscriber\\StudioSubscriber'] ?? $this->getStudioSubscriberService());
  1275.         }, => 'onKernelResponse'], 0);
  1276.         $instance->addListener('wusr.loggedin', [=> function () {
  1277.             return ($this->privates['App\\EventSubscriber\\StudioSubscriber'] ?? $this->getStudioSubscriberService());
  1278.         }, => 'onUserLogin'], 0);
  1279.         $instance->addListener('wusr.delete_data', [=> function () {
  1280.             return ($this->privates['App\\EventSubscriber\\StudioSubscriber'] ?? $this->getStudioSubscriberService());
  1281.         }, => 'onDeleteUserData'], 0);
  1282.         $instance->addListener('kernel.response', [=> function () {
  1283.             return ($this->privates['App\\EventSubscriber\\TrackingCookieSubscriber'] ?? $this->getTrackingCookieSubscriberService());
  1284.         }, => 'onKernelResponse'], 0);
  1285.         $instance->addListener('file_manager.post_update', [=> function () {
  1286.             return ($this->privates['file_manager.file_manager_subscriber'] ?? $this->load('getFileManager_FileManagerSubscriberService'));
  1287.         }, => 'postUpdate'], 0);
  1288.         $instance->addListener('kernel.request', [=> function () {
  1289.             return ($this->privates['browser_locale.default_locale_subscriber'] ?? $this->getBrowserLocale_DefaultLocaleSubscriberService());
  1290.         }, => 'onKernelRequest'], 17);
  1291.         $instance->addListener('kernel.finish_request', [=> function () {
  1292.             return ($this->privates['browser_locale.default_locale_subscriber'] ?? $this->getBrowserLocale_DefaultLocaleSubscriberService());
  1293.         }, => 'onKernelFinishRequest'], 1);
  1294.         $instance->addListener('kernel.response', [=> function () {
  1295.             return ($this->privates['browser_locale.default_locale_subscriber'] ?? $this->getBrowserLocale_DefaultLocaleSubscriberService());
  1296.         }, => 'onKernelResponse'], 0);
  1297.         $instance->addListener('kernel.response', [=> function () {
  1298.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1299.         }, => 'onKernelResponse'], 0);
  1300.         $instance->addListener('kernel.response', [=> function () {
  1301.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1302.         }, => 'onKernelResponse'], -1024);
  1303.         $instance->addListener('kernel.request', [=> function () {
  1304.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1305.         }, => 'setDefaultLocale'], 100);
  1306.         $instance->addListener('kernel.request', [=> function () {
  1307.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1308.         }, => 'onKernelRequest'], 16);
  1309.         $instance->addListener('kernel.finish_request', [=> function () {
  1310.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1311.         }, => 'onKernelFinishRequest'], 0);
  1312.         $instance->addListener('kernel.request', [=> function () {
  1313.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1314.         }, => 'onKernelRequest'], 256);
  1315.         $instance->addListener('kernel.response', [=> function () {
  1316.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1317.         }, => 'onResponse'], -255);
  1318.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1319.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1320.         }, => 'onControllerArguments'], 0);
  1321.         $instance->addListener('kernel.exception', [=> function () {
  1322.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1323.         }, => 'logKernelException'], 0);
  1324.         $instance->addListener('kernel.exception', [=> function () {
  1325.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1326.         }, => 'onKernelException'], -128);
  1327.         $instance->addListener('kernel.response', [=> function () {
  1328.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1329.         }, => 'removeCspHeader'], -128);
  1330.         $instance->addListener('kernel.request', [=> function () {
  1331.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1332.         }, => 'onKernelRequest'], 15);
  1333.         $instance->addListener('kernel.finish_request', [=> function () {
  1334.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1335.         }, => 'onKernelFinishRequest'], -15);
  1336.         $instance->addListener('console.error', [=> function () {
  1337.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1338.         }, => 'onConsoleError'], -128);
  1339.         $instance->addListener('console.terminate', [=> function () {
  1340.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1341.         }, => 'onConsoleTerminate'], -128);
  1342.         $instance->addListener('console.error', [=> function () {
  1343.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1344.         }, => 'onConsoleError'], 0);
  1345.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1346.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1347.         }, => 'onMessage'], -255);
  1348.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1349.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1350.         }, => 'onMessage'], -255);
  1351.         $instance->addListener('kernel.response', [=> function () {
  1352.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1353.         }, => 'onKernelResponse'], 0);
  1354.         $instance->addListener('kernel.request', [=> function () {
  1355.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1356.         }, => 'onKernelRequest'], 48);
  1357.         $instance->addListener('kernel.request', [=> function () {
  1358.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1359.         }, => 'configure'], 2048);
  1360.         $instance->addListener('console.command', [=> function () {
  1361.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1362.         }, => 'configure'], 2048);
  1363.         $instance->addListener('kernel.request', [=> function () {
  1364.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1365.         }, => 'onKernelRequest'], 32);
  1366.         $instance->addListener('kernel.finish_request', [=> function () {
  1367.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1368.         }, => 'onKernelFinishRequest'], 0);
  1369.         $instance->addListener('kernel.exception', [=> function () {
  1370.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1371.         }, => 'onKernelException'], -64);
  1372.         $instance->addListener('kernel.response', [=> function () {
  1373.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1374.         }, => 'onKernelResponse'], 0);
  1375.         $instance->addListener('kernel.request', [=> function () {
  1376.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1377.         }, => 'onKernelRequest'], 128);
  1378.         $instance->addListener('kernel.response', [=> function () {
  1379.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1380.         }, => 'onKernelResponse'], -1000);
  1381.         $instance->addListener('kernel.finish_request', [=> function () {
  1382.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1383.         }, => 'onFinishRequest'], 0);
  1384.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1385.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1386.         }, => 'onMessageFailed'], 100);
  1387.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1388.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1389.         }, => 'onMessageFailed'], 200);
  1390.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1391.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1392.         }, => 'onMessageFailed'], -100);
  1393.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1394.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1395.         }, => 'onWorkerStarted'], 0);
  1396.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1397.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1398.         }, => 'onWorkerRunning'], 0);
  1399.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1400.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1401.         }, => 'onMessageFailed'], 0);
  1402.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1403.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1404.         }, => 'onWorkerRunning'], 0);
  1405.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1406.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1407.         }, => 'onNotification'], -255);
  1408.         $instance->addListener('kernel.response', [=> function () {
  1409.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1410.         }, => 'onKernelResponse'], -100);
  1411.         $instance->addListener('kernel.exception', [=> function () {
  1412.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1413.         }, => 'onKernelException'], 0);
  1414.         $instance->addListener('kernel.terminate', [=> function () {
  1415.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1416.         }, => 'onKernelTerminate'], -1024);
  1417.         $instance->addListener('kernel.controller', [=> function () {
  1418.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1419.         }, => 'onKernelController'], 0);
  1420.         $instance->addListener('kernel.response', [=> function () {
  1421.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1422.         }, => 'onKernelResponse'], 0);
  1423.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1424.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1425.         }, => 'onWorkerMessageHandled'], 0);
  1426.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1427.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1428.         }, => 'onWorkerMessageFailed'], 0);
  1429.         $instance->addListener('console.command', [=> function () {
  1430.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1431.         }, => 'configure'], 1024);
  1432.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1433.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1434.         }, => 'onMessage'], 0);
  1435.         $instance->addListener('kernel.response', [=> function () {
  1436.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1437.         }, => 'onKernelResponse'], -128);
  1438.         $instance->addListener('kernel.finish_request', [=> function () {
  1439.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1440.         }, => 'resetAssets'], 0);
  1441.         $instance->addListener('kernel.response', [=> function () {
  1442.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1443.         }, => 'onKernelResponse'], 0);
  1444.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1445.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1446.         }, => 'checkPassport'], 0);
  1447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1448.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1449.         }, => 'onLoginSuccess'], 0);
  1450.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1451.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1452.         }, => 'onVoterVote'], 0);
  1453.         $instance->addListener('kernel.request', [=> function () {
  1454.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1455.         }, => 'configureLogoutUrlGenerator'], 8);
  1456.         $instance->addListener('kernel.request', [=> function () {
  1457.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1458.         }, => 'onKernelRequest'], 8);
  1459.         $instance->addListener('kernel.finish_request', [=> function () {
  1460.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1461.         }, => 'onKernelFinishRequest'], 0);
  1462.         $instance->addListener('console.command', [=> function () {
  1463.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1464.         }, => 'onCommand'], 255);
  1465.         $instance->addListener('console.terminate', [=> function () {
  1466.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1467.         }, => 'onTerminate'], -255);
  1468.         $instance->addListener('console.error', [=> function () {
  1469.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1470.         }, => 'onConsoleError'], 0);
  1471.         $instance->addListener('console.terminate', [=> function () {
  1472.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1473.         }, => 'onConsoleTerminate'], 0);
  1474.         $instance->addListener('kernel.controller', [=> function () {
  1475.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1476.         }, => 'onKernelController'], 0);
  1477.         $instance->addListener('kernel.controller', [=> function () {
  1478.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1479.         }, => 'onKernelController'], 0);
  1480.         $instance->addListener('kernel.controller', [=> function () {
  1481.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1482.         }, => 'onKernelController'], -128);
  1483.         $instance->addListener('kernel.view', [=> function () {
  1484.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1485.         }, => 'onKernelView'], 0);
  1486.         $instance->addListener('kernel.controller', [=> function () {
  1487.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1488.         }, => 'onKernelController'], 0);
  1489.         $instance->addListener('kernel.response', [=> function () {
  1490.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1491.         }, => 'onKernelResponse'], 0);
  1492.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1493.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1494.         }, => 'onKernelControllerArguments'], 0);
  1495.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1496.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1497.         }, => 'onKernelControllerArguments'], 0);
  1498.         $instance->addListener('knp_pager.before', [=> function () {
  1499.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1500.         }, => 'before'], 0);
  1501.         $instance->addListener('knp_pager.pagination', [=> function () {
  1502.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1503.         }, => 'pagination'], 0);
  1504.         $instance->addListener('knp_pager.before', [=> function () {
  1505.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1506.         }, => 'before'], 1);
  1507.         $instance->addListener('knp_pager.before', [=> function () {
  1508.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1509.         }, => 'before'], 1);
  1510.         $instance->addListener('knp_pager.pagination', [=> function () {
  1511.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1512.         }, => 'pagination'], 1);
  1513.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  1514.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleBuilderSubscriber'] ?? $this->load('getScheduleBuilderSubscriberService'));
  1515.         }, => 'build'], 0);
  1516.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  1517.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\TaskConfigurationSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\TaskConfigurationSubscriber([])));
  1518.         }, => 'configureTasks'], 0);
  1519.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  1520.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleExtensionSubscriber'] ?? $this->load('getScheduleExtensionSubscriberService'));
  1521.         }, => 'addExtensions'], 0);
  1522.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  1523.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\SelfSchedulingCommandSubscriber'] ?? $this->load('getSelfSchedulingCommandSubscriberService'));
  1524.         }, => 'build'], 0);
  1525.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeScheduleEvent', [=> function () {
  1526.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
  1527.         }, => 'beforeSchedule'], 0);
  1528.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterScheduleEvent', [=> function () {
  1529.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
  1530.         }, => 'afterSchedule'], 0);
  1531.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BeforeTaskEvent', [=> function () {
  1532.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
  1533.         }, => 'beforeTask'], 0);
  1534.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\AfterTaskEvent', [=> function () {
  1535.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleLoggerSubscriber'] ?? $this->load('getScheduleLoggerSubscriberService'));
  1536.         }, => 'afterTask'], 0);
  1537.         $instance->addListener('Zenstruck\\ScheduleBundle\\Event\\BuildScheduleEvent', [=> function () {
  1538.             return ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleTimezoneSubscriber'] ?? ($this->privates['Zenstruck\\ScheduleBundle\\EventListener\\ScheduleTimezoneSubscriber'] = new \Zenstruck\ScheduleBundle\EventListener\ScheduleTimezoneSubscriber('UTC')));
  1539.         }, => 'setTimezone'], 0);
  1540.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1541.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1542.         }, => 'checkPassport'], 512);
  1543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1544.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1545.         }, => 'onLogout'], 0);
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the public 'http_kernel' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1552.      */
  1553.     protected function getHttpKernelService()
  1554.     {
  1555.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1556.         if (isset($this->services['http_kernel'])) {
  1557.             return $this->services['http_kernel'];
  1558.         }
  1559.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1560.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1561.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1562.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1563.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1564.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1565.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1566.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1567.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1568.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1569.         }, 8)), $b));
  1570.     }
  1571.     /**
  1572.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1573.      *
  1574.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1575.      */
  1576.     protected function getLiipImagine_Cache_ManagerService()
  1577.     {
  1578.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1579.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1580.             return $this->services['liip_imagine.cache.manager'];
  1581.         }
  1582.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $a'azure_cache_resolver'false);
  1583.         $instance->addResolver('azure_cache_resolver', ($this->privates['liip_imagine.cache.resolver.azure_cache_resolver'] ?? $this->getLiipImagine_Cache_Resolver_AzureCacheResolverService()));
  1584.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1585.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1590.      *
  1591.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1592.      */
  1593.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1594.     {
  1595.         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'), 'media/cache');
  1596.     }
  1597.     /**
  1598.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1599.      *
  1600.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1601.      */
  1602.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1603.     {
  1604.         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()));
  1605.     }
  1606.     /**
  1607.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1608.      *
  1609.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1610.      */
  1611.     protected function getLiipImagine_Cache_SignerService()
  1612.     {
  1613.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1614.     }
  1615.     /**
  1616.      * Gets the public 'messenger.default_bus' shared service.
  1617.      *
  1618.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1619.      */
  1620.     protected function getMessenger_DefaultBusService()
  1621.     {
  1622.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1623.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1624.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1625.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1626.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1627.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1628.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1629.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1630.         }, 7)));
  1631.     }
  1632.     /**
  1633.      * Gets the public 'monolog.logger.deprecation' shared service.
  1634.      *
  1635.      * @return \Symfony\Bridge\Monolog\Logger
  1636.      */
  1637.     protected function getMonolog_Logger_DeprecationService()
  1638.     {
  1639.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1640.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1641.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1642.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1643.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1644.         return $instance;
  1645.     }
  1646.     /**
  1647.      * Gets the public 'request_stack' shared service.
  1648.      *
  1649.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1650.      */
  1651.     protected function getRequestStackService()
  1652.     {
  1653.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1654.     }
  1655.     /**
  1656.      * Gets the public 'router' shared service.
  1657.      *
  1658.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1659.      */
  1660.     protected function getRouterService()
  1661.     {
  1662.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1663.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1664.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1665.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1666.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1667.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1668.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1669.         ], [
  1670.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1671.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'pt');
  1672.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1673.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1674.         return $instance;
  1675.     }
  1676.     /**
  1677.      * Gets the public 'translator' shared service.
  1678.      *
  1679.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1680.      */
  1681.     protected function getTranslatorService()
  1682.     {
  1683.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['app.decorating_translator'] ?? $this->getApp_DecoratingTranslatorService()));
  1684.     }
  1685.     /**
  1686.      * Gets the public 'var_dumper.cloner' shared service.
  1687.      *
  1688.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1689.      */
  1690.     protected function getVarDumper_ClonerService()
  1691.     {
  1692.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1693.         $instance->setMaxItems(2500);
  1694.         $instance->setMinDepth(1);
  1695.         $instance->setMaxString(-1);
  1696.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1697.         return $instance;
  1698.     }
  1699.     /**
  1700.      * Gets the private '.debug.http_client' shared service.
  1701.      *
  1702.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1703.      */
  1704.     protected function get_Debug_HttpClientService()
  1705.     {
  1706.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1707.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1708.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1709.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1710.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1711.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1712.         $a->setLogger($b);
  1713.         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))));
  1714.     }
  1715.     /**
  1716.      * Gets the private '.service_locator.Ua1s5TG' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1719.      */
  1720.     protected function get_ServiceLocator_Ua1s5TGService()
  1721.     {
  1722.         return $this->privates['.service_locator.Ua1s5TG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1723.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1724.             'security.firewall.map.context.image_resolver' => ['privates''security.firewall.map.context.image_resolver''getSecurity_Firewall_Map_Context_ImageResolverService'true],
  1725.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1726.             'security.firewall.map.context.studio' => ['privates''security.firewall.map.context.studio''getSecurity_Firewall_Map_Context_StudioService'true],
  1727.         ], [
  1728.             'security.firewall.map.context.dev' => '?',
  1729.             'security.firewall.map.context.image_resolver' => '?',
  1730.             'security.firewall.map.context.main' => '?',
  1731.             'security.firewall.map.context.studio' => '?',
  1732.         ]);
  1733.     }
  1734.     /**
  1735.      * Gets the private 'App\Admin\Repository\StdTranslationsRepository' shared autowired service.
  1736.      *
  1737.      * @return \App\Admin\Repository\StdTranslationsRepository
  1738.      */
  1739.     protected function getStdTranslationsRepositoryService()
  1740.     {
  1741.         return $this->privates['App\\Admin\\Repository\\StdTranslationsRepository'] = new \App\Admin\Repository\StdTranslationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1742.     }
  1743.     /**
  1744.      * Gets the private 'App\Admin\Service\RolePermissionService' shared autowired service.
  1745.      *
  1746.      * @return \App\Admin\Service\RolePermissionService
  1747.      */
  1748.     protected function getRolePermissionServiceService()
  1749.     {
  1750.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1751.         if (isset($this->privates['App\\Admin\\Service\\RolePermissionService'])) {
  1752.             return $this->privates['App\\Admin\\Service\\RolePermissionService'];
  1753.         }
  1754.         return $this->privates['App\\Admin\\Service\\RolePermissionService'] = new \App\Admin\Service\RolePermissionService($a);
  1755.     }
  1756.     /**
  1757.      * Gets the private 'App\ContaLa\Twig\AppExtension' shared autowired service.
  1758.      *
  1759.      * @return \App\ContaLa\Twig\AppExtension
  1760.      */
  1761.     protected function getAppExtensionService()
  1762.     {
  1763.         return $this->privates['App\\ContaLa\\Twig\\AppExtension'] = new \App\ContaLa\Twig\AppExtension(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1764.     }
  1765.     /**
  1766.      * Gets the private 'App\EventListener\PermissionAttributeListener' shared autowired service.
  1767.      *
  1768.      * @return \App\EventListener\PermissionAttributeListener
  1769.      */
  1770.     protected function getPermissionAttributeListenerService()
  1771.     {
  1772.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1773.         if (isset($this->privates['App\\EventListener\\PermissionAttributeListener'])) {
  1774.             return $this->privates['App\\EventListener\\PermissionAttributeListener'];
  1775.         }
  1776.         return $this->privates['App\\EventListener\\PermissionAttributeListener'] = new \App\EventListener\PermissionAttributeListener(($this->privates['App\\Admin\\Service\\RolePermissionService'] ?? $this->getRolePermissionServiceService()), $a);
  1777.     }
  1778.     /**
  1779.      * Gets the private 'App\EventSubscriber\StudioSubscriber' shared autowired service.
  1780.      *
  1781.      * @return \App\EventSubscriber\StudioSubscriber
  1782.      */
  1783.     protected function getStudioSubscriberService()
  1784.     {
  1785.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1786.         if (isset($this->privates['App\\EventSubscriber\\StudioSubscriber'])) {
  1787.             return $this->privates['App\\EventSubscriber\\StudioSubscriber'];
  1788.         }
  1789.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1790.         if (isset($this->privates['App\\EventSubscriber\\StudioSubscriber'])) {
  1791.             return $this->privates['App\\EventSubscriber\\StudioSubscriber'];
  1792.         }
  1793.         $c = ($this->privates['App\\Service\\StudioService'] ?? $this->getStudioServiceService());
  1794.         if (isset($this->privates['App\\EventSubscriber\\StudioSubscriber'])) {
  1795.             return $this->privates['App\\EventSubscriber\\StudioSubscriber'];
  1796.         }
  1797.         return $this->privates['App\\EventSubscriber\\StudioSubscriber'] = new \App\EventSubscriber\StudioSubscriber($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c);
  1798.     }
  1799.     /**
  1800.      * Gets the private 'App\EventSubscriber\TrackingCookieSubscriber' shared autowired service.
  1801.      *
  1802.      * @return \App\EventSubscriber\TrackingCookieSubscriber
  1803.      */
  1804.     protected function getTrackingCookieSubscriberService()
  1805.     {
  1806.         $a = ($this->privates['App\\Service\\StdTrackingService'] ?? $this->getStdTrackingServiceService());
  1807.         if (isset($this->privates['App\\EventSubscriber\\TrackingCookieSubscriber'])) {
  1808.             return $this->privates['App\\EventSubscriber\\TrackingCookieSubscriber'];
  1809.         }
  1810.         return $this->privates['App\\EventSubscriber\\TrackingCookieSubscriber'] = new \App\EventSubscriber\TrackingCookieSubscriber($a);
  1811.     }
  1812.     /**
  1813.      * Gets the private 'App\Repository\StdPagesTrackingRepository' shared autowired service.
  1814.      *
  1815.      * @return \App\Repository\StdPagesTrackingRepository
  1816.      */
  1817.     protected function getStdPagesTrackingRepositoryService()
  1818.     {
  1819.         return $this->privates['App\\Repository\\StdPagesTrackingRepository'] = new \App\Repository\StdPagesTrackingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1820.     }
  1821.     /**
  1822.      * Gets the private 'App\Service\PageInfoCacheService' shared autowired service.
  1823.      *
  1824.      * @return \App\Service\PageInfoCacheService
  1825.      */
  1826.     protected function getPageInfoCacheServiceService()
  1827.     {
  1828.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1829.         if (isset($this->privates['App\\Service\\PageInfoCacheService'])) {
  1830.             return $this->privates['App\\Service\\PageInfoCacheService'];
  1831.         }
  1832.         return $this->privates['App\\Service\\PageInfoCacheService'] = new \App\Service\PageInfoCacheService(($this->privates['page_info.cache'] ?? $this->getPageInfo_CacheService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1833.     }
  1834.     /**
  1835.      * Gets the private 'App\Service\StdTrackingService' shared autowired service.
  1836.      *
  1837.      * @return \App\Service\StdTrackingService
  1838.      */
  1839.     protected function getStdTrackingServiceService()
  1840.     {
  1841.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1842.         if (isset($this->privates['App\\Service\\StdTrackingService'])) {
  1843.             return $this->privates['App\\Service\\StdTrackingService'];
  1844.         }
  1845.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1846.         if (isset($this->privates['App\\Service\\StdTrackingService'])) {
  1847.             return $this->privates['App\\Service\\StdTrackingService'];
  1848.         }
  1849.         return $this->privates['App\\Service\\StdTrackingService'] = new \App\Service\StdTrackingService($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\StdPagesTrackingRepository'] ?? $this->getStdPagesTrackingRepositoryService()), $b);
  1850.     }
  1851.     /**
  1852.      * Gets the private 'App\Service\StudioService' shared autowired service.
  1853.      *
  1854.      * @return \App\Service\StudioService
  1855.      */
  1856.     protected function getStudioServiceService()
  1857.     {
  1858.         $a = ($this->privates['studio.cache'] ?? $this->getStudio_CacheService());
  1859.         if (isset($this->privates['App\\Service\\StudioService'])) {
  1860.             return $this->privates['App\\Service\\StudioService'];
  1861.         }
  1862.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1863.         if (isset($this->privates['App\\Service\\StudioService'])) {
  1864.             return $this->privates['App\\Service\\StudioService'];
  1865.         }
  1866.         return $this->privates['App\\Service\\StudioService'] = new \App\Service\StudioService($a$b, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1867.     }
  1868.     /**
  1869.      * Gets the private 'Artgris\Bundle\FileManagerBundle\Service\FileTypeService' shared autowired service.
  1870.      *
  1871.      * @return \App\Service\CustomFileTypeService
  1872.      */
  1873.     protected function getFileTypeServiceService()
  1874.     {
  1875.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1876.         if (isset($this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'])) {
  1877.             return $this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'];
  1878.         }
  1879.         return $this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FileTypeService'] = new \App\Service\CustomFileTypeService(($this->services['router'] ?? $this->getRouterService()), $a);
  1880.     }
  1881.     /**
  1882.      * Gets the private 'Artgris\Bundle\FileManagerBundle\Service\FilemanagerService' shared autowired service.
  1883.      *
  1884.      * @return \Artgris\Bundle\FileManagerBundle\Service\FilemanagerService
  1885.      */
  1886.     protected function getFilemanagerServiceService()
  1887.     {
  1888.         return $this->privates['Artgris\\Bundle\\FileManagerBundle\\Service\\FilemanagerService'] = new \Artgris\Bundle\FileManagerBundle\Service\FilemanagerService($this->getParameter('artgris_file_manager'), $this);
  1889.     }
  1890.     /**
  1891.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1892.      *
  1893.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1894.      */
  1895.     protected function getResetAssetsEventListenerService()
  1896.     {
  1897.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  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 'app.decorating_translator' shared autowired service.
  1932.      *
  1933.      * @return \App\Translations\StudioTranslator
  1934.      */
  1935.     protected function getApp_DecoratingTranslatorService()
  1936.     {
  1937.         return $this->privates['app.decorating_translator'] = new \App\Translations\StudioTranslator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Admin\\Repository\\StdTranslationsRepository'] ?? $this->getStdTranslationsRepositoryService()), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()));
  1938.     }
  1939.     /**
  1940.      * Gets the private 'assets._version__default' shared service.
  1941.      *
  1942.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  1943.      */
  1944.     protected function getAssets_VersionDefaultService()
  1945.     {
  1946.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false);
  1947.     }
  1948.     /**
  1949.      * Gets the private 'assets.context' shared service.
  1950.      *
  1951.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1952.      */
  1953.     protected function getAssets_ContextService()
  1954.     {
  1955.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1956.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  1957.     }
  1958.     /**
  1959.      * Gets the private 'assets.packages' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\Asset\Packages
  1962.      */
  1963.     protected function getAssets_PackagesService()
  1964.     {
  1965.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1966.             yield 'global' => ($this->privates['assets._package_global'] ?? $this->load('getAssets_PackageGlobalService'));
  1967.             yield 'webusers' => ($this->privates['assets._package_webusers'] ?? $this->load('getAssets_PackageWebusersService'));
  1968.         }, 2));
  1969.     }
  1970.     /**
  1971.      * Gets the private 'browser_locale.default_locale_subscriber' shared autowired service.
  1972.      *
  1973.      * @return \App\EventSubscriber\DefaultLocaleSubscriber
  1974.      */
  1975.     protected function getBrowserLocale_DefaultLocaleSubscriberService()
  1976.     {
  1977.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1978.         if (isset($this->privates['browser_locale.default_locale_subscriber'])) {
  1979.             return $this->privates['browser_locale.default_locale_subscriber'];
  1980.         }
  1981.         return $this->privates['browser_locale.default_locale_subscriber'] = new \App\EventSubscriber\DefaultLocaleSubscriber($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()));
  1982.     }
  1983.     /**
  1984.      * Gets the private 'cache.annotations' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1987.      */
  1988.     protected function getCache_AnnotationsService()
  1989.     {
  1990.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1991.     }
  1992.     /**
  1993.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1994.      *
  1995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1996.      */
  1997.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1998.     {
  1999.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2000.     }
  2001.     /**
  2002.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2003.      *
  2004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2005.      */
  2006.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2007.     {
  2008.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2009.     }
  2010.     /**
  2011.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2012.      *
  2013.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2014.      */
  2015.     protected function getCache_Messenger_RestartWorkersSignalService()
  2016.     {
  2017.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['redis_connection'] ?? $this->getRedisConnectionService()), '5rfKgmrMwM'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2018.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2019.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2020.     }
  2021.     /**
  2022.      * Gets the private 'cache.property_info' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2025.      */
  2026.     protected function getCache_PropertyInfoService()
  2027.     {
  2028.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'cache.security_expression_language' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2034.      */
  2035.     protected function getCache_SecurityExpressionLanguageService()
  2036.     {
  2037.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'cache.security_token_verifier' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2043.      */
  2044.     protected function getCache_SecurityTokenVerifierService()
  2045.     {
  2046.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('cYYIaP0ibo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2047.     }
  2048.     /**
  2049.      * Gets the private 'cache.serializer' shared service.
  2050.      *
  2051.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2052.      */
  2053.     protected function getCache_SerializerService()
  2054.     {
  2055.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2056.     }
  2057.     /**
  2058.      * Gets the private 'cache.validator' shared service.
  2059.      *
  2060.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2061.      */
  2062.     protected function getCache_ValidatorService()
  2063.     {
  2064.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2065.     }
  2066.     /**
  2067.      * Gets the private 'cache.webpack_encore' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2070.      */
  2071.     protected function getCache_WebpackEncoreService()
  2072.     {
  2073.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2074.     }
  2075.     /**
  2076.      * Gets the private 'config_cache_factory' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2079.      */
  2080.     protected function getConfigCacheFactoryService()
  2081.     {
  2082.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2083.             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)));
  2084.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2085.         }, 2));
  2086.     }
  2087.     /**
  2088.      * Gets the private 'data_collector.form' shared service.
  2089.      *
  2090.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2091.      */
  2092.     protected function getDataCollector_FormService()
  2093.     {
  2094.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2095.     }
  2096.     /**
  2097.      * Gets the private 'data_collector.request' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2100.      */
  2101.     protected function getDataCollector_RequestService()
  2102.     {
  2103.         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())));
  2104.     }
  2105.     /**
  2106.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2109.      */
  2110.     protected function getDebug_DebugHandlersListenerService()
  2111.     {
  2112.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2113.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2114.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2115.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2116.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2117.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2118.     }
  2119.     /**
  2120.      * Gets the private 'debug.file_link_formatter' shared service.
  2121.      *
  2122.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2123.      */
  2124.     protected function getDebug_FileLinkFormatterService()
  2125.     {
  2126.         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 () {
  2127.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2128.         });
  2129.     }
  2130.     /**
  2131.      * Gets the private 'debug.log_processor' shared service.
  2132.      *
  2133.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2134.      */
  2135.     protected function getDebug_LogProcessorService()
  2136.     {
  2137.         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())));
  2138.     }
  2139.     /**
  2140.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2141.      *
  2142.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2143.      */
  2144.     protected function getDebug_Security_Access_DecisionManagerService()
  2145.     {
  2146.         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 () {
  2147.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2148.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2149.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2150.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'debug.security.firewall' shared service.
  2154.      *
  2155.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2156.      */
  2157.     protected function getDebug_Security_FirewallService()
  2158.     {
  2159.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2160.         if (isset($this->privates['debug.security.firewall'])) {
  2161.             return $this->privates['debug.security.firewall'];
  2162.         }
  2163.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2164.         if (isset($this->privates['debug.security.firewall'])) {
  2165.             return $this->privates['debug.security.firewall'];
  2166.         }
  2167.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2168.     }
  2169.     /**
  2170.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2171.      *
  2172.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2173.      */
  2174.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2175.     {
  2176.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2177.             'App\\EventSubscriber\\StdPagesAuditSubscriber' => ['privates''App\\EventSubscriber\\StdPagesAuditSubscriber''getStdPagesAuditSubscriberService'true],
  2178.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2179.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2180.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2181.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2182.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2183.         ], [
  2184.             'App\\EventSubscriber\\StdPagesAuditSubscriber' => '?',
  2185.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2186.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2187.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2188.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2189.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2190.         ]), [=> 'App\\EventSubscriber\\StdPagesAuditSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2191.     }
  2192.     /**
  2193.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2194.      *
  2195.      * @return \Doctrine\Migrations\DependencyFactory
  2196.      */
  2197.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2198.     {
  2199.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2200.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2201.         $a->setAllOrNothing(false);
  2202.         $a->setCheckDatabasePlatform(true);
  2203.         $a->setTransactional(true);
  2204.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2205.         $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['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2206.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2207.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2208.         });
  2209.         return $instance;
  2210.     }
  2211.     /**
  2212.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  2213.      *
  2214.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  2215.      */
  2216.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  2217.     {
  2218.         return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Admin/Entity'), => (\dirname(__DIR__4).'/src/Admin/Scheduler/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/src/Cookie/Entity'), => (\dirname(__DIR__4).'/src/ContaLa/Entity')], false);
  2219.     }
  2220.     /**
  2221.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  2222.      *
  2223.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  2224.      */
  2225.     protected function getEightPointsGuzzle_DataCollectorService()
  2226.     {
  2227.         return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([=> ($this->privates['eight_points_guzzle.savannahbus_logger'] ?? ($this->privates['eight_points_guzzle.savannahbus_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.parrot_logger'] ?? ($this->privates['eight_points_guzzle.parrot_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
  2228.     }
  2229.     /**
  2230.      * Gets the private 'esi_listener' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2233.      */
  2234.     protected function getEsiListenerService()
  2235.     {
  2236.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2237.     }
  2238.     /**
  2239.      * Gets the private 'exception_listener' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2242.      */
  2243.     protected function getExceptionListener2Service()
  2244.     {
  2245.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2246.     }
  2247.     /**
  2248.      * Gets the private 'fragment.listener' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2251.      */
  2252.     protected function getFragment_ListenerService()
  2253.     {
  2254.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  2255.     }
  2256.     /**
  2257.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2258.      *
  2259.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2260.      */
  2261.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2262.     {
  2263.         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())));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2267.      *
  2268.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2269.      */
  2270.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2271.     {
  2272.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2273.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2274.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2275.         }
  2276.         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()), $a);
  2277.     }
  2278.     /**
  2279.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2280.      *
  2281.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2282.      */
  2283.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2284.     {
  2285.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 1'defaultPageLimit' => NULL]);
  2286.     }
  2287.     /**
  2288.      * Gets the private 'liip_imagine.cache.resolver.azure_cache_resolver' shared autowired service.
  2289.      *
  2290.      * @return \App\Bundles\Liip\ImagineBundle\Cache\Resolver\AzureCacheResolver
  2291.      */
  2292.     protected function getLiipImagine_Cache_Resolver_AzureCacheResolverService()
  2293.     {
  2294.         return $this->privates['liip_imagine.cache.resolver.azure_cache_resolver'] = new \App\Bundles\Liip\ImagineBundle\Cache\Resolver\AzureCacheResolver(($this->privates['App\\Service\\AzureBlobStorageService'] ?? ($this->privates['App\\Service\\AzureBlobStorageService'] = new \App\Service\AzureBlobStorageService($this->getEnv('AZURE_CONNECTION_STRING'), $this->getEnv('string:AZURE_CONTAINER_NAME')))), $this->getEnv('string:AZURE_LINK'), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2295.     }
  2296.     /**
  2297.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2298.      *
  2299.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2300.      */
  2301.     protected function getLiipImagine_Filter_ConfigurationService()
  2302.     {
  2303.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2304.     }
  2305.     /**
  2306.      * Gets the private 'locale_aware_listener' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2309.      */
  2310.     protected function getLocaleAwareListenerService()
  2311.     {
  2312.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2313.             yield => ($this->privates['App\\Translations\\StudioTranslator'] ?? $this->load('getStudioTranslatorService'));
  2314.             yield => ($this->privates['app.decorating_translator'] ?? $this->getApp_DecoratingTranslatorService());
  2315.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('pt')));
  2316.             yield => ($this->privates['translator.default'] ?? $this->load('getTranslator_DefaultService'));
  2317.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'locale_listener' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2323.      */
  2324.     protected function getLocaleListenerService()
  2325.     {
  2326.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'pt', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2327.     }
  2328.     /**
  2329.      * Gets the private 'monolog.handler.console' shared service.
  2330.      *
  2331.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2332.      */
  2333.     protected function getMonolog_Handler_ConsoleService()
  2334.     {
  2335.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2336.     }
  2337.     /**
  2338.      * Gets the private 'monolog.handler.main' shared service.
  2339.      *
  2340.      * @return \Monolog\Handler\StreamHandler
  2341.      */
  2342.     protected function getMonolog_Handler_MainService()
  2343.     {
  2344.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2345.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2346.         return $instance;
  2347.     }
  2348.     /**
  2349.      * Gets the private 'monolog.logger' shared service.
  2350.      *
  2351.      * @return \Symfony\Bridge\Monolog\Logger
  2352.      */
  2353.     protected function getMonolog_LoggerService()
  2354.     {
  2355.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2356.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2357.         $instance->useMicrosecondTimestamps(true);
  2358.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2359.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2360.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the private 'monolog.logger.cache' shared service.
  2365.      *
  2366.      * @return \Symfony\Bridge\Monolog\Logger
  2367.      */
  2368.     protected function getMonolog_Logger_CacheService()
  2369.     {
  2370.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2371.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2372.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2373.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2374.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the private 'monolog.logger.request' shared service.
  2379.      *
  2380.      * @return \Symfony\Bridge\Monolog\Logger
  2381.      */
  2382.     protected function getMonolog_Logger_RequestService()
  2383.     {
  2384.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2385.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2386.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2387.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2388.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2389.         return $instance;
  2390.     }
  2391.     /**
  2392.      * Gets the private 'monolog.logger.security' shared service.
  2393.      *
  2394.      * @return \Symfony\Bridge\Monolog\Logger
  2395.      */
  2396.     protected function getMonolog_Logger_SecurityService()
  2397.     {
  2398.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2399.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2400.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2401.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2402.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2403.         return $instance;
  2404.     }
  2405.     /**
  2406.      * Gets the private 'page_info.cache' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2409.      */
  2410.     protected function getPageInfo_CacheService()
  2411.     {
  2412.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['redis_connection'] ?? $this->getRedisConnectionService()), '7+U5HOumc+'300, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2413.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2414.         return $this->privates['page_info.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2415.     }
  2416.     /**
  2417.      * Gets the private 'parameter_bag' shared service.
  2418.      *
  2419.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2420.      */
  2421.     protected function getParameterBagService()
  2422.     {
  2423.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2424.     }
  2425.     /**
  2426.      * Gets the private 'profiler_listener' shared service.
  2427.      *
  2428.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2429.      */
  2430.     protected function getProfilerListenerService()
  2431.     {
  2432.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2433.         if (isset($this->privates['profiler_listener'])) {
  2434.             return $this->privates['profiler_listener'];
  2435.         }
  2436.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2437.     }
  2438.     /**
  2439.      * Gets the private 'property_accessor' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2442.      */
  2443.     protected function getPropertyAccessorService()
  2444.     {
  2445.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2446.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2447.     }
  2448.     /**
  2449.      * Gets the private 'property_info' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2452.      */
  2453.     protected function getPropertyInfoService()
  2454.     {
  2455.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2456.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2457.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2458.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2459.         }, 3), new RewindableGenerator(function () {
  2460.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2461.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2462.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2463.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2464.         }, 4), new RewindableGenerator(function () {
  2465.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2466.         }, 1), new RewindableGenerator(function () {
  2467.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2468.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2469.         }, 2), new RewindableGenerator(function () {
  2470.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2471.         }, 1));
  2472.     }
  2473.     /**
  2474.      * Gets the private 'redirects.cache' shared service.
  2475.      *
  2476.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2477.      */
  2478.     protected function getRedirects_CacheService()
  2479.     {
  2480.         $a = ($this->privates['redirects.cache.recorder_inner'] ?? $this->getRedirects_Cache_RecorderInnerService());
  2481.         if (isset($this->privates['redirects.cache'])) {
  2482.             return $this->privates['redirects.cache'];
  2483.         }
  2484.         return $this->privates['redirects.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2485.     }
  2486.     /**
  2487.      * Gets the private 'redirects.cache.recorder_inner' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Cache\Adapter\PdoAdapter
  2490.      */
  2491.     protected function getRedirects_Cache_RecorderInnerService()
  2492.     {
  2493.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2494.         if (isset($this->privates['redirects.cache.recorder_inner'])) {
  2495.             return $this->privates['redirects.cache.recorder_inner'];
  2496.         }
  2497.         $this->privates['redirects.cache.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\PdoAdapter($a'wGziWeNk0O'\Symfony\Component\Cache\Adapter\ParameterNormalizer::normalizeDuration($this->getEnv('int:STD_REDIRECTS_CACHE_LIFETIME')), [], ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2498.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2499.         return $instance;
  2500.     }
  2501.     /**
  2502.      * Gets the private 'redis_connection' shared autowired service.
  2503.      *
  2504.      * @return \Redis
  2505.      */
  2506.     protected function getRedisConnectionService()
  2507.     {
  2508.         $this->privates['redis_connection'] = $instance = new \Redis();
  2509.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'), 2.5NULL02.5);
  2510.         $instance->auth($this->getEnv('REDIS_PASSWORD'));
  2511.         $instance->select($this->getEnv('int:REDIS_DB'));
  2512.         return $instance;
  2513.     }
  2514.     /**
  2515.      * Gets the private 'router.expression_language_provider' shared service.
  2516.      *
  2517.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2518.      */
  2519.     protected function getRouter_ExpressionLanguageProviderService()
  2520.     {
  2521.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2522.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2523.         ], [
  2524.             'env' => 'Closure',
  2525.         ]));
  2526.     }
  2527.     /**
  2528.      * Gets the private 'router.request_context' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Routing\RequestContext
  2531.      */
  2532.     protected function getRouter_RequestContextService()
  2533.     {
  2534.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2535.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2536.         return $instance;
  2537.     }
  2538.     /**
  2539.      * Gets the private 'router_listener' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2542.      */
  2543.     protected function getRouterListenerService()
  2544.     {
  2545.         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);
  2546.     }
  2547.     /**
  2548.      * Gets the private 'security.context_listener.0' shared service.
  2549.      *
  2550.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2551.      */
  2552.     protected function getSecurity_ContextListener_0Service()
  2553.     {
  2554.         $a = ($this->privates['security.event_dispatcher.studio'] ?? $this->getSecurity_EventDispatcher_StudioService());
  2555.         if (isset($this->privates['security.context_listener.0'])) {
  2556.             return $this->privates['security.context_listener.0'];
  2557.         }
  2558.         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 () {
  2559.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->load('getSecurity_User_Provider_Concrete_UsersService'));
  2560.             yield => ($this->privates['security.user.provider.concrete.webusers'] ?? $this->load('getSecurity_User_Provider_Concrete_WebusersService'));
  2561.         }, 2), 'studio_context', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  2562.     }
  2563.     /**
  2564.      * Gets the private 'security.context_listener.1' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2567.      */
  2568.     protected function getSecurity_ContextListener_1Service()
  2569.     {
  2570.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2571.         if (isset($this->privates['security.context_listener.1'])) {
  2572.             return $this->privates['security.context_listener.1'];
  2573.         }
  2574.         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 () {
  2575.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->load('getSecurity_User_Provider_Concrete_UsersService'));
  2576.             yield => ($this->privates['security.user.provider.concrete.webusers'] ?? $this->load('getSecurity_User_Provider_Concrete_WebusersService'));
  2577.         }, 2), 'studio', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  2578.     }
  2579.     /**
  2580.      * Gets the private 'security.event_dispatcher.main' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2583.      */
  2584.     protected function getSecurity_EventDispatcher_MainService()
  2585.     {
  2586.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2587.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2588.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2589.         }, => 'checkPassport'], 2048);
  2590.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2591.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2592.         }, => 'onSuccessfulLogin'], 0);
  2593.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2594.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2595.         }, => 'onLogout'], 64);
  2596.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2597.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2598.         }, => 'onLogout'], 0);
  2599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2600.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2601.         }, => 'onSuccessfulLogin'], -32);
  2602.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2603.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2604.         }, => 'onSuccessfulLogin'], -64);
  2605.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2606.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2607.         }, => 'clearCookie'], 0);
  2608.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2609.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2610.         }, => 'clearCookie'], 0);
  2611.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2612.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2613.         }, => 'clearCookie'], 0);
  2614.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2615.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2616.         }, => 'preCheckCredentials'], 256);
  2617.         $instance->addListener('security.authentication.success', [=> function () {
  2618.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2619.         }, => 'postCheckCredentials'], 256);
  2620.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2621.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2622.         }, => 'checkPassport'], 1024);
  2623.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2624.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService'));
  2625.         }, => 'onLoginSuccess'], 0);
  2626.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2627.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService'));
  2628.         }, => 'onLogout'], 0);
  2629.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2630.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2631.         }, => 'checkPassport'], 0);
  2632.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2633.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2634.         }, => 'onLoginSuccess'], 0);
  2635.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2636.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2637.         }, => 'checkPassport'], 512);
  2638.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2639.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2640.         }, => 'onLogout'], 0);
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the private 'security.event_dispatcher.studio' shared service.
  2645.      *
  2646.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2647.      */
  2648.     protected function getSecurity_EventDispatcher_StudioService()
  2649.     {
  2650.         $this->privates['security.event_dispatcher.studio'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2651.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2652.             return ($this->privates['security.listener.studio.user_provider'] ?? $this->load('getSecurity_Listener_Studio_UserProviderService'));
  2653.         }, => 'checkPassport'], 2048);
  2654.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2655.             return ($this->privates['security.listener.session.studio'] ?? $this->load('getSecurity_Listener_Session_StudioService'));
  2656.         }, => 'onSuccessfulLogin'], 0);
  2657.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2658.             return ($this->privates['security.logout.listener.default.studio'] ?? $this->load('getSecurity_Logout_Listener_Default_StudioService'));
  2659.         }, => 'onLogout'], 64);
  2660.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2661.             return ($this->privates['security.logout.listener.session.studio'] ?? ($this->privates['security.logout.listener.session.studio'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2662.         }, => 'onLogout'], 0);
  2663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2664.             return ($this->privates['security.listener.check_remember_me_conditions.studio'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_StudioService'));
  2665.         }, => 'onSuccessfulLogin'], -32);
  2666.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2667.             return ($this->privates['security.listener.remember_me.studio'] ?? $this->load('getSecurity_Listener_RememberMe_StudioService'));
  2668.         }, => 'onSuccessfulLogin'], -64);
  2669.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2670.             return ($this->privates['security.listener.remember_me.studio'] ?? $this->load('getSecurity_Listener_RememberMe_StudioService'));
  2671.         }, => 'clearCookie'], 0);
  2672.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2673.             return ($this->privates['security.listener.remember_me.studio'] ?? $this->load('getSecurity_Listener_RememberMe_StudioService'));
  2674.         }, => 'clearCookie'], 0);
  2675.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2676.             return ($this->privates['security.listener.remember_me.studio'] ?? $this->load('getSecurity_Listener_RememberMe_StudioService'));
  2677.         }, => 'clearCookie'], 0);
  2678.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2679.             return ($this->privates['security.listener.user_checker.studio'] ?? $this->load('getSecurity_Listener_UserChecker_StudioService'));
  2680.         }, => 'preCheckCredentials'], 256);
  2681.         $instance->addListener('security.authentication.success', [=> function () {
  2682.             return ($this->privates['security.listener.user_checker.studio'] ?? $this->load('getSecurity_Listener_UserChecker_StudioService'));
  2683.         }, => 'postCheckCredentials'], 256);
  2684.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2685.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2686.         }, => 'checkPassport'], 1024);
  2687.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2688.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService'));
  2689.         }, => 'onLoginSuccess'], 0);
  2690.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2691.             return ($this->privates['App\\EventSubscriber\\SecuritySubscriber'] ?? $this->load('getSecuritySubscriberService'));
  2692.         }, => 'onLogout'], 0);
  2693.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2694.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2695.         }, => 'checkPassport'], 0);
  2696.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2697.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2698.         }, => 'onLoginSuccess'], 0);
  2699.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2700.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2701.         }, => 'checkPassport'], 512);
  2702.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2703.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2704.         }, => 'onLogout'], 0);
  2705.         return $instance;
  2706.     }
  2707.     /**
  2708.      * Gets the private 'security.firewall.map' shared service.
  2709.      *
  2710.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2711.      */
  2712.     protected function getSecurity_Firewall_MapService()
  2713.     {
  2714.         $a = ($this->privates['.service_locator.Ua1s5TG'] ?? $this->get_ServiceLocator_Ua1s5TGService());
  2715.         if (isset($this->privates['security.firewall.map'])) {
  2716.             return $this->privates['security.firewall.map'];
  2717.         }
  2718.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2719.             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)/')));
  2720.             yield 'security.firewall.map.context.studio' => ($this->privates['.security.request_matcher.DU.6SOD'] ?? ($this->privates['.security.request_matcher.DU.6SOD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/([a-z]{2}/)?admin')));
  2721.             yield 'security.firewall.map.context.main' => NULL;
  2722.             yield 'security.firewall.map.context.image_resolver' => ($this->privates['.security.request_matcher.qhIyQh0'] ?? ($this->privates['.security.request_matcher.qhIyQh0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/media/cache/resolve')));
  2723.         }, 4));
  2724.     }
  2725.     /**
  2726.      * Gets the private 'security.helper' shared service.
  2727.      *
  2728.      * @return \Symfony\Component\Security\Core\Security
  2729.      */
  2730.     protected function getSecurity_HelperService()
  2731.     {
  2732.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2733.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2734.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2735.         ], [
  2736.             'security.authorization_checker' => '?',
  2737.             'security.token_storage' => '?',
  2738.         ]));
  2739.     }
  2740.     /**
  2741.      * Gets the private 'security.logout_url_generator' shared service.
  2742.      *
  2743.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2744.      */
  2745.     protected function getSecurity_LogoutUrlGeneratorService()
  2746.     {
  2747.         $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()));
  2748.         $instance->registerListener('studio''studio_logout''logout''_csrf_token'NULL'studio_context');
  2749.         $instance->registerListener('main''web_logout''logout''_csrf_token'NULL'studio');
  2750.         return $instance;
  2751.     }
  2752.     /**
  2753.      * Gets the private 'security.role_hierarchy' shared service.
  2754.      *
  2755.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2756.      */
  2757.     protected function getSecurity_RoleHierarchyService()
  2758.     {
  2759.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2760.     }
  2761.     /**
  2762.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2763.      *
  2764.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2765.      */
  2766.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2767.     {
  2768.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2769.     }
  2770.     /**
  2771.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2772.      *
  2773.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2774.      */
  2775.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2776.     {
  2777.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2778.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2779.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2780.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2781.     }
  2782.     /**
  2783.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2784.      *
  2785.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2786.      */
  2787.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2788.     {
  2789.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2790.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2791.             return $this->privates['sensio_framework_extra.security.listener'];
  2792.         }
  2793.         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()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2797.      *
  2798.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2799.      */
  2800.     protected function getSensioFrameworkExtra_View_ListenerService()
  2801.     {
  2802.         $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))));
  2803.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2804.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2805.         ], [
  2806.             'twig' => '?',
  2807.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the private 'session.factory' shared service.
  2812.      *
  2813.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2814.      */
  2815.     protected function getSession_FactoryService()
  2816.     {
  2817.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2818.         if (isset($this->privates['session.factory'])) {
  2819.             return $this->privates['session.factory'];
  2820.         }
  2821.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler(($this->privates['redis_connection'] ?? $this->getRedisConnectionService()), ['prefix' => 'sess_''ttl' => 86400]), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  2822.     }
  2823.     /**
  2824.      * Gets the private 'session_listener' shared service.
  2825.      *
  2826.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2827.      */
  2828.     protected function getSessionListenerService()
  2829.     {
  2830.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2831.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2832.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2833.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2834.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2835.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2836.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2837.         ], [
  2838.             'initialized_session' => '?',
  2839.             'logger' => '?',
  2840.             'request_stack' => '?',
  2841.             'session' => '?',
  2842.             'session_collector' => '?',
  2843.             'session_factory' => '?',
  2844.         ]), true$this->parameters['session.storage.options']);
  2845.     }
  2846.     /**
  2847.      * Gets the private 'studio.cache' shared service.
  2848.      *
  2849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2850.      */
  2851.     protected function getStudio_CacheService()
  2852.     {
  2853.         $a = ($this->privates['studio.cache.recorder_inner'] ?? $this->getStudio_Cache_RecorderInnerService());
  2854.         if (isset($this->privates['studio.cache'])) {
  2855.             return $this->privates['studio.cache'];
  2856.         }
  2857.         return $this->privates['studio.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2858.     }
  2859.     /**
  2860.      * Gets the private 'studio.cache.recorder_inner' shared service.
  2861.      *
  2862.      * @return \Symfony\Component\Cache\Adapter\PdoAdapter
  2863.      */
  2864.     protected function getStudio_Cache_RecorderInnerService()
  2865.     {
  2866.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  2867.         if (isset($this->privates['studio.cache.recorder_inner'])) {
  2868.             return $this->privates['studio.cache.recorder_inner'];
  2869.         }
  2870.         $this->privates['studio.cache.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\PdoAdapter($a'pfOnV5ZbFG'\Symfony\Component\Cache\Adapter\ParameterNormalizer::normalizeDuration($this->getEnv('int:STD_STUDIO_SERVICE_CACHE_LIFETIME')), [], ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2871.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2872.         return $instance;
  2873.     }
  2874.     /**
  2875.      * Gets the private 'translator.formatter.default' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  2878.      */
  2879.     protected function getTranslator_Formatter_DefaultService()
  2880.     {
  2881.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator());
  2882.     }
  2883.     /**
  2884.      * Gets the private 'validator.builder' shared service.
  2885.      *
  2886.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2887.      */
  2888.     protected function getValidator_BuilderService()
  2889.     {
  2890.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2891.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2892.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2893.             'App\\Validator\\UniqueStdWebUsersValidator' => ['privates''validator.unique.UniqueStdWebUsers''getValidator_Unique_UniqueStdWebUsersService'true],
  2894.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2895.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2896.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2897.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2898.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2899.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2900.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2901.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2902.         ], [
  2903.             'App\\Validator\\UniqueStdWebUsersValidator' => '?',
  2904.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2905.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2906.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2907.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2908.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2909.             'doctrine.orm.validator.unique' => '?',
  2910.             'security.validator.user_password' => '?',
  2911.             'validator.expression' => '?',
  2912.         ])));
  2913.         if ($this->has('translator')) {
  2914.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2915.         }
  2916.         $instance->setTranslationDomain('validators');
  2917.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2918.         $instance->enableAnnotationMapping(true);
  2919.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2920.         $instance->addMethodMapping('loadValidatorMetadata');
  2921.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2922.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2923.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the private 'var_dumper.html_dumper' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2930.      */
  2931.     protected function getVarDumper_HtmlDumperService()
  2932.     {
  2933.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2934.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'var_dumper.server_connection' shared service.
  2939.      *
  2940.      * @return \Symfony\Component\VarDumper\Server\Connection
  2941.      */
  2942.     protected function getVarDumper_ServerConnectionService()
  2943.     {
  2944.         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()]);
  2945.     }
  2946.     /**
  2947.      * Gets the private 'web_profiler.csp.handler' shared service.
  2948.      *
  2949.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2950.      */
  2951.     protected function getWebProfiler_Csp_HandlerService()
  2952.     {
  2953.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2954.     }
  2955.     /**
  2956.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2957.      *
  2958.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2959.      */
  2960.     protected function getWebProfiler_DebugToolbarService()
  2961.     {
  2962.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2963.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2964.             return $this->privates['web_profiler.debug_toolbar'];
  2965.         }
  2966.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($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()));
  2967.     }
  2968.     /**
  2969.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2970.      *
  2971.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2972.      */
  2973.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2974.     {
  2975.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2976.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2977.         ], [
  2978.             '_default' => '?',
  2979.         ]), '_default');
  2980.     }
  2981.     /**
  2982.      * Gets the public 'cache_clearer' alias.
  2983.      *
  2984.      * @return object The ".container.private.cache_clearer" service.
  2985.      */
  2986.     protected function getCacheClearerService()
  2987.     {
  2988.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2989.         return $this->get('.container.private.cache_clearer');
  2990.     }
  2991.     /**
  2992.      * Gets the public 'filesystem' alias.
  2993.      *
  2994.      * @return object The ".container.private.filesystem" service.
  2995.      */
  2996.     protected function getFilesystemService()
  2997.     {
  2998.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2999.         return $this->get('.container.private.filesystem');
  3000.     }
  3001.     /**
  3002.      * Gets the public 'serializer' alias.
  3003.      *
  3004.      * @return object The ".container.private.serializer" service.
  3005.      */
  3006.     protected function getSerializerService()
  3007.     {
  3008.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3009.         return $this->get('.container.private.serializer');
  3010.     }
  3011.     /**
  3012.      * Gets the public 'security.csrf.token_manager' alias.
  3013.      *
  3014.      * @return object The ".container.private.security.csrf.token_manager" service.
  3015.      */
  3016.     protected function getSecurity_Csrf_TokenManagerService()
  3017.     {
  3018.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3019.         return $this->get('.container.private.security.csrf.token_manager');
  3020.     }
  3021.     /**
  3022.      * Gets the public 'form.factory' alias.
  3023.      *
  3024.      * @return object The ".container.private.form.factory" service.
  3025.      */
  3026.     protected function getForm_FactoryService()
  3027.     {
  3028.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3029.         return $this->get('.container.private.form.factory');
  3030.     }
  3031.     /**
  3032.      * Gets the public 'form.type.file' alias.
  3033.      *
  3034.      * @return object The ".container.private.form.type.file" service.
  3035.      */
  3036.     protected function getForm_Type_FileService()
  3037.     {
  3038.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3039.         return $this->get('.container.private.form.type.file');
  3040.     }
  3041.     /**
  3042.      * Gets the public 'profiler' alias.
  3043.      *
  3044.      * @return object The ".container.private.profiler" service.
  3045.      */
  3046.     protected function getProfilerService()
  3047.     {
  3048.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3049.         return $this->get('.container.private.profiler');
  3050.     }
  3051.     /**
  3052.      * Gets the public 'twig' alias.
  3053.      *
  3054.      * @return object The ".container.private.twig" service.
  3055.      */
  3056.     protected function getTwigService()
  3057.     {
  3058.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3059.         return $this->get('.container.private.twig');
  3060.     }
  3061.     /**
  3062.      * Gets the public 'security.authorization_checker' alias.
  3063.      *
  3064.      * @return object The ".container.private.security.authorization_checker" service.
  3065.      */
  3066.     protected function getSecurity_AuthorizationCheckerService()
  3067.     {
  3068.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3069.         return $this->get('.container.private.security.authorization_checker');
  3070.     }
  3071.     /**
  3072.      * Gets the public 'security.token_storage' alias.
  3073.      *
  3074.      * @return object The ".container.private.security.token_storage" service.
  3075.      */
  3076.     protected function getSecurity_TokenStorageService()
  3077.     {
  3078.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3079.         return $this->get('.container.private.security.token_storage');
  3080.     }
  3081.     /**
  3082.      * Gets the public 'security.password_encoder' alias.
  3083.      *
  3084.      * @return object The ".container.private.security.password_encoder" service.
  3085.      */
  3086.     protected function getSecurity_PasswordEncoderService()
  3087.     {
  3088.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3089.         return $this->get('.container.private.security.password_encoder');
  3090.     }
  3091.     /**
  3092.      * Gets the public 'session' alias.
  3093.      *
  3094.      * @return object The ".container.private.session" service.
  3095.      */
  3096.     protected function getSessionService()
  3097.     {
  3098.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3099.         return $this->get('.container.private.session');
  3100.     }
  3101.     /**
  3102.      * Gets the public 'validator' alias.
  3103.      *
  3104.      * @return object The ".container.private.validator" service.
  3105.      */
  3106.     protected function getValidatorService()
  3107.     {
  3108.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3109.         return $this->get('.container.private.validator');
  3110.     }
  3111.     /**
  3112.      * @return array|bool|float|int|string|\UnitEnum|null
  3113.      */
  3114.     public function getParameter(string $name)
  3115.     {
  3116.         if (isset($this->buildParameters[$name])) {
  3117.             return $this->buildParameters[$name];
  3118.         }
  3119.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3120.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3121.         }
  3122.         if (isset($this->loadedDynamicParameters[$name])) {
  3123.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3124.         }
  3125.         return $this->parameters[$name];
  3126.     }
  3127.     public function hasParameter(string $name): bool
  3128.     {
  3129.         if (isset($this->buildParameters[$name])) {
  3130.             return true;
  3131.         }
  3132.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3133.     }
  3134.     public function setParameter(string $name$value): void
  3135.     {
  3136.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3137.     }
  3138.     public function getParameterBag(): ParameterBagInterface
  3139.     {
  3140.         if (null === $this->parameterBag) {
  3141.             $parameters $this->parameters;
  3142.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3143.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3144.             }
  3145.             foreach ($this->buildParameters as $name => $value) {
  3146.                 $parameters[$name] = $value;
  3147.             }
  3148.             $this->parameterBag = new FrozenParameterBag($parameters);
  3149.         }
  3150.         return $this->parameterBag;
  3151.     }
  3152.     private $loadedDynamicParameters = [
  3153.         'kernel.runtime_environment' => false,
  3154.         'kernel.build_dir' => false,
  3155.         'kernel.cache_dir' => false,
  3156.         'forms_directory' => false,
  3157.         'excel_directory' => false,
  3158.         'google_recaptcha_site_key' => false,
  3159.         'azure_connection_string' => false,
  3160.         'azure_container_name' => false,
  3161.         'azure_link' => false,
  3162.         'cdn_url' => false,
  3163.         'kernel.secret' => false,
  3164.         'debug.container.dump' => false,
  3165.         'serializer.mapping.cache.file' => false,
  3166.         'session.save_path' => false,
  3167.         'validator.mapping.cache.file' => false,
  3168.         'profiler.storage.dsn' => false,
  3169.         'doctrine.orm.proxy_dir' => false,
  3170.         'artgris_file_manager' => false,
  3171.     ];
  3172.     private $dynamicParameters = [];
  3173.     private function getDynamicParameter(string $name)
  3174.     {
  3175.         switch ($name) {
  3176.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3177.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3178.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3179.             case 'forms_directory'$value = (\dirname(__DIR__4).'/'.$this->getEnv('string:resolve:PUBLIC_DIR').'/forms/'); break;
  3180.             case 'excel_directory'$value = (\dirname(__DIR__4).'/'.$this->getEnv('string:resolve:PUBLIC_DIR').'/excel/'); break;
  3181.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  3182.             case 'azure_connection_string'$value $this->getEnv('AZURE_CONNECTION_STRING'); break;
  3183.             case 'azure_container_name'$value $this->getEnv('string:AZURE_CONTAINER_NAME'); break;
  3184.             case 'azure_link'$value $this->getEnv('string:AZURE_LINK'); break;
  3185.             case 'cdn_url'$value $this->getEnv('string:AZURE_LINK'); break;
  3186.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3187.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3188.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3189.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3190.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3191.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3192.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3193.             case 'artgris_file_manager'$value = [
  3194.                 'web_dir' => $this->getEnv('resolve:PUBLIC_DIR'),
  3195.                 'conf' => [
  3196.                     'default' => [
  3197.                         'dir' => '../'.$this->getEnv('string:resolve:PUBLIC_DIR').'/uploads',
  3198.                         'cachebreaker' => true,
  3199.                         'view' => 'list',
  3200.                     ],
  3201.                     'files' => [
  3202.                         'dir' => '../'.$this->getEnv('string:resolve:PUBLIC_DIR').'/uploads',
  3203.                         'cachebreaker' => true,
  3204.                         'view' => 'list',
  3205.                     ],
  3206.                     'images' => [
  3207.                         'dir' => '../'.$this->getEnv('string:resolve:PUBLIC_DIR').'/uploads',
  3208.                         'cachebreaker' => true,
  3209.                         'view' => 'list',
  3210.                     ],
  3211.                 ],
  3212.             ]; break;
  3213.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3214.         }
  3215.         $this->loadedDynamicParameters[$name] = true;
  3216.         return $this->dynamicParameters[$name] = $value;
  3217.     }
  3218.     protected function getDefaultParameters(): array
  3219.     {
  3220.         return [
  3221.             'kernel.project_dir' => \dirname(__DIR__4),
  3222.             'kernel.environment' => 'dev',
  3223.             'kernel.debug' => true,
  3224.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3225.             'kernel.bundles' => [
  3226.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3227.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3228.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3229.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3230.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3231.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3232.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3233.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3234.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3235.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3236.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3237.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3238.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3239.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3240.                 'ArtgrisFileManagerBundle' => 'Artgris\\Bundle\\FileManagerBundle\\ArtgrisFileManagerBundle',
  3241.                 'ArtgrisMediaBundle' => 'Artgris\\Bundle\\MediaBundle\\ArtgrisMediaBundle',
  3242.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3243.                 'BOMOIcalBundle' => 'BOMO\\IcalBundle\\BOMOIcalBundle',
  3244.                 'PhpSpreadsheetBundle' => 'Yectep\\PhpSpreadsheetBundle\\PhpSpreadsheetBundle',
  3245.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3246.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  3247.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  3248.                 'ZenstruckScheduleBundle' => 'Zenstruck\\ScheduleBundle\\ZenstruckScheduleBundle',
  3249.             ],
  3250.             'kernel.bundles_metadata' => [
  3251.                 'FrameworkBundle' => [
  3252.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3253.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3254.                 ],
  3255.                 'DoctrineBundle' => [
  3256.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3257.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3258.                 ],
  3259.                 'DoctrineMigrationsBundle' => [
  3260.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3261.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3262.                 ],
  3263.                 'DebugBundle' => [
  3264.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3265.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3266.                 ],
  3267.                 'TwigBundle' => [
  3268.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3269.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3270.                 ],
  3271.                 'WebProfilerBundle' => [
  3272.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3273.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3274.                 ],
  3275.                 'WebpackEncoreBundle' => [
  3276.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3277.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3278.                 ],
  3279.                 'TwigExtraBundle' => [
  3280.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3281.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3282.                 ],
  3283.                 'SecurityBundle' => [
  3284.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3285.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3286.                 ],
  3287.                 'MonologBundle' => [
  3288.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3289.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3290.                 ],
  3291.                 'MakerBundle' => [
  3292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3293.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3294.                 ],
  3295.                 'SensioFrameworkExtraBundle' => [
  3296.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3297.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3298.                 ],
  3299.                 'LiipImagineBundle' => [
  3300.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3301.                     'namespace' => 'Liip\\ImagineBundle',
  3302.                 ],
  3303.                 'KnpPaginatorBundle' => [
  3304.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3305.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3306.                 ],
  3307.                 'ArtgrisFileManagerBundle' => [
  3308.                     'path' => (\dirname(__DIR__4).'/vendor/artgris/filemanager-bundle'),
  3309.                     'namespace' => 'Artgris\\Bundle\\FileManagerBundle',
  3310.                 ],
  3311.                 'ArtgrisMediaBundle' => [
  3312.                     'path' => (\dirname(__DIR__4).'/vendor/artgris/media-bundle'),
  3313.                     'namespace' => 'Artgris\\Bundle\\MediaBundle',
  3314.                 ],
  3315.                 'FOSCKEditorBundle' => [
  3316.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3317.                     'namespace' => 'FOS\\CKEditorBundle',
  3318.                 ],
  3319.                 'BOMOIcalBundle' => [
  3320.                     'path' => (\dirname(__DIR__4).'/vendor/bomo/ical-bundle'),
  3321.                     'namespace' => 'BOMO\\IcalBundle',
  3322.                 ],
  3323.                 'PhpSpreadsheetBundle' => [
  3324.                     'path' => (\dirname(__DIR__4).'/vendor/yectep/phpspreadsheet-bundle/src'),
  3325.                     'namespace' => 'Yectep\\PhpSpreadsheetBundle',
  3326.                 ],
  3327.                 'SymfonyCastsResetPasswordBundle' => [
  3328.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3329.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3330.                 ],
  3331.                 'EightPointsGuzzleBundle' => [
  3332.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  3333.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  3334.                 ],
  3335.                 'KnpUOAuth2ClientBundle' => [
  3336.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  3337.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  3338.                 ],
  3339.                 'ZenstruckScheduleBundle' => [
  3340.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/schedule-bundle/src'),
  3341.                     'namespace' => 'Zenstruck\\ScheduleBundle',
  3342.                 ],
  3343.             ],
  3344.             'kernel.charset' => 'UTF-8',
  3345.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3346.             'liip_imagine.jpegoptim.binary' => (\dirname(__DIR__4).'/src/bin/jpegoptim.exe'),
  3347.             'liip_imagine.optipng.binary' => (\dirname(__DIR__4).'/src/bin/optipng.exe'),
  3348.             'liip_imagine.pngquant.binary' => (\dirname(__DIR__4).'/src/bin/pngquant.exe'),
  3349.             'locale' => 'pt',
  3350.             'event_dispatcher.event_aliases' => [
  3351.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3352.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3353.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3354.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3355.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3356.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3357.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3358.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3359.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3360.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3361.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3362.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3363.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3364.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3365.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3366.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3367.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3368.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3369.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3370.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3371.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3372.             ],
  3373.             'fragment.renderer.hinclude.global_template' => NULL,
  3374.             'fragment.path' => '/_fragment',
  3375.             'kernel.http_method_override' => true,
  3376.             'kernel.trusted_hosts' => [
  3377.             ],
  3378.             'kernel.default_locale' => 'pt',
  3379.             'kernel.enabled_locales' => [
  3380.             ],
  3381.             'kernel.error_controller' => 'error_controller',
  3382.             'debug.file_link_format' => NULL,
  3383.             'asset.request_context.base_path' => NULL,
  3384.             'asset.request_context.secure' => NULL,
  3385.             'translator.logging' => false,
  3386.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3387.             'debug.error_handler.throw_at' => -1,
  3388.             'router.request_context.host' => 'localhost',
  3389.             'router.request_context.scheme' => 'http',
  3390.             'router.request_context.base_url' => '',
  3391.             'router.resource' => 'kernel::loadRoutes',
  3392.             'request_listener.http_port' => 80,
  3393.             'request_listener.https_port' => 443,
  3394.             'session.metadata.storage_key' => '_sf2_meta',
  3395.             'session.storage.options' => [
  3396.                 'cache_limiter' => '0',
  3397.                 'cookie_lifetime' => 86400,
  3398.                 'cookie_secure' => 'auto',
  3399.                 'cookie_httponly' => true,
  3400.                 'cookie_samesite' => 'lax',
  3401.                 'gc_maxlifetime' => 86400,
  3402.                 'gc_probability' => 1,
  3403.             ],
  3404.             'session.metadata.update_threshold' => 0,
  3405.             'form.type_extension.csrf.enabled' => true,
  3406.             'form.type_extension.csrf.field_name' => '_token',
  3407.             'validator.translation_domain' => 'validators',
  3408.             'profiler_listener.only_exceptions' => false,
  3409.             'profiler_listener.only_main_requests' => false,
  3410.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3411.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3412.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3413.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3414.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3415.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3416.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3417.             'doctrine.entity_managers' => [
  3418.                 'default' => 'doctrine.orm.default_entity_manager',
  3419.             ],
  3420.             'doctrine.default_entity_manager' => 'default',
  3421.             'doctrine.dbal.connection_factory.types' => [
  3422.                 'geometry' => [
  3423.                     'class' => 'App\\Doctrine\\Type\\GeometryType',
  3424.                 ],
  3425.             ],
  3426.             'doctrine.connections' => [
  3427.                 'default' => 'doctrine.dbal.default_connection',
  3428.             ],
  3429.             'doctrine.default_connection' => 'default',
  3430.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3431.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3432.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3433.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3434.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3435.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3436.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3437.             'doctrine.orm.cache.memcache_port' => 11211,
  3438.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3439.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3440.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3441.             'doctrine.orm.cache.memcached_port' => 11211,
  3442.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3443.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3444.             'doctrine.orm.cache.redis_host' => 'localhost',
  3445.             'doctrine.orm.cache.redis_port' => 6379,
  3446.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3447.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3448.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3449.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3450.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3451.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3452.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3453.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3454.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3455.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3456.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3457.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3458.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3459.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3460.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3461.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3462.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3463.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3464.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3465.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3466.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3467.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3468.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3469.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3470.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3471.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3472.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3473.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3474.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3475.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3476.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3477.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3478.             'doctrine.orm.enable_lazy_ghost_objects' => true,
  3479.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3480.             'doctrine.migrations.preferred_em' => NULL,
  3481.             'doctrine.migrations.preferred_connection' => NULL,
  3482.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3483.             'twig.form.resources' => [
  3484.                 => '@ArtgrisMedia/form/field_media.html.twig',
  3485.                 => 'form_div_layout.html.twig',
  3486.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3487.                 => 'bootstrap_4_layout.html.twig',
  3488.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3489.             ],
  3490.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3491.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3492.             'web_profiler.debug_toolbar.mode' => 2,
  3493.             'security.role_hierarchy.roles' => [
  3494.                 'ROLE_ADMIN' => [
  3495.                     => 'ROLE_USER',
  3496.                 ],
  3497.                 'ROLE_SUPER_ADMIN' => [
  3498.                     => 'ROLE_ADMIN',
  3499.                 ],
  3500.             ],
  3501.             'security.access.denied_url' => NULL,
  3502.             'security.authentication.manager.erase_credentials' => true,
  3503.             'security.authentication.session_strategy.strategy' => 'migrate',
  3504.             'security.access.always_authenticate_before_granting' => false,
  3505.             'security.authentication.hide_user_not_found' => true,
  3506.             'security.firewalls' => [
  3507.                 => 'dev',
  3508.                 => 'studio',
  3509.                 => 'main',
  3510.                 => 'image_resolver',
  3511.             ],
  3512.             'monolog.use_microseconds' => true,
  3513.             'monolog.swift_mailer.handlers' => [
  3514.             ],
  3515.             'monolog.handlers_to_channels' => [
  3516.                 'monolog.handler.parrot' => [
  3517.                     'type' => 'inclusive',
  3518.                     'elements' => [
  3519.                         => 'parrot',
  3520.                     ],
  3521.                 ],
  3522.                 'monolog.handler.console' => [
  3523.                     'type' => 'exclusive',
  3524.                     'elements' => [
  3525.                         => 'event',
  3526.                         => 'doctrine',
  3527.                         => 'console',
  3528.                     ],
  3529.                 ],
  3530.                 'monolog.handler.main' => [
  3531.                     'type' => 'exclusive',
  3532.                     'elements' => [
  3533.                         => 'event',
  3534.                     ],
  3535.                 ],
  3536.             ],
  3537.             'liip_imagine.resolvers' => [
  3538.                 'default' => [
  3539.                     'web_path' => [
  3540.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3541.                         'cache_prefix' => 'media/cache',
  3542.                     ],
  3543.                 ],
  3544.             ],
  3545.             'liip_imagine.loaders' => [
  3546.                 'default' => [
  3547.                     'filesystem' => [
  3548.                         'locator' => 'filesystem',
  3549.                         'data_root' => [
  3550.                             => (\dirname(__DIR__4).'/public'),
  3551.                         ],
  3552.                         'allow_unresolvable_data_roots' => false,
  3553.                         'bundle_resources' => [
  3554.                             'enabled' => false,
  3555.                             'access_control_type' => 'blacklist',
  3556.                             'access_control_list' => [
  3557.                             ],
  3558.                         ],
  3559.                     ],
  3560.                 ],
  3561.             ],
  3562.             'liip_imagine.jpegoptim.stripAll' => true,
  3563.             'liip_imagine.jpegoptim.max' => NULL,
  3564.             'liip_imagine.jpegoptim.progressive' => true,
  3565.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3566.             'liip_imagine.optipng.level' => 7,
  3567.             'liip_imagine.optipng.stripAll' => true,
  3568.             'liip_imagine.optipng.tempDir' => NULL,
  3569.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3570.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3571.             'liip_imagine.cwebp.tempDir' => NULL,
  3572.             'liip_imagine.cwebp.q' => 75,
  3573.             'liip_imagine.cwebp.alphaQ' => 100,
  3574.             'liip_imagine.cwebp.m' => 4,
  3575.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3576.             'liip_imagine.cwebp.alphaMethod' => 1,
  3577.             'liip_imagine.cwebp.exact' => false,
  3578.             'liip_imagine.cwebp.metadata' => [
  3579.                 => 'none',
  3580.             ],
  3581.             'liip_imagine.driver_service' => 'liip_imagine.imagick',
  3582.             'liip_imagine.cache.resolver.default' => 'azure_cache_resolver',
  3583.             'liip_imagine.default_image' => NULL,
  3584.             'liip_imagine.filter_sets' => [
  3585.                 'square' => [
  3586.                     'quality' => 65,
  3587.                     'jpeg_quality' => NULL,
  3588.                     'png_compression_level' => NULL,
  3589.                     'png_compression_filter' => NULL,
  3590.                     'format' => NULL,
  3591.                     'animated' => false,
  3592.                     'cache' => NULL,
  3593.                     'data_loader' => NULL,
  3594.                     'default_image' => NULL,
  3595.                     'filters' => [
  3596.                         'auto_rotate' => [
  3597.                         ],
  3598.                         'thumbnail' => [
  3599.                             'size' => [
  3600.                                 => 540,
  3601.                                 => 500,
  3602.                             ],
  3603.                             'mode' => 'outbound',
  3604.                         ],
  3605.                     ],
  3606.                     'post_processors' => [
  3607.                     ],
  3608.                 ],
  3609.                 'small' => [
  3610.                     'quality' => 65,
  3611.                     'jpeg_quality' => NULL,
  3612.                     'png_compression_level' => NULL,
  3613.                     'png_compression_filter' => NULL,
  3614.                     'format' => 'webp',
  3615.                     'animated' => false,
  3616.                     'cache' => NULL,
  3617.                     'data_loader' => NULL,
  3618.                     'default_image' => NULL,
  3619.                     'filters' => [
  3620.                         'auto_rotate' => [
  3621.                         ],
  3622.                         'thumbnail' => [
  3623.                             'size' => [
  3624.                                 => 390,
  3625.                                 => 390,
  3626.                             ],
  3627.                             'mode' => 'inset',
  3628.                         ],
  3629.                     ],
  3630.                     'post_processors' => [
  3631.                     ],
  3632.                 ],
  3633.                 'medium' => [
  3634.                     'quality' => 65,
  3635.                     'jpeg_quality' => NULL,
  3636.                     'png_compression_level' => NULL,
  3637.                     'png_compression_filter' => NULL,
  3638.                     'format' => 'webp',
  3639.                     'animated' => false,
  3640.                     'cache' => NULL,
  3641.                     'data_loader' => NULL,
  3642.                     'default_image' => NULL,
  3643.                     'filters' => [
  3644.                         'auto_rotate' => [
  3645.                         ],
  3646.                         'thumbnail' => [
  3647.                             'size' => [
  3648.                                 => 650,
  3649.                                 => 650,
  3650.                             ],
  3651.                             'mode' => 'inset',
  3652.                         ],
  3653.                     ],
  3654.                     'post_processors' => [
  3655.                     ],
  3656.                 ],
  3657.                 'full' => [
  3658.                     'quality' => 75,
  3659.                     'jpeg_quality' => NULL,
  3660.                     'png_compression_level' => NULL,
  3661.                     'png_compression_filter' => NULL,
  3662.                     'format' => 'webp',
  3663.                     'animated' => false,
  3664.                     'cache' => NULL,
  3665.                     'data_loader' => NULL,
  3666.                     'default_image' => NULL,
  3667.                     'filters' => [
  3668.                         'auto_rotate' => [
  3669.                         ],
  3670.                         'thumbnail' => [
  3671.                             'size' => [
  3672.                                 => 2520,
  3673.                                 => 900,
  3674.                             ],
  3675.                             'mode' => 'inset',
  3676.                         ],
  3677.                     ],
  3678.                     'post_processors' => [
  3679.                     ],
  3680.                 ],
  3681.                 'big' => [
  3682.                     'quality' => 70,
  3683.                     'jpeg_quality' => NULL,
  3684.                     'png_compression_level' => NULL,
  3685.                     'png_compression_filter' => NULL,
  3686.                     'format' => 'webp',
  3687.                     'animated' => false,
  3688.                     'cache' => NULL,
  3689.                     'data_loader' => NULL,
  3690.                     'default_image' => NULL,
  3691.                     'filters' => [
  3692.                         'auto_rotate' => [
  3693.                         ],
  3694.                         'thumbnail' => [
  3695.                             'size' => [
  3696.                                 => 1920,
  3697.                                 => 800,
  3698.                             ],
  3699.                             'mode' => 'inset',
  3700.                         ],
  3701.                     ],
  3702.                     'post_processors' => [
  3703.                     ],
  3704.                 ],
  3705.                 'compress' => [
  3706.                     'quality' => 70,
  3707.                     'jpeg_quality' => NULL,
  3708.                     'png_compression_level' => NULL,
  3709.                     'png_compression_filter' => NULL,
  3710.                     'format' => 'webp',
  3711.                     'animated' => false,
  3712.                     'cache' => NULL,
  3713.                     'data_loader' => NULL,
  3714.                     'default_image' => NULL,
  3715.                     'filters' => [
  3716.                         'auto_rotate' => [
  3717.                         ],
  3718.                     ],
  3719.                     'post_processors' => [
  3720.                     ],
  3721.                 ],
  3722.                 'favicon' => [
  3723.                     'quality' => 95,
  3724.                     'jpeg_quality' => NULL,
  3725.                     'png_compression_level' => NULL,
  3726.                     'png_compression_filter' => NULL,
  3727.                     'format' => NULL,
  3728.                     'animated' => false,
  3729.                     'cache' => NULL,
  3730.                     'data_loader' => NULL,
  3731.                     'default_image' => NULL,
  3732.                     'filters' => [
  3733.                         'auto_rotate' => [
  3734.                         ],
  3735.                         'thumbnail' => [
  3736.                             'size' => [
  3737.                                 => 192,
  3738.                                 => 192,
  3739.                             ],
  3740.                             'mode' => 'outbound',
  3741.                         ],
  3742.                     ],
  3743.                     'post_processors' => [
  3744.                     ],
  3745.                 ],
  3746.                 'bannerbig' => [
  3747.                     'quality' => 75,
  3748.                     'jpeg_quality' => NULL,
  3749.                     'png_compression_level' => NULL,
  3750.                     'png_compression_filter' => NULL,
  3751.                     'format' => 'webp',
  3752.                     'animated' => false,
  3753.                     'cache' => NULL,
  3754.                     'data_loader' => NULL,
  3755.                     'default_image' => NULL,
  3756.                     'filters' => [
  3757.                         'auto_rotate' => [
  3758.                         ],
  3759.                         'relative_resize' => [
  3760.                             'widen' => 1920,
  3761.                             'heighten' => 817,
  3762.                         ],
  3763.                     ],
  3764.                     'post_processors' => [
  3765.                     ],
  3766.                 ],
  3767.                 'banner_mobile' => [
  3768.                     'quality' => 70,
  3769.                     'jpeg_quality' => NULL,
  3770.                     'png_compression_level' => NULL,
  3771.                     'png_compression_filter' => NULL,
  3772.                     'format' => 'webp',
  3773.                     'animated' => false,
  3774.                     'cache' => NULL,
  3775.                     'data_loader' => NULL,
  3776.                     'default_image' => NULL,
  3777.                     'filters' => [
  3778.                         'auto_rotate' => [
  3779.                         ],
  3780.                         'relative_resize' => [
  3781.                             'widen' => 600,
  3782.                             'heighten' => 1000,
  3783.                         ],
  3784.                     ],
  3785.                     'post_processors' => [
  3786.                     ],
  3787.                 ],
  3788.                 'gallery_thumb' => [
  3789.                     'quality' => 65,
  3790.                     'jpeg_quality' => NULL,
  3791.                     'png_compression_level' => NULL,
  3792.                     'png_compression_filter' => NULL,
  3793.                     'format' => 'webp',
  3794.                     'animated' => false,
  3795.                     'cache' => NULL,
  3796.                     'data_loader' => NULL,
  3797.                     'default_image' => NULL,
  3798.                     'filters' => [
  3799.                         'auto_rotate' => [
  3800.                         ],
  3801.                         'thumbnail' => [
  3802.                             'size' => [
  3803.                                 => 600,
  3804.                                 => 600,
  3805.                             ],
  3806.                             'mode' => 'outbound',
  3807.                         ],
  3808.                     ],
  3809.                     'post_processors' => [
  3810.                     ],
  3811.                 ],
  3812.                 'gallery_big' => [
  3813.                     'quality' => 70,
  3814.                     'jpeg_quality' => NULL,
  3815.                     'png_compression_level' => NULL,
  3816.                     'png_compression_filter' => NULL,
  3817.                     'format' => 'webp',
  3818.                     'animated' => false,
  3819.                     'cache' => NULL,
  3820.                     'data_loader' => NULL,
  3821.                     'default_image' => NULL,
  3822.                     'filters' => [
  3823.                         'auto_rotate' => [
  3824.                         ],
  3825.                         'relative_resize' => [
  3826.                             'widen' => 1200,
  3827.                             'heighten' => 1200,
  3828.                         ],
  3829.                     ],
  3830.                     'post_processors' => [
  3831.                     ],
  3832.                 ],
  3833.                 'img_text_col' => [
  3834.                     'quality' => 65,
  3835.                     'jpeg_quality' => NULL,
  3836.                     'png_compression_level' => NULL,
  3837.                     'png_compression_filter' => NULL,
  3838.                     'format' => 'webp',
  3839.                     'animated' => false,
  3840.                     'cache' => NULL,
  3841.                     'data_loader' => NULL,
  3842.                     'default_image' => NULL,
  3843.                     'filters' => [
  3844.                         'auto_rotate' => [
  3845.                         ],
  3846.                         'thumbnail' => [
  3847.                             'size' => [
  3848.                                 => 612,
  3849.                                 => 380,
  3850.                             ],
  3851.                             'mode' => 'outbound',
  3852.                         ],
  3853.                         'relative_resize' => [
  3854.                             'widen' => 612,
  3855.                             'heighten' => 380,
  3856.                         ],
  3857.                     ],
  3858.                     'post_processors' => [
  3859.                     ],
  3860.                 ],
  3861.                 'cover_video' => [
  3862.                     'quality' => 70,
  3863.                     'jpeg_quality' => NULL,
  3864.                     'png_compression_level' => NULL,
  3865.                     'png_compression_filter' => NULL,
  3866.                     'format' => 'webp',
  3867.                     'animated' => false,
  3868.                     'cache' => NULL,
  3869.                     'data_loader' => NULL,
  3870.                     'default_image' => NULL,
  3871.                     'filters' => [
  3872.                         'auto_rotate' => [
  3873.                         ],
  3874.                         'thumbnail' => [
  3875.                             'size' => [
  3876.                                 => 1200,
  3877.                                 => 675,
  3878.                             ],
  3879.                             'mode' => 'outbound',
  3880.                         ],
  3881.                     ],
  3882.                     'post_processors' => [
  3883.                     ],
  3884.                 ],
  3885.                 'mosaic' => [
  3886.                     'quality' => 70,
  3887.                     'jpeg_quality' => NULL,
  3888.                     'png_compression_level' => NULL,
  3889.                     'png_compression_filter' => NULL,
  3890.                     'format' => 'webp',
  3891.                     'animated' => false,
  3892.                     'cache' => NULL,
  3893.                     'data_loader' => NULL,
  3894.                     'default_image' => NULL,
  3895.                     'filters' => [
  3896.                         'auto_rotate' => [
  3897.                         ],
  3898.                         'relative_resize' => [
  3899.                             'widen' => 1200,
  3900.                             'heighten' => 1200,
  3901.                         ],
  3902.                     ],
  3903.                     'post_processors' => [
  3904.                     ],
  3905.                 ],
  3906.                 'mosaic_1500' => [
  3907.                     'quality' => 70,
  3908.                     'jpeg_quality' => NULL,
  3909.                     'png_compression_level' => NULL,
  3910.                     'png_compression_filter' => NULL,
  3911.                     'format' => 'webp',
  3912.                     'animated' => false,
  3913.                     'cache' => NULL,
  3914.                     'data_loader' => NULL,
  3915.                     'default_image' => NULL,
  3916.                     'filters' => [
  3917.                         'auto_rotate' => [
  3918.                         ],
  3919.                         'relative_resize' => [
  3920.                             'widen' => 1500,
  3921.                             'heighten' => 1500,
  3922.                         ],
  3923.                     ],
  3924.                     'post_processors' => [
  3925.                     ],
  3926.                 ],
  3927.                 'mosaic_1920' => [
  3928.                     'quality' => 75,
  3929.                     'jpeg_quality' => NULL,
  3930.                     'png_compression_level' => NULL,
  3931.                     'png_compression_filter' => NULL,
  3932.                     'format' => 'webp',
  3933.                     'animated' => false,
  3934.                     'cache' => NULL,
  3935.                     'data_loader' => NULL,
  3936.                     'default_image' => NULL,
  3937.                     'filters' => [
  3938.                         'auto_rotate' => [
  3939.                         ],
  3940.                         'relative_resize' => [
  3941.                             'widen' => 1920,
  3942.                             'heighten' => 1920,
  3943.                         ],
  3944.                     ],
  3945.                     'post_processors' => [
  3946.                     ],
  3947.                 ],
  3948.                 'mosaic_2560' => [
  3949.                     'quality' => 75,
  3950.                     'jpeg_quality' => NULL,
  3951.                     'png_compression_level' => NULL,
  3952.                     'png_compression_filter' => NULL,
  3953.                     'format' => 'webp',
  3954.                     'animated' => false,
  3955.                     'cache' => NULL,
  3956.                     'data_loader' => NULL,
  3957.                     'default_image' => NULL,
  3958.                     'filters' => [
  3959.                         'auto_rotate' => [
  3960.                         ],
  3961.                         'relative_resize' => [
  3962.                             'widen' => 2560,
  3963.                             'heighten' => 2560,
  3964.                         ],
  3965.                     ],
  3966.                     'post_processors' => [
  3967.                     ],
  3968.                 ],
  3969.                 'testimonial' => [
  3970.                     'quality' => 65,
  3971.                     'jpeg_quality' => NULL,
  3972.                     'png_compression_level' => NULL,
  3973.                     'png_compression_filter' => NULL,
  3974.                     'format' => 'webp',
  3975.                     'animated' => false,
  3976.                     'cache' => NULL,
  3977.                     'data_loader' => NULL,
  3978.                     'default_image' => NULL,
  3979.                     'filters' => [
  3980.                         'auto_rotate' => [
  3981.                         ],
  3982.                         'thumbnail' => [
  3983.                             'size' => [
  3984.                                 => 500,
  3985.                                 => 500,
  3986.                             ],
  3987.                             'mode' => 'outbound',
  3988.                         ],
  3989.                     ],
  3990.                     'post_processors' => [
  3991.                     ],
  3992.                 ],
  3993.                 'timeline' => [
  3994.                     'quality' => 65,
  3995.                     'jpeg_quality' => NULL,
  3996.                     'png_compression_level' => NULL,
  3997.                     'png_compression_filter' => NULL,
  3998.                     'format' => 'webp',
  3999.                     'animated' => false,
  4000.                     'cache' => NULL,
  4001.                     'data_loader' => NULL,
  4002.                     'default_image' => NULL,
  4003.                     'filters' => [
  4004.                         'auto_rotate' => [
  4005.                         ],
  4006.                         'thumbnail' => [
  4007.                             'size' => [
  4008.                                 => 500,
  4009.                                 => 500,
  4010.                             ],
  4011.                             'mode' => 'inset',
  4012.                         ],
  4013.                     ],
  4014.                     'post_processors' => [
  4015.                     ],
  4016.                 ],
  4017.                 'pl_60_40' => [
  4018.                     'quality' => 70,
  4019.                     'jpeg_quality' => NULL,
  4020.                     'png_compression_level' => NULL,
  4021.                     'png_compression_filter' => NULL,
  4022.                     'format' => 'webp',
  4023.                     'animated' => false,
  4024.                     'cache' => NULL,
  4025.                     'data_loader' => NULL,
  4026.                     'default_image' => NULL,
  4027.                     'filters' => [
  4028.                         'auto_rotate' => [
  4029.                         ],
  4030.                         'relative_resize' => [
  4031.                             'widen' => 1500,
  4032.                             'heighten' => 1500,
  4033.                         ],
  4034.                     ],
  4035.                     'post_processors' => [
  4036.                     ],
  4037.                 ],
  4038.                 'gallery_medium' => [
  4039.                     'quality' => 70,
  4040.                     'jpeg_quality' => NULL,
  4041.                     'png_compression_level' => NULL,
  4042.                     'png_compression_filter' => NULL,
  4043.                     'format' => 'webp',
  4044.                     'animated' => false,
  4045.                     'cache' => NULL,
  4046.                     'data_loader' => NULL,
  4047.                     'default_image' => NULL,
  4048.                     'filters' => [
  4049.                         'auto_rotate' => [
  4050.                         ],
  4051.                         'thumbnail' => [
  4052.                             'size' => [
  4053.                                 => 980,
  4054.                                 => 980,
  4055.                             ],
  4056.                             'mode' => 'inset',
  4057.                         ],
  4058.                     ],
  4059.                     'post_processors' => [
  4060.                     ],
  4061.                 ],
  4062.                 'list' => [
  4063.                     'quality' => 65,
  4064.                     'jpeg_quality' => NULL,
  4065.                     'png_compression_level' => NULL,
  4066.                     'png_compression_filter' => NULL,
  4067.                     'format' => 'webp',
  4068.                     'animated' => false,
  4069.                     'cache' => NULL,
  4070.                     'data_loader' => NULL,
  4071.                     'default_image' => NULL,
  4072.                     'filters' => [
  4073.                         'auto_rotate' => [
  4074.                         ],
  4075.                         'relative_resize' => [
  4076.                             'widen' => 690,
  4077.                             'heighten' => 500,
  4078.                         ],
  4079.                     ],
  4080.                     'post_processors' => [
  4081.                     ],
  4082.                 ],
  4083.                 'filemanager' => [
  4084.                     'quality' => 60,
  4085.                     'jpeg_quality' => NULL,
  4086.                     'png_compression_level' => NULL,
  4087.                     'png_compression_filter' => NULL,
  4088.                     'format' => 'webp',
  4089.                     'animated' => false,
  4090.                     'cache' => NULL,
  4091.                     'data_loader' => NULL,
  4092.                     'default_image' => NULL,
  4093.                     'filters' => [
  4094.                         'auto_rotate' => [
  4095.                         ],
  4096.                         'thumbnail' => [
  4097.                             'size' => [
  4098.                                 => 120,
  4099.                                 => 120,
  4100.                             ],
  4101.                             'mode' => 'inset',
  4102.                         ],
  4103.                     ],
  4104.                     'post_processors' => [
  4105.                     ],
  4106.                 ],
  4107.                 'share_image' => [
  4108.                     'quality' => 70,
  4109.                     'jpeg_quality' => NULL,
  4110.                     'png_compression_level' => NULL,
  4111.                     'png_compression_filter' => NULL,
  4112.                     'format' => 'webp',
  4113.                     'animated' => false,
  4114.                     'cache' => NULL,
  4115.                     'data_loader' => NULL,
  4116.                     'default_image' => NULL,
  4117.                     'filters' => [
  4118.                         'auto_rotate' => [
  4119.                         ],
  4120.                         'thumbnail' => [
  4121.                             'size' => [
  4122.                                 => 1200,
  4123.                                 => 630,
  4124.                             ],
  4125.                             'mode' => 'outbound',
  4126.                         ],
  4127.                     ],
  4128.                     'post_processors' => [
  4129.                     ],
  4130.                 ],
  4131.                 'highlight_happennow_image' => [
  4132.                     'quality' => 60,
  4133.                     'jpeg_quality' => NULL,
  4134.                     'png_compression_level' => NULL,
  4135.                     'png_compression_filter' => NULL,
  4136.                     'format' => 'webp',
  4137.                     'animated' => false,
  4138.                     'cache' => NULL,
  4139.                     'data_loader' => NULL,
  4140.                     'default_image' => NULL,
  4141.                     'filters' => [
  4142.                         'auto_rotate' => [
  4143.                         ],
  4144.                         'thumbnail' => [
  4145.                             'size' => [
  4146.                                 => 205,
  4147.                                 => 150,
  4148.                             ],
  4149.                             'mode' => 'outbound',
  4150.                         ],
  4151.                     ],
  4152.                     'post_processors' => [
  4153.                     ],
  4154.                 ],
  4155.                 'highlight_event' => [
  4156.                     'quality' => 75,
  4157.                     'jpeg_quality' => NULL,
  4158.                     'png_compression_level' => NULL,
  4159.                     'png_compression_filter' => NULL,
  4160.                     'format' => 'webp',
  4161.                     'animated' => false,
  4162.                     'cache' => NULL,
  4163.                     'data_loader' => NULL,
  4164.                     'default_image' => NULL,
  4165.                     'filters' => [
  4166.                         'auto_rotate' => [
  4167.                         ],
  4168.                         'relative_resize' => [
  4169.                             'widen' => 1200,
  4170.                             'heighten' => 630,
  4171.                         ],
  4172.                     ],
  4173.                     'post_processors' => [
  4174.                     ],
  4175.                 ],
  4176.                 'list_event' => [
  4177.                     'quality' => 60,
  4178.                     'jpeg_quality' => NULL,
  4179.                     'png_compression_level' => NULL,
  4180.                     'png_compression_filter' => NULL,
  4181.                     'format' => 'webp',
  4182.                     'animated' => false,
  4183.                     'cache' => NULL,
  4184.                     'data_loader' => NULL,
  4185.                     'default_image' => NULL,
  4186.                     'filters' => [
  4187.                         'auto_rotate' => [
  4188.                         ],
  4189.                         'thumbnail' => [
  4190.                             'size' => [
  4191.                                 => 300,
  4192.                                 => 450,
  4193.                             ],
  4194.                             'mode' => 'outbound',
  4195.                         ],
  4196.                     ],
  4197.                     'post_processors' => [
  4198.                     ],
  4199.                 ],
  4200.                 'poster' => [
  4201.                     'quality' => 60,
  4202.                     'jpeg_quality' => NULL,
  4203.                     'png_compression_level' => NULL,
  4204.                     'png_compression_filter' => NULL,
  4205.                     'format' => 'webp',
  4206.                     'animated' => false,
  4207.                     'cache' => NULL,
  4208.                     'data_loader' => NULL,
  4209.                     'default_image' => NULL,
  4210.                     'filters' => [
  4211.                         'auto_rotate' => [
  4212.                         ],
  4213.                         'thumbnail' => [
  4214.                             'size' => [
  4215.                                 => 300,
  4216.                                 => 450,
  4217.                             ],
  4218.                             'mode' => 'outbound',
  4219.                         ],
  4220.                     ],
  4221.                     'post_processors' => [
  4222.                     ],
  4223.                 ],
  4224.                 'banner_xs' => [
  4225.                     'quality' => 65,
  4226.                     'jpeg_quality' => NULL,
  4227.                     'png_compression_level' => NULL,
  4228.                     'png_compression_filter' => NULL,
  4229.                     'format' => 'webp',
  4230.                     'animated' => false,
  4231.                     'cache' => NULL,
  4232.                     'data_loader' => NULL,
  4233.                     'default_image' => NULL,
  4234.                     'filters' => [
  4235.                         'thumbnail' => [
  4236.                             'size' => [
  4237.                                 => 576,
  4238.                                 => 288,
  4239.                             ],
  4240.                             'mode' => 'outbound',
  4241.                             'allow_upscale' => false,
  4242.                         ],
  4243.                     ],
  4244.                     'post_processors' => [
  4245.                     ],
  4246.                 ],
  4247.                 'banner_sm' => [
  4248.                     'quality' => 65,
  4249.                     'jpeg_quality' => NULL,
  4250.                     'png_compression_level' => NULL,
  4251.                     'png_compression_filter' => NULL,
  4252.                     'format' => 'webp',
  4253.                     'animated' => false,
  4254.                     'cache' => NULL,
  4255.                     'data_loader' => NULL,
  4256.                     'default_image' => NULL,
  4257.                     'filters' => [
  4258.                         'thumbnail' => [
  4259.                             'size' => [
  4260.                                 => 768,
  4261.                                 => 384,
  4262.                             ],
  4263.                             'mode' => 'outbound',
  4264.                             'allow_upscale' => false,
  4265.                         ],
  4266.                     ],
  4267.                     'post_processors' => [
  4268.                     ],
  4269.                 ],
  4270.                 'banner_md' => [
  4271.                     'quality' => 70,
  4272.                     'jpeg_quality' => NULL,
  4273.                     'png_compression_level' => NULL,
  4274.                     'png_compression_filter' => NULL,
  4275.                     'format' => 'webp',
  4276.                     'animated' => false,
  4277.                     'cache' => NULL,
  4278.                     'data_loader' => NULL,
  4279.                     'default_image' => NULL,
  4280.                     'filters' => [
  4281.                         'thumbnail' => [
  4282.                             'size' => [
  4283.                                 => 992,
  4284.                                 => 496,
  4285.                             ],
  4286.                             'mode' => 'outbound',
  4287.                             'allow_upscale' => false,
  4288.                         ],
  4289.                     ],
  4290.                     'post_processors' => [
  4291.                     ],
  4292.                 ],
  4293.                 'banner_lg' => [
  4294.                     'quality' => 75,
  4295.                     'jpeg_quality' => NULL,
  4296.                     'png_compression_level' => NULL,
  4297.                     'png_compression_filter' => NULL,
  4298.                     'format' => 'webp',
  4299.                     'animated' => false,
  4300.                     'cache' => NULL,
  4301.                     'data_loader' => NULL,
  4302.                     'default_image' => NULL,
  4303.                     'filters' => [
  4304.                         'thumbnail' => [
  4305.                             'size' => [
  4306.                                 => 1200,
  4307.                                 => 600,
  4308.                             ],
  4309.                             'mode' => 'outbound',
  4310.                             'allow_upscale' => false,
  4311.                         ],
  4312.                     ],
  4313.                     'post_processors' => [
  4314.                     ],
  4315.                 ],
  4316.                 'banner_xl' => [
  4317.                     'quality' => 75,
  4318.                     'jpeg_quality' => NULL,
  4319.                     'png_compression_level' => NULL,
  4320.                     'png_compression_filter' => NULL,
  4321.                     'format' => 'webp',
  4322.                     'animated' => false,
  4323.                     'cache' => NULL,
  4324.                     'data_loader' => NULL,
  4325.                     'default_image' => NULL,
  4326.                     'filters' => [
  4327.                         'thumbnail' => [
  4328.                             'size' => [
  4329.                                 => 1920,
  4330.                                 => 960,
  4331.                             ],
  4332.                             'mode' => 'outbound',
  4333.                             'allow_upscale' => false,
  4334.                         ],
  4335.                     ],
  4336.                     'post_processors' => [
  4337.                     ],
  4338.                 ],
  4339.                 'logo' => [
  4340.                     'quality' => 85,
  4341.                     'jpeg_quality' => NULL,
  4342.                     'png_compression_level' => 8,
  4343.                     'png_compression_filter' => NULL,
  4344.                     'format' => NULL,
  4345.                     'animated' => false,
  4346.                     'cache' => NULL,
  4347.                     'data_loader' => NULL,
  4348.                     'default_image' => NULL,
  4349.                     'filters' => [
  4350.                         'thumbnail' => [
  4351.                             'size' => [
  4352.                                 => 300,
  4353.                                 => 300,
  4354.                             ],
  4355.                             'mode' => 'inset',
  4356.                             'allow_upscale' => false,
  4357.                         ],
  4358.                     ],
  4359.                     'post_processors' => [
  4360.                     ],
  4361.                 ],
  4362.                 'episode_thumb' => [
  4363.                     'quality' => 70,
  4364.                     'jpeg_quality' => NULL,
  4365.                     'png_compression_level' => NULL,
  4366.                     'png_compression_filter' => NULL,
  4367.                     'format' => 'webp',
  4368.                     'animated' => false,
  4369.                     'cache' => NULL,
  4370.                     'data_loader' => NULL,
  4371.                     'default_image' => NULL,
  4372.                     'filters' => [
  4373.                         'auto_rotate' => [
  4374.                         ],
  4375.                         'thumbnail' => [
  4376.                             'size' => [
  4377.                                 => 480,
  4378.                                 => 360,
  4379.                             ],
  4380.                             'mode' => 'outbound',
  4381.                         ],
  4382.                     ],
  4383.                     'post_processors' => [
  4384.                     ],
  4385.                 ],
  4386.                 'adicionalcontent_thumb' => [
  4387.                     'quality' => 65,
  4388.                     'jpeg_quality' => NULL,
  4389.                     'png_compression_level' => NULL,
  4390.                     'png_compression_filter' => NULL,
  4391.                     'format' => 'webp',
  4392.                     'animated' => false,
  4393.                     'cache' => NULL,
  4394.                     'data_loader' => NULL,
  4395.                     'default_image' => NULL,
  4396.                     'filters' => [
  4397.                         'auto_rotate' => [
  4398.                         ],
  4399.                         'thumbnail' => [
  4400.                             'size' => [
  4401.                                 => 382,
  4402.                                 => 215,
  4403.                             ],
  4404.                             'mode' => 'outbound',
  4405.                         ],
  4406.                     ],
  4407.                     'post_processors' => [
  4408.                     ],
  4409.                 ],
  4410.                 'user' => [
  4411.                     'quality' => 65,
  4412.                     'jpeg_quality' => NULL,
  4413.                     'png_compression_level' => NULL,
  4414.                     'png_compression_filter' => NULL,
  4415.                     'format' => 'webp',
  4416.                     'animated' => false,
  4417.                     'cache' => NULL,
  4418.                     'data_loader' => NULL,
  4419.                     'default_image' => NULL,
  4420.                     'filters' => [
  4421.                         'auto_rotate' => [
  4422.                         ],
  4423.                         'thumbnail' => [
  4424.                             'size' => [
  4425.                                 => 100,
  4426.                                 => 100,
  4427.                             ],
  4428.                             'mode' => 'inset',
  4429.                         ],
  4430.                     ],
  4431.                     'post_processors' => [
  4432.                     ],
  4433.                 ],
  4434.                 'news' => [
  4435.                     'quality' => 75,
  4436.                     'jpeg_quality' => NULL,
  4437.                     'png_compression_level' => NULL,
  4438.                     'png_compression_filter' => NULL,
  4439.                     'format' => 'webp',
  4440.                     'animated' => false,
  4441.                     'cache' => NULL,
  4442.                     'data_loader' => NULL,
  4443.                     'default_image' => NULL,
  4444.                     'filters' => [
  4445.                         'auto_rotate' => [
  4446.                         ],
  4447.                         'thumbnail' => [
  4448.                             'size' => [
  4449.                                 => 756,
  4450.                                 => 504,
  4451.                             ],
  4452.                             'mode' => 'inset',
  4453.                             'allow_upscale' => false,
  4454.                         ],
  4455.                     ],
  4456.                     'post_processors' => [
  4457.                     ],
  4458.                 ],
  4459.             ],
  4460.             'liip_imagine.binary.loader.default' => 'azure_stream_loader',
  4461.             'liip_imagine.controller.filter_action' => 'liip_imagine.controller:filterAction',
  4462.             'liip_imagine.controller.filter_runtime_action' => 'liip_imagine.controller:filterRuntimeAction',
  4463.             'liip_imagine.webp.generate' => false,
  4464.             'liip_imagine.webp.options' => [
  4465.                 'quality' => 100,
  4466.                 'cache' => NULL,
  4467.                 'data_loader' => NULL,
  4468.                 'post_processors' => [
  4469.                 ],
  4470.             ],
  4471.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  4472.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4473.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig',
  4474.             'knp_paginator.page_range' => 1,
  4475.             'knp_paginator.page_limit' => NULL,
  4476.             'artgris_media' => [
  4477.                 'cropped_path' => 'cropped/',
  4478.             ],
  4479.             'bomo_ical.ics_provider.class' => 'BOMO\\IcalBundle\\Provider\\IcsProvider',
  4480.             'phpofficebundle_spreadsheet_class' => 'Yectep\\PhpSpreadsheetBundle\\Factory',
  4481.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  4482.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  4483.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  4484.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  4485.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  4486.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  4487.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  4488.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  4489.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  4490.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  4491.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  4492.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  4493.             'eight_points_guzzle.plugin.header.headers' => [
  4494.             ],
  4495.             'data_collector.templates' => [
  4496.                 'data_collector.request' => [
  4497.                     => 'request',
  4498.                     => '@WebProfiler/Collector/request.html.twig',
  4499.                 ],
  4500.                 'data_collector.time' => [
  4501.                     => 'time',
  4502.                     => '@WebProfiler/Collector/time.html.twig',
  4503.                 ],
  4504.                 'data_collector.memory' => [
  4505.                     => 'memory',
  4506.                     => '@WebProfiler/Collector/memory.html.twig',
  4507.                 ],
  4508.                 'data_collector.validator' => [
  4509.                     => 'validator',
  4510.                     => '@WebProfiler/Collector/validator.html.twig',
  4511.                 ],
  4512.                 'data_collector.ajax' => [
  4513.                     => 'ajax',
  4514.                     => '@WebProfiler/Collector/ajax.html.twig',
  4515.                 ],
  4516.                 'data_collector.form' => [
  4517.                     => 'form',
  4518.                     => '@WebProfiler/Collector/form.html.twig',
  4519.                 ],
  4520.                 'data_collector.exception' => [
  4521.                     => 'exception',
  4522.                     => '@WebProfiler/Collector/exception.html.twig',
  4523.                 ],
  4524.                 'data_collector.logger' => [
  4525.                     => 'logger',
  4526.                     => '@WebProfiler/Collector/logger.html.twig',
  4527.                 ],
  4528.                 'data_collector.events' => [
  4529.                     => 'events',
  4530.                     => '@WebProfiler/Collector/events.html.twig',
  4531.                 ],
  4532.                 'data_collector.router' => [
  4533.                     => 'router',
  4534.                     => '@WebProfiler/Collector/router.html.twig',
  4535.                 ],
  4536.                 'data_collector.cache' => [
  4537.                     => 'cache',
  4538.                     => '@WebProfiler/Collector/cache.html.twig',
  4539.                 ],
  4540.                 'data_collector.translation' => [
  4541.                     => 'translation',
  4542.                     => '@WebProfiler/Collector/translation.html.twig',
  4543.                 ],
  4544.                 'data_collector.security' => [
  4545.                     => 'security',
  4546.                     => '@Security/Collector/security.html.twig',
  4547.                 ],
  4548.                 'data_collector.twig' => [
  4549.                     => 'twig',
  4550.                     => '@WebProfiler/Collector/twig.html.twig',
  4551.                 ],
  4552.                 'data_collector.http_client' => [
  4553.                     => 'http_client',
  4554.                     => '@WebProfiler/Collector/http_client.html.twig',
  4555.                 ],
  4556.                 'data_collector.doctrine' => [
  4557.                     => 'db',
  4558.                     => '@Doctrine/Collector/db.html.twig',
  4559.                 ],
  4560.                 'doctrine_migrations.migrations_collector' => [
  4561.                     => 'doctrine_migrations',
  4562.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4563.                 ],
  4564.                 'data_collector.dump' => [
  4565.                     => 'dump',
  4566.                     => '@Debug/Profiler/dump.html.twig',
  4567.                 ],
  4568.                 'data_collector.messenger' => [
  4569.                     => 'messenger',
  4570.                     => '@WebProfiler/Collector/messenger.html.twig',
  4571.                 ],
  4572.                 'mailer.data_collector' => [
  4573.                     => 'mailer',
  4574.                     => '@WebProfiler/Collector/mailer.html.twig',
  4575.                 ],
  4576.                 'notifier.data_collector' => [
  4577.                     => 'notifier',
  4578.                     => '@WebProfiler/Collector/notifier.html.twig',
  4579.                 ],
  4580.                 'eight_points_guzzle.data_collector' => [
  4581.                     => 'eight_points_guzzle',
  4582.                     => '@EightPointsGuzzle/debug.html.twig',
  4583.                 ],
  4584.                 'data_collector.config' => [
  4585.                     => 'config',
  4586.                     => '@WebProfiler/Collector/config.html.twig',
  4587.                 ],
  4588.             ],
  4589.             'console.command.ids' => [
  4590.             ],
  4591.         ];
  4592.     }
  4593.     protected function throw($message)
  4594.     {
  4595.         throw new RuntimeException($message);
  4596.     }
  4597. }