var/cache/dev/ContainerGYUU4FY/App_KernelDevDebugContainer.php line 526

Open in your IDE?
  1. <?php
  2. namespace ContainerGYUU4FY;
  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.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  49.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  50.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  51.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  52.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'site.sitemanager' => 'getSite_SitemanagerService',
  56.             'translator' => 'getTranslatorService',
  57.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  58.             'cache_clearer' => 'getCacheClearerService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'serializer' => 'getSerializerService',
  61.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  62.             'form.factory' => 'getForm_FactoryService',
  63.             'form.type.file' => 'getForm_Type_FileService',
  64.             'profiler' => 'getProfilerService',
  65.             'twig' => 'getTwigService',
  66.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  67.             'security.token_storage' => 'getSecurity_TokenStorageService',
  68.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  69.             'session' => 'getSessionService',
  70.             'validator' => 'getValidatorService',
  71.         ];
  72.         $this->fileMap = [
  73.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  74.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  75.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  76.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  77.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  78.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  79.             '.container.private.session' => 'get_Container_Private_SessionService',
  80.             'App\\Controller\\Backend\\AuthController' => 'getAuthControllerService',
  81.             'App\\Controller\\Backend\\BackendController' => 'getBackendControllerService',
  82.             'App\\Controller\\Backend\\BulkActionController' => 'getBulkActionControllerService',
  83.             'App\\Controller\\Backend\\Federation\\BoatController' => 'getBoatControllerService',
  84.             'App\\Controller\\Backend\\Federation\\ClasseController' => 'getClasseControllerService',
  85.             'App\\Controller\\Backend\\Federation\\ParticipationController' => 'getParticipationControllerService',
  86.             'App\\Controller\\Backend\\Federation\\RaceController' => 'getRaceControllerService',
  87.             'App\\Controller\\Backend\\Federation\\SkipperController' => 'getSkipperControllerService',
  88.             'App\\Controller\\Backend\\Federation\\TeamController' => 'getTeamControllerService',
  89.             'App\\Controller\\Backend\\Media\\CategoryController' => 'getCategoryControllerService',
  90.             'App\\Controller\\Backend\\Media\\ConversionController' => 'getConversionControllerService',
  91.             'App\\Controller\\Backend\\Media\\DocumentController' => 'getDocumentControllerService',
  92.             'App\\Controller\\Backend\\Media\\DocumentTypeController' => 'getDocumentTypeControllerService',
  93.             'App\\Controller\\Backend\\Media\\EncodingController' => 'getEncodingControllerService',
  94.             'App\\Controller\\Backend\\Media\\FormatController' => 'getFormatControllerService',
  95.             'App\\Controller\\Backend\\Media\\NotificationController' => 'getNotificationControllerService',
  96.             'App\\Controller\\Backend\\Media\\SocialNetworkController' => 'getSocialNetworkControllerService',
  97.             'App\\Controller\\Backend\\Media\\TagController' => 'getTagControllerService',
  98.             'App\\Controller\\Backend\\Site\\AccessSiteController' => 'getAccessSiteControllerService',
  99.             'App\\Controller\\Backend\\Site\\SiteController' => 'getSiteControllerService',
  100.             'App\\Controller\\Backend\\ThirdParty\\AddressController' => 'getAddressControllerService',
  101.             'App\\Controller\\Backend\\ThirdParty\\ThirdPartyController' => 'getThirdPartyControllerService',
  102.             'App\\Controller\\Backend\\ThirdParty\\TypeController' => 'getTypeControllerService',
  103.             'App\\Controller\\Backend\\User\\AlertController' => 'getAlertControllerService',
  104.             'App\\Controller\\Backend\\User\\DownloadController' => 'getDownloadControllerService',
  105.             'App\\Controller\\Backend\\User\\PrefixController' => 'getPrefixControllerService',
  106.             'App\\Controller\\Backend\\User\\UserController' => 'getUserControllerService',
  107.             'App\\Controller\\Frontend\\AlertController' => 'getAlertController2Service',
  108.             'App\\Controller\\Frontend\\AmazonController' => 'getAmazonControllerService',
  109.             'App\\Controller\\Frontend\\AuthController' => 'getAuthController2Service',
  110.             'App\\Controller\\Frontend\\CartController' => 'getCartControllerService',
  111.             'App\\Controller\\Frontend\\ContentController' => 'getContentControllerService',
  112.             'App\\Controller\\Frontend\\DocumentController' => 'getDocumentController2Service',
  113.             'App\\Controller\\Frontend\\FrontendController' => 'getFrontendControllerService',
  114.             'App\\Controller\\Frontend\\MenuController' => 'getMenuControllerService',
  115.             'App\\Controller\\Frontend\\ShareController' => 'getShareControllerService',
  116.             'App\\Controller\\Frontend\\TestController' => 'getTestControllerService',
  117.             'App\\Controller\\Frontend\\UserController' => 'getUserController2Service',
  118.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  119.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  120.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  121.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  122.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  123.             'aws.awsmanager' => 'getAws_AwsmanagerService',
  124.             'cache.app_clearer' => 'getCache_AppClearerService',
  125.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  126.             'cache.system_clearer' => 'getCache_SystemClearerService',
  127.             'cache_warmer' => 'getCacheWarmerService',
  128.             'console.command.public_alias.App\\Command\\BatchImport' => 'getBatchImportService',
  129.             'console.command.public_alias.App\\Command\\ShareOnSocialNetwork' => 'getShareOnSocialNetworkService',
  130.             'console.command.public_alias.batch.import' => 'getConsole_Command_PublicAlias_Batch_ImportService',
  131.             'console.command.public_alias.social_network.share' => 'getConsole_Command_PublicAlias_SocialNetwork_ShareService',
  132.             'console.command_loader' => 'getConsole_CommandLoaderService',
  133.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  134.             'dailymotion.sdkmanager' => 'getDailymotion_SdkmanagerService',
  135.             'email.emailmanager' => 'getEmail_EmailmanagerService',
  136.             'error_controller' => 'getErrorControllerService',
  137.             'export.exportmanager' => 'getExport_ExportmanagerService',
  138.             'facebook.sdkmanager' => 'getFacebook_SdkmanagerService',
  139.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  140.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  141.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  142.             'gedmo.listener.translatable' => 'getGedmo_Listener_TranslatableService',
  143.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  144.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  145.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  146.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  147.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  148.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  149.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  150.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  151.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  152.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  153.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  154.             'media.documentCloneInformation' => 'getMedia_DocumentCloneInformationService',
  155.             'media.documentIptcInformation' => 'getMedia_DocumentIptcInformationService',
  156.             'media.downloadManager' => 'getMedia_DownloadManagerService',
  157.             'media.generate_customized_file' => 'getMedia_GenerateCustomizedFileService',
  158.             'monolog.logger.sns' => 'getMonolog_Logger_SnsService',
  159.             'routing.loader' => 'getRouting_LoaderService',
  160.             'services_resetter' => 'getServicesResetterService',
  161.             'stof_doctrine_extensions.uploadable.manager' => 'getStofDoctrineExtensions_Uploadable_ManagerService',
  162.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  163.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  164.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  165.             'youtube.sdkmanager' => 'getYoutube_SdkmanagerService',
  166.         ];
  167.         $this->aliases = [
  168.             'App\\Kernel' => 'kernel',
  169.             'database_connection' => 'doctrine.dbal.default_connection',
  170.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  171.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  172.         ];
  173.         $this->privates['service_container'] = function () {
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  180.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  182.             include_once \dirname(__DIR__4).'/src/EventListener/User/LocaleSubscriber.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  184.             include_once \dirname(__DIR__4).'/src/EventListener/Doctrine/DoctrineTranslatableExtensionListener.php';
  185.             include_once \dirname(__DIR__4).'/src/Service/Site/SiteManager.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  197.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  226.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  363.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  364.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  365.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  368.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  369.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  406.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  410.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  411.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  426.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  456.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  490.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  512.             include_once \dirname(__DIR__4).'/src/Twig/Base64Extension.php';
  513.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  514.             include_once \dirname(__DIR__4).'/src/Twig/DoctrineExtension.php';
  515.             include_once \dirname(__DIR__4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Twig/Extension/StfalconTinymceExtension.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  522.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  524.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  534.         };
  535.     }
  536.     public function compile(): void
  537.     {
  538.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  539.     }
  540.     public function isCompiled(): bool
  541.     {
  542.         return true;
  543.     }
  544.     public function getRemovedIds(): array
  545.     {
  546.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  547.     }
  548.     protected function load($file$lazyLoad true)
  549.     {
  550.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  551.             return $class::do($this$lazyLoad);
  552.         }
  553.         if ('.' === $file[-4]) {
  554.             $class substr($class0, -4);
  555.         } else {
  556.             $file .= '.php';
  557.         }
  558.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  559.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  560.     }
  561.     /**
  562.      * Gets the public '.container.private.filesystem' shared service.
  563.      *
  564.      * @return \Symfony\Component\Filesystem\Filesystem
  565.      */
  566.     protected function get_Container_Private_FilesystemService()
  567.     {
  568.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  569.     }
  570.     /**
  571.      * Gets the public '.container.private.profiler' shared service.
  572.      *
  573.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  574.      */
  575.     protected function get_Container_Private_ProfilerService()
  576.     {
  577.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  578.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  579.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  580.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  581.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  582.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  583.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  584.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  585.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  586.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  587.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  588.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  589.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  590.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  591.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  592.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  593.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  594.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  595.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  596.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  597.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  598.         $e = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  599.         $e->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  600.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  601.         if ($this->has('kernel')) {
  602.             $f->setKernel($b);
  603.         }
  604.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  605.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  606.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  607.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  608.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  609.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  610.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  611.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  612.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  613.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  614.         $instance->add($d);
  615.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  616.         $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));
  617.         $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())));
  618.         $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([])))));
  619.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  620.         $instance->add($e);
  621.         $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()))));
  622.         $instance->add($f);
  623.         return $instance;
  624.     }
  625.     /**
  626.      * Gets the public '.container.private.security.authorization_checker' shared service.
  627.      *
  628.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  629.      */
  630.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  631.     {
  632.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  633.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  634.             return $this->services['.container.private.security.authorization_checker'];
  635.         }
  636.         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);
  637.     }
  638.     /**
  639.      * Gets the public '.container.private.security.token_storage' shared service.
  640.      *
  641.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  642.      */
  643.     protected function get_Container_Private_Security_TokenStorageService()
  644.     {
  645.         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, [
  646.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  647.         ], [
  648.             'request_stack' => '?',
  649.         ]));
  650.     }
  651.     /**
  652.      * Gets the public '.container.private.twig' shared service.
  653.      *
  654.      * @return \Twig\Environment
  655.      */
  656.     protected function get_Container_Private_TwigService()
  657.     {
  658.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  659.         $a->addPath((\dirname(__DIR__4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Resources/views'), 'StfalconTinymce');
  660.         $a->addPath((\dirname(__DIR__4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/Resources/views'), '!StfalconTinymce');
  661.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  662.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  663.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  664.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  665.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  666.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  667.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  669.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  671.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  672.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  673.         $a->addPath((\dirname(__DIR__4).'/templates'));
  674.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  675.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  676.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  677.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  678.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  679.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  680.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  681.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  682.         $f = ($this->services['router'] ?? $this->getRouterService());
  683.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  684.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  685.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  686.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  687.         $j = new \Symfony\Bridge\Twig\AppVariable();
  688.         $j->setEnvironment('dev');
  689.         $j->setDebug(true);
  690.         if ($this->has('.container.private.security.token_storage')) {
  691.             $j->setTokenStorage($h);
  692.         }
  693.         if ($this->has('request_stack')) {
  694.             $j->setRequestStack($g);
  695.         }
  696.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  703.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  704.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  705.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  706.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  707.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  708.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  709.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  710.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  711.         $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)));
  712.         $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())));
  713.         $instance->addExtension(new \App\Twig\Base64Extension());
  714.         $instance->addExtension(new \App\Twig\DateExtension());
  715.         $instance->addExtension(new \App\Twig\DoctrineExtension(($this->services['doctrine'] ?? $this->getDoctrineService())));
  716.         $instance->addExtension(new \Stfalcon\Bundle\TinymceBundle\Twig\Extension\StfalconTinymceExtension(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $instance$d$g));
  717.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  718.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  719.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  720.         ], [
  721.             'webpack_encore.entrypoint_lookup_collection' => '?',
  722.             'webpack_encore.tag_renderer' => '?',
  723.         ])));
  724.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  725.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  726.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  727.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  728.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  729.         $instance->addGlobal('app'$j);
  730.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  731.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  732.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  733.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  734.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  735.         ], [
  736.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  737.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  738.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  739.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  740.         ])));
  741.         $instance->addGlobal('application_name''Media House Solitaire du Figaro Paprec');
  742.         $instance->addGlobal('application_default_url''https://solitairedufigaro.nefsea.io');
  743.         $instance->addGlobal('application_contact_address''contact@nefsea.tv');
  744.         $instance->addGlobal('application_googlemap_key''AIzaSyB_KJ9USq9O3AsMWzcedb_7Frx0_VT7qD8');
  745.         $instance->addGlobal('application_currency''€');
  746.         $instance->addGlobal('application_without_taxes_label''HT');
  747.         $instance->addGlobal('application_contact_name1''Erwan Riquier');
  748.         $instance->addGlobal('application_contact_email1''erwan.riquier@bia-seaevents.tv');
  749.         $instance->addGlobal('application_contact_tel1''+33(0)622541834');
  750.         $instance->addGlobal('application_available_language''fr_Français-en_English');
  751.         $instance->addGlobal('sitemanager', ($this->services['site.sitemanager'] ?? $this->getSite_SitemanagerService()));
  752.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  753.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  754.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  755.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  756.         return $instance;
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.validator' shared service.
  760.      *
  761.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  762.      */
  763.     protected function get_Container_Private_ValidatorService()
  764.     {
  765.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  766.         if (isset($this->services['.container.private.validator'])) {
  767.             return $this->services['.container.private.validator'];
  768.         }
  769.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  770.     }
  771.     /**
  772.      * Gets the public 'cache.app' shared service.
  773.      *
  774.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  775.      */
  776.     protected function getCache_AppService()
  777.     {
  778.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vFnTHl73QI'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  779.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  780.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  781.     }
  782.     /**
  783.      * Gets the public 'cache.system' shared service.
  784.      *
  785.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  786.      */
  787.     protected function getCache_SystemService()
  788.     {
  789.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YNwb14LjSJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  790.     }
  791.     /**
  792.      * Gets the public 'cache.validator_expression_language' shared service.
  793.      *
  794.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  795.      */
  796.     protected function getCache_ValidatorExpressionLanguageService()
  797.     {
  798.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EKeCPxM9Pn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  799.     }
  800.     /**
  801.      * Gets the public 'data_collector.dump' shared service.
  802.      *
  803.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  804.      */
  805.     protected function getDataCollector_DumpService()
  806.     {
  807.         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()));
  808.     }
  809.     /**
  810.      * Gets the public 'doctrine' shared service.
  811.      *
  812.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  813.      */
  814.     protected function getDoctrineService()
  815.     {
  816.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  817.     }
  818.     /**
  819.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  820.      *
  821.      * @return \Doctrine\DBAL\Connection
  822.      */
  823.     protected function getDoctrine_Dbal_DefaultConnectionService()
  824.     {
  825.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  826.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  827.             return $this->services['doctrine.dbal.default_connection'];
  828.         }
  829.         $b = new \Doctrine\DBAL\Configuration();
  830.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  831.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  832.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  833.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  834.         $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))));
  835.         $d->setConnectionName('default');
  836.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  837.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  838.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], 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(['driver' => 'pdo_mysql''charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $b$a, []);
  839.     }
  840.     /**
  841.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  842.      *
  843.      * @return \Doctrine\ORM\EntityManager
  844.      */
  845.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  846.     {
  847.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  848.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  849.             return $this->services['doctrine.orm.default_entity_manager'];
  850.         }
  851.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  852.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  853.             return $this->services['doctrine.orm.default_entity_manager'];
  854.         }
  855.         $c = new \Doctrine\ORM\Configuration();
  856.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  857.         $e = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  858.         $d->addDriver($e'App\\Entity');
  859.         $d->addDriver($e'Gedmo\\Translatable\\Entity');
  860.         $c->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  861.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  862.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  863.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  864.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  865.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  866.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  867.         ], [
  868.             'doctrine.ulid_generator' => '?',
  869.             'doctrine.uuid_generator' => '?',
  870.         ])));
  871.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  872.         $c->setProxyNamespace('Proxies');
  873.         $c->setAutoGenerateProxyClasses(false);
  874.         $c->setSchemaIgnoreClasses([]);
  875.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  876.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  877.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  878.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  879.         $c->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  880.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  881.         $c->setLazyGhostObjectEnabled(false);
  882.         $c->setIdentityGenerationPreferences([]);
  883.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  884.             'App\\Repository\\Federation\\BoatRepository' => ['privates''App\\Repository\\Federation\\BoatRepository''getBoatRepositoryService'true],
  885.             'App\\Repository\\Federation\\ClassesRepository' => ['privates''App\\Repository\\Federation\\ClassesRepository''getClassesRepositoryService'true],
  886.             'App\\Repository\\Federation\\ParticipationRepository' => ['privates''App\\Repository\\Federation\\ParticipationRepository''getParticipationRepositoryService'true],
  887.             'App\\Repository\\Federation\\RaceRepository' => ['privates''App\\Repository\\Federation\\RaceRepository''getRaceRepositoryService'true],
  888.             'App\\Repository\\Federation\\SkipperRepository' => ['privates''App\\Repository\\Federation\\SkipperRepository''getSkipperRepositoryService'true],
  889.             'App\\Repository\\Federation\\TeamRepository' => ['privates''App\\Repository\\Federation\\TeamRepository''getTeamRepositoryService'true],
  890.             'App\\Repository\\Media\\CartRepository' => ['privates''App\\Repository\\Media\\CartRepository''getCartRepositoryService'true],
  891.             'App\\Repository\\Media\\CategoryRepository' => ['privates''App\\Repository\\Media\\CategoryRepository''getCategoryRepositoryService'true],
  892.             'App\\Repository\\Media\\ConversaionRepository' => ['privates''App\\Repository\\Media\\ConversaionRepository''getConversaionRepositoryService'true],
  893.             'App\\Repository\\Media\\DocumentRepository' => ['privates''App\\Repository\\Media\\DocumentRepository''getDocumentRepositoryService'true],
  894.             'App\\Repository\\Media\\DocumentTypeRepository' => ['privates''App\\Repository\\Media\\DocumentTypeRepository''getDocumentTypeRepositoryService'true],
  895.             'App\\Repository\\Media\\FormatRepository' => ['privates''App\\Repository\\Media\\FormatRepository''getFormatRepositoryService'true],
  896.             'App\\Repository\\Media\\ImportRepository' => ['privates''App\\Repository\\Media\\ImportRepository''getImportRepositoryService'true],
  897.             'App\\Repository\\Media\\NotificationRepository' => ['privates''App\\Repository\\Media\\NotificationRepository''getNotificationRepositoryService'true],
  898.             'App\\Repository\\Media\\QualityRepository' => ['privates''App\\Repository\\Media\\QualityRepository''getQualityRepositoryService'true],
  899.             'App\\Repository\\Media\\ShareCartRepository' => ['privates''App\\Repository\\Media\\ShareCartRepository''getShareCartRepositoryService'true],
  900.             'App\\Repository\\Media\\ShareRepository' => ['privates''App\\Repository\\Media\\ShareRepository''getShareRepositoryService'true],
  901.             'App\\Repository\\Media\\SocialNetworkRepository' => ['privates''App\\Repository\\Media\\SocialNetworkRepository''getSocialNetworkRepositoryService'true],
  902.             'App\\Repository\\Media\\TagRepository' => ['privates''App\\Repository\\Media\\TagRepository''getTagRepositoryService'true],
  903.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  904.             'App\\Repository\\Site\\AccessSiteRepository' => ['privates''App\\Repository\\Site\\AccessSiteRepository''getAccessSiteRepositoryService'true],
  905.             'App\\Repository\\Site\\SiteRepository' => ['privates''App\\Repository\\Site\\SiteRepository''getSiteRepositoryService'true],
  906.         ], [
  907.             'App\\Repository\\Federation\\BoatRepository' => '?',
  908.             'App\\Repository\\Federation\\ClassesRepository' => '?',
  909.             'App\\Repository\\Federation\\ParticipationRepository' => '?',
  910.             'App\\Repository\\Federation\\RaceRepository' => '?',
  911.             'App\\Repository\\Federation\\SkipperRepository' => '?',
  912.             'App\\Repository\\Federation\\TeamRepository' => '?',
  913.             'App\\Repository\\Media\\CartRepository' => '?',
  914.             'App\\Repository\\Media\\CategoryRepository' => '?',
  915.             'App\\Repository\\Media\\ConversaionRepository' => '?',
  916.             'App\\Repository\\Media\\DocumentRepository' => '?',
  917.             'App\\Repository\\Media\\DocumentTypeRepository' => '?',
  918.             'App\\Repository\\Media\\FormatRepository' => '?',
  919.             'App\\Repository\\Media\\ImportRepository' => '?',
  920.             'App\\Repository\\Media\\NotificationRepository' => '?',
  921.             'App\\Repository\\Media\\QualityRepository' => '?',
  922.             'App\\Repository\\Media\\ShareCartRepository' => '?',
  923.             'App\\Repository\\Media\\ShareRepository' => '?',
  924.             'App\\Repository\\Media\\SocialNetworkRepository' => '?',
  925.             'App\\Repository\\Media\\TagRepository' => '?',
  926.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  927.             'App\\Repository\\Site\\AccessSiteRepository' => '?',
  928.             'App\\Repository\\Site\\SiteRepository' => '?',
  929.         ])));
  930.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  931.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  932.         return $instance;
  933.     }
  934.     /**
  935.      * Gets the public 'event_dispatcher' shared service.
  936.      *
  937.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  938.      */
  939.     protected function getEventDispatcherService()
  940.     {
  941.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  942.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  943.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  944.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  945.         $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())));
  946.         $instance->addListener('security.interactive_login', [=> function () {
  947.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  948.         }, => 'onAuthenticationSuccess'], 0);
  949.         $instance->addListener('kernel.request', [=> function () {
  950.             return ($this->privates['extension.listener'] ?? $this->getExtension_ListenerService());
  951.         }, => 'onLateKernelRequest'], -10);
  952.         $instance->addListener('kernel.controller', [=> function () {
  953.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  954.         }, => 'onKernelController'], 0);
  955.         $instance->addListener('kernel.exception', [=> function () {
  956.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  957.         }, => 'onKernelException'], 0);
  958.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  959.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  960.         }, => 'checkPassport'], 1024);
  961.         $instance->addListener('kernel.response', [=> function () {
  962.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  963.         }, => 'onKernelResponse'], 0);
  964.         $instance->addListener('kernel.response', [=> function () {
  965.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  966.         }, => 'onKernelResponse'], 0);
  967.         $instance->addListener('kernel.response', [=> function () {
  968.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  969.         }, => 'onKernelResponse'], 0);
  970.         $instance->addListener('kernel.response', [=> function () {
  971.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  972.         }, => 'onKernelResponse'], 0);
  973.         $instance->addListener('kernel.response', [=> function () {
  974.             return ($this->privates['security.context_listener.4'] ?? $this->getSecurity_ContextListener_4Service());
  975.         }, => 'onKernelResponse'], 0);
  976.         $instance->addListener('kernel.response', [=> function () {
  977.             return ($this->privates['security.context_listener.5'] ?? $this->getSecurity_ContextListener_5Service());
  978.         }, => 'onKernelResponse'], 0);
  979.         $instance->addListener('kernel.response', [=> function () {
  980.             return ($this->privates['security.context_listener.6'] ?? $this->getSecurity_ContextListener_6Service());
  981.         }, => 'onKernelResponse'], 0);
  982.         $instance->addListener('kernel.response', [=> function () {
  983.             return ($this->privates['security.context_listener.7'] ?? $this->getSecurity_ContextListener_7Service());
  984.         }, => 'onKernelResponse'], 0);
  985.         $instance->addListener('kernel.response', [=> function () {
  986.             return ($this->privates['security.context_listener.8'] ?? $this->getSecurity_ContextListener_8Service());
  987.         }, => 'onKernelResponse'], 0);
  988.         $instance->addListener('kernel.response', [=> function () {
  989.             return ($this->privates['security.context_listener.9'] ?? $this->getSecurity_ContextListener_9Service());
  990.         }, => 'onKernelResponse'], 0);
  991.         $instance->addListener('kernel.response', [=> function () {
  992.             return ($this->privates['security.context_listener.10'] ?? $this->getSecurity_ContextListener_10Service());
  993.         }, => 'onKernelResponse'], 0);
  994.         $instance->addListener('kernel.response', [=> function () {
  995.             return ($this->privates['security.context_listener.11'] ?? $this->getSecurity_ContextListener_11Service());
  996.         }, => 'onKernelResponse'], 0);
  997.         $instance->addListener('kernel.response', [=> function () {
  998.             return ($this->privates['security.context_listener.12'] ?? $this->getSecurity_ContextListener_12Service());
  999.         }, => 'onKernelResponse'], 0);
  1000.         $instance->addListener('kernel.request', [=> function () {
  1001.             return ($this->privates['App\\EventListener\\User\\LocaleSubscriber'] ?? ($this->privates['App\\EventListener\\User\\LocaleSubscriber'] = new \App\EventListener\User\LocaleSubscriber()));
  1002.         }, => 'onKernelRequest'], 0);
  1003.         $instance->addListener('security.interactive_login', [=> function () {
  1004.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  1005.         }, => 'onInteractiveLogin'], 0);
  1006.         $instance->addListener('kernel.request', [=> function () {
  1007.             return ($this->privates['user.language_preferencies'] ?? ($this->privates['user.language_preferencies'] = new \App\EventListener\User\LocaleSubscriber('fr')));
  1008.         }, => 'onKernelRequest'], 0);
  1009.         $instance->addListener('security.interactive_login', [=> function () {
  1010.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  1011.         }, => 'onInteractiveLogin'], 0);
  1012.         $instance->addListener('kernel.response', [=> function () {
  1013.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1014.         }, => 'onKernelResponse'], 0);
  1015.         $instance->addListener('kernel.response', [=> function () {
  1016.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1017.         }, => 'onKernelResponse'], -1024);
  1018.         $instance->addListener('kernel.request', [=> function () {
  1019.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1020.         }, => 'setDefaultLocale'], 100);
  1021.         $instance->addListener('kernel.request', [=> function () {
  1022.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1023.         }, => 'onKernelRequest'], 16);
  1024.         $instance->addListener('kernel.finish_request', [=> function () {
  1025.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1026.         }, => 'onKernelFinishRequest'], 0);
  1027.         $instance->addListener('kernel.request', [=> function () {
  1028.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1029.         }, => 'onKernelRequest'], 256);
  1030.         $instance->addListener('kernel.response', [=> function () {
  1031.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1032.         }, => 'onResponse'], -255);
  1033.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1034.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1035.         }, => 'onControllerArguments'], 0);
  1036.         $instance->addListener('kernel.exception', [=> function () {
  1037.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1038.         }, => 'logKernelException'], 0);
  1039.         $instance->addListener('kernel.exception', [=> function () {
  1040.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1041.         }, => 'onKernelException'], -128);
  1042.         $instance->addListener('kernel.response', [=> function () {
  1043.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1044.         }, => 'removeCspHeader'], -128);
  1045.         $instance->addListener('kernel.request', [=> function () {
  1046.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1047.         }, => 'onKernelRequest'], 15);
  1048.         $instance->addListener('kernel.finish_request', [=> function () {
  1049.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1050.         }, => 'onKernelFinishRequest'], -15);
  1051.         $instance->addListener('console.error', [=> function () {
  1052.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1053.         }, => 'onConsoleError'], -128);
  1054.         $instance->addListener('console.terminate', [=> function () {
  1055.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1056.         }, => 'onConsoleTerminate'], -128);
  1057.         $instance->addListener('console.error', [=> function () {
  1058.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1059.         }, => 'onConsoleError'], 0);
  1060.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1061.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1062.         }, => 'onMessage'], -255);
  1063.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1064.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1065.         }, => 'onMessage'], -255);
  1066.         $instance->addListener('kernel.request', [=> function () {
  1067.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1068.         }, => 'configure'], 2048);
  1069.         $instance->addListener('console.command', [=> function () {
  1070.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1071.         }, => 'configure'], 2048);
  1072.         $instance->addListener('kernel.request', [=> function () {
  1073.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1074.         }, => 'onKernelRequest'], 32);
  1075.         $instance->addListener('kernel.finish_request', [=> function () {
  1076.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1077.         }, => 'onKernelFinishRequest'], 0);
  1078.         $instance->addListener('kernel.exception', [=> function () {
  1079.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1080.         }, => 'onKernelException'], -64);
  1081.         $instance->addListener('kernel.request', [=> function () {
  1082.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1083.         }, => 'onKernelRequest'], 128);
  1084.         $instance->addListener('kernel.response', [=> function () {
  1085.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1086.         }, => 'onKernelResponse'], -1000);
  1087.         $instance->addListener('kernel.finish_request', [=> function () {
  1088.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1089.         }, => 'onFinishRequest'], 0);
  1090.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1091.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1092.         }, => 'onMessageFailed'], 100);
  1093.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1094.             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()));
  1095.         }, => 'onMessageFailed'], 200);
  1096.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1097.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1098.         }, => 'onWorkerStarted'], 0);
  1099.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1100.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1101.         }, => 'onWorkerRunning'], 0);
  1102.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1103.             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()));
  1104.         }, => 'onMessageFailed'], 0);
  1105.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1106.             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()));
  1107.         }, => 'onWorkerRunning'], 0);
  1108.         $instance->addListener('kernel.response', [=> function () {
  1109.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1110.         }, => 'onKernelResponse'], -100);
  1111.         $instance->addListener('kernel.exception', [=> function () {
  1112.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1113.         }, => 'onKernelException'], 0);
  1114.         $instance->addListener('kernel.terminate', [=> function () {
  1115.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1116.         }, => 'onKernelTerminate'], -1024);
  1117.         $instance->addListener('kernel.controller', [=> function () {
  1118.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1119.         }, => 'onKernelController'], 0);
  1120.         $instance->addListener('kernel.response', [=> function () {
  1121.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1122.         }, => 'onKernelResponse'], 0);
  1123.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1124.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1125.         }, => 'onMessage'], 0);
  1126.         $instance->addListener('kernel.finish_request', [=> function () {
  1127.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1128.         }, => 'resetAssets'], 0);
  1129.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1130.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1131.         }, => 'onWorkerMessageHandled'], 0);
  1132.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1133.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1134.         }, => 'onWorkerMessageFailed'], 0);
  1135.         $instance->addListener('kernel.request', [=> function () {
  1136.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  1137.         }, => 'onKernelRequest'], 0);
  1138.         $instance->addListener('kernel.request', [=> function () {
  1139.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1140.         }, => 'onKernelRequest'], 0);
  1141.         $instance->addListener('kernel.response', [=> function () {
  1142.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1143.         }, => 'onKernelResponse'], 0);
  1144.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1145.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1146.         }, => 'checkPassport'], 0);
  1147.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1148.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1149.         }, => 'onLoginSuccess'], 0);
  1150.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1151.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1152.         }, => 'onVoterVote'], 0);
  1153.         $instance->addListener('kernel.request', [=> function () {
  1154.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1155.         }, => 'configureLogoutUrlGenerator'], 8);
  1156.         $instance->addListener('kernel.request', [=> function () {
  1157.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1158.         }, => 'onKernelRequest'], 8);
  1159.         $instance->addListener('kernel.finish_request', [=> function () {
  1160.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1161.         }, => 'onKernelFinishRequest'], 0);
  1162.         $instance->addListener('kernel.response', [=> function () {
  1163.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1164.         }, => 'onKernelResponse'], -128);
  1165.         $instance->addListener('console.command', [=> function () {
  1166.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1167.         }, => 'onCommand'], 255);
  1168.         $instance->addListener('console.terminate', [=> function () {
  1169.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1170.         }, => 'onTerminate'], -255);
  1171.         $instance->addListener('console.error', [=> function () {
  1172.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1173.         }, => 'onConsoleError'], 0);
  1174.         $instance->addListener('console.terminate', [=> function () {
  1175.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1176.         }, => 'onConsoleTerminate'], 0);
  1177.         $instance->addListener('kernel.controller', [=> function () {
  1178.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1179.         }, => 'onKernelController'], 0);
  1180.         $instance->addListener('kernel.controller', [=> function () {
  1181.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1182.         }, => 'onKernelController'], 0);
  1183.         $instance->addListener('kernel.controller', [=> function () {
  1184.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1185.         }, => 'onKernelController'], -128);
  1186.         $instance->addListener('kernel.view', [=> function () {
  1187.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1188.         }, => 'onKernelView'], 0);
  1189.         $instance->addListener('kernel.controller', [=> function () {
  1190.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1191.         }, => 'onKernelController'], 0);
  1192.         $instance->addListener('kernel.response', [=> function () {
  1193.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1194.         }, => 'onKernelResponse'], 0);
  1195.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1196.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1197.         }, => 'onKernelControllerArguments'], 0);
  1198.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1199.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1200.         }, => 'onKernelControllerArguments'], 0);
  1201.         $instance->addListener('console.command', [=> function () {
  1202.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1203.         }, => 'configure'], 1024);
  1204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1205.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1206.         }, => 'checkPassport'], 512);
  1207.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1208.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1209.         }, => 'onLogout'], 0);
  1210.         return $instance;
  1211.     }
  1212.     /**
  1213.      * Gets the public 'http_kernel' shared service.
  1214.      *
  1215.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1216.      */
  1217.     protected function getHttpKernelService()
  1218.     {
  1219.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1220.         if (isset($this->services['http_kernel'])) {
  1221.             return $this->services['http_kernel'];
  1222.         }
  1223.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1224.         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 () {
  1225.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1226.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1227.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1228.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1229.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1230.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1231.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1232.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1233.         }, 8)), $b));
  1234.     }
  1235.     /**
  1236.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1237.      *
  1238.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1239.      */
  1240.     protected function getLiipImagine_Cache_ManagerService()
  1241.     {
  1242.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1243.         if (isset($this->services['liip_imagine.cache.manager'])) {
  1244.             return $this->services['liip_imagine.cache.manager'];
  1245.         }
  1246.         $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'default'false);
  1247.         $instance->addResolver('aws_cache_loader', 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/')));
  1248.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1249.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1250.         return $instance;
  1251.     }
  1252.     /**
  1253.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1254.      *
  1255.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1256.      */
  1257.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1258.     {
  1259.         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');
  1260.     }
  1261.     /**
  1262.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1263.      *
  1264.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1265.      */
  1266.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1267.     {
  1268.         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()));
  1269.     }
  1270.     /**
  1271.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1272.      *
  1273.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1274.      */
  1275.     protected function getLiipImagine_Cache_SignerService()
  1276.     {
  1277.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1278.     }
  1279.     /**
  1280.      * Gets the public 'messenger.default_bus' shared service.
  1281.      *
  1282.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1283.      */
  1284.     protected function getMessenger_DefaultBusService()
  1285.     {
  1286.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1287.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1288.             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')));
  1289.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1290.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1291.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1292.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1293.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1294.         }, 7)));
  1295.     }
  1296.     /**
  1297.      * Gets the public 'request_stack' shared service.
  1298.      *
  1299.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1300.      */
  1301.     protected function getRequestStackService()
  1302.     {
  1303.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1304.     }
  1305.     /**
  1306.      * Gets the public 'router' shared service.
  1307.      *
  1308.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1309.      */
  1310.     protected function getRouterService()
  1311.     {
  1312.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1313.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1314.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1315.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1316.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1317.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1318.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1319.         ], [
  1320.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1321.         ]))->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'fr');
  1322.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1323.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1324.         return $instance;
  1325.     }
  1326.     /**
  1327.      * Gets the public 'site.sitemanager' shared service.
  1328.      *
  1329.      * @return \App\Service\Site\SiteManager
  1330.      */
  1331.     protected function getSite_SitemanagerService()
  1332.     {
  1333.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1334.         if (isset($this->services['site.sitemanager'])) {
  1335.             return $this->services['site.sitemanager'];
  1336.         }
  1337.         return $this->services['site.sitemanager'] = new \App\Service\Site\SiteManager(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a);
  1338.     }
  1339.     /**
  1340.      * Gets the public 'translator' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1343.      */
  1344.     protected function getTranslatorService()
  1345.     {
  1346.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1347.     }
  1348.     /**
  1349.      * Gets the public 'var_dumper.cloner' shared service.
  1350.      *
  1351.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1352.      */
  1353.     protected function getVarDumper_ClonerService()
  1354.     {
  1355.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1356.         $instance->setMaxItems(2500);
  1357.         $instance->setMinDepth(1);
  1358.         $instance->setMaxString(-1);
  1359.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1360.         return $instance;
  1361.     }
  1362.     /**
  1363.      * Gets the private '.service_locator.V_.6bJ1' shared service.
  1364.      *
  1365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1366.      */
  1367.     protected function get_ServiceLocator_V_6bJ1Service()
  1368.     {
  1369.         return $this->privates['.service_locator.V_.6bJ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1370.             'security.firewall.map.context.alert' => ['privates''security.firewall.map.context.alert''getSecurity_Firewall_Map_Context_AlertService'true],
  1371.             'security.firewall.map.context.amazon_notification' => ['privates''security.firewall.map.context.amazon_notification''getSecurity_Firewall_Map_Context_AmazonNotificationService'true],
  1372.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1373.             'security.firewall.map.context.auth_register' => ['privates''security.firewall.map.context.auth_register''getSecurity_Firewall_Map_Context_AuthRegisterService'true],
  1374.             'security.firewall.map.context.auth_reset_password' => ['privates''security.firewall.map.context.auth_reset_password''getSecurity_Firewall_Map_Context_AuthResetPasswordService'true],
  1375.             'security.firewall.map.context.backend' => ['privates''security.firewall.map.context.backend''getSecurity_Firewall_Map_Context_BackendService'true],
  1376.             'security.firewall.map.context.backend_login' => ['privates''security.firewall.map.context.backend_login''getSecurity_Firewall_Map_Context_BackendLoginService'true],
  1377.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1378.             'security.firewall.map.context.frontend' => ['privates''security.firewall.map.context.frontend''getSecurity_Firewall_Map_Context_FrontendService'true],
  1379.             'security.firewall.map.context.frontend_login' => ['privates''security.firewall.map.context.frontend_login''getSecurity_Firewall_Map_Context_FrontendLoginService'true],
  1380.             'security.firewall.map.context.public_content' => ['privates''security.firewall.map.context.public_content''getSecurity_Firewall_Map_Context_PublicContentService'true],
  1381.             'security.firewall.map.context.reset_password' => ['privates''security.firewall.map.context.reset_password''getSecurity_Firewall_Map_Context_ResetPasswordService'true],
  1382.             'security.firewall.map.context.share' => ['privates''security.firewall.map.context.share''getSecurity_Firewall_Map_Context_ShareService'true],
  1383.             'security.firewall.map.context.shareView' => ['privates''security.firewall.map.context.shareView''getSecurity_Firewall_Map_Context_ShareViewService'true],
  1384.         ], [
  1385.             'security.firewall.map.context.alert' => '?',
  1386.             'security.firewall.map.context.amazon_notification' => '?',
  1387.             'security.firewall.map.context.api' => '?',
  1388.             'security.firewall.map.context.auth_register' => '?',
  1389.             'security.firewall.map.context.auth_reset_password' => '?',
  1390.             'security.firewall.map.context.backend' => '?',
  1391.             'security.firewall.map.context.backend_login' => '?',
  1392.             'security.firewall.map.context.dev' => '?',
  1393.             'security.firewall.map.context.frontend' => '?',
  1394.             'security.firewall.map.context.frontend_login' => '?',
  1395.             'security.firewall.map.context.public_content' => '?',
  1396.             'security.firewall.map.context.reset_password' => '?',
  1397.             'security.firewall.map.context.share' => '?',
  1398.             'security.firewall.map.context.shareView' => '?',
  1399.         ]);
  1400.     }
  1401.     /**
  1402.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1403.      *
  1404.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1405.      */
  1406.     protected function getResetAssetsEventListenerService()
  1407.     {
  1408.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1409.     }
  1410.     /**
  1411.      * Gets the private 'annotations.cache_adapter' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1414.      */
  1415.     protected function getAnnotations_CacheAdapterService()
  1416.     {
  1417.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1418.     }
  1419.     /**
  1420.      * Gets the private 'annotations.cached_reader' shared service.
  1421.      *
  1422.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1423.      */
  1424.     protected function getAnnotations_CachedReaderService()
  1425.     {
  1426.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1427.     }
  1428.     /**
  1429.      * Gets the private 'annotations.reader' shared service.
  1430.      *
  1431.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1432.      */
  1433.     protected function getAnnotations_ReaderService()
  1434.     {
  1435.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1436.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1437.         $a->registerUniqueLoader('class_exists');
  1438.         $instance->addGlobalIgnoredName('required'$a);
  1439.         return $instance;
  1440.     }
  1441.     /**
  1442.      * Gets the private 'assets.packages' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\Asset\Packages
  1445.      */
  1446.     protected function getAssets_PackagesService()
  1447.     {
  1448.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1449.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1450.             return new \EmptyIterator();
  1451.         }, 0));
  1452.     }
  1453.     /**
  1454.      * Gets the private 'cache.annotations' shared service.
  1455.      *
  1456.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1457.      */
  1458.     protected function getCache_AnnotationsService()
  1459.     {
  1460.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oVLsQdKZVA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1461.     }
  1462.     /**
  1463.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1464.      *
  1465.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1466.      */
  1467.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1468.     {
  1469.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1470.     }
  1471.     /**
  1472.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1473.      *
  1474.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1475.      */
  1476.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1477.     {
  1478.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1479.     }
  1480.     /**
  1481.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1482.      *
  1483.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1484.      */
  1485.     protected function getCache_Messenger_RestartWorkersSignalService()
  1486.     {
  1487.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('wt02cjXdSz'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1488.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1489.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1490.     }
  1491.     /**
  1492.      * Gets the private 'cache.property_info' shared service.
  1493.      *
  1494.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1495.      */
  1496.     protected function getCache_PropertyInfoService()
  1497.     {
  1498.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fSRxGJf717'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1499.     }
  1500.     /**
  1501.      * Gets the private 'cache.security_expression_language' shared service.
  1502.      *
  1503.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1504.      */
  1505.     protected function getCache_SecurityExpressionLanguageService()
  1506.     {
  1507.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('spVTPVAnzl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1508.     }
  1509.     /**
  1510.      * Gets the private 'cache.serializer' shared service.
  1511.      *
  1512.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1513.      */
  1514.     protected function getCache_SerializerService()
  1515.     {
  1516.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q4l+Z+qouv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1517.     }
  1518.     /**
  1519.      * Gets the private 'cache.validator' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1522.      */
  1523.     protected function getCache_ValidatorService()
  1524.     {
  1525.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kyblOo6hZz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1526.     }
  1527.     /**
  1528.      * Gets the private 'cache.webpack_encore' shared service.
  1529.      *
  1530.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1531.      */
  1532.     protected function getCache_WebpackEncoreService()
  1533.     {
  1534.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f9ZWXvtYc5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1535.     }
  1536.     /**
  1537.      * Gets the private 'config_cache_factory' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1540.      */
  1541.     protected function getConfigCacheFactoryService()
  1542.     {
  1543.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1544.             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)));
  1545.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1546.         }, 2));
  1547.     }
  1548.     /**
  1549.      * Gets the private 'data_collector.form' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1552.      */
  1553.     protected function getDataCollector_FormService()
  1554.     {
  1555.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1556.     }
  1557.     /**
  1558.      * Gets the private 'data_collector.request' shared service.
  1559.      *
  1560.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1561.      */
  1562.     protected function getDataCollector_RequestService()
  1563.     {
  1564.         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())));
  1565.     }
  1566.     /**
  1567.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1568.      *
  1569.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1570.      */
  1571.     protected function getDebug_DebugHandlersListenerService()
  1572.     {
  1573.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1574.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1575.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1576.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1577.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1578.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1579.     }
  1580.     /**
  1581.      * Gets the private 'debug.file_link_formatter' shared service.
  1582.      *
  1583.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1584.      */
  1585.     protected function getDebug_FileLinkFormatterService()
  1586.     {
  1587.         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 () {
  1588.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1589.         });
  1590.     }
  1591.     /**
  1592.      * Gets the private 'debug.log_processor' shared service.
  1593.      *
  1594.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1595.      */
  1596.     protected function getDebug_LogProcessorService()
  1597.     {
  1598.         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())));
  1599.     }
  1600.     /**
  1601.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1604.      */
  1605.     protected function getDebug_Security_Access_DecisionManagerService()
  1606.     {
  1607.         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 () {
  1608.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1609.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1610.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1611.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1612.     }
  1613.     /**
  1614.      * Gets the private 'debug.security.firewall' shared service.
  1615.      *
  1616.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1617.      */
  1618.     protected function getDebug_Security_FirewallService()
  1619.     {
  1620.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1621.         if (isset($this->privates['debug.security.firewall'])) {
  1622.             return $this->privates['debug.security.firewall'];
  1623.         }
  1624.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1625.         if (isset($this->privates['debug.security.firewall'])) {
  1626.             return $this->privates['debug.security.firewall'];
  1627.         }
  1628.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1629.     }
  1630.     /**
  1631.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1632.      *
  1633.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1634.      */
  1635.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1636.     {
  1637.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1638.             'accesssite.notification' => ['privates''accesssite.notification''getAccesssite_NotificationService'true],
  1639.             'batch.process_start' => ['privates''batch.process_start''getBatch_ProcessStartService'true],
  1640.             'common.remove_relation' => ['privates''common.remove_relation''getCommon_RemoveRelationService'true],
  1641.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1642.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1643.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1644.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1645.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1646.             'gedmo.listener.translatable' => ['services''gedmo.listener.translatable''getGedmo_Listener_TranslatableService'true],
  1647.             'history.doctrine.currentuser' => ['privates''history.doctrine.currentuser''getHistory_Doctrine_CurrentuserService'true],
  1648.             'media.alert' => ['privates''media.alert''getMedia_AlertService'true],
  1649.             'media.copyright' => ['privates''media.copyright''getMedia_CopyrightService'true],
  1650.             'media.load_conversion' => ['privates''media.load_conversion''getMedia_LoadConversionService'true],
  1651.             'media.proof_notification' => ['privates''media.proof_notification''getMedia_ProofNotificationService'true],
  1652.             'media.remove_conversion' => ['privates''media.remove_conversion''getMedia_RemoveConversionService'true],
  1653.             'media.remove_document' => ['privates''media.remove_document''getMedia_RemoveDocumentService'true],
  1654.             'media.shareCartEmail' => ['privates''media.shareCartEmail''getMedia_ShareCartEmailService'true],
  1655.             'media.updateDate_document' => ['privates''media.updateDate_document''getMedia_UpdateDateDocumentService'true],
  1656.             'site.dynamic_styles' => ['privates''site.dynamic_styles''getSite_DynamicStylesService'true],
  1657.             'site.notification' => ['privates''site.notification''getSite_NotificationService'true],
  1658.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  1659.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1660.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1661.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  1662.             'stof_doctrine_extensions.listener.uploadable' => ['privates''stof_doctrine_extensions.listener.uploadable''getStofDoctrineExtensions_Listener_UploadableService'true],
  1663.         ], [
  1664.             'accesssite.notification' => '?',
  1665.             'batch.process_start' => '?',
  1666.             'common.remove_relation' => '?',
  1667.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1668.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1669.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1670.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1671.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1672.             'gedmo.listener.translatable' => '?',
  1673.             'history.doctrine.currentuser' => '?',
  1674.             'media.alert' => '?',
  1675.             'media.copyright' => '?',
  1676.             'media.load_conversion' => '?',
  1677.             'media.proof_notification' => '?',
  1678.             'media.remove_conversion' => '?',
  1679.             'media.remove_document' => '?',
  1680.             'media.shareCartEmail' => '?',
  1681.             'media.updateDate_document' => '?',
  1682.             'site.dynamic_styles' => '?',
  1683.             'site.notification' => '?',
  1684.             'stof_doctrine_extensions.listener.loggable' => '?',
  1685.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1686.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1687.             'stof_doctrine_extensions.listener.translatable' => '?',
  1688.             'stof_doctrine_extensions.listener.uploadable' => '?',
  1689.         ]), [=> [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.loggable'], => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.loggable'], => 'media.remove_conversion'=> 'media.load_conversion'=> 'media.remove_document'=> 'media.updateDate_document'=> 'media.proof_notification'=> 'media.alert'=> 'media.copyright'10 => 'site.dynamic_styles'11 => 'site.notification'12 => 'accesssite.notification'13 => 'gedmo.listener.translatable'14 => 'media.shareCartEmail'15 => 'batch.process_start'16 => 'common.remove_relation'17 => 'doctrine.orm.messenger.doctrine_schema_subscriber'18 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'19 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'20 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'21 => [=> [=> 'prePersist'], => 'history.doctrine.currentuser'], 22 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 23 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 24 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 25 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 26 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 27 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 28 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 29 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.uploadable'], 30 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 31 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 32 => [=> [=> 'postFlush'], => 'stof_doctrine_extensions.listener.uploadable'], 33 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 34 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 35 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 36 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 37 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]);
  1690.     }
  1691.     /**
  1692.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1693.      *
  1694.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1695.      */
  1696.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1697.     {
  1698.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity')], false);
  1699.     }
  1700.     /**
  1701.      * Gets the private 'exception_listener' shared service.
  1702.      *
  1703.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1704.      */
  1705.     protected function getExceptionListenerService()
  1706.     {
  1707.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1708.     }
  1709.     /**
  1710.      * Gets the private 'extension.listener' shared autowired service.
  1711.      *
  1712.      * @return \App\EventListener\Doctrine\DoctrineTranslatableExtensionListener
  1713.      */
  1714.     protected function getExtension_ListenerService()
  1715.     {
  1716.         $this->privates['extension.listener'] = $instance = new \App\EventListener\Doctrine\DoctrineTranslatableExtensionListener();
  1717.         $instance->setContainer($this);
  1718.         return $instance;
  1719.     }
  1720.     /**
  1721.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1722.      *
  1723.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1724.      */
  1725.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1726.     {
  1727.         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())));
  1728.     }
  1729.     /**
  1730.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1731.      *
  1732.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1733.      */
  1734.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1735.     {
  1736.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1737.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1738.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1739.         }
  1740.         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);
  1741.     }
  1742.     /**
  1743.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  1744.      *
  1745.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1746.      */
  1747.     protected function getLiipImagine_Filter_ConfigurationService()
  1748.     {
  1749.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1750.     }
  1751.     /**
  1752.      * Gets the private 'locale_aware_listener' shared service.
  1753.      *
  1754.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1755.      */
  1756.     protected function getLocaleAwareListenerService()
  1757.     {
  1758.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1759.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1760.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1761.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1762.     }
  1763.     /**
  1764.      * Gets the private 'locale_listener' shared service.
  1765.      *
  1766.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1767.      */
  1768.     protected function getLocaleListenerService()
  1769.     {
  1770.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1771.     }
  1772.     /**
  1773.      * Gets the private 'monolog.handler.console' shared service.
  1774.      *
  1775.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1776.      */
  1777.     protected function getMonolog_Handler_ConsoleService()
  1778.     {
  1779.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1780.     }
  1781.     /**
  1782.      * Gets the private 'monolog.handler.main' shared service.
  1783.      *
  1784.      * @return \Monolog\Handler\StreamHandler
  1785.      */
  1786.     protected function getMonolog_Handler_MainService()
  1787.     {
  1788.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  1789.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1790.         return $instance;
  1791.     }
  1792.     /**
  1793.      * Gets the private 'monolog.logger' shared service.
  1794.      *
  1795.      * @return \Symfony\Bridge\Monolog\Logger
  1796.      */
  1797.     protected function getMonolog_LoggerService()
  1798.     {
  1799.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1800.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1801.         $instance->useMicrosecondTimestamps(true);
  1802.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1803.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1804.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1805.         return $instance;
  1806.     }
  1807.     /**
  1808.      * Gets the private 'monolog.logger.cache' shared service.
  1809.      *
  1810.      * @return \Symfony\Bridge\Monolog\Logger
  1811.      */
  1812.     protected function getMonolog_Logger_CacheService()
  1813.     {
  1814.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1815.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1816.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1817.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1818.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1819.         return $instance;
  1820.     }
  1821.     /**
  1822.      * Gets the private 'monolog.logger.request' shared service.
  1823.      *
  1824.      * @return \Symfony\Bridge\Monolog\Logger
  1825.      */
  1826.     protected function getMonolog_Logger_RequestService()
  1827.     {
  1828.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1829.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1830.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1831.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1832.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1833.         return $instance;
  1834.     }
  1835.     /**
  1836.      * Gets the private 'monolog.logger.security' shared service.
  1837.      *
  1838.      * @return \Symfony\Bridge\Monolog\Logger
  1839.      */
  1840.     protected function getMonolog_Logger_SecurityService()
  1841.     {
  1842.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1843.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1844.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1845.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1846.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1847.         return $instance;
  1848.     }
  1849.     /**
  1850.      * Gets the private 'parameter_bag' shared service.
  1851.      *
  1852.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1853.      */
  1854.     protected function getParameterBagService()
  1855.     {
  1856.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1857.     }
  1858.     /**
  1859.      * Gets the private 'profiler_listener' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1862.      */
  1863.     protected function getProfilerListenerService()
  1864.     {
  1865.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1866.         if (isset($this->privates['profiler_listener'])) {
  1867.             return $this->privates['profiler_listener'];
  1868.         }
  1869.         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);
  1870.     }
  1871.     /**
  1872.      * Gets the private 'property_info' shared service.
  1873.      *
  1874.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1875.      */
  1876.     protected function getPropertyInfoService()
  1877.     {
  1878.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1879.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1880.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1881.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1882.         }, 3), new RewindableGenerator(function () {
  1883.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1884.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1885.         }, 2), new RewindableGenerator(function () {
  1886.             return new \EmptyIterator();
  1887.         }, 0), new RewindableGenerator(function () {
  1888.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1889.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1890.         }, 2), new RewindableGenerator(function () {
  1891.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1892.         }, 1));
  1893.     }
  1894.     /**
  1895.      * Gets the private 'router.expression_language_provider' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1898.      */
  1899.     protected function getRouter_ExpressionLanguageProviderService()
  1900.     {
  1901.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1902.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1903.         ], [
  1904.             'env' => 'Closure',
  1905.         ]));
  1906.     }
  1907.     /**
  1908.      * Gets the private 'router.request_context' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\Routing\RequestContext
  1911.      */
  1912.     protected function getRouter_RequestContextService()
  1913.     {
  1914.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('SITE_BASE_HOST'), $this->getEnv('SITE_BASE_SCHEME'), 80443);
  1915.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1916.         return $instance;
  1917.     }
  1918.     /**
  1919.      * Gets the private 'router_listener' shared service.
  1920.      *
  1921.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1922.      */
  1923.     protected function getRouterListenerService()
  1924.     {
  1925.         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);
  1926.     }
  1927.     /**
  1928.      * Gets the private 'security.context_listener.0' shared service.
  1929.      *
  1930.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1931.      */
  1932.     protected function getSecurity_ContextListener_0Service()
  1933.     {
  1934.         $a = ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService());
  1935.         if (isset($this->privates['security.context_listener.0'])) {
  1936.             return $this->privates['security.context_listener.0'];
  1937.         }
  1938.         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 () {
  1939.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1940.         }, 1), 'api', ($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']);
  1941.     }
  1942.     /**
  1943.      * Gets the private 'security.context_listener.1' shared service.
  1944.      *
  1945.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1946.      */
  1947.     protected function getSecurity_ContextListener_1Service()
  1948.     {
  1949.         $a = ($this->privates['security.event_dispatcher.backend_login'] ?? $this->getSecurity_EventDispatcher_BackendLoginService());
  1950.         if (isset($this->privates['security.context_listener.1'])) {
  1951.             return $this->privates['security.context_listener.1'];
  1952.         }
  1953.         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 () {
  1954.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1955.         }, 1), 'backend_login', ($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']);
  1956.     }
  1957.     /**
  1958.      * Gets the private 'security.context_listener.10' shared service.
  1959.      *
  1960.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1961.      */
  1962.     protected function getSecurity_ContextListener_10Service()
  1963.     {
  1964.         $a = ($this->privates['security.event_dispatcher.public_content'] ?? $this->getSecurity_EventDispatcher_PublicContentService());
  1965.         if (isset($this->privates['security.context_listener.10'])) {
  1966.             return $this->privates['security.context_listener.10'];
  1967.         }
  1968.         return $this->privates['security.context_listener.10'] = 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 () {
  1969.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1970.         }, 1), 'public_content', ($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']);
  1971.     }
  1972.     /**
  1973.      * Gets the private 'security.context_listener.11' shared service.
  1974.      *
  1975.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1976.      */
  1977.     protected function getSecurity_ContextListener_11Service()
  1978.     {
  1979.         $a = ($this->privates['security.event_dispatcher.backend'] ?? $this->getSecurity_EventDispatcher_BackendService());
  1980.         if (isset($this->privates['security.context_listener.11'])) {
  1981.             return $this->privates['security.context_listener.11'];
  1982.         }
  1983.         return $this->privates['security.context_listener.11'] = 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 () {
  1984.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1985.         }, 1), 'backend', ($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']);
  1986.     }
  1987.     /**
  1988.      * Gets the private 'security.context_listener.12' shared service.
  1989.      *
  1990.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1991.      */
  1992.     protected function getSecurity_ContextListener_12Service()
  1993.     {
  1994.         $a = ($this->privates['security.event_dispatcher.frontend'] ?? $this->getSecurity_EventDispatcher_FrontendService());
  1995.         if (isset($this->privates['security.context_listener.12'])) {
  1996.             return $this->privates['security.context_listener.12'];
  1997.         }
  1998.         return $this->privates['security.context_listener.12'] = 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 () {
  1999.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2000.         }, 1), 'frontend', ($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']);
  2001.     }
  2002.     /**
  2003.      * Gets the private 'security.context_listener.2' shared service.
  2004.      *
  2005.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2006.      */
  2007.     protected function getSecurity_ContextListener_2Service()
  2008.     {
  2009.         $a = ($this->privates['security.event_dispatcher.reset_password'] ?? $this->getSecurity_EventDispatcher_ResetPasswordService());
  2010.         if (isset($this->privates['security.context_listener.2'])) {
  2011.             return $this->privates['security.context_listener.2'];
  2012.         }
  2013.         return $this->privates['security.context_listener.2'] = 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 () {
  2014.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2015.         }, 1), 'reset_password', ($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']);
  2016.     }
  2017.     /**
  2018.      * Gets the private 'security.context_listener.3' shared service.
  2019.      *
  2020.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2021.      */
  2022.     protected function getSecurity_ContextListener_3Service()
  2023.     {
  2024.         $a = ($this->privates['security.event_dispatcher.frontend_login'] ?? $this->getSecurity_EventDispatcher_FrontendLoginService());
  2025.         if (isset($this->privates['security.context_listener.3'])) {
  2026.             return $this->privates['security.context_listener.3'];
  2027.         }
  2028.         return $this->privates['security.context_listener.3'] = 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 () {
  2029.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2030.         }, 1), 'frontend_login', ($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']);
  2031.     }
  2032.     /**
  2033.      * Gets the private 'security.context_listener.4' shared service.
  2034.      *
  2035.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2036.      */
  2037.     protected function getSecurity_ContextListener_4Service()
  2038.     {
  2039.         $a = ($this->privates['security.event_dispatcher.auth_reset_password'] ?? $this->getSecurity_EventDispatcher_AuthResetPasswordService());
  2040.         if (isset($this->privates['security.context_listener.4'])) {
  2041.             return $this->privates['security.context_listener.4'];
  2042.         }
  2043.         return $this->privates['security.context_listener.4'] = 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 () {
  2044.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2045.         }, 1), 'auth_reset_password', ($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']);
  2046.     }
  2047.     /**
  2048.      * Gets the private 'security.context_listener.5' shared service.
  2049.      *
  2050.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2051.      */
  2052.     protected function getSecurity_ContextListener_5Service()
  2053.     {
  2054.         $a = ($this->privates['security.event_dispatcher.auth_register'] ?? $this->getSecurity_EventDispatcher_AuthRegisterService());
  2055.         if (isset($this->privates['security.context_listener.5'])) {
  2056.             return $this->privates['security.context_listener.5'];
  2057.         }
  2058.         return $this->privates['security.context_listener.5'] = 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 () {
  2059.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2060.         }, 1), 'auth_register', ($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']);
  2061.     }
  2062.     /**
  2063.      * Gets the private 'security.context_listener.6' shared service.
  2064.      *
  2065.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2066.      */
  2067.     protected function getSecurity_ContextListener_6Service()
  2068.     {
  2069.         $a = ($this->privates['security.event_dispatcher.amazon_notification'] ?? $this->getSecurity_EventDispatcher_AmazonNotificationService());
  2070.         if (isset($this->privates['security.context_listener.6'])) {
  2071.             return $this->privates['security.context_listener.6'];
  2072.         }
  2073.         return $this->privates['security.context_listener.6'] = 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 () {
  2074.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2075.         }, 1), 'amazon_notification', ($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']);
  2076.     }
  2077.     /**
  2078.      * Gets the private 'security.context_listener.7' shared service.
  2079.      *
  2080.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2081.      */
  2082.     protected function getSecurity_ContextListener_7Service()
  2083.     {
  2084.         $a = ($this->privates['security.event_dispatcher.alert'] ?? $this->getSecurity_EventDispatcher_AlertService());
  2085.         if (isset($this->privates['security.context_listener.7'])) {
  2086.             return $this->privates['security.context_listener.7'];
  2087.         }
  2088.         return $this->privates['security.context_listener.7'] = 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 () {
  2089.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2090.         }, 1), 'alert', ($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']);
  2091.     }
  2092.     /**
  2093.      * Gets the private 'security.context_listener.8' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2096.      */
  2097.     protected function getSecurity_ContextListener_8Service()
  2098.     {
  2099.         $a = ($this->privates['security.event_dispatcher.share'] ?? $this->getSecurity_EventDispatcher_ShareService());
  2100.         if (isset($this->privates['security.context_listener.8'])) {
  2101.             return $this->privates['security.context_listener.8'];
  2102.         }
  2103.         return $this->privates['security.context_listener.8'] = 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 () {
  2104.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2105.         }, 1), 'share', ($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']);
  2106.     }
  2107.     /**
  2108.      * Gets the private 'security.context_listener.9' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2111.      */
  2112.     protected function getSecurity_ContextListener_9Service()
  2113.     {
  2114.         $a = ($this->privates['security.event_dispatcher.shareView'] ?? $this->getSecurity_EventDispatcher_ShareViewService());
  2115.         if (isset($this->privates['security.context_listener.9'])) {
  2116.             return $this->privates['security.context_listener.9'];
  2117.         }
  2118.         return $this->privates['security.context_listener.9'] = 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 () {
  2119.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2120.         }, 1), 'shareView', ($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']);
  2121.     }
  2122.     /**
  2123.      * Gets the private 'security.event_dispatcher.alert' shared service.
  2124.      *
  2125.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2126.      */
  2127.     protected function getSecurity_EventDispatcher_AlertService()
  2128.     {
  2129.         $this->privates['security.event_dispatcher.alert'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2130.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2131.             return ($this->privates['security.listener.session.alert'] ?? $this->load('getSecurity_Listener_Session_AlertService'));
  2132.         }, => 'onSuccessfulLogin'], 0);
  2133.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2134.             return ($this->privates['security.listener.user_checker.alert'] ?? $this->load('getSecurity_Listener_UserChecker_AlertService'));
  2135.         }, => 'preCheckCredentials'], 256);
  2136.         $instance->addListener('security.authentication.success', [=> function () {
  2137.             return ($this->privates['security.listener.user_checker.alert'] ?? $this->load('getSecurity_Listener_UserChecker_AlertService'));
  2138.         }, => 'postCheckCredentials'], 256);
  2139.         $instance->addListener('security.interactive_login', [=> function () {
  2140.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2141.         }, => 'onAuthenticationSuccess'], 0);
  2142.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2143.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2144.         }, => 'checkPassport'], 1024);
  2145.         $instance->addListener('security.interactive_login', [=> function () {
  2146.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2147.         }, => 'onInteractiveLogin'], 0);
  2148.         $instance->addListener('security.interactive_login', [=> function () {
  2149.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2150.         }, => 'onInteractiveLogin'], 0);
  2151.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2152.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2153.         }, => 'checkPassport'], 0);
  2154.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2155.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2156.         }, => 'onLoginSuccess'], 0);
  2157.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2158.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2159.         }, => 'checkPassport'], 512);
  2160.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2161.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2162.         }, => 'onLogout'], 0);
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the private 'security.event_dispatcher.amazon_notification' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2169.      */
  2170.     protected function getSecurity_EventDispatcher_AmazonNotificationService()
  2171.     {
  2172.         $this->privates['security.event_dispatcher.amazon_notification'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2174.             return ($this->privates['security.listener.session.amazon_notification'] ?? $this->load('getSecurity_Listener_Session_AmazonNotificationService'));
  2175.         }, => 'onSuccessfulLogin'], 0);
  2176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2177.             return ($this->privates['security.listener.user_checker.amazon_notification'] ?? $this->load('getSecurity_Listener_UserChecker_AmazonNotificationService'));
  2178.         }, => 'preCheckCredentials'], 256);
  2179.         $instance->addListener('security.authentication.success', [=> function () {
  2180.             return ($this->privates['security.listener.user_checker.amazon_notification'] ?? $this->load('getSecurity_Listener_UserChecker_AmazonNotificationService'));
  2181.         }, => 'postCheckCredentials'], 256);
  2182.         $instance->addListener('security.interactive_login', [=> function () {
  2183.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2184.         }, => 'onAuthenticationSuccess'], 0);
  2185.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2186.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2187.         }, => 'checkPassport'], 1024);
  2188.         $instance->addListener('security.interactive_login', [=> function () {
  2189.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2190.         }, => 'onInteractiveLogin'], 0);
  2191.         $instance->addListener('security.interactive_login', [=> function () {
  2192.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2193.         }, => 'onInteractiveLogin'], 0);
  2194.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2195.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2196.         }, => 'checkPassport'], 0);
  2197.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2198.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2199.         }, => 'onLoginSuccess'], 0);
  2200.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2201.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2202.         }, => 'checkPassport'], 512);
  2203.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2204.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2205.         }, => 'onLogout'], 0);
  2206.         return $instance;
  2207.     }
  2208.     /**
  2209.      * Gets the private 'security.event_dispatcher.api' shared service.
  2210.      *
  2211.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2212.      */
  2213.     protected function getSecurity_EventDispatcher_ApiService()
  2214.     {
  2215.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2216.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2217.             return ($this->privates['security.listener.session.api'] ?? $this->load('getSecurity_Listener_Session_ApiService'));
  2218.         }, => 'onSuccessfulLogin'], 0);
  2219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2220.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  2221.         }, => 'preCheckCredentials'], 256);
  2222.         $instance->addListener('security.authentication.success', [=> function () {
  2223.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  2224.         }, => 'postCheckCredentials'], 256);
  2225.         $instance->addListener('security.interactive_login', [=> function () {
  2226.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2227.         }, => 'onAuthenticationSuccess'], 0);
  2228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2229.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2230.         }, => 'checkPassport'], 1024);
  2231.         $instance->addListener('security.interactive_login', [=> function () {
  2232.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2233.         }, => 'onInteractiveLogin'], 0);
  2234.         $instance->addListener('security.interactive_login', [=> function () {
  2235.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2236.         }, => 'onInteractiveLogin'], 0);
  2237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2238.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2239.         }, => 'checkPassport'], 0);
  2240.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2241.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2242.         }, => 'onLoginSuccess'], 0);
  2243.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2244.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2245.         }, => 'checkPassport'], 512);
  2246.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2247.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2248.         }, => 'onLogout'], 0);
  2249.         return $instance;
  2250.     }
  2251.     /**
  2252.      * Gets the private 'security.event_dispatcher.auth_register' shared service.
  2253.      *
  2254.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2255.      */
  2256.     protected function getSecurity_EventDispatcher_AuthRegisterService()
  2257.     {
  2258.         $this->privates['security.event_dispatcher.auth_register'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2260.             return ($this->privates['security.listener.session.auth_register'] ?? $this->load('getSecurity_Listener_Session_AuthRegisterService'));
  2261.         }, => 'onSuccessfulLogin'], 0);
  2262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2263.             return ($this->privates['security.listener.user_checker.auth_register'] ?? $this->load('getSecurity_Listener_UserChecker_AuthRegisterService'));
  2264.         }, => 'preCheckCredentials'], 256);
  2265.         $instance->addListener('security.authentication.success', [=> function () {
  2266.             return ($this->privates['security.listener.user_checker.auth_register'] ?? $this->load('getSecurity_Listener_UserChecker_AuthRegisterService'));
  2267.         }, => 'postCheckCredentials'], 256);
  2268.         $instance->addListener('security.interactive_login', [=> function () {
  2269.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2270.         }, => 'onAuthenticationSuccess'], 0);
  2271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2272.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2273.         }, => 'checkPassport'], 1024);
  2274.         $instance->addListener('security.interactive_login', [=> function () {
  2275.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2276.         }, => 'onInteractiveLogin'], 0);
  2277.         $instance->addListener('security.interactive_login', [=> function () {
  2278.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2279.         }, => 'onInteractiveLogin'], 0);
  2280.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2281.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2282.         }, => 'checkPassport'], 0);
  2283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2284.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2285.         }, => 'onLoginSuccess'], 0);
  2286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2287.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2288.         }, => 'checkPassport'], 512);
  2289.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2290.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2291.         }, => 'onLogout'], 0);
  2292.         return $instance;
  2293.     }
  2294.     /**
  2295.      * Gets the private 'security.event_dispatcher.auth_reset_password' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2298.      */
  2299.     protected function getSecurity_EventDispatcher_AuthResetPasswordService()
  2300.     {
  2301.         $this->privates['security.event_dispatcher.auth_reset_password'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2303.             return ($this->privates['security.listener.session.auth_reset_password'] ?? $this->load('getSecurity_Listener_Session_AuthResetPasswordService'));
  2304.         }, => 'onSuccessfulLogin'], 0);
  2305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2306.             return ($this->privates['security.listener.user_checker.auth_reset_password'] ?? $this->load('getSecurity_Listener_UserChecker_AuthResetPasswordService'));
  2307.         }, => 'preCheckCredentials'], 256);
  2308.         $instance->addListener('security.authentication.success', [=> function () {
  2309.             return ($this->privates['security.listener.user_checker.auth_reset_password'] ?? $this->load('getSecurity_Listener_UserChecker_AuthResetPasswordService'));
  2310.         }, => 'postCheckCredentials'], 256);
  2311.         $instance->addListener('security.interactive_login', [=> function () {
  2312.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2313.         }, => 'onAuthenticationSuccess'], 0);
  2314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2315.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2316.         }, => 'checkPassport'], 1024);
  2317.         $instance->addListener('security.interactive_login', [=> function () {
  2318.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2319.         }, => 'onInteractiveLogin'], 0);
  2320.         $instance->addListener('security.interactive_login', [=> function () {
  2321.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2322.         }, => 'onInteractiveLogin'], 0);
  2323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2324.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2325.         }, => 'checkPassport'], 0);
  2326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2327.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2328.         }, => 'onLoginSuccess'], 0);
  2329.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2330.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2331.         }, => 'checkPassport'], 512);
  2332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2333.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2334.         }, => 'onLogout'], 0);
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the private 'security.event_dispatcher.backend' shared service.
  2339.      *
  2340.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2341.      */
  2342.     protected function getSecurity_EventDispatcher_BackendService()
  2343.     {
  2344.         $this->privates['security.event_dispatcher.backend'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2345.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2346.             return ($this->privates['security.listener.backend.user_provider'] ?? $this->load('getSecurity_Listener_Backend_UserProviderService'));
  2347.         }, => 'checkPassport'], 2048);
  2348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2349.             return ($this->privates['security.listener.session.backend'] ?? $this->load('getSecurity_Listener_Session_BackendService'));
  2350.         }, => 'onSuccessfulLogin'], 0);
  2351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2352.             return ($this->privates['security.logout.listener.default.backend'] ?? $this->load('getSecurity_Logout_Listener_Default_BackendService'));
  2353.         }, => 'onLogout'], 64);
  2354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2355.             return ($this->privates['security.logout.listener.session.backend'] ?? ($this->privates['security.logout.listener.session.backend'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2356.         }, => 'onLogout'], 0);
  2357.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2358.             return ($this->privates['security.listener.user_checker.backend'] ?? $this->load('getSecurity_Listener_UserChecker_BackendService'));
  2359.         }, => 'preCheckCredentials'], 256);
  2360.         $instance->addListener('security.authentication.success', [=> function () {
  2361.             return ($this->privates['security.listener.user_checker.backend'] ?? $this->load('getSecurity_Listener_UserChecker_BackendService'));
  2362.         }, => 'postCheckCredentials'], 256);
  2363.         $instance->addListener('security.interactive_login', [=> function () {
  2364.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2365.         }, => 'onAuthenticationSuccess'], 0);
  2366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2367.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2368.         }, => 'checkPassport'], 1024);
  2369.         $instance->addListener('security.interactive_login', [=> function () {
  2370.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2371.         }, => 'onInteractiveLogin'], 0);
  2372.         $instance->addListener('security.interactive_login', [=> function () {
  2373.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2374.         }, => 'onInteractiveLogin'], 0);
  2375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2376.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2377.         }, => 'checkPassport'], 0);
  2378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2379.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2380.         }, => 'onLoginSuccess'], 0);
  2381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2382.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2383.         }, => 'checkPassport'], 512);
  2384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2385.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2386.         }, => 'onLogout'], 0);
  2387.         return $instance;
  2388.     }
  2389.     /**
  2390.      * Gets the private 'security.event_dispatcher.backend_login' shared service.
  2391.      *
  2392.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2393.      */
  2394.     protected function getSecurity_EventDispatcher_BackendLoginService()
  2395.     {
  2396.         $this->privates['security.event_dispatcher.backend_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2398.             return ($this->privates['security.listener.session.backend_login'] ?? $this->load('getSecurity_Listener_Session_BackendLoginService'));
  2399.         }, => 'onSuccessfulLogin'], 0);
  2400.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2401.             return ($this->privates['security.listener.user_checker.backend_login'] ?? $this->load('getSecurity_Listener_UserChecker_BackendLoginService'));
  2402.         }, => 'preCheckCredentials'], 256);
  2403.         $instance->addListener('security.authentication.success', [=> function () {
  2404.             return ($this->privates['security.listener.user_checker.backend_login'] ?? $this->load('getSecurity_Listener_UserChecker_BackendLoginService'));
  2405.         }, => 'postCheckCredentials'], 256);
  2406.         $instance->addListener('security.interactive_login', [=> function () {
  2407.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2408.         }, => 'onAuthenticationSuccess'], 0);
  2409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2410.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2411.         }, => 'checkPassport'], 1024);
  2412.         $instance->addListener('security.interactive_login', [=> function () {
  2413.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2414.         }, => 'onInteractiveLogin'], 0);
  2415.         $instance->addListener('security.interactive_login', [=> function () {
  2416.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2417.         }, => 'onInteractiveLogin'], 0);
  2418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2419.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2420.         }, => 'checkPassport'], 0);
  2421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2422.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2423.         }, => 'onLoginSuccess'], 0);
  2424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2425.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2426.         }, => 'checkPassport'], 512);
  2427.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2428.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2429.         }, => 'onLogout'], 0);
  2430.         return $instance;
  2431.     }
  2432.     /**
  2433.      * Gets the private 'security.event_dispatcher.frontend' shared service.
  2434.      *
  2435.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2436.      */
  2437.     protected function getSecurity_EventDispatcher_FrontendService()
  2438.     {
  2439.         $this->privates['security.event_dispatcher.frontend'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2441.             return ($this->privates['security.listener.frontend.user_provider'] ?? $this->load('getSecurity_Listener_Frontend_UserProviderService'));
  2442.         }, => 'checkPassport'], 2048);
  2443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2444.             return ($this->privates['security.listener.session.frontend'] ?? $this->load('getSecurity_Listener_Session_FrontendService'));
  2445.         }, => 'onSuccessfulLogin'], 0);
  2446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2447.             return ($this->privates['security.logout.listener.default.frontend'] ?? $this->load('getSecurity_Logout_Listener_Default_FrontendService'));
  2448.         }, => 'onLogout'], 64);
  2449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2450.             return ($this->privates['security.logout.listener.session.frontend'] ?? ($this->privates['security.logout.listener.session.frontend'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2451.         }, => 'onLogout'], 0);
  2452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2453.             return ($this->privates['security.listener.user_checker.frontend'] ?? $this->load('getSecurity_Listener_UserChecker_FrontendService'));
  2454.         }, => 'preCheckCredentials'], 256);
  2455.         $instance->addListener('security.authentication.success', [=> function () {
  2456.             return ($this->privates['security.listener.user_checker.frontend'] ?? $this->load('getSecurity_Listener_UserChecker_FrontendService'));
  2457.         }, => 'postCheckCredentials'], 256);
  2458.         $instance->addListener('security.interactive_login', [=> function () {
  2459.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2460.         }, => 'onAuthenticationSuccess'], 0);
  2461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2462.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2463.         }, => 'checkPassport'], 1024);
  2464.         $instance->addListener('security.interactive_login', [=> function () {
  2465.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2466.         }, => 'onInteractiveLogin'], 0);
  2467.         $instance->addListener('security.interactive_login', [=> function () {
  2468.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2469.         }, => 'onInteractiveLogin'], 0);
  2470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2471.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2472.         }, => 'checkPassport'], 0);
  2473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2474.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2475.         }, => 'onLoginSuccess'], 0);
  2476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2477.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2478.         }, => 'checkPassport'], 512);
  2479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2480.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2481.         }, => 'onLogout'], 0);
  2482.         return $instance;
  2483.     }
  2484.     /**
  2485.      * Gets the private 'security.event_dispatcher.frontend_login' shared service.
  2486.      *
  2487.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2488.      */
  2489.     protected function getSecurity_EventDispatcher_FrontendLoginService()
  2490.     {
  2491.         $this->privates['security.event_dispatcher.frontend_login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2492.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2493.             return ($this->privates['security.listener.session.frontend_login'] ?? $this->load('getSecurity_Listener_Session_FrontendLoginService'));
  2494.         }, => 'onSuccessfulLogin'], 0);
  2495.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2496.             return ($this->privates['security.listener.user_checker.frontend_login'] ?? $this->load('getSecurity_Listener_UserChecker_FrontendLoginService'));
  2497.         }, => 'preCheckCredentials'], 256);
  2498.         $instance->addListener('security.authentication.success', [=> function () {
  2499.             return ($this->privates['security.listener.user_checker.frontend_login'] ?? $this->load('getSecurity_Listener_UserChecker_FrontendLoginService'));
  2500.         }, => 'postCheckCredentials'], 256);
  2501.         $instance->addListener('security.interactive_login', [=> function () {
  2502.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2503.         }, => 'onAuthenticationSuccess'], 0);
  2504.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2505.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2506.         }, => 'checkPassport'], 1024);
  2507.         $instance->addListener('security.interactive_login', [=> function () {
  2508.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2509.         }, => 'onInteractiveLogin'], 0);
  2510.         $instance->addListener('security.interactive_login', [=> function () {
  2511.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2512.         }, => 'onInteractiveLogin'], 0);
  2513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2514.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2515.         }, => 'checkPassport'], 0);
  2516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2517.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2518.         }, => 'onLoginSuccess'], 0);
  2519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2520.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2521.         }, => 'checkPassport'], 512);
  2522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2523.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2524.         }, => 'onLogout'], 0);
  2525.         return $instance;
  2526.     }
  2527.     /**
  2528.      * Gets the private 'security.event_dispatcher.public_content' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2531.      */
  2532.     protected function getSecurity_EventDispatcher_PublicContentService()
  2533.     {
  2534.         $this->privates['security.event_dispatcher.public_content'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2535.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2536.             return ($this->privates['security.listener.session.public_content'] ?? $this->load('getSecurity_Listener_Session_PublicContentService'));
  2537.         }, => 'onSuccessfulLogin'], 0);
  2538.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2539.             return ($this->privates['security.listener.user_checker.public_content'] ?? $this->load('getSecurity_Listener_UserChecker_PublicContentService'));
  2540.         }, => 'preCheckCredentials'], 256);
  2541.         $instance->addListener('security.authentication.success', [=> function () {
  2542.             return ($this->privates['security.listener.user_checker.public_content'] ?? $this->load('getSecurity_Listener_UserChecker_PublicContentService'));
  2543.         }, => 'postCheckCredentials'], 256);
  2544.         $instance->addListener('security.interactive_login', [=> function () {
  2545.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2546.         }, => 'onAuthenticationSuccess'], 0);
  2547.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2548.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2549.         }, => 'checkPassport'], 1024);
  2550.         $instance->addListener('security.interactive_login', [=> function () {
  2551.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2552.         }, => 'onInteractiveLogin'], 0);
  2553.         $instance->addListener('security.interactive_login', [=> function () {
  2554.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2555.         }, => 'onInteractiveLogin'], 0);
  2556.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2557.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2558.         }, => 'checkPassport'], 0);
  2559.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2560.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2561.         }, => 'onLoginSuccess'], 0);
  2562.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2563.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2564.         }, => 'checkPassport'], 512);
  2565.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2566.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2567.         }, => 'onLogout'], 0);
  2568.         return $instance;
  2569.     }
  2570.     /**
  2571.      * Gets the private 'security.event_dispatcher.reset_password' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2574.      */
  2575.     protected function getSecurity_EventDispatcher_ResetPasswordService()
  2576.     {
  2577.         $this->privates['security.event_dispatcher.reset_password'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2578.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2579.             return ($this->privates['security.listener.session.reset_password'] ?? $this->load('getSecurity_Listener_Session_ResetPasswordService'));
  2580.         }, => 'onSuccessfulLogin'], 0);
  2581.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2582.             return ($this->privates['security.listener.user_checker.reset_password'] ?? $this->load('getSecurity_Listener_UserChecker_ResetPasswordService'));
  2583.         }, => 'preCheckCredentials'], 256);
  2584.         $instance->addListener('security.authentication.success', [=> function () {
  2585.             return ($this->privates['security.listener.user_checker.reset_password'] ?? $this->load('getSecurity_Listener_UserChecker_ResetPasswordService'));
  2586.         }, => 'postCheckCredentials'], 256);
  2587.         $instance->addListener('security.interactive_login', [=> function () {
  2588.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2589.         }, => 'onAuthenticationSuccess'], 0);
  2590.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2591.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2592.         }, => 'checkPassport'], 1024);
  2593.         $instance->addListener('security.interactive_login', [=> function () {
  2594.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2595.         }, => 'onInteractiveLogin'], 0);
  2596.         $instance->addListener('security.interactive_login', [=> function () {
  2597.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2598.         }, => 'onInteractiveLogin'], 0);
  2599.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2600.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2601.         }, => 'checkPassport'], 0);
  2602.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2603.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2604.         }, => 'onLoginSuccess'], 0);
  2605.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2606.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2607.         }, => 'checkPassport'], 512);
  2608.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2609.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2610.         }, => 'onLogout'], 0);
  2611.         return $instance;
  2612.     }
  2613.     /**
  2614.      * Gets the private 'security.event_dispatcher.share' shared service.
  2615.      *
  2616.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2617.      */
  2618.     protected function getSecurity_EventDispatcher_ShareService()
  2619.     {
  2620.         $this->privates['security.event_dispatcher.share'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2621.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2622.             return ($this->privates['security.listener.session.share'] ?? $this->load('getSecurity_Listener_Session_ShareService'));
  2623.         }, => 'onSuccessfulLogin'], 0);
  2624.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2625.             return ($this->privates['security.listener.user_checker.share'] ?? $this->load('getSecurity_Listener_UserChecker_ShareService'));
  2626.         }, => 'preCheckCredentials'], 256);
  2627.         $instance->addListener('security.authentication.success', [=> function () {
  2628.             return ($this->privates['security.listener.user_checker.share'] ?? $this->load('getSecurity_Listener_UserChecker_ShareService'));
  2629.         }, => 'postCheckCredentials'], 256);
  2630.         $instance->addListener('security.interactive_login', [=> function () {
  2631.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2632.         }, => 'onAuthenticationSuccess'], 0);
  2633.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2634.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2635.         }, => 'checkPassport'], 1024);
  2636.         $instance->addListener('security.interactive_login', [=> function () {
  2637.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2638.         }, => 'onInteractiveLogin'], 0);
  2639.         $instance->addListener('security.interactive_login', [=> function () {
  2640.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2641.         }, => 'onInteractiveLogin'], 0);
  2642.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2643.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2644.         }, => 'checkPassport'], 0);
  2645.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2646.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2647.         }, => 'onLoginSuccess'], 0);
  2648.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2649.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2650.         }, => 'checkPassport'], 512);
  2651.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2652.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2653.         }, => 'onLogout'], 0);
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the private 'security.event_dispatcher.shareView' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2660.      */
  2661.     protected function getSecurity_EventDispatcher_ShareViewService()
  2662.     {
  2663.         $this->privates['security.event_dispatcher.shareView'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2664.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2665.             return ($this->privates['security.listener.session.shareView'] ?? $this->load('getSecurity_Listener_Session_ShareViewService'));
  2666.         }, => 'onSuccessfulLogin'], 0);
  2667.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2668.             return ($this->privates['security.listener.user_checker.shareView'] ?? $this->load('getSecurity_Listener_UserChecker_ShareViewService'));
  2669.         }, => 'preCheckCredentials'], 256);
  2670.         $instance->addListener('security.authentication.success', [=> function () {
  2671.             return ($this->privates['security.listener.user_checker.shareView'] ?? $this->load('getSecurity_Listener_UserChecker_ShareViewService'));
  2672.         }, => 'postCheckCredentials'], 256);
  2673.         $instance->addListener('security.interactive_login', [=> function () {
  2674.             return ($this->privates['user.security.interactive_login_listener'] ?? $this->load('getUser_Security_InteractiveLoginListenerService'));
  2675.         }, => 'onAuthenticationSuccess'], 0);
  2676.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2677.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2678.         }, => 'checkPassport'], 1024);
  2679.         $instance->addListener('security.interactive_login', [=> function () {
  2680.             return ($this->privates['App\\EventListener\\User\\UserLocaleSubscriber'] ?? $this->load('getUserLocaleSubscriberService'));
  2681.         }, => 'onInteractiveLogin'], 0);
  2682.         $instance->addListener('security.interactive_login', [=> function () {
  2683.             return ($this->privates['user.set_language_preferencies'] ?? $this->load('getUser_SetLanguagePreferenciesService'));
  2684.         }, => 'onInteractiveLogin'], 0);
  2685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2686.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2687.         }, => 'checkPassport'], 0);
  2688.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2689.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2690.         }, => 'onLoginSuccess'], 0);
  2691.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2692.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2693.         }, => 'checkPassport'], 512);
  2694.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2695.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2696.         }, => 'onLogout'], 0);
  2697.         return $instance;
  2698.     }
  2699.     /**
  2700.      * Gets the private 'security.firewall.map' shared service.
  2701.      *
  2702.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2703.      */
  2704.     protected function getSecurity_Firewall_MapService()
  2705.     {
  2706.         $a = ($this->privates['.service_locator.V_.6bJ1'] ?? $this->get_ServiceLocator_V_6bJ1Service());
  2707.         if (isset($this->privates['security.firewall.map'])) {
  2708.             return $this->privates['security.firewall.map'];
  2709.         }
  2710.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2711.             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)/')));
  2712.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2713.             yield 'security.firewall.map.context.backend_login' => ($this->privates['.security.request_matcher.u3uRtO9'] ?? ($this->privates['.security.request_matcher.u3uRtO9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/auth/login$')));
  2714.             yield 'security.firewall.map.context.reset_password' => ($this->privates['.security.request_matcher.5Bjwpxz'] ?? ($this->privates['.security.request_matcher.5Bjwpxz'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password')));
  2715.             yield 'security.firewall.map.context.frontend_login' => ($this->privates['.security.request_matcher.FentqYT'] ?? ($this->privates['.security.request_matcher.FentqYT'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(fr|en)/auth/login$')));
  2716.             yield 'security.firewall.map.context.auth_reset_password' => ($this->privates['.security.request_matcher.gZukkYX'] ?? ($this->privates['.security.request_matcher.gZukkYX'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(fr|en)/auth/resetting')));
  2717.             yield 'security.firewall.map.context.auth_register' => ($this->privates['.security.request_matcher.dKHIFvp'] ?? ($this->privates['.security.request_matcher.dKHIFvp'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(fr|en)/auth/register')));
  2718.             yield 'security.firewall.map.context.amazon_notification' => ($this->privates['.security.request_matcher.jfcn_oK'] ?? ($this->privates['.security.request_matcher.jfcn_oK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/amazon')));
  2719.             yield 'security.firewall.map.context.alert' => ($this->privates['.security.request_matcher.WeG1GbX'] ?? ($this->privates['.security.request_matcher.WeG1GbX'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/alert')));
  2720.             yield 'security.firewall.map.context.share' => ($this->privates['.security.request_matcher.ub04Cef'] ?? ($this->privates['.security.request_matcher.ub04Cef'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(fr|en)/share/token')));
  2721.             yield 'security.firewall.map.context.shareView' => ($this->privates['.security.request_matcher.P.XVrW9'] ?? ($this->privates['.security.request_matcher.P.XVrW9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(fr|en)/share/view')));
  2722.             yield 'security.firewall.map.context.public_content' => ($this->privates['.security.request_matcher.2TCtUVf'] ?? ($this->privates['.security.request_matcher.2TCtUVf'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(fr|en)/content/public/privacypolicy')));
  2723.             yield 'security.firewall.map.context.backend' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  2724.             yield 'security.firewall.map.context.frontend' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2725.         }, 14));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'security.logout_url_generator' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2731.      */
  2732.     protected function getSecurity_LogoutUrlGeneratorService()
  2733.     {
  2734.         $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()));
  2735.         $instance->registerListener('backend''authback_security_logout''logout''_csrf_token'NULLNULL);
  2736.         $instance->registerListener('frontend''auth_security_logout''logout''_csrf_token'NULLNULL);
  2737.         return $instance;
  2738.     }
  2739.     /**
  2740.      * Gets the private 'security.role_hierarchy' shared service.
  2741.      *
  2742.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2743.      */
  2744.     protected function getSecurity_RoleHierarchyService()
  2745.     {
  2746.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2747.     }
  2748.     /**
  2749.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2750.      *
  2751.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2752.      */
  2753.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2754.     {
  2755.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2756.     }
  2757.     /**
  2758.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2759.      *
  2760.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2761.      */
  2762.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2763.     {
  2764.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2765.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2766.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2767.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2768.     }
  2769.     /**
  2770.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2771.      *
  2772.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2773.      */
  2774.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2775.     {
  2776.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2777.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2778.             return $this->privates['sensio_framework_extra.security.listener'];
  2779.         }
  2780.         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()));
  2781.     }
  2782.     /**
  2783.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2784.      *
  2785.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2786.      */
  2787.     protected function getSensioFrameworkExtra_View_ListenerService()
  2788.     {
  2789.         $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))));
  2790.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2791.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2792.         ], [
  2793.             'twig' => '?',
  2794.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2795.         return $instance;
  2796.     }
  2797.     /**
  2798.      * Gets the private 'session_listener' shared service.
  2799.      *
  2800.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2801.      */
  2802.     protected function getSessionListenerService()
  2803.     {
  2804.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2805.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2806.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2807.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2808.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2809.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2810.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2811.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2812.         ], [
  2813.             'initialized_session' => '?',
  2814.             'logger' => '?',
  2815.             'request_stack' => '?',
  2816.             'session' => '?',
  2817.             'session_collector' => '?',
  2818.             'session_factory' => '?',
  2819.             'session_storage' => '?',
  2820.         ]), true$this->parameters['session.storage.options']);
  2821.     }
  2822.     /**
  2823.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  2824.      *
  2825.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  2826.      */
  2827.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  2828.     {
  2829.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  2833.      *
  2834.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  2835.      */
  2836.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  2837.     {
  2838.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2839.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  2840.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  2841.         }
  2842.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  2843.     }
  2844.     /**
  2845.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  2846.      *
  2847.      * @return \Gedmo\Loggable\LoggableListener
  2848.      */
  2849.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  2850.     {
  2851.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  2852.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2853.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2854.         return $instance;
  2855.     }
  2856.     /**
  2857.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  2858.      *
  2859.      * @return \Gedmo\Translatable\TranslatableListener
  2860.      */
  2861.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  2862.     {
  2863.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  2864.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  2865.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2866.         $instance->setDefaultLocale('fr_FR');
  2867.         $instance->setTranslatableLocale('fr_FR');
  2868.         $instance->setTranslationFallback(false);
  2869.         $instance->setPersistDefaultLocaleTranslation(false);
  2870.         $instance->setSkipOnLoad(false);
  2871.         return $instance;
  2872.     }
  2873.     /**
  2874.      * Gets the private 'translator.default' shared service.
  2875.      *
  2876.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2877.      */
  2878.     protected function getTranslator_DefaultService()
  2879.     {
  2880.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2881.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2882.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2883.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2884.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2885.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2886.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2887.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2888.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2889.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2890.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2891.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2892.         ], [
  2893.             'translation.loader.csv' => '?',
  2894.             'translation.loader.dat' => '?',
  2895.             'translation.loader.ini' => '?',
  2896.             'translation.loader.json' => '?',
  2897.             'translation.loader.mo' => '?',
  2898.             'translation.loader.php' => '?',
  2899.             'translation.loader.po' => '?',
  2900.             'translation.loader.qt' => '?',
  2901.             'translation.loader.res' => '?',
  2902.             'translation.loader.xliff' => '?',
  2903.             'translation.loader.yml' => '?',
  2904.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/webpack-encore-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/liip/imagine-bundle/translations'11 => 'vendor/stof/doctrine-extensions-bundle/src/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'14 => 'vendor/symfony/web-profiler-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/sensio/framework-extra-bundle/src/translations'18 => 'vendor/symfony/debug-bundle/translations'19 => 'vendor/twig/extra-bundle/translations']]], []);
  2905.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2906.         $instance->setFallbackLocales([=> 'fr']);
  2907.         return $instance;
  2908.     }
  2909.     /**
  2910.      * Gets the private 'validator.builder' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2913.      */
  2914.     protected function getValidator_BuilderService()
  2915.     {
  2916.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2917.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2918.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2919.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2920.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2921.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2922.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2923.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2924.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2925.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2926.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2927.         ], [
  2928.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2929.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2930.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2931.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2932.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2933.             'doctrine.orm.validator.unique' => '?',
  2934.             'security.validator.user_password' => '?',
  2935.             'validator.expression' => '?',
  2936.         ])));
  2937.         if ($this->has('translator')) {
  2938.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2939.         }
  2940.         $instance->setTranslationDomain('validators');
  2941.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2942.         $instance->enableAnnotationMapping(true);
  2943.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2944.         $instance->addMethodMapping('loadValidatorMetadata');
  2945.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2946.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$a'{^App\\\\Entity\\\\}'));
  2947.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^App\\\\Entity\\\\}'));
  2948.         return $instance;
  2949.     }
  2950.     /**
  2951.      * Gets the private 'var_dumper.html_dumper' shared service.
  2952.      *
  2953.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2954.      */
  2955.     protected function getVarDumper_HtmlDumperService()
  2956.     {
  2957.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2958.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2959.         return $instance;
  2960.     }
  2961.     /**
  2962.      * Gets the private 'var_dumper.server_connection' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\VarDumper\Server\Connection
  2965.      */
  2966.     protected function getVarDumper_ServerConnectionService()
  2967.     {
  2968.         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()]);
  2969.     }
  2970.     /**
  2971.      * Gets the private 'web_profiler.csp.handler' shared service.
  2972.      *
  2973.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2974.      */
  2975.     protected function getWebProfiler_Csp_HandlerService()
  2976.     {
  2977.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2978.     }
  2979.     /**
  2980.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2981.      *
  2982.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2983.      */
  2984.     protected function getWebProfiler_DebugToolbarService()
  2985.     {
  2986.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2987.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2988.             return $this->privates['web_profiler.debug_toolbar'];
  2989.         }
  2990.         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()));
  2991.     }
  2992.     /**
  2993.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2994.      *
  2995.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2996.      */
  2997.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2998.     {
  2999.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3000.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3001.         ], [
  3002.             '_default' => '?',
  3003.         ]), '_default');
  3004.     }
  3005.     /**
  3006.      * Gets the public 'cache_clearer' alias.
  3007.      *
  3008.      * @return object The ".container.private.cache_clearer" service.
  3009.      */
  3010.     protected function getCacheClearerService()
  3011.     {
  3012.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3013.         return $this->get('.container.private.cache_clearer');
  3014.     }
  3015.     /**
  3016.      * Gets the public 'filesystem' alias.
  3017.      *
  3018.      * @return object The ".container.private.filesystem" service.
  3019.      */
  3020.     protected function getFilesystemService()
  3021.     {
  3022.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3023.         return $this->get('.container.private.filesystem');
  3024.     }
  3025.     /**
  3026.      * Gets the public 'serializer' alias.
  3027.      *
  3028.      * @return object The ".container.private.serializer" service.
  3029.      */
  3030.     protected function getSerializerService()
  3031.     {
  3032.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3033.         return $this->get('.container.private.serializer');
  3034.     }
  3035.     /**
  3036.      * Gets the public 'security.csrf.token_manager' alias.
  3037.      *
  3038.      * @return object The ".container.private.security.csrf.token_manager" service.
  3039.      */
  3040.     protected function getSecurity_Csrf_TokenManagerService()
  3041.     {
  3042.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3043.         return $this->get('.container.private.security.csrf.token_manager');
  3044.     }
  3045.     /**
  3046.      * Gets the public 'form.factory' alias.
  3047.      *
  3048.      * @return object The ".container.private.form.factory" service.
  3049.      */
  3050.     protected function getForm_FactoryService()
  3051.     {
  3052.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3053.         return $this->get('.container.private.form.factory');
  3054.     }
  3055.     /**
  3056.      * Gets the public 'form.type.file' alias.
  3057.      *
  3058.      * @return object The ".container.private.form.type.file" service.
  3059.      */
  3060.     protected function getForm_Type_FileService()
  3061.     {
  3062.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3063.         return $this->get('.container.private.form.type.file');
  3064.     }
  3065.     /**
  3066.      * Gets the public 'profiler' alias.
  3067.      *
  3068.      * @return object The ".container.private.profiler" service.
  3069.      */
  3070.     protected function getProfilerService()
  3071.     {
  3072.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3073.         return $this->get('.container.private.profiler');
  3074.     }
  3075.     /**
  3076.      * Gets the public 'twig' alias.
  3077.      *
  3078.      * @return object The ".container.private.twig" service.
  3079.      */
  3080.     protected function getTwigService()
  3081.     {
  3082.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3083.         return $this->get('.container.private.twig');
  3084.     }
  3085.     /**
  3086.      * Gets the public 'security.authorization_checker' alias.
  3087.      *
  3088.      * @return object The ".container.private.security.authorization_checker" service.
  3089.      */
  3090.     protected function getSecurity_AuthorizationCheckerService()
  3091.     {
  3092.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3093.         return $this->get('.container.private.security.authorization_checker');
  3094.     }
  3095.     /**
  3096.      * Gets the public 'security.token_storage' alias.
  3097.      *
  3098.      * @return object The ".container.private.security.token_storage" service.
  3099.      */
  3100.     protected function getSecurity_TokenStorageService()
  3101.     {
  3102.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3103.         return $this->get('.container.private.security.token_storage');
  3104.     }
  3105.     /**
  3106.      * Gets the public 'security.password_encoder' alias.
  3107.      *
  3108.      * @return object The ".container.private.security.password_encoder" service.
  3109.      */
  3110.     protected function getSecurity_PasswordEncoderService()
  3111.     {
  3112.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3113.         return $this->get('.container.private.security.password_encoder');
  3114.     }
  3115.     /**
  3116.      * Gets the public 'session' alias.
  3117.      *
  3118.      * @return object The ".container.private.session" service.
  3119.      */
  3120.     protected function getSessionService()
  3121.     {
  3122.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3123.         return $this->get('.container.private.session');
  3124.     }
  3125.     /**
  3126.      * Gets the public 'validator' alias.
  3127.      *
  3128.      * @return object The ".container.private.validator" service.
  3129.      */
  3130.     protected function getValidatorService()
  3131.     {
  3132.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3133.         return $this->get('.container.private.validator');
  3134.     }
  3135.     /**
  3136.      * @return array|bool|float|int|string|\UnitEnum|null
  3137.      */
  3138.     public function getParameter(string $name)
  3139.     {
  3140.         if (isset($this->buildParameters[$name])) {
  3141.             return $this->buildParameters[$name];
  3142.         }
  3143.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3144.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3145.         }
  3146.         if (isset($this->loadedDynamicParameters[$name])) {
  3147.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3148.         }
  3149.         return $this->parameters[$name];
  3150.     }
  3151.     public function hasParameter(string $name): bool
  3152.     {
  3153.         if (isset($this->buildParameters[$name])) {
  3154.             return true;
  3155.         }
  3156.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3157.     }
  3158.     public function setParameter(string $name$value): void
  3159.     {
  3160.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3161.     }
  3162.     public function getParameterBag(): ParameterBagInterface
  3163.     {
  3164.         if (null === $this->parameterBag) {
  3165.             $parameters $this->parameters;
  3166.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3167.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3168.             }
  3169.             foreach ($this->buildParameters as $name => $value) {
  3170.                 $parameters[$name] = $value;
  3171.             }
  3172.             $this->parameterBag = new FrozenParameterBag($parameters);
  3173.         }
  3174.         return $this->parameterBag;
  3175.     }
  3176.     private $loadedDynamicParameters = [
  3177.         'kernel.runtime_environment' => false,
  3178.         'kernel.build_dir' => false,
  3179.         'kernel.cache_dir' => false,
  3180.         'router.request_context.host' => false,
  3181.         'router.request_context.scheme' => false,
  3182.         'aws_credentials_key' => false,
  3183.         'aws_credentials_secret' => false,
  3184.         'kernel.secret' => false,
  3185.         'debug.container.dump' => false,
  3186.         'serializer.mapping.cache.file' => false,
  3187.         'validator.mapping.cache.file' => false,
  3188.         'profiler.storage.dsn' => false,
  3189.         'doctrine.orm.proxy_dir' => false,
  3190.     ];
  3191.     private $dynamicParameters = [];
  3192.     private function getDynamicParameter(string $name)
  3193.     {
  3194.         switch ($name) {
  3195.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3196.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3197.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3198.             case 'router.request_context.host'$value $this->getEnv('SITE_BASE_HOST'); break;
  3199.             case 'router.request_context.scheme'$value $this->getEnv('SITE_BASE_SCHEME'); break;
  3200.             case 'aws_credentials_key'$value $this->getEnv('AWS_ACCESS_KEY_ID'); break;
  3201.             case 'aws_credentials_secret'$value $this->getEnv('AWS_SECRET_ACCESS_KEY'); break;
  3202.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3203.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3204.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3205.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3206.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3207.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3208.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3209.         }
  3210.         $this->loadedDynamicParameters[$name] = true;
  3211.         return $this->dynamicParameters[$name] = $value;
  3212.     }
  3213.     protected function getDefaultParameters(): array
  3214.     {
  3215.         return [
  3216.             'kernel.project_dir' => \dirname(__DIR__4),
  3217.             'kernel.environment' => 'dev',
  3218.             'kernel.debug' => true,
  3219.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3220.             'kernel.bundles' => [
  3221.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3222.                 'StfalconTinymceBundle' => 'Stfalcon\\Bundle\\TinymceBundle\\StfalconTinymceBundle',
  3223.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3224.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3225.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3226.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3227.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3228.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3229.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3230.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3231.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3232.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3233.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3234.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3235.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3236.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3237.             ],
  3238.             'kernel.bundles_metadata' => [
  3239.                 'FrameworkBundle' => [
  3240.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3241.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3242.                 ],
  3243.                 'StfalconTinymceBundle' => [
  3244.                     'path' => (\dirname(__DIR__4).'/vendor/stfalcon/tinymce-bundle/Stfalcon/Bundle/TinymceBundle'),
  3245.                     'namespace' => 'Stfalcon\\Bundle\\TinymceBundle',
  3246.                 ],
  3247.                 'TwigBundle' => [
  3248.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3249.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3250.                 ],
  3251.                 'WebpackEncoreBundle' => [
  3252.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3253.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3254.                 ],
  3255.                 'DoctrineBundle' => [
  3256.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3257.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3258.                 ],
  3259.                 'LiipImagineBundle' => [
  3260.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3261.                     'namespace' => 'Liip\\ImagineBundle',
  3262.                 ],
  3263.                 'StofDoctrineExtensionsBundle' => [
  3264.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3265.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3266.                 ],
  3267.                 'SecurityBundle' => [
  3268.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3269.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3270.                 ],
  3271.                 'FOSJsRoutingBundle' => [
  3272.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3273.                     'namespace' => 'FOS\\JsRoutingBundle',
  3274.                 ],
  3275.                 'WebProfilerBundle' => [
  3276.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3277.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3278.                 ],
  3279.                 'MonologBundle' => [
  3280.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3281.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3282.                 ],
  3283.                 'MakerBundle' => [
  3284.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3285.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3286.                 ],
  3287.                 'SensioFrameworkExtraBundle' => [
  3288.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3289.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3290.                 ],
  3291.                 'DebugBundle' => [
  3292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3293.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3294.                 ],
  3295.                 'SymfonyCastsResetPasswordBundle' => [
  3296.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3297.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3298.                 ],
  3299.                 'TwigExtraBundle' => [
  3300.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3301.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3302.                 ],
  3303.             ],
  3304.             'kernel.charset' => 'UTF-8',
  3305.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3306.             'application.name' => 'Media House Solitaire du Figaro Paprec',
  3307.             'application.contact_address' => 'contact@nefsea.tv',
  3308.             'application.sender_address' => 'noreply@solitairedufigaro.nefsea.io',
  3309.             'application.sender_name' => 'Media House Solitaire du Figaro Paprec',
  3310.             'application.item_per_page' => 100,
  3311.             'application.front_item_per_page' => 25,
  3312.             'application.default_url' => 'https://solitairedufigaro.nefsea.io',
  3313.             'application.contact_name1' => 'Erwan Riquier',
  3314.             'application.contact_email1' => 'erwan.riquier@bia-seaevents.tv',
  3315.             'application.contact_tel1' => '+33(0)622541834',
  3316.             'application.currency' => '€',
  3317.             'application.whithout_taxes_label' => 'HT',
  3318.             'application.medias_directory' => (\dirname(__DIR__4).'/../public/media'),
  3319.             'application.medias_uri' => '/media',
  3320.             'application.images_directory' => (\dirname(__DIR__4).'/../public/media/images'),
  3321.             'application.images_uri' => '/media/images',
  3322.             'application.filemanager_folder' => 'uploads',
  3323.             'application.googlemap_key' => 'AIzaSyB_KJ9USq9O3AsMWzcedb_7Frx0_VT7qD8',
  3324.             'application.default_shipping_mode' => 1,
  3325.             'application.default_payment_mode' => 1,
  3326.             'application.default_payment_delay' => 1,
  3327.             'application.default_order_state' => 1,
  3328.             'application.available_language' => 'fr_Français-en_English',
  3329.             'api.item_per_page' => 5,
  3330.             'aws_api_region' => 'eu-west-1',
  3331.             'aws_api_version' => 'latest',
  3332.             'aws_prefix_bucket' => 'nefsea-',
  3333.             'locale' => 'fr',
  3334.             'event_dispatcher.event_aliases' => [
  3335.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3336.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3337.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3338.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3339.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3340.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3341.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3342.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3343.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3344.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3345.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3346.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3347.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3348.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3349.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3350.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3351.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3352.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3353.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3354.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3355.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3356.             ],
  3357.             'fragment.renderer.hinclude.global_template' => NULL,
  3358.             'fragment.path' => '/_fragment',
  3359.             'kernel.http_method_override' => true,
  3360.             'kernel.trusted_hosts' => [
  3361.             ],
  3362.             'kernel.default_locale' => 'fr',
  3363.             'kernel.enabled_locales' => [
  3364.             ],
  3365.             'kernel.error_controller' => 'error_controller',
  3366.             'debug.file_link_format' => NULL,
  3367.             'asset.request_context.base_path' => NULL,
  3368.             'asset.request_context.secure' => NULL,
  3369.             'translator.logging' => false,
  3370.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3371.             'debug.error_handler.throw_at' => -1,
  3372.             'router.request_context.base_url' => '',
  3373.             'router.resource' => 'kernel::loadRoutes',
  3374.             'request_listener.http_port' => 80,
  3375.             'request_listener.https_port' => 443,
  3376.             'session.metadata.storage_key' => '_sf2_meta',
  3377.             'session.storage.options' => [
  3378.                 'cache_limiter' => '0',
  3379.                 'cookie_secure' => 'auto',
  3380.                 'cookie_httponly' => true,
  3381.                 'cookie_samesite' => 'lax',
  3382.                 'gc_probability' => 1,
  3383.             ],
  3384.             'session.save_path' => NULL,
  3385.             'session.metadata.update_threshold' => 0,
  3386.             'form.type_extension.csrf.enabled' => true,
  3387.             'form.type_extension.csrf.field_name' => '_token',
  3388.             'validator.translation_domain' => 'validators',
  3389.             'profiler_listener.only_exceptions' => false,
  3390.             'profiler_listener.only_main_requests' => false,
  3391.             'stfalcon_tinymce.config' => [
  3392.                 'include_jquery' => false,
  3393.                 'tinymce_jquery' => false,
  3394.                 'use_callback_tinymce_init' => false,
  3395.                 'selector' => [
  3396.                     => '.tinymce',
  3397.                 ],
  3398.                 'language' => NULL,
  3399.                 'theme' => [
  3400.                     'advanced' => [
  3401.                         'theme' => 'modern',
  3402.                         'plugins' => [
  3403.                             => 'advlist autolink lists link image charmap print preview hr anchor pagebreak',
  3404.                             => 'searchreplace wordcount visualblocks visualchars code fullscreen',
  3405.                             => 'insertdatetime media nonbreaking save table contextmenu directionality',
  3406.                             => 'emoticons template paste textcolor',
  3407.                         ],
  3408.                         'toolbar1' => 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify'."\n".'                                   | bullist numlist outdent indent | link image',
  3409.                         'toolbar2' => 'print preview media | forecolor backcolor emoticons',
  3410.                         'image_advtab' => true,
  3411.                     ],
  3412.                     'simple' => [
  3413.                     ],
  3414.                 ],
  3415.                 'tinymce_buttons' => [
  3416.                 ],
  3417.                 'external_plugins' => [
  3418.                 ],
  3419.             ],
  3420.             'stfalcon_tinymce.twig.extension.class' => 'Stfalcon\\Bundle\\TinymceBundle\\Twig\\Extension\\StfalconTinymceExtension',
  3421.             'twig.form.resources' => [
  3422.                 => 'form_div_layout.html.twig',
  3423.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3424.                 => 'Backend/Global/Partials/form.html.twig',
  3425.                 => 'Backend/Global/Partials/custom_form.html.twig',
  3426.             ],
  3427.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3428.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3429.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3430.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3431.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3432.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3433.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3434.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3435.             'doctrine.entity_managers' => [
  3436.                 'default' => 'doctrine.orm.default_entity_manager',
  3437.             ],
  3438.             'doctrine.default_entity_manager' => 'default',
  3439.             'doctrine.dbal.connection_factory.types' => [
  3440.             ],
  3441.             'doctrine.connections' => [
  3442.                 'default' => 'doctrine.dbal.default_connection',
  3443.             ],
  3444.             'doctrine.default_connection' => 'default',
  3445.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3446.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3447.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3448.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3449.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3450.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3451.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3452.             'doctrine.orm.cache.memcache_port' => 11211,
  3453.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3454.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3455.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3456.             'doctrine.orm.cache.memcached_port' => 11211,
  3457.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3458.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3459.             'doctrine.orm.cache.redis_host' => 'localhost',
  3460.             'doctrine.orm.cache.redis_port' => 6379,
  3461.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3462.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3463.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3464.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3465.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3466.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3467.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3468.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3469.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3470.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3471.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3472.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3473.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3474.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3475.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3476.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3477.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3478.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3479.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3480.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3481.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3482.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3483.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3484.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3485.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3486.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3487.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3488.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3489.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3490.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3491.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3492.             'doctrine.orm.auto_generate_proxy_classes' => false,
  3493.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3494.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3495.             'liip_imagine.resolvers' => [
  3496.                 'default' => [
  3497.                     'web_path' => [
  3498.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3499.                         'cache_prefix' => 'media/cache',
  3500.                     ],
  3501.                 ],
  3502.             ],
  3503.             'liip_imagine.loaders' => [
  3504.                 'default' => [
  3505.                     'filesystem' => [
  3506.                         'locator' => 'filesystem',
  3507.                         'data_root' => [
  3508.                             => (\dirname(__DIR__4).'/public'),
  3509.                         ],
  3510.                         'allow_unresolvable_data_roots' => false,
  3511.                         'bundle_resources' => [
  3512.                             'enabled' => false,
  3513.                             'access_control_type' => 'blacklist',
  3514.                             'access_control_list' => [
  3515.                             ],
  3516.                         ],
  3517.                     ],
  3518.                 ],
  3519.             ],
  3520.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3521.             'liip_imagine.jpegoptim.stripAll' => true,
  3522.             'liip_imagine.jpegoptim.max' => NULL,
  3523.             'liip_imagine.jpegoptim.progressive' => true,
  3524.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3525.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3526.             'liip_imagine.optipng.level' => 7,
  3527.             'liip_imagine.optipng.stripAll' => true,
  3528.             'liip_imagine.optipng.tempDir' => NULL,
  3529.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3530.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3531.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3532.             'liip_imagine.cwebp.tempDir' => NULL,
  3533.             'liip_imagine.cwebp.q' => 75,
  3534.             'liip_imagine.cwebp.alphaQ' => 100,
  3535.             'liip_imagine.cwebp.m' => 4,
  3536.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3537.             'liip_imagine.cwebp.alphaMethod' => 1,
  3538.             'liip_imagine.cwebp.exact' => false,
  3539.             'liip_imagine.cwebp.metadata' => [
  3540.                 => 'none',
  3541.             ],
  3542.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3543.             'liip_imagine.cache.resolver.default' => 'default',
  3544.             'liip_imagine.default_image' => NULL,
  3545.             'liip_imagine.filter_sets' => [
  3546.                 'thumbnail_xsmall' => [
  3547.                     'quality' => 100,
  3548.                     'jpeg_quality' => NULL,
  3549.                     'png_compression_level' => NULL,
  3550.                     'png_compression_filter' => NULL,
  3551.                     'format' => NULL,
  3552.                     'animated' => false,
  3553.                     'cache' => NULL,
  3554.                     'data_loader' => NULL,
  3555.                     'default_image' => NULL,
  3556.                     'filters' => [
  3557.                         'thumbnail' => [
  3558.                             'size' => [
  3559.                                 => 75,
  3560.                                 => 75,
  3561.                             ],
  3562.                             'mode' => 'outbound',
  3563.                         ],
  3564.                     ],
  3565.                     'post_processors' => [
  3566.                     ],
  3567.                 ],
  3568.                 'thumbnail_small' => [
  3569.                     'quality' => 100,
  3570.                     'jpeg_quality' => NULL,
  3571.                     'png_compression_level' => NULL,
  3572.                     'png_compression_filter' => NULL,
  3573.                     'format' => NULL,
  3574.                     'animated' => false,
  3575.                     'cache' => NULL,
  3576.                     'data_loader' => NULL,
  3577.                     'default_image' => NULL,
  3578.                     'filters' => [
  3579.                         'thumbnail' => [
  3580.                             'size' => [
  3581.                                 => 150,
  3582.                                 => 150,
  3583.                             ],
  3584.                             'mode' => 'outbound',
  3585.                         ],
  3586.                     ],
  3587.                     'post_processors' => [
  3588.                     ],
  3589.                 ],
  3590.                 'modal_cover' => [
  3591.                     'quality' => 100,
  3592.                     'jpeg_quality' => NULL,
  3593.                     'png_compression_level' => NULL,
  3594.                     'png_compression_filter' => NULL,
  3595.                     'format' => NULL,
  3596.                     'animated' => false,
  3597.                     'cache' => NULL,
  3598.                     'data_loader' => NULL,
  3599.                     'default_image' => NULL,
  3600.                     'filters' => [
  3601.                         'thumbnail' => [
  3602.                             'size' => [
  3603.                                 => 650,
  3604.                                 => 290,
  3605.                             ],
  3606.                             'mode' => 'outbound',
  3607.                         ],
  3608.                     ],
  3609.                     'post_processors' => [
  3610.                     ],
  3611.                 ],
  3612.                 'aws_small' => [
  3613.                     'quality' => 100,
  3614.                     'jpeg_quality' => NULL,
  3615.                     'png_compression_level' => NULL,
  3616.                     'png_compression_filter' => NULL,
  3617.                     'format' => NULL,
  3618.                     'animated' => false,
  3619.                     'cache' => 'aws_cache_loader',
  3620.                     'data_loader' => 'aws_data_loader',
  3621.                     'default_image' => NULL,
  3622.                     'filters' => [
  3623.                         'thumbnail' => [
  3624.                             'size' => [
  3625.                                 => 72,
  3626.                                 => 50,
  3627.                             ],
  3628.                             'mode' => 'inset',
  3629.                             'allow_upscale' => true,
  3630.                         ],
  3631.                     ],
  3632.                     'post_processors' => [
  3633.                     ],
  3634.                 ],
  3635.                 'aws_medium' => [
  3636.                     'quality' => 100,
  3637.                     'jpeg_quality' => NULL,
  3638.                     'png_compression_level' => NULL,
  3639.                     'png_compression_filter' => NULL,
  3640.                     'format' => NULL,
  3641.                     'animated' => false,
  3642.                     'cache' => 'aws_cache_loader',
  3643.                     'data_loader' => 'aws_data_loader',
  3644.                     'default_image' => NULL,
  3645.                     'filters' => [
  3646.                         'thumbnail' => [
  3647.                             'size' => [
  3648.                                 => 280,
  3649.                                 => 165,
  3650.                             ],
  3651.                             'mode' => 'inset',
  3652.                             'allow_upscale' => true,
  3653.                         ],
  3654.                     ],
  3655.                     'post_processors' => [
  3656.                     ],
  3657.                 ],
  3658.                 'aws_full' => [
  3659.                     'quality' => 100,
  3660.                     'jpeg_quality' => NULL,
  3661.                     'png_compression_level' => NULL,
  3662.                     'png_compression_filter' => NULL,
  3663.                     'format' => NULL,
  3664.                     'animated' => false,
  3665.                     'cache' => 'aws_cache_loader',
  3666.                     'data_loader' => 'aws_data_loader',
  3667.                     'default_image' => NULL,
  3668.                     'filters' => [
  3669.                         'thumbnail' => [
  3670.                             'size' => [
  3671.                                 => 1024,
  3672.                                 => 760,
  3673.                             ],
  3674.                             'mode' => 'inset',
  3675.                         ],
  3676.                         'customWatermark' => [
  3677.                             'text' => '',
  3678.                             'image' => '',
  3679.                             'position' => 'bottomcenter',
  3680.                         ],
  3681.                     ],
  3682.                     'post_processors' => [
  3683.                     ],
  3684.                 ],
  3685.                 'download' => [
  3686.                     'quality' => 100,
  3687.                     'jpeg_quality' => NULL,
  3688.                     'png_compression_level' => NULL,
  3689.                     'png_compression_filter' => NULL,
  3690.                     'format' => NULL,
  3691.                     'animated' => false,
  3692.                     'cache' => 'aws_cache_loader',
  3693.                     'data_loader' => 'aws_data_loader',
  3694.                     'default_image' => NULL,
  3695.                     'filters' => [
  3696.                         'customWatermark' => [
  3697.                             'text' => '',
  3698.                             'image' => '',
  3699.                             'position' => 'bottomcenter',
  3700.                         ],
  3701.                     ],
  3702.                     'post_processors' => [
  3703.                     ],
  3704.                 ],
  3705.             ],
  3706.             'liip_imagine.binary.loader.default' => 'default',
  3707.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3708.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3709.             'liip_imagine.webp.generate' => false,
  3710.             'liip_imagine.webp.options' => [
  3711.                 'quality' => 100,
  3712.                 'cache' => NULL,
  3713.                 'data_loader' => NULL,
  3714.                 'post_processors' => [
  3715.                 ],
  3716.             ],
  3717.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3718.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3719.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3720.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  3721.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3722.             'stof_doctrine_extensions.uploadable.manager.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadableManager',
  3723.             'stof_doctrine_extensions.uploadable.mime_type_guesser.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\MimeTypeGuesserAdapter',
  3724.             'stof_doctrine_extensions.uploadable.default_file_info.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo',
  3725.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3726.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  3727.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  3728.             'stof_doctrine_extensions.translation_fallback' => false,
  3729.             'stof_doctrine_extensions.persist_default_translation' => false,
  3730.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3731.             'stof_doctrine_extensions.default_file_path' => NULL,
  3732.             'stof_doctrine_extensions.uploadable.validate_writable_directory' => true,
  3733.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3734.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3735.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3736.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3737.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3738.             'security.role_hierarchy.roles' => [
  3739.                 'ROLE_ADMIN' => [
  3740.                     => 'ROLE_CONTRIB',
  3741.                 ],
  3742.                 'ROLE_CONTRIB' => [
  3743.                     => 'ROLE_EDIT',
  3744.                 ],
  3745.                 'ROLE_EDIT' => [
  3746.                     => 'ROLE_USER',
  3747.                 ],
  3748.             ],
  3749.             'security.access.denied_url' => NULL,
  3750.             'security.authentication.manager.erase_credentials' => true,
  3751.             'security.authentication.session_strategy.strategy' => 'migrate',
  3752.             'security.access.always_authenticate_before_granting' => false,
  3753.             'security.authentication.hide_user_not_found' => true,
  3754.             'security.firewalls' => [
  3755.                 => 'dev',
  3756.                 => 'api',
  3757.                 => 'backend_login',
  3758.                 => 'reset_password',
  3759.                 => 'frontend_login',
  3760.                 => 'auth_reset_password',
  3761.                 => 'auth_register',
  3762.                 => 'amazon_notification',
  3763.                 => 'alert',
  3764.                 => 'share',
  3765.                 10 => 'shareView',
  3766.                 11 => 'public_content',
  3767.                 12 => 'backend',
  3768.                 13 => 'frontend',
  3769.             ],
  3770.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  3771.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  3772.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  3773.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  3774.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  3775.             'fos_js_routing.request_context_base_url' => NULL,
  3776.             'fos_js_routing.cache_control' => [
  3777.                 'enabled' => false,
  3778.             ],
  3779.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3780.             'web_profiler.debug_toolbar.mode' => 2,
  3781.             'monolog.use_microseconds' => true,
  3782.             'monolog.swift_mailer.handlers' => [
  3783.             ],
  3784.             'monolog.handlers_to_channels' => [
  3785.                 'monolog.handler.console' => [
  3786.                     'type' => 'exclusive',
  3787.                     'elements' => [
  3788.                         => 'event',
  3789.                         => 'doctrine',
  3790.                         => 'console',
  3791.                     ],
  3792.                 ],
  3793.                 'monolog.handler.main' => [
  3794.                     'type' => 'exclusive',
  3795.                     'elements' => [
  3796.                         => 'event',
  3797.                     ],
  3798.                 ],
  3799.                 'monolog.handler.sns' => [
  3800.                     'type' => 'inclusive',
  3801.                     'elements' => [
  3802.                         => 'sns',
  3803.                     ],
  3804.                 ],
  3805.             ],
  3806.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3807.             'data_collector.templates' => [
  3808.                 'data_collector.request' => [
  3809.                     => 'request',
  3810.                     => '@WebProfiler/Collector/request.html.twig',
  3811.                 ],
  3812.                 'data_collector.time' => [
  3813.                     => 'time',
  3814.                     => '@WebProfiler/Collector/time.html.twig',
  3815.                 ],
  3816.                 'data_collector.memory' => [
  3817.                     => 'memory',
  3818.                     => '@WebProfiler/Collector/memory.html.twig',
  3819.                 ],
  3820.                 'data_collector.validator' => [
  3821.                     => 'validator',
  3822.                     => '@WebProfiler/Collector/validator.html.twig',
  3823.                 ],
  3824.                 'data_collector.ajax' => [
  3825.                     => 'ajax',
  3826.                     => '@WebProfiler/Collector/ajax.html.twig',
  3827.                 ],
  3828.                 'data_collector.form' => [
  3829.                     => 'form',
  3830.                     => '@WebProfiler/Collector/form.html.twig',
  3831.                 ],
  3832.                 'data_collector.exception' => [
  3833.                     => 'exception',
  3834.                     => '@WebProfiler/Collector/exception.html.twig',
  3835.                 ],
  3836.                 'data_collector.logger' => [
  3837.                     => 'logger',
  3838.                     => '@WebProfiler/Collector/logger.html.twig',
  3839.                 ],
  3840.                 'data_collector.events' => [
  3841.                     => 'events',
  3842.                     => '@WebProfiler/Collector/events.html.twig',
  3843.                 ],
  3844.                 'data_collector.router' => [
  3845.                     => 'router',
  3846.                     => '@WebProfiler/Collector/router.html.twig',
  3847.                 ],
  3848.                 'data_collector.cache' => [
  3849.                     => 'cache',
  3850.                     => '@WebProfiler/Collector/cache.html.twig',
  3851.                 ],
  3852.                 'data_collector.translation' => [
  3853.                     => 'translation',
  3854.                     => '@WebProfiler/Collector/translation.html.twig',
  3855.                 ],
  3856.                 'data_collector.security' => [
  3857.                     => 'security',
  3858.                     => '@Security/Collector/security.html.twig',
  3859.                 ],
  3860.                 'data_collector.twig' => [
  3861.                     => 'twig',
  3862.                     => '@WebProfiler/Collector/twig.html.twig',
  3863.                 ],
  3864.                 'data_collector.doctrine' => [
  3865.                     => 'db',
  3866.                     => '@Doctrine/Collector/db.html.twig',
  3867.                 ],
  3868.                 'data_collector.dump' => [
  3869.                     => 'dump',
  3870.                     => '@Debug/Profiler/dump.html.twig',
  3871.                 ],
  3872.                 'data_collector.messenger' => [
  3873.                     => 'messenger',
  3874.                     => '@WebProfiler/Collector/messenger.html.twig',
  3875.                 ],
  3876.                 'mailer.data_collector' => [
  3877.                     => 'mailer',
  3878.                     => '@WebProfiler/Collector/mailer.html.twig',
  3879.                 ],
  3880.                 'data_collector.config' => [
  3881.                     => 'config',
  3882.                     => '@WebProfiler/Collector/config.html.twig',
  3883.                 ],
  3884.             ],
  3885.             'console.command.ids' => [
  3886.                 => 'console.command.public_alias.App\\Command\\BatchImport',
  3887.                 => 'console.command.public_alias.App\\Command\\ShareOnSocialNetwork',
  3888.                 => 'console.command.public_alias.batch.import',
  3889.                 => 'console.command.public_alias.social_network.share',
  3890.             ],
  3891.         ];
  3892.     }
  3893.     protected function throw($message)
  3894.     {
  3895.         throw new RuntimeException($message);
  3896.     }
  3897. }