var/cache/dev/ContainerNvDhSMv/App_KernelDevDebugContainer.php line 397

Open in your IDE?
  1. <?php
  2. namespace ContainerNvDhSMv;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.twig' => 'get_Container_Private_TwigService',
  37.             'cache.app' => 'getCache_AppService',
  38.             'cache.system' => 'getCache_SystemService',
  39.             'data_collector.dump' => 'getDataCollector_DumpService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'event_dispatcher' => 'getEventDispatcherService',
  42.             'http_kernel' => 'getHttpKernelService',
  43.             'request_stack' => 'getRequestStackService',
  44.             'router' => 'getRouterService',
  45.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  46.             'cache_clearer' => 'getCacheClearerService',
  47.             'filesystem' => 'getFilesystemService',
  48.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  49.             'form.factory' => 'getForm_FactoryService',
  50.             'form.type.file' => 'getForm_Type_FileService',
  51.             'profiler' => 'getProfilerService',
  52.             'twig' => 'getTwigService',
  53.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  54.             'security.token_storage' => 'getSecurity_TokenStorageService',
  55.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  56.             'session' => 'getSessionService',
  57.         ];
  58.         $this->fileMap = [
  59.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  60.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  61.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  62.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  63.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  64.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  65.             '.container.private.session' => 'get_Container_Private_SessionService',
  66.             'App\\Controller\\AchatsController' => 'getAchatsControllerService',
  67.             'App\\Controller\\ConfigController' => 'getConfigControllerService',
  68.             'App\\Controller\\FileteurController' => 'getFileteurControllerService',
  69.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  70.             'App\\Controller\\PreparateurController' => 'getPreparateurControllerService',
  71.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  72.             'App\\Controller\\TraiteurController' => 'getTraiteurControllerService',
  73.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  75.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  76.             'cache.app_clearer' => 'getCache_AppClearerService',
  77.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  78.             'cache.system_clearer' => 'getCache_SystemClearerService',
  79.             'cache_warmer' => 'getCacheWarmerService',
  80.             'console.command.public_alias.App\\Command\\MailCommand' => 'getMailCommandService',
  81.             'console.command.public_alias.App\\Command\\PreparateurCommand' => 'getPreparateurCommandService',
  82.             'console.command_loader' => 'getConsole_CommandLoaderService',
  83.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  84.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  85.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  86.             'error_controller' => 'getErrorControllerService',
  87.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  88.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  89.             'routing.loader' => 'getRouting_LoaderService',
  90.             'services_resetter' => 'getServicesResetterService',
  91.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  92.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  93.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  94.         ];
  95.         $this->aliases = [
  96.             'App\\Kernel' => 'kernel',
  97.             'database_connection' => 'doctrine.dbal.default_connection',
  98.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  99.         ];
  100.         $this->privates['service_container'] = function () {
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  107.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  141.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  173.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  174.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  175.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  194.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  197.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  199.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  203.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  213.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  214.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  219.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  220.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  280.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  286.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  306.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  310.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  311.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  313.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  314.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  315.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  316.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  335.             include_once \dirname(__DIR__4).'/src/Twig/AdminExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  351.         };
  352.     }
  353.     public function compile(): void
  354.     {
  355.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  356.     }
  357.     public function isCompiled(): bool
  358.     {
  359.         return true;
  360.     }
  361.     public function getRemovedIds(): array
  362.     {
  363.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  364.     }
  365.     protected function load($file$lazyLoad true)
  366.     {
  367.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  368.             return $class::do($this$lazyLoad);
  369.         }
  370.         if ('.' === $file[-4]) {
  371.             $class substr($class0, -4);
  372.         } else {
  373.             $file .= '.php';
  374.         }
  375.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  376.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  377.     }
  378.     /**
  379.      * Gets the public '.container.private.profiler' shared service.
  380.      *
  381.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  382.      */
  383.     protected function get_Container_Private_ProfilerService()
  384.     {
  385.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  386.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  387.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  388.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  389.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  390.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  391.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  392.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  393.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  394.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  395.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  396.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  397.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  398.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  399.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  400.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  401.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  402.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  403.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  404.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  405.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  406.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  407.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  408.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  409.         if ($this->has('kernel')) {
  410.             $g->setKernel($b);
  411.         }
  412.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  413.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  414.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  415.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  416.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  417.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  418.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  419.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  420.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  421.         $instance->add($d);
  422.         $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()), false));
  423.         $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())));
  424.         $instance->add($e);
  425.         $instance->add($f);
  426.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  427.         $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()))));
  428.         $instance->add($g);
  429.         return $instance;
  430.     }
  431.     /**
  432.      * Gets the public '.container.private.security.authorization_checker' shared service.
  433.      *
  434.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  435.      */
  436.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  437.     {
  438.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  439.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  440.             return $this->services['.container.private.security.authorization_checker'];
  441.         }
  442.         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()), $afalse);
  443.     }
  444.     /**
  445.      * Gets the public '.container.private.security.token_storage' shared service.
  446.      *
  447.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  448.      */
  449.     protected function get_Container_Private_Security_TokenStorageService()
  450.     {
  451.         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, [
  452.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  453.         ], [
  454.             'request_stack' => '?',
  455.         ]));
  456.     }
  457.     /**
  458.      * Gets the public '.container.private.twig' shared service.
  459.      *
  460.      * @return \Twig\Environment
  461.      */
  462.     protected function get_Container_Private_TwigService()
  463.     {
  464.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  465.         $a->addPath('assets/css''styles');
  466.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  467.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  468.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  469.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  470.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  471.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  472.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  473.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  474.         $a->addPath((\dirname(__DIR__4).'/templates'));
  475.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  476.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  477.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  478.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  479.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  480.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  481.         $d = ($this->services['router'] ?? $this->getRouterService());
  482.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  483.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  484.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  485.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  486.         $h = new \Symfony\Bridge\Twig\AppVariable();
  487.         $h->setEnvironment('dev');
  488.         $h->setDebug(true);
  489.         if ($this->has('.container.private.security.token_storage')) {
  490.             $h->setTokenStorage($f);
  491.         }
  492.         if ($this->has('request_stack')) {
  493.             $h->setRequestStack($e);
  494.         }
  495.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  496.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  497.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  498.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  499.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  500.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  501.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($d));
  502.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  503.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  504.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  505.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($e, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  506.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
  507.         $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())));
  508.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  509.         $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($e, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  510.         $instance->addExtension(new \App\Twig\AdminExtension($d$e));
  511.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  512.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  513.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  514.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  515.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  516.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  517.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  518.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  519.         ], [
  520.             'webpack_encore.entrypoint_lookup_collection' => '?',
  521.             'webpack_encore.tag_renderer' => '?',
  522.         ])));
  523.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  524.         $instance->addGlobal('app'$h);
  525.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  526.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  527.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  528.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  529.         ], [
  530.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  531.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  532.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  533.         ])));
  534.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  535.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  536.         $instance->registerUndefinedTokenParserCallback([=> $i=> 'suggestTag']);
  537.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  538.         return $instance;
  539.     }
  540.     /**
  541.      * Gets the public 'cache.app' shared service.
  542.      *
  543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  544.      */
  545.     protected function getCache_AppService()
  546.     {
  547.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('TQzWbOT2fV'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  548.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  549.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  550.     }
  551.     /**
  552.      * Gets the public 'cache.system' shared service.
  553.      *
  554.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  555.      */
  556.     protected function getCache_SystemService()
  557.     {
  558.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Z3nGdBapm0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  559.     }
  560.     /**
  561.      * Gets the public 'data_collector.dump' shared service.
  562.      *
  563.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  564.      */
  565.     protected function getDataCollector_DumpService()
  566.     {
  567.         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()));
  568.     }
  569.     /**
  570.      * Gets the public 'doctrine' shared service.
  571.      *
  572.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  573.      */
  574.     protected function getDoctrineService()
  575.     {
  576.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  577.     }
  578.     /**
  579.      * Gets the public 'event_dispatcher' shared service.
  580.      *
  581.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  582.      */
  583.     protected function getEventDispatcherService()
  584.     {
  585.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  586.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  587.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  589.         $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())));
  590.         $instance->addListener('kernel.controller', [=> function () {
  591.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  592.         }, => 'onKernelController'], 0);
  593.         $instance->addListener('kernel.exception', [=> function () {
  594.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  595.         }, => 'onKernelException'], 0);
  596.         $instance->addListener('kernel.response', [=> function () {
  597.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  598.         }, => 'onKernelResponse'], 0);
  599.         $instance->addListener('kernel.response', [=> function () {
  600.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  601.         }, => 'onKernelResponse'], -1024);
  602.         $instance->addListener('kernel.request', [=> function () {
  603.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  604.         }, => 'setDefaultLocale'], 100);
  605.         $instance->addListener('kernel.request', [=> function () {
  606.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  607.         }, => 'onKernelRequest'], 16);
  608.         $instance->addListener('kernel.finish_request', [=> function () {
  609.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  610.         }, => 'onKernelFinishRequest'], 0);
  611.         $instance->addListener('kernel.request', [=> function () {
  612.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  613.         }, => 'onKernelRequest'], 256);
  614.         $instance->addListener('kernel.response', [=> function () {
  615.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  616.         }, => 'onResponse'], -255);
  617.         $instance->addListener('kernel.controller_arguments', [=> function () {
  618.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  619.         }, => 'onControllerArguments'], 0);
  620.         $instance->addListener('kernel.exception', [=> function () {
  621.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  622.         }, => 'logKernelException'], 0);
  623.         $instance->addListener('kernel.exception', [=> function () {
  624.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  625.         }, => 'onKernelException'], -128);
  626.         $instance->addListener('kernel.response', [=> function () {
  627.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  628.         }, => 'removeCspHeader'], -128);
  629.         $instance->addListener('kernel.request', [=> function () {
  630.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  631.         }, => 'onKernelRequest'], 15);
  632.         $instance->addListener('kernel.finish_request', [=> function () {
  633.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  634.         }, => 'onKernelFinishRequest'], -15);
  635.         $instance->addListener('console.error', [=> function () {
  636.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  637.         }, => 'onConsoleError'], -128);
  638.         $instance->addListener('console.terminate', [=> function () {
  639.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  640.         }, => 'onConsoleTerminate'], -128);
  641.         $instance->addListener('console.error', [=> function () {
  642.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  643.         }, => 'onConsoleError'], 0);
  644.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  645.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  646.         }, => 'onMessage'], -255);
  647.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  648.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  649.         }, => 'onMessage'], -255);
  650.         $instance->addListener('kernel.request', [=> function () {
  651.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  652.         }, => 'configure'], 2048);
  653.         $instance->addListener('console.command', [=> function () {
  654.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  655.         }, => 'configure'], 2048);
  656.         $instance->addListener('kernel.request', [=> function () {
  657.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  658.         }, => 'onKernelRequest'], 32);
  659.         $instance->addListener('kernel.finish_request', [=> function () {
  660.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  661.         }, => 'onKernelFinishRequest'], 0);
  662.         $instance->addListener('kernel.exception', [=> function () {
  663.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  664.         }, => 'onKernelException'], -64);
  665.         $instance->addListener('kernel.request', [=> function () {
  666.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  667.         }, => 'onKernelRequest'], 128);
  668.         $instance->addListener('kernel.response', [=> function () {
  669.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  670.         }, => 'onKernelResponse'], -1000);
  671.         $instance->addListener('kernel.finish_request', [=> function () {
  672.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  673.         }, => 'onFinishRequest'], 0);
  674.         $instance->addListener('kernel.response', [=> function () {
  675.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  676.         }, => 'onKernelResponse'], -100);
  677.         $instance->addListener('kernel.exception', [=> function () {
  678.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  679.         }, => 'onKernelException'], 0);
  680.         $instance->addListener('kernel.terminate', [=> function () {
  681.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  682.         }, => 'onKernelTerminate'], -1024);
  683.         $instance->addListener('kernel.controller', [=> function () {
  684.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  685.         }, => 'onKernelController'], 0);
  686.         $instance->addListener('kernel.response', [=> function () {
  687.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  688.         }, => 'onKernelResponse'], 0);
  689.         $instance->addListener('kernel.controller', [=> function () {
  690.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  691.         }, => 'onKernelController'], 0);
  692.         $instance->addListener('kernel.controller', [=> function () {
  693.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  694.         }, => 'onKernelController'], 0);
  695.         $instance->addListener('kernel.controller', [=> function () {
  696.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  697.         }, => 'onKernelController'], -128);
  698.         $instance->addListener('kernel.view', [=> function () {
  699.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  700.         }, => 'onKernelView'], 0);
  701.         $instance->addListener('kernel.controller', [=> function () {
  702.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  703.         }, => 'onKernelController'], 0);
  704.         $instance->addListener('kernel.response', [=> function () {
  705.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  706.         }, => 'onKernelResponse'], 0);
  707.         $instance->addListener('kernel.controller_arguments', [=> function () {
  708.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  709.         }, => 'onKernelControllerArguments'], 0);
  710.         $instance->addListener('kernel.controller_arguments', [=> function () {
  711.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  712.         }, => 'onKernelControllerArguments'], 0);
  713.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  714.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  715.         }, => 'onMessage'], 0);
  716.         $instance->addListener('kernel.response', [=> function () {
  717.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  718.         }, => 'onKernelResponse'], -128);
  719.         $instance->addListener('console.command', [=> function () {
  720.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  721.         }, => 'onCommand'], 255);
  722.         $instance->addListener('console.terminate', [=> function () {
  723.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  724.         }, => 'onTerminate'], -255);
  725.         $instance->addListener('console.command', [=> function () {
  726.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  727.         }, => 'configure'], 1024);
  728.         $instance->addListener('console.error', [=> function () {
  729.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  730.         }, => 'onConsoleError'], 0);
  731.         $instance->addListener('console.terminate', [=> function () {
  732.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  733.         }, => 'onConsoleTerminate'], 0);
  734.         $instance->addListener('kernel.response', [=> function () {
  735.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  736.         }, => 'onKernelResponse'], 0);
  737.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  738.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  739.         }, => 'onVoterVote'], 0);
  740.         $instance->addListener('kernel.request', [=> function () {
  741.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  742.         }, => 'configureLogoutUrlGenerator'], 8);
  743.         $instance->addListener('kernel.request', [=> function () {
  744.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  745.         }, => 'onKernelRequest'], 8);
  746.         $instance->addListener('kernel.finish_request', [=> function () {
  747.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  748.         }, => 'onKernelFinishRequest'], 0);
  749.         $instance->addListener('kernel.finish_request', [=> function () {
  750.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  751.         }, => 'resetAssets'], 0);
  752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  753.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  754.         }, => 'onLogout'], 0);
  755.         return $instance;
  756.     }
  757.     /**
  758.      * Gets the public 'http_kernel' shared service.
  759.      *
  760.      * @return \Symfony\Component\HttpKernel\HttpKernel
  761.      */
  762.     protected function getHttpKernelService()
  763.     {
  764.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  765.         if (isset($this->services['http_kernel'])) {
  766.             return $this->services['http_kernel'];
  767.         }
  768.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  769.         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 () {
  770.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  771.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  772.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  773.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  774.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  775.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  776.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  777.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  778.         }, 8)), $b));
  779.     }
  780.     /**
  781.      * Gets the public 'request_stack' shared service.
  782.      *
  783.      * @return \Symfony\Component\HttpFoundation\RequestStack
  784.      */
  785.     protected function getRequestStackService()
  786.     {
  787.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  788.     }
  789.     /**
  790.      * Gets the public 'router' shared service.
  791.      *
  792.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  793.      */
  794.     protected function getRouterService()
  795.     {
  796.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  797.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  798.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  799.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  800.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  801.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  802.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  803.         ], [
  804.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  805.         ]))->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');
  806.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  807.             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)));
  808.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  809.         }, 2)));
  810.         return $instance;
  811.     }
  812.     /**
  813.      * Gets the public 'var_dumper.cloner' shared service.
  814.      *
  815.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  816.      */
  817.     protected function getVarDumper_ClonerService()
  818.     {
  819.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  820.         $instance->setMaxItems(2500);
  821.         $instance->setMinDepth(1);
  822.         $instance->setMaxString(-1);
  823.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  824.         return $instance;
  825.     }
  826.     /**
  827.      * Gets the private '.debug.http_client' shared service.
  828.      *
  829.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  830.      */
  831.     protected function get_Debug_HttpClientService()
  832.     {
  833.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  834.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  835.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  836.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  837.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  838.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  839.         $a->setLogger($b);
  840.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  841.     }
  842.     /**
  843.      * Gets the private '.service_locator.zJyh7qS' shared service.
  844.      *
  845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  846.      */
  847.     protected function get_ServiceLocator_ZJyh7qSService()
  848.     {
  849.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  850.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  851.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  852.         ], [
  853.             'security.firewall.map.context.dev' => '?',
  854.             'security.firewall.map.context.main' => '?',
  855.         ]);
  856.     }
  857.     /**
  858.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  859.      *
  860.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  861.      */
  862.     protected function getResetAssetsEventListenerService()
  863.     {
  864.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  865.     }
  866.     /**
  867.      * Gets the private 'annotations.cache_adapter' shared service.
  868.      *
  869.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  870.      */
  871.     protected function getAnnotations_CacheAdapterService()
  872.     {
  873.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  874.     }
  875.     /**
  876.      * Gets the private 'annotations.cached_reader' shared service.
  877.      *
  878.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  879.      */
  880.     protected function getAnnotations_CachedReaderService()
  881.     {
  882.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  883.     }
  884.     /**
  885.      * Gets the private 'annotations.reader' shared service.
  886.      *
  887.      * @return \Doctrine\Common\Annotations\AnnotationReader
  888.      */
  889.     protected function getAnnotations_ReaderService()
  890.     {
  891.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  892.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  893.         $a->registerUniqueLoader('class_exists');
  894.         $instance->addGlobalIgnoredName('required'$a);
  895.         return $instance;
  896.     }
  897.     /**
  898.      * Gets the private 'assets.packages' shared service.
  899.      *
  900.      * @return \Symfony\Component\Asset\Packages
  901.      */
  902.     protected function getAssets_PackagesService()
  903.     {
  904.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  905.         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'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  906.             return new \EmptyIterator();
  907.         }, 0));
  908.     }
  909.     /**
  910.      * Gets the private 'cache.annotations' shared service.
  911.      *
  912.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  913.      */
  914.     protected function getCache_AnnotationsService()
  915.     {
  916.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zbdw+MXEF9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  917.     }
  918.     /**
  919.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  920.      *
  921.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  922.      */
  923.     protected function getCache_Doctrine_Orm_Default_QueryService()
  924.     {
  925.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  926.     }
  927.     /**
  928.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  929.      *
  930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  931.      */
  932.     protected function getCache_Doctrine_Orm_Default_ResultService()
  933.     {
  934.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  935.     }
  936.     /**
  937.      * Gets the private 'cache.property_info' shared service.
  938.      *
  939.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  940.      */
  941.     protected function getCache_PropertyInfoService()
  942.     {
  943.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GKbjEBk3QZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  944.     }
  945.     /**
  946.      * Gets the private 'cache.security_expression_language' shared service.
  947.      *
  948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  949.      */
  950.     protected function getCache_SecurityExpressionLanguageService()
  951.     {
  952.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OhaNjQKp3W'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  953.     }
  954.     /**
  955.      * Gets the private 'cache.serializer' shared service.
  956.      *
  957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  958.      */
  959.     protected function getCache_SerializerService()
  960.     {
  961.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4tIuiiKNnA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  962.     }
  963.     /**
  964.      * Gets the private 'cache.validator' shared service.
  965.      *
  966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  967.      */
  968.     protected function getCache_ValidatorService()
  969.     {
  970.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0zeUJT+SZ9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  971.     }
  972.     /**
  973.      * Gets the private 'cache.webpack_encore' shared service.
  974.      *
  975.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  976.      */
  977.     protected function getCache_WebpackEncoreService()
  978.     {
  979.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NTY7Ur76NT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  980.     }
  981.     /**
  982.      * Gets the private 'data_collector.form' shared service.
  983.      *
  984.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  985.      */
  986.     protected function getDataCollector_FormService()
  987.     {
  988.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  989.     }
  990.     /**
  991.      * Gets the private 'data_collector.request' shared service.
  992.      *
  993.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  994.      */
  995.     protected function getDataCollector_RequestService()
  996.     {
  997.         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())));
  998.     }
  999.     /**
  1000.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1001.      *
  1002.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1003.      */
  1004.     protected function getDebug_DebugHandlersListenerService()
  1005.     {
  1006.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1007.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1008.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1009.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1010.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1011.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1012.     }
  1013.     /**
  1014.      * Gets the private 'debug.file_link_formatter' shared service.
  1015.      *
  1016.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1017.      */
  1018.     protected function getDebug_FileLinkFormatterService()
  1019.     {
  1020.         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 () {
  1021.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1022.         });
  1023.     }
  1024.     /**
  1025.      * Gets the private 'debug.log_processor' shared service.
  1026.      *
  1027.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1028.      */
  1029.     protected function getDebug_LogProcessorService()
  1030.     {
  1031.         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())));
  1032.     }
  1033.     /**
  1034.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1035.      *
  1036.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1037.      */
  1038.     protected function getDebug_Security_Access_DecisionManagerService()
  1039.     {
  1040.         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 () {
  1041.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1042.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1043.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1044.     }
  1045.     /**
  1046.      * Gets the private 'debug.security.firewall' shared service.
  1047.      *
  1048.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1049.      */
  1050.     protected function getDebug_Security_FirewallService()
  1051.     {
  1052.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1053.         if (isset($this->privates['debug.security.firewall'])) {
  1054.             return $this->privates['debug.security.firewall'];
  1055.         }
  1056.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1057.         if (isset($this->privates['debug.security.firewall'])) {
  1058.             return $this->privates['debug.security.firewall'];
  1059.         }
  1060.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1061.     }
  1062.     /**
  1063.      * Gets the private 'exception_listener' shared service.
  1064.      *
  1065.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1066.      */
  1067.     protected function getExceptionListenerService()
  1068.     {
  1069.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1070.     }
  1071.     /**
  1072.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1073.      *
  1074.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1075.      */
  1076.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1077.     {
  1078.         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())));
  1079.     }
  1080.     /**
  1081.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1082.      *
  1083.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1084.      */
  1085.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1086.     {
  1087.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1088.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1089.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1090.         }
  1091.         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);
  1092.     }
  1093.     /**
  1094.      * Gets the private 'locale_aware_listener' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1097.      */
  1098.     protected function getLocaleAwareListenerService()
  1099.     {
  1100.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1101.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1102.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1103.     }
  1104.     /**
  1105.      * Gets the private 'locale_listener' shared service.
  1106.      *
  1107.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1108.      */
  1109.     protected function getLocaleListenerService()
  1110.     {
  1111.         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, []);
  1112.     }
  1113.     /**
  1114.      * Gets the private 'monolog.handler.console' shared service.
  1115.      *
  1116.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1117.      */
  1118.     protected function getMonolog_Handler_ConsoleService()
  1119.     {
  1120.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1121.     }
  1122.     /**
  1123.      * Gets the private 'monolog.handler.main' shared service.
  1124.      *
  1125.      * @return \Monolog\Handler\StreamHandler
  1126.      */
  1127.     protected function getMonolog_Handler_MainService()
  1128.     {
  1129.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1130.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1131.         return $instance;
  1132.     }
  1133.     /**
  1134.      * Gets the private 'monolog.logger' shared service.
  1135.      *
  1136.      * @return \Symfony\Bridge\Monolog\Logger
  1137.      */
  1138.     protected function getMonolog_LoggerService()
  1139.     {
  1140.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1141.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1142.         $instance->useMicrosecondTimestamps(true);
  1143.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1144.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1145.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1146.         return $instance;
  1147.     }
  1148.     /**
  1149.      * Gets the private 'monolog.logger.cache' shared service.
  1150.      *
  1151.      * @return \Symfony\Bridge\Monolog\Logger
  1152.      */
  1153.     protected function getMonolog_Logger_CacheService()
  1154.     {
  1155.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1156.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1157.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1158.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1159.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1160.         return $instance;
  1161.     }
  1162.     /**
  1163.      * Gets the private 'monolog.logger.request' shared service.
  1164.      *
  1165.      * @return \Symfony\Bridge\Monolog\Logger
  1166.      */
  1167.     protected function getMonolog_Logger_RequestService()
  1168.     {
  1169.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1170.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1171.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1172.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1173.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1174.         return $instance;
  1175.     }
  1176.     /**
  1177.      * Gets the private 'parameter_bag' shared service.
  1178.      *
  1179.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1180.      */
  1181.     protected function getParameterBagService()
  1182.     {
  1183.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1184.     }
  1185.     /**
  1186.      * Gets the private 'profiler_listener' shared service.
  1187.      *
  1188.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1189.      */
  1190.     protected function getProfilerListenerService()
  1191.     {
  1192.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1193.         if (isset($this->privates['profiler_listener'])) {
  1194.             return $this->privates['profiler_listener'];
  1195.         }
  1196.         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);
  1197.     }
  1198.     /**
  1199.      * Gets the private 'router.request_context' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\Routing\RequestContext
  1202.      */
  1203.     protected function getRouter_RequestContextService()
  1204.     {
  1205.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri(''$this->getEnv('SITE_BASE_HOST'), $this->getEnv('SITE_BASE_SCHEME'), 80443);
  1206.     }
  1207.     /**
  1208.      * Gets the private 'router_listener' shared service.
  1209.      *
  1210.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1211.      */
  1212.     protected function getRouterListenerService()
  1213.     {
  1214.         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);
  1215.     }
  1216.     /**
  1217.      * Gets the private 'security.firewall.map' shared service.
  1218.      *
  1219.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1220.      */
  1221.     protected function getSecurity_Firewall_MapService()
  1222.     {
  1223.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1224.         if (isset($this->privates['security.firewall.map'])) {
  1225.             return $this->privates['security.firewall.map'];
  1226.         }
  1227.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1228.             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)/')));
  1229.             yield 'security.firewall.map.context.main' => NULL;
  1230.         }, 2));
  1231.     }
  1232.     /**
  1233.      * Gets the private 'security.logout_url_generator' shared service.
  1234.      *
  1235.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1236.      */
  1237.     protected function getSecurity_LogoutUrlGeneratorService()
  1238.     {
  1239.         $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()));
  1240.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  1241.         return $instance;
  1242.     }
  1243.     /**
  1244.      * Gets the private 'security.role_hierarchy' shared service.
  1245.      *
  1246.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1247.      */
  1248.     protected function getSecurity_RoleHierarchyService()
  1249.     {
  1250.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1251.     }
  1252.     /**
  1253.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1254.      *
  1255.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1256.      */
  1257.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1258.     {
  1259.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1260.     }
  1261.     /**
  1262.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1263.      *
  1264.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1265.      */
  1266.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1267.     {
  1268.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1269.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  1270.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1271.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1272.     }
  1273.     /**
  1274.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1275.      *
  1276.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1277.      */
  1278.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1279.     {
  1280.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1281.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1282.             return $this->privates['sensio_framework_extra.security.listener'];
  1283.         }
  1284.         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()), NULL, ($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()));
  1285.     }
  1286.     /**
  1287.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1288.      *
  1289.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1290.      */
  1291.     protected function getSensioFrameworkExtra_View_ListenerService()
  1292.     {
  1293.         $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))));
  1294.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1295.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1296.         ], [
  1297.             'twig' => '?',
  1298.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1299.         return $instance;
  1300.     }
  1301.     /**
  1302.      * Gets the private 'session_listener' shared service.
  1303.      *
  1304.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1305.      */
  1306.     protected function getSessionListenerService()
  1307.     {
  1308.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1309.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  1310.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1311.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1312.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  1313.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1314.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1315.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  1316.         ], [
  1317.             'initialized_session' => '?',
  1318.             'logger' => '?',
  1319.             'request_stack' => '?',
  1320.             'session' => '?',
  1321.             'session_collector' => '?',
  1322.             'session_factory' => '?',
  1323.             'session_storage' => '?',
  1324.         ]), true$this->parameters['session.storage.options']);
  1325.     }
  1326.     /**
  1327.      * Gets the private 'var_dumper.html_dumper' shared service.
  1328.      *
  1329.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1330.      */
  1331.     protected function getVarDumper_HtmlDumperService()
  1332.     {
  1333.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1334.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the private 'var_dumper.server_connection' shared service.
  1339.      *
  1340.      * @return \Symfony\Component\VarDumper\Server\Connection
  1341.      */
  1342.     protected function getVarDumper_ServerConnectionService()
  1343.     {
  1344.         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()]);
  1345.     }
  1346.     /**
  1347.      * Gets the private 'web_profiler.csp.handler' shared service.
  1348.      *
  1349.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1350.      */
  1351.     protected function getWebProfiler_Csp_HandlerService()
  1352.     {
  1353.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1354.     }
  1355.     /**
  1356.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1357.      *
  1358.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1359.      */
  1360.     protected function getWebProfiler_DebugToolbarService()
  1361.     {
  1362.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1363.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1364.             return $this->privates['web_profiler.debug_toolbar'];
  1365.         }
  1366.         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()));
  1367.     }
  1368.     /**
  1369.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  1370.      *
  1371.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  1372.      */
  1373.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  1374.     {
  1375.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1376.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  1377.         ], [
  1378.             '_default' => '?',
  1379.         ]), '_default');
  1380.     }
  1381.     /**
  1382.      * Gets the public 'cache_clearer' alias.
  1383.      *
  1384.      * @return object The ".container.private.cache_clearer" service.
  1385.      */
  1386.     protected function getCacheClearerService()
  1387.     {
  1388.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1389.         return $this->get('.container.private.cache_clearer');
  1390.     }
  1391.     /**
  1392.      * Gets the public 'filesystem' alias.
  1393.      *
  1394.      * @return object The ".container.private.filesystem" service.
  1395.      */
  1396.     protected function getFilesystemService()
  1397.     {
  1398.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1399.         return $this->get('.container.private.filesystem');
  1400.     }
  1401.     /**
  1402.      * Gets the public 'security.csrf.token_manager' alias.
  1403.      *
  1404.      * @return object The ".container.private.security.csrf.token_manager" service.
  1405.      */
  1406.     protected function getSecurity_Csrf_TokenManagerService()
  1407.     {
  1408.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1409.         return $this->get('.container.private.security.csrf.token_manager');
  1410.     }
  1411.     /**
  1412.      * Gets the public 'form.factory' alias.
  1413.      *
  1414.      * @return object The ".container.private.form.factory" service.
  1415.      */
  1416.     protected function getForm_FactoryService()
  1417.     {
  1418.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1419.         return $this->get('.container.private.form.factory');
  1420.     }
  1421.     /**
  1422.      * Gets the public 'form.type.file' alias.
  1423.      *
  1424.      * @return object The ".container.private.form.type.file" service.
  1425.      */
  1426.     protected function getForm_Type_FileService()
  1427.     {
  1428.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1429.         return $this->get('.container.private.form.type.file');
  1430.     }
  1431.     /**
  1432.      * Gets the public 'profiler' alias.
  1433.      *
  1434.      * @return object The ".container.private.profiler" service.
  1435.      */
  1436.     protected function getProfilerService()
  1437.     {
  1438.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1439.         return $this->get('.container.private.profiler');
  1440.     }
  1441.     /**
  1442.      * Gets the public 'twig' alias.
  1443.      *
  1444.      * @return object The ".container.private.twig" service.
  1445.      */
  1446.     protected function getTwigService()
  1447.     {
  1448.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1449.         return $this->get('.container.private.twig');
  1450.     }
  1451.     /**
  1452.      * Gets the public 'security.authorization_checker' alias.
  1453.      *
  1454.      * @return object The ".container.private.security.authorization_checker" service.
  1455.      */
  1456.     protected function getSecurity_AuthorizationCheckerService()
  1457.     {
  1458.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1459.         return $this->get('.container.private.security.authorization_checker');
  1460.     }
  1461.     /**
  1462.      * Gets the public 'security.token_storage' alias.
  1463.      *
  1464.      * @return object The ".container.private.security.token_storage" service.
  1465.      */
  1466.     protected function getSecurity_TokenStorageService()
  1467.     {
  1468.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1469.         return $this->get('.container.private.security.token_storage');
  1470.     }
  1471.     /**
  1472.      * Gets the public 'security.password_encoder' alias.
  1473.      *
  1474.      * @return object The ".container.private.security.password_encoder" service.
  1475.      */
  1476.     protected function getSecurity_PasswordEncoderService()
  1477.     {
  1478.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1479.         return $this->get('.container.private.security.password_encoder');
  1480.     }
  1481.     /**
  1482.      * Gets the public 'session' alias.
  1483.      *
  1484.      * @return object The ".container.private.session" service.
  1485.      */
  1486.     protected function getSessionService()
  1487.     {
  1488.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1489.         return $this->get('.container.private.session');
  1490.     }
  1491.     /**
  1492.      * @return array|bool|float|int|string|\UnitEnum|null
  1493.      */
  1494.     public function getParameter(string $name)
  1495.     {
  1496.         if (isset($this->buildParameters[$name])) {
  1497.             return $this->buildParameters[$name];
  1498.         }
  1499.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  1500.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1501.         }
  1502.         if (isset($this->loadedDynamicParameters[$name])) {
  1503.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1504.         }
  1505.         return $this->parameters[$name];
  1506.     }
  1507.     public function hasParameter(string $name): bool
  1508.     {
  1509.         if (isset($this->buildParameters[$name])) {
  1510.             return true;
  1511.         }
  1512.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  1513.     }
  1514.     public function setParameter(string $name$value): void
  1515.     {
  1516.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1517.     }
  1518.     public function getParameterBag(): ParameterBagInterface
  1519.     {
  1520.         if (null === $this->parameterBag) {
  1521.             $parameters $this->parameters;
  1522.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1523.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1524.             }
  1525.             foreach ($this->buildParameters as $name => $value) {
  1526.                 $parameters[$name] = $value;
  1527.             }
  1528.             $this->parameterBag = new FrozenParameterBag($parameters);
  1529.         }
  1530.         return $this->parameterBag;
  1531.     }
  1532.     private $loadedDynamicParameters = [
  1533.         'kernel.runtime_environment' => false,
  1534.         'kernel.build_dir' => false,
  1535.         'kernel.cache_dir' => false,
  1536.         'router.request_context.scheme' => false,
  1537.         'router.request_context.host' => false,
  1538.         'app.profile.admin' => false,
  1539.         'app.profile.acheteur_filteur' => false,
  1540.         'app.profile.preparateur' => false,
  1541.         'app.profile.traiteur' => false,
  1542.         'kernel.secret' => false,
  1543.         'debug.container.dump' => false,
  1544.         'profiler.storage.dsn' => false,
  1545.         'doctrine.orm.proxy_dir' => false,
  1546.         'knp_snappy.pdf.binary' => false,
  1547.         'knp_snappy.image.binary' => false,
  1548.     ];
  1549.     private $dynamicParameters = [];
  1550.     private function getDynamicParameter(string $name)
  1551.     {
  1552.         switch ($name) {
  1553.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  1554.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  1555.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1556.             case 'router.request_context.scheme'$value $this->getEnv('SITE_BASE_SCHEME'); break;
  1557.             case 'router.request_context.host'$value $this->getEnv('SITE_BASE_HOST'); break;
  1558.             case 'app.profile.admin'$value $this->getEnv('PROFILE_ADMIN'); break;
  1559.             case 'app.profile.acheteur_filteur'$value $this->getEnv('PROFILE_ACHETEUR_FILETEUR'); break;
  1560.             case 'app.profile.preparateur'$value $this->getEnv('PROFILE_PREPARATEUR'); break;
  1561.             case 'app.profile.traiteur'$value $this->getEnv('PROFILE_TRAITEUR'); break;
  1562.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1563.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  1564.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1565.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1566.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  1567.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  1568.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1569.         }
  1570.         $this->loadedDynamicParameters[$name] = true;
  1571.         return $this->dynamicParameters[$name] = $value;
  1572.     }
  1573.     protected function getDefaultParameters(): array
  1574.     {
  1575.         return [
  1576.             'kernel.project_dir' => \dirname(__DIR__4),
  1577.             'kernel.environment' => 'dev',
  1578.             'kernel.debug' => true,
  1579.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1580.             'kernel.bundles' => [
  1581.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1582.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1583.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1584.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  1585.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1586.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1587.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1588.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1589.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1590.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1591.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1592.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  1593.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  1594.             ],
  1595.             'kernel.bundles_metadata' => [
  1596.                 'FrameworkBundle' => [
  1597.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1598.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1599.                 ],
  1600.                 'SensioFrameworkExtraBundle' => [
  1601.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  1602.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1603.                 ],
  1604.                 'TwigBundle' => [
  1605.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1606.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1607.                 ],
  1608.                 'TwigExtraBundle' => [
  1609.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  1610.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  1611.                 ],
  1612.                 'WebProfilerBundle' => [
  1613.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1614.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1615.                 ],
  1616.                 'MonologBundle' => [
  1617.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1618.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1619.                 ],
  1620.                 'DebugBundle' => [
  1621.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  1622.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1623.                 ],
  1624.                 'DoctrineBundle' => [
  1625.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1626.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1627.                 ],
  1628.                 'DoctrineMigrationsBundle' => [
  1629.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1630.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1631.                 ],
  1632.                 'MakerBundle' => [
  1633.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1634.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1635.                 ],
  1636.                 'SecurityBundle' => [
  1637.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1638.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1639.                 ],
  1640.                 'WebpackEncoreBundle' => [
  1641.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  1642.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  1643.                 ],
  1644.                 'KnpSnappyBundle' => [
  1645.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  1646.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  1647.                 ],
  1648.             ],
  1649.             'kernel.charset' => 'UTF-8',
  1650.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  1651.             'event_dispatcher.event_aliases' => [
  1652.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1653.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1654.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  1655.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1656.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1657.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1658.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1659.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1660.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1661.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1662.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1663.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1664.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1665.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1666.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1667.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1668.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1669.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  1670.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  1671.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  1672.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  1673.             ],
  1674.             'fragment.renderer.hinclude.global_template' => NULL,
  1675.             'fragment.path' => '/_fragment',
  1676.             'kernel.http_method_override' => true,
  1677.             'kernel.trusted_hosts' => [
  1678.             ],
  1679.             'kernel.default_locale' => 'fr',
  1680.             'kernel.enabled_locales' => [
  1681.             ],
  1682.             'kernel.error_controller' => 'error_controller',
  1683.             'debug.file_link_format' => NULL,
  1684.             'asset.request_context.base_path' => NULL,
  1685.             'asset.request_context.secure' => NULL,
  1686.             'debug.error_handler.throw_at' => -1,
  1687.             'router.request_context.base_url' => '',
  1688.             'router.resource' => 'kernel::loadRoutes',
  1689.             'request_listener.http_port' => 80,
  1690.             'request_listener.https_port' => 443,
  1691.             'session.metadata.storage_key' => '_sf2_meta',
  1692.             'session.storage.options' => [
  1693.                 'cache_limiter' => '0',
  1694.                 'cookie_secure' => 'auto',
  1695.                 'cookie_httponly' => true,
  1696.                 'cookie_samesite' => 'lax',
  1697.                 'gc_probability' => 1,
  1698.             ],
  1699.             'session.save_path' => NULL,
  1700.             'session.metadata.update_threshold' => 0,
  1701.             'form.type_extension.csrf.enabled' => true,
  1702.             'form.type_extension.csrf.field_name' => '_token',
  1703.             'validator.translation_domain' => 'validators',
  1704.             'profiler_listener.only_exceptions' => false,
  1705.             'profiler_listener.only_main_requests' => false,
  1706.             'twig.form.resources' => [
  1707.                 => 'form_div_layout.html.twig',
  1708.             ],
  1709.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  1710.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1711.             'web_profiler.debug_toolbar.mode' => 2,
  1712.             'monolog.use_microseconds' => true,
  1713.             'monolog.swift_mailer.handlers' => [
  1714.             ],
  1715.             'monolog.handlers_to_channels' => [
  1716.                 'monolog.handler.console' => [
  1717.                     'type' => 'exclusive',
  1718.                     'elements' => [
  1719.                         => 'event',
  1720.                         => 'doctrine',
  1721.                         => 'console',
  1722.                     ],
  1723.                 ],
  1724.                 'monolog.handler.main' => [
  1725.                     'type' => 'exclusive',
  1726.                     'elements' => [
  1727.                         => 'event',
  1728.                     ],
  1729.                 ],
  1730.             ],
  1731.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  1732.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1733.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1734.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1735.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1736.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1737.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1738.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1739.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1740.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1741.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1742.             'doctrine.entity_managers' => [
  1743.                 'default' => 'doctrine.orm.default_entity_manager',
  1744.             ],
  1745.             'doctrine.default_entity_manager' => 'default',
  1746.             'doctrine.dbal.connection_factory.types' => [
  1747.             ],
  1748.             'doctrine.connections' => [
  1749.                 'default' => 'doctrine.dbal.default_connection',
  1750.             ],
  1751.             'doctrine.default_connection' => 'default',
  1752.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1753.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1754.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1755.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1756.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1757.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1758.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1759.             'doctrine.orm.cache.memcache_port' => 11211,
  1760.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1761.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1762.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1763.             'doctrine.orm.cache.memcached_port' => 11211,
  1764.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1765.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1766.             'doctrine.orm.cache.redis_host' => 'localhost',
  1767.             'doctrine.orm.cache.redis_port' => 6379,
  1768.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1769.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1770.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1771.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1772.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1773.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1774.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1775.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1776.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1777.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1778.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  1779.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1780.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1781.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1782.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1783.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1784.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1785.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1786.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1787.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1788.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1789.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1790.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1791.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1792.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1793.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1794.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1795.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1796.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1797.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1798.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1799.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1800.             'doctrine_migrations.name' => 'Application Migrations',
  1801.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  1802.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  1803.             'doctrine_migrations.table_name' => 'app_doctrine_migration_versions',
  1804.             'doctrine_migrations.column_name' => 'version',
  1805.             'doctrine_migrations.column_length' => 14,
  1806.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  1807.             'doctrine_migrations.all_or_nothing' => false,
  1808.             'doctrine_migrations.custom_template' => NULL,
  1809.             'doctrine_migrations.organize_migrations' => false,
  1810.             'security.role_hierarchy.roles' => [
  1811.                 'ROLE_ADMIN' => [
  1812.                     => 'ROLE_ACHETEUR_FILETEUR',
  1813.                     => 'ROLE_PREPARATEUR',
  1814.                     => 'ROLE_TRAITEUR',
  1815.                 ],
  1816.             ],
  1817.             'security.access.denied_url' => NULL,
  1818.             'security.authentication.manager.erase_credentials' => true,
  1819.             'security.authentication.session_strategy.strategy' => 'migrate',
  1820.             'security.access.always_authenticate_before_granting' => false,
  1821.             'security.authentication.hide_user_not_found' => true,
  1822.             'security.firewalls' => [
  1823.                 => 'dev',
  1824.                 => 'main',
  1825.             ],
  1826.             'security.main._indexed_authenticators' => [
  1827.             ],
  1828.             'knp_snappy.pdf.options' => [
  1829.             ],
  1830.             'knp_snappy.pdf.env' => [
  1831.             ],
  1832.             'knp_snappy.image.options' => [
  1833.             ],
  1834.             'knp_snappy.image.env' => [
  1835.             ],
  1836.             'maker.compatible_check.doctrine.supports_attributes' => true,
  1837.             'data_collector.templates' => [
  1838.                 'data_collector.request' => [
  1839.                     => 'request',
  1840.                     => '@WebProfiler/Collector/request.html.twig',
  1841.                 ],
  1842.                 'data_collector.time' => [
  1843.                     => 'time',
  1844.                     => '@WebProfiler/Collector/time.html.twig',
  1845.                 ],
  1846.                 'data_collector.memory' => [
  1847.                     => 'memory',
  1848.                     => '@WebProfiler/Collector/memory.html.twig',
  1849.                 ],
  1850.                 'data_collector.ajax' => [
  1851.                     => 'ajax',
  1852.                     => '@WebProfiler/Collector/ajax.html.twig',
  1853.                 ],
  1854.                 'data_collector.form' => [
  1855.                     => 'form',
  1856.                     => '@WebProfiler/Collector/form.html.twig',
  1857.                 ],
  1858.                 'data_collector.exception' => [
  1859.                     => 'exception',
  1860.                     => '@WebProfiler/Collector/exception.html.twig',
  1861.                 ],
  1862.                 'data_collector.logger' => [
  1863.                     => 'logger',
  1864.                     => '@WebProfiler/Collector/logger.html.twig',
  1865.                 ],
  1866.                 'data_collector.events' => [
  1867.                     => 'events',
  1868.                     => '@WebProfiler/Collector/events.html.twig',
  1869.                 ],
  1870.                 'data_collector.router' => [
  1871.                     => 'router',
  1872.                     => '@WebProfiler/Collector/router.html.twig',
  1873.                 ],
  1874.                 'data_collector.cache' => [
  1875.                     => 'cache',
  1876.                     => '@WebProfiler/Collector/cache.html.twig',
  1877.                 ],
  1878.                 'data_collector.security' => [
  1879.                     => 'security',
  1880.                     => '@Security/Collector/security.html.twig',
  1881.                 ],
  1882.                 'data_collector.twig' => [
  1883.                     => 'twig',
  1884.                     => '@WebProfiler/Collector/twig.html.twig',
  1885.                 ],
  1886.                 'data_collector.http_client' => [
  1887.                     => 'http_client',
  1888.                     => '@WebProfiler/Collector/http_client.html.twig',
  1889.                 ],
  1890.                 'data_collector.doctrine' => [
  1891.                     => 'db',
  1892.                     => '@Doctrine/Collector/db.html.twig',
  1893.                 ],
  1894.                 'data_collector.dump' => [
  1895.                     => 'dump',
  1896.                     => '@Debug/Profiler/dump.html.twig',
  1897.                 ],
  1898.                 'mailer.data_collector' => [
  1899.                     => 'mailer',
  1900.                     => '@WebProfiler/Collector/mailer.html.twig',
  1901.                 ],
  1902.                 'data_collector.config' => [
  1903.                     => 'config',
  1904.                     => '@WebProfiler/Collector/config.html.twig',
  1905.                 ],
  1906.             ],
  1907.             'console.command.ids' => [
  1908.                 => 'console.command.public_alias.App\\Command\\MailCommand',
  1909.                 => 'console.command.public_alias.App\\Command\\PreparateurCommand',
  1910.             ],
  1911.         ];
  1912.     }
  1913.     protected function throw($message)
  1914.     {
  1915.         throw new RuntimeException($message);
  1916.     }
  1917. }