var/cache/dev/ContainerZ1cMqJx/App_KernelDevDebugContainer.php line 1074

Open in your IDE?
  1. <?php
  2. namespace ContainerZ1cMqJx;
  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.session' => 'get_Container_Private_SessionService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'request_stack' => 'getRequestStackService',
  46.             'router' => 'getRouterService',
  47.             'translator' => 'getTranslatorService',
  48.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  49.             'cache_clearer' => 'getCacheClearerService',
  50.             'filesystem' => 'getFilesystemService',
  51.             'serializer' => 'getSerializerService',
  52.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  53.             'form.factory' => 'getForm_FactoryService',
  54.             'form.type.file' => 'getForm_Type_FileService',
  55.             'profiler' => 'getProfilerService',
  56.             'twig' => 'getTwigService',
  57.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  58.             'security.token_storage' => 'getSecurity_TokenStorageService',
  59.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  60.             'session' => 'getSessionService',
  61.             'validator' => 'getValidatorService',
  62.         ];
  63.         $this->fileMap = [
  64.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  65.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  66.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  67.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  68.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  69.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  70.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  71.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  72.             'App\\Controller\\Magazzino\\AccettazioneController' => 'getAccettazioneControllerService',
  73.             'App\\Controller\\Magazzino\\GiacenzeController' => 'getGiacenzeControllerService',
  74.             'App\\Controller\\Magazzino\\InventarioController' => 'getInventarioControllerService',
  75.             'App\\Controller\\Magazzino\\StoccaggioController' => 'getStoccaggioControllerService',
  76.             'App\\Controller\\Produzione\\MesController' => 'getMesControllerService',
  77.             'App\\Controller\\Produzione\\ProductionController' => 'getProductionControllerService',
  78.             'App\\Controller\\ReportController' => 'getReportControllerService',
  79.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  80.             'App\\Controller\\System\\CustomerController' => 'getCustomerControllerService',
  81.             'App\\Controller\\System\\UserController' => 'getUserControllerService',
  82.             'App\\Controller\\TableauController' => 'getTableauControllerService',
  83.             'App\\Controller\\Vendita\\OrdiniController' => 'getOrdiniControllerService',
  84.             'App\\Controller\\Vendita\\SpedizioniController' => 'getSpedizioniControllerService',
  85.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  86.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  87.             'cache.app_clearer' => 'getCache_AppClearerService',
  88.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  89.             'cache.system_clearer' => 'getCache_SystemClearerService',
  90.             'cache_warmer' => 'getCacheWarmerService',
  91.             'console.command_loader' => 'getConsole_CommandLoaderService',
  92.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  93.             'error_controller' => 'getErrorControllerService',
  94.             'routing.loader' => 'getRouting_LoaderService',
  95.             'services_resetter' => 'getServicesResetterService',
  96.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  97.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  98.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  99.         ];
  100.         $this->aliases = [
  101.             'App\\Kernel' => 'kernel',
  102.         ];
  103.         $this->privates['service_container'] = function () {
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  110.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  111.             include_once \dirname(__DIR__4).'/src/Service/DatabaseConnection.php';
  112.             include_once \dirname(__DIR__4).'/src/Service/EMSRestService.php';
  113.             include_once \dirname(__DIR__4).'/src/Service/GestSetup.php';
  114.             include_once \dirname(__DIR__4).'/src/Service/Produzione/MesRepository.php';
  115.             include_once \dirname(__DIR__4).'/src/Service/ProfileLoader.php';
  116.             include_once \dirname(__DIR__4).'/src/Service/SystemService.php';
  117.             include_once \dirname(__DIR__4).'/src/Service/Vendita/ColliUtils.php';
  118.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  120.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  121.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  134.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  150.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  157.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  199.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  233.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  246.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  255.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  256.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  310.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  338.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  376.             include_once \dirname(__DIR__4).'/src/Twig/ColloExtension.php';
  377.             include_once \dirname(__DIR__4).'/src/Twig/ProductionExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  391.         };
  392.     }
  393.     public function compile(): void
  394.     {
  395.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  396.     }
  397.     public function isCompiled(): bool
  398.     {
  399.         return true;
  400.     }
  401.     public function getRemovedIds(): array
  402.     {
  403.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  404.     }
  405.     protected function load($file$lazyLoad true)
  406.     {
  407.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  408.             return $class::do($this$lazyLoad);
  409.         }
  410.         if ('.' === $file[-4]) {
  411.             $class substr($class0, -4);
  412.         } else {
  413.             $file .= '.php';
  414.         }
  415.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  416.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  417.     }
  418.     /**
  419.      * Gets the public '.container.private.profiler' shared service.
  420.      *
  421.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  422.      */
  423.     protected function get_Container_Private_ProfilerService()
  424.     {
  425.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  426.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  427.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  428.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  430.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  431.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  432.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  433.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  434.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  435.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  436.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  437.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  438.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  439.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  440.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  441.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  442.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  443.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  444.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  445.         if ($this->has('kernel')) {
  446.             $f->setKernel($b);
  447.         }
  448.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  449.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  450.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  451.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  452.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  453.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  454.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  455.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  456.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  457.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  458.         $instance->add($d);
  459.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  460.         $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));
  461.         $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())));
  462.         $instance->add($e);
  463.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  464.         $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()))));
  465.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  466.         $instance->add($f);
  467.         return $instance;
  468.     }
  469.     /**
  470.      * Gets the public '.container.private.security.authorization_checker' shared service.
  471.      *
  472.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  473.      */
  474.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  475.     {
  476.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  477.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  478.             return $this->services['.container.private.security.authorization_checker'];
  479.         }
  480.         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);
  481.     }
  482.     /**
  483.      * Gets the public '.container.private.security.token_storage' shared service.
  484.      *
  485.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  486.      */
  487.     protected function get_Container_Private_Security_TokenStorageService()
  488.     {
  489.         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, [
  490.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  491.         ], [
  492.             'request_stack' => '?',
  493.         ]));
  494.     }
  495.     /**
  496.      * Gets the public '.container.private.session' shared service.
  497.      *
  498.      * @return \Symfony\Component\HttpFoundation\Session\Session
  499.      */
  500.     protected function get_Container_Private_SessionService()
  501.     {
  502.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  503.         if (isset($this->services['.container.private.session'])) {
  504.             return $this->services['.container.private.session'];
  505.         }
  506.         return $this->services['.container.private.session'] = $a->createSession();
  507.     }
  508.     /**
  509.      * Gets the public '.container.private.twig' shared service.
  510.      *
  511.      * @return \Twig\Environment
  512.      */
  513.     protected function get_Container_Private_TwigService()
  514.     {
  515.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  516.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  517.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  518.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  519.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  520.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  521.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  522.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  523.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  524.         $a->addPath((\dirname(__DIR__4).'/templates'));
  525.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  526.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  527.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  528.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  529.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  530.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  531.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  532.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  533.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  534.         $g = ($this->services['router'] ?? $this->getRouterService());
  535.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  536.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  537.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  538.         $j = new \Symfony\Bridge\Twig\AppVariable();
  539.         $j->setEnvironment('dev');
  540.         $j->setDebug(true);
  541.         if ($this->has('.container.private.security.token_storage')) {
  542.             $j->setTokenStorage($h);
  543.         }
  544.         if ($this->has('request_stack')) {
  545.             $j->setRequestStack($d);
  546.         }
  547.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  552.             return new \EmptyIterator();
  553.         }, 0))));
  554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  562.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  563.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  564.         $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())));
  565.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  566.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  567.         $instance->addExtension(($this->privates['App\\Twig\\AppExtension'] ?? $this->getAppExtensionService()));
  568.         $instance->addExtension(new \App\Twig\ColloExtension(($this->privates['App\\Service\\Vendita\\ColliUtils'] ?? ($this->privates['App\\Service\\Vendita\\ColliUtils'] = new \App\Service\Vendita\ColliUtils()))));
  569.         $instance->addExtension(new \App\Twig\ProductionExtension(($this->privates['App\\Service\\Produzione\\MesRepository'] ?? $this->getMesRepositoryService())));
  570.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  571.         $instance->addGlobal('app'$j);
  572.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  573.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  574.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  575.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  576.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  577.         ], [
  578.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  579.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  580.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  581.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  582.         ])));
  583.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  584.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  585.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  586.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  587.         return $instance;
  588.     }
  589.     /**
  590.      * Gets the public '.container.private.validator' shared service.
  591.      *
  592.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  593.      */
  594.     protected function get_Container_Private_ValidatorService()
  595.     {
  596.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  597.     }
  598.     /**
  599.      * Gets the public 'cache.app' shared service.
  600.      *
  601.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  602.      */
  603.     protected function getCache_AppService()
  604.     {
  605.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('VARt1Kx86L'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  606.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  607.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  608.     }
  609.     /**
  610.      * Gets the public 'cache.system' shared service.
  611.      *
  612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  613.      */
  614.     protected function getCache_SystemService()
  615.     {
  616.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pSJglnsLZT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  617.     }
  618.     /**
  619.      * Gets the public 'cache.validator_expression_language' shared service.
  620.      *
  621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  622.      */
  623.     protected function getCache_ValidatorExpressionLanguageService()
  624.     {
  625.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OlxeRLnBUz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  626.     }
  627.     /**
  628.      * Gets the public 'data_collector.dump' shared service.
  629.      *
  630.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  631.      */
  632.     protected function getDataCollector_DumpService()
  633.     {
  634.         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()));
  635.     }
  636.     /**
  637.      * Gets the public 'event_dispatcher' shared service.
  638.      *
  639.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  640.      */
  641.     protected function getEventDispatcherService()
  642.     {
  643.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  644.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  645.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  646.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  647.         $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())));
  648.         $instance->addListener('kernel.controller', [=> function () {
  649.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  650.         }, => 'onKernelController'], 0);
  651.         $instance->addListener('kernel.response', [=> function () {
  652.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  653.         }, => 'onKernelResponse'], 0);
  654.         $instance->addListener('kernel.response', [=> function () {
  655.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  656.         }, => 'onKernelResponse'], -1024);
  657.         $instance->addListener('kernel.request', [=> function () {
  658.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  659.         }, => 'setDefaultLocale'], 100);
  660.         $instance->addListener('kernel.request', [=> function () {
  661.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  662.         }, => 'onKernelRequest'], 16);
  663.         $instance->addListener('kernel.finish_request', [=> function () {
  664.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  665.         }, => 'onKernelFinishRequest'], 0);
  666.         $instance->addListener('kernel.request', [=> function () {
  667.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  668.         }, => 'onKernelRequest'], 256);
  669.         $instance->addListener('kernel.response', [=> function () {
  670.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  671.         }, => 'onResponse'], -255);
  672.         $instance->addListener('kernel.controller_arguments', [=> function () {
  673.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  674.         }, => 'onControllerArguments'], 0);
  675.         $instance->addListener('kernel.exception', [=> function () {
  676.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  677.         }, => 'logKernelException'], 0);
  678.         $instance->addListener('kernel.exception', [=> function () {
  679.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  680.         }, => 'onKernelException'], -128);
  681.         $instance->addListener('kernel.response', [=> function () {
  682.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  683.         }, => 'removeCspHeader'], -128);
  684.         $instance->addListener('kernel.request', [=> function () {
  685.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  686.         }, => 'onKernelRequest'], 15);
  687.         $instance->addListener('kernel.finish_request', [=> function () {
  688.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  689.         }, => 'onKernelFinishRequest'], -15);
  690.         $instance->addListener('console.error', [=> function () {
  691.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  692.         }, => 'onConsoleError'], -128);
  693.         $instance->addListener('console.terminate', [=> function () {
  694.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  695.         }, => 'onConsoleTerminate'], -128);
  696.         $instance->addListener('console.error', [=> function () {
  697.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  698.         }, => 'onConsoleError'], 0);
  699.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  700.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  701.         }, => 'onMessage'], -255);
  702.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  703.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  704.         }, => 'onMessage'], -255);
  705.         $instance->addListener('kernel.request', [=> function () {
  706.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  707.         }, => 'configure'], 2048);
  708.         $instance->addListener('console.command', [=> function () {
  709.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  710.         }, => 'configure'], 2048);
  711.         $instance->addListener('kernel.request', [=> function () {
  712.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  713.         }, => 'onKernelRequest'], 32);
  714.         $instance->addListener('kernel.finish_request', [=> function () {
  715.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  716.         }, => 'onKernelFinishRequest'], 0);
  717.         $instance->addListener('kernel.exception', [=> function () {
  718.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  719.         }, => 'onKernelException'], -64);
  720.         $instance->addListener('kernel.response', [=> function () {
  721.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  722.         }, => 'onKernelResponse'], 0);
  723.         $instance->addListener('kernel.request', [=> function () {
  724.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  725.         }, => 'onKernelRequest'], 128);
  726.         $instance->addListener('kernel.response', [=> function () {
  727.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  728.         }, => 'onKernelResponse'], -1000);
  729.         $instance->addListener('kernel.finish_request', [=> function () {
  730.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  731.         }, => 'onFinishRequest'], 0);
  732.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  733.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  734.         }, => 'onNotification'], -255);
  735.         $instance->addListener('kernel.response', [=> function () {
  736.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  737.         }, => 'onKernelResponse'], -100);
  738.         $instance->addListener('kernel.exception', [=> function () {
  739.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  740.         }, => 'onKernelException'], 0);
  741.         $instance->addListener('kernel.terminate', [=> function () {
  742.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  743.         }, => 'onKernelTerminate'], -1024);
  744.         $instance->addListener('kernel.controller', [=> function () {
  745.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  746.         }, => 'onKernelController'], 0);
  747.         $instance->addListener('kernel.response', [=> function () {
  748.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  749.         }, => 'onKernelResponse'], 0);
  750.         $instance->addListener('kernel.controller', [=> function () {
  751.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  752.         }, => 'onKernelController'], 0);
  753.         $instance->addListener('kernel.controller', [=> function () {
  754.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  755.         }, => 'onKernelController'], 0);
  756.         $instance->addListener('kernel.controller', [=> function () {
  757.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  758.         }, => 'onKernelController'], -128);
  759.         $instance->addListener('kernel.view', [=> function () {
  760.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  761.         }, => 'onKernelView'], 0);
  762.         $instance->addListener('kernel.controller', [=> function () {
  763.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  764.         }, => 'onKernelController'], 0);
  765.         $instance->addListener('kernel.response', [=> function () {
  766.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  767.         }, => 'onKernelResponse'], 0);
  768.         $instance->addListener('kernel.controller_arguments', [=> function () {
  769.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  770.         }, => 'onKernelControllerArguments'], 0);
  771.         $instance->addListener('kernel.controller_arguments', [=> function () {
  772.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  773.         }, => 'onKernelControllerArguments'], 0);
  774.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  775.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  776.         }, => 'onMessage'], 0);
  777.         $instance->addListener('kernel.response', [=> function () {
  778.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  779.         }, => 'onKernelResponse'], -128);
  780.         $instance->addListener('console.command', [=> function () {
  781.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  782.         }, => 'onCommand'], 255);
  783.         $instance->addListener('console.terminate', [=> function () {
  784.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  785.         }, => 'onTerminate'], -255);
  786.         $instance->addListener('console.command', [=> function () {
  787.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  788.         }, => 'configure'], 1024);
  789.         $instance->addListener('console.error', [=> function () {
  790.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  791.         }, => 'onConsoleError'], 0);
  792.         $instance->addListener('console.terminate', [=> function () {
  793.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  794.         }, => 'onConsoleTerminate'], 0);
  795.         $instance->addListener('kernel.response', [=> function () {
  796.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  797.         }, => 'onKernelResponse'], 0);
  798.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  799.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  800.         }, => 'onVoterVote'], 0);
  801.         $instance->addListener('kernel.request', [=> function () {
  802.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  803.         }, => 'configureLogoutUrlGenerator'], 8);
  804.         $instance->addListener('kernel.request', [=> function () {
  805.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  806.         }, => 'onKernelRequest'], 8);
  807.         $instance->addListener('kernel.finish_request', [=> function () {
  808.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  809.         }, => 'onKernelFinishRequest'], 0);
  810.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  811.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  812.         }, => 'onLogout'], 0);
  813.         return $instance;
  814.     }
  815.     /**
  816.      * Gets the public 'http_kernel' shared service.
  817.      *
  818.      * @return \Symfony\Component\HttpKernel\HttpKernel
  819.      */
  820.     protected function getHttpKernelService()
  821.     {
  822.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  823.         if (isset($this->services['http_kernel'])) {
  824.             return $this->services['http_kernel'];
  825.         }
  826.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  827.         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 () {
  828.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  829.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  830.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  831.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  832.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  833.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  834.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  835.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  836.         }, 8)), $b));
  837.     }
  838.     /**
  839.      * Gets the public 'request_stack' shared service.
  840.      *
  841.      * @return \Symfony\Component\HttpFoundation\RequestStack
  842.      */
  843.     protected function getRequestStackService()
  844.     {
  845.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  846.     }
  847.     /**
  848.      * Gets the public 'router' shared service.
  849.      *
  850.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  851.      */
  852.     protected function getRouterService()
  853.     {
  854.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  855.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  856.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  857.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  858.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  859.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  860.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  861.         ], [
  862.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  863.         ]))->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'it');
  864.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  865.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  866.         return $instance;
  867.     }
  868.     /**
  869.      * Gets the public 'translator' shared service.
  870.      *
  871.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  872.      */
  873.     protected function getTranslatorService()
  874.     {
  875.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  876.     }
  877.     /**
  878.      * Gets the public 'var_dumper.cloner' shared service.
  879.      *
  880.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  881.      */
  882.     protected function getVarDumper_ClonerService()
  883.     {
  884.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  885.         $instance->setMaxItems(2500);
  886.         $instance->setMinDepth(1);
  887.         $instance->setMaxString(-1);
  888.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the private '.debug.http_client' shared service.
  893.      *
  894.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  895.      */
  896.     protected function get_Debug_HttpClientService()
  897.     {
  898.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  899.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  900.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  901.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  902.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  903.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  904.         $a->setLogger($b);
  905.         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))));
  906.     }
  907.     /**
  908.      * Gets the private '.service_locator.zJyh7qS' shared service.
  909.      *
  910.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  911.      */
  912.     protected function get_ServiceLocator_ZJyh7qSService()
  913.     {
  914.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  915.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  916.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  917.         ], [
  918.             'security.firewall.map.context.dev' => '?',
  919.             'security.firewall.map.context.main' => '?',
  920.         ]);
  921.     }
  922.     /**
  923.      * Gets the private 'App\Service\DatabaseConnection' shared autowired service.
  924.      *
  925.      * @return \App\Service\DatabaseConnection
  926.      */
  927.     protected function getDatabaseConnectionService()
  928.     {
  929.         $a = ($this->privates['App\\Service\\EMSRestService'] ?? $this->getEMSRestServiceService());
  930.         if (isset($this->privates['App\\Service\\DatabaseConnection'])) {
  931.             return $this->privates['App\\Service\\DatabaseConnection'];
  932.         }
  933.         return $this->privates['App\\Service\\DatabaseConnection'] = new \App\Service\DatabaseConnection($a, ($this->services['kernel'] ?? $this->get('kernel'1)));
  934.     }
  935.     /**
  936.      * Gets the private 'App\Service\EMSRestService' shared autowired service.
  937.      *
  938.      * @return \App\Service\EMSRestService
  939.      */
  940.     protected function getEMSRestServiceService()
  941.     {
  942.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  943.         if (isset($this->privates['App\\Service\\EMSRestService'])) {
  944.             return $this->privates['App\\Service\\EMSRestService'];
  945.         }
  946.         return $this->privates['App\\Service\\EMSRestService'] = new \App\Service\EMSRestService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Service\\ProfileLoader'] ?? $this->getProfileLoaderService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a);
  947.     }
  948.     /**
  949.      * Gets the private 'App\Service\GestSetup' shared autowired service.
  950.      *
  951.      * @return \App\Service\GestSetup
  952.      */
  953.     protected function getGestSetupService()
  954.     {
  955.         $a = ($this->privates['App\\Service\\DatabaseConnection'] ?? $this->getDatabaseConnectionService());
  956.         if (isset($this->privates['App\\Service\\GestSetup'])) {
  957.             return $this->privates['App\\Service\\GestSetup'];
  958.         }
  959.         return $this->privates['App\\Service\\GestSetup'] = new \App\Service\GestSetup($a);
  960.     }
  961.     /**
  962.      * Gets the private 'App\Service\Produzione\MesRepository' shared autowired service.
  963.      *
  964.      * @return \App\Service\Produzione\MesRepository
  965.      */
  966.     protected function getMesRepositoryService()
  967.     {
  968.         $a = ($this->privates['App\\Service\\DatabaseConnection'] ?? $this->getDatabaseConnectionService());
  969.         if (isset($this->privates['App\\Service\\Produzione\\MesRepository'])) {
  970.             return $this->privates['App\\Service\\Produzione\\MesRepository'];
  971.         }
  972.         $b = ($this->privates['App\\Service\\EMSRestService'] ?? $this->getEMSRestServiceService());
  973.         if (isset($this->privates['App\\Service\\Produzione\\MesRepository'])) {
  974.             return $this->privates['App\\Service\\Produzione\\MesRepository'];
  975.         }
  976.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  977.         if (isset($this->privates['App\\Service\\Produzione\\MesRepository'])) {
  978.             return $this->privates['App\\Service\\Produzione\\MesRepository'];
  979.         }
  980.         $d = ($this->privates['App\\Service\\GestSetup'] ?? $this->getGestSetupService());
  981.         if (isset($this->privates['App\\Service\\Produzione\\MesRepository'])) {
  982.             return $this->privates['App\\Service\\Produzione\\MesRepository'];
  983.         }
  984.         return $this->privates['App\\Service\\Produzione\\MesRepository'] = new \App\Service\Produzione\MesRepository($a$b$c, ($this->privates['App\\Service\\ProfileLoader'] ?? $this->getProfileLoaderService()), $d);
  985.     }
  986.     /**
  987.      * Gets the private 'App\Service\ProfileLoader' shared autowired service.
  988.      *
  989.      * @return \App\Service\ProfileLoader
  990.      */
  991.     protected function getProfileLoaderService()
  992.     {
  993.         return $this->privates['App\\Service\\ProfileLoader'] = new \App\Service\ProfileLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  994.     }
  995.     /**
  996.      * Gets the private 'App\Service\SystemService' shared autowired service.
  997.      *
  998.      * @return \App\Service\SystemService
  999.      */
  1000.     protected function getSystemServiceService()
  1001.     {
  1002.         $a = ($this->privates['App\\Service\\DatabaseConnection'] ?? $this->getDatabaseConnectionService());
  1003.         if (isset($this->privates['App\\Service\\SystemService'])) {
  1004.             return $this->privates['App\\Service\\SystemService'];
  1005.         }
  1006.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1007.         if (isset($this->privates['App\\Service\\SystemService'])) {
  1008.             return $this->privates['App\\Service\\SystemService'];
  1009.         }
  1010.         return $this->privates['App\\Service\\SystemService'] = new \App\Service\SystemService($a, ($this->privates['App\\Service\\ProfileLoader'] ?? $this->getProfileLoaderService()), $b$this->load('getSession_FlashBagService'));
  1011.     }
  1012.     /**
  1013.      * Gets the private 'App\Twig\AppExtension' shared autowired service.
  1014.      *
  1015.      * @return \App\Twig\AppExtension
  1016.      */
  1017.     protected function getAppExtensionService()
  1018.     {
  1019.         $a = ($this->privates['App\\Service\\DatabaseConnection'] ?? $this->getDatabaseConnectionService());
  1020.         if (isset($this->privates['App\\Twig\\AppExtension'])) {
  1021.             return $this->privates['App\\Twig\\AppExtension'];
  1022.         }
  1023.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1024.         if (isset($this->privates['App\\Twig\\AppExtension'])) {
  1025.             return $this->privates['App\\Twig\\AppExtension'];
  1026.         }
  1027.         $c = ($this->privates['App\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1028.         if (isset($this->privates['App\\Twig\\AppExtension'])) {
  1029.             return $this->privates['App\\Twig\\AppExtension'];
  1030.         }
  1031.         return $this->privates['App\\Twig\\AppExtension'] = new \App\Twig\AppExtension($a, ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['App\\Service\\ProfileLoader'] ?? $this->getProfileLoaderService()), $b$c);
  1032.     }
  1033.     /**
  1034.      * Gets the private 'annotations.cache_adapter' shared service.
  1035.      *
  1036.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1037.      */
  1038.     protected function getAnnotations_CacheAdapterService()
  1039.     {
  1040.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1041.     }
  1042.     /**
  1043.      * Gets the private 'annotations.cached_reader' shared service.
  1044.      *
  1045.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1046.      */
  1047.     protected function getAnnotations_CachedReaderService()
  1048.     {
  1049.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1050.     }
  1051.     /**
  1052.      * Gets the private 'annotations.reader' shared service.
  1053.      *
  1054.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1055.      */
  1056.     protected function getAnnotations_ReaderService()
  1057.     {
  1058.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1059.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1060.         $a->registerUniqueLoader('class_exists');
  1061.         $instance->addGlobalIgnoredName('required'$a);
  1062.         return $instance;
  1063.     }
  1064.     /**
  1065.      * Gets the private 'cache.annotations' shared service.
  1066.      *
  1067.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1068.      */
  1069.     protected function getCache_AnnotationsService()
  1070.     {
  1071.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ARDe0Uhbez'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1072.     }
  1073.     /**
  1074.      * Gets the private 'cache.property_info' shared service.
  1075.      *
  1076.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1077.      */
  1078.     protected function getCache_PropertyInfoService()
  1079.     {
  1080.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('H1feOrgSOp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1081.     }
  1082.     /**
  1083.      * Gets the private 'cache.security_expression_language' shared service.
  1084.      *
  1085.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1086.      */
  1087.     protected function getCache_SecurityExpressionLanguageService()
  1088.     {
  1089.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKOKst7p+8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1090.     }
  1091.     /**
  1092.      * Gets the private 'cache.serializer' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1095.      */
  1096.     protected function getCache_SerializerService()
  1097.     {
  1098.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v0O2aL3U8b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1099.     }
  1100.     /**
  1101.      * Gets the private 'cache.validator' shared service.
  1102.      *
  1103.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1104.      */
  1105.     protected function getCache_ValidatorService()
  1106.     {
  1107.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XU3HrDNznV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1108.     }
  1109.     /**
  1110.      * Gets the private 'config_cache_factory' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1113.      */
  1114.     protected function getConfigCacheFactoryService()
  1115.     {
  1116.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1117.             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)));
  1118.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1119.         }, 2));
  1120.     }
  1121.     /**
  1122.      * Gets the private 'data_collector.form' shared service.
  1123.      *
  1124.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1125.      */
  1126.     protected function getDataCollector_FormService()
  1127.     {
  1128.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1129.     }
  1130.     /**
  1131.      * Gets the private 'data_collector.request' shared service.
  1132.      *
  1133.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1134.      */
  1135.     protected function getDataCollector_RequestService()
  1136.     {
  1137.         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())));
  1138.     }
  1139.     /**
  1140.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1141.      *
  1142.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1143.      */
  1144.     protected function getDebug_DebugHandlersListenerService()
  1145.     {
  1146.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1147.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1148.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1149.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1150.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1151.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1152.     }
  1153.     /**
  1154.      * Gets the private 'debug.file_link_formatter' shared service.
  1155.      *
  1156.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1157.      */
  1158.     protected function getDebug_FileLinkFormatterService()
  1159.     {
  1160.         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 () {
  1161.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1162.         });
  1163.     }
  1164.     /**
  1165.      * Gets the private 'debug.log_processor' shared service.
  1166.      *
  1167.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1168.      */
  1169.     protected function getDebug_LogProcessorService()
  1170.     {
  1171.         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())));
  1172.     }
  1173.     /**
  1174.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1177.      */
  1178.     protected function getDebug_Security_Access_DecisionManagerService()
  1179.     {
  1180.         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 () {
  1181.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1182.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1183.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1184.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1185.     }
  1186.     /**
  1187.      * Gets the private 'debug.security.firewall' shared service.
  1188.      *
  1189.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1190.      */
  1191.     protected function getDebug_Security_FirewallService()
  1192.     {
  1193.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1194.         if (isset($this->privates['debug.security.firewall'])) {
  1195.             return $this->privates['debug.security.firewall'];
  1196.         }
  1197.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1198.         if (isset($this->privates['debug.security.firewall'])) {
  1199.             return $this->privates['debug.security.firewall'];
  1200.         }
  1201.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1202.     }
  1203.     /**
  1204.      * Gets the private 'exception_listener' shared service.
  1205.      *
  1206.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1207.      */
  1208.     protected function getExceptionListenerService()
  1209.     {
  1210.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1211.     }
  1212.     /**
  1213.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1214.      *
  1215.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1216.      */
  1217.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1218.     {
  1219.         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())));
  1220.     }
  1221.     /**
  1222.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1223.      *
  1224.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1225.      */
  1226.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1227.     {
  1228.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1229.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1230.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1231.         }
  1232.         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);
  1233.     }
  1234.     /**
  1235.      * Gets the private 'locale_aware_listener' shared service.
  1236.      *
  1237.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1238.      */
  1239.     protected function getLocaleAwareListenerService()
  1240.     {
  1241.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1242.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('it')));
  1243.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1244.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1245.     }
  1246.     /**
  1247.      * Gets the private 'locale_listener' shared service.
  1248.      *
  1249.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1250.      */
  1251.     protected function getLocaleListenerService()
  1252.     {
  1253.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'it', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1254.     }
  1255.     /**
  1256.      * Gets the private 'monolog.handler.console' shared service.
  1257.      *
  1258.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1259.      */
  1260.     protected function getMonolog_Handler_ConsoleService()
  1261.     {
  1262.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1263.     }
  1264.     /**
  1265.      * Gets the private 'monolog.handler.main' shared service.
  1266.      *
  1267.      * @return \Monolog\Handler\StreamHandler
  1268.      */
  1269.     protected function getMonolog_Handler_MainService()
  1270.     {
  1271.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  1272.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1273.         return $instance;
  1274.     }
  1275.     /**
  1276.      * Gets the private 'monolog.logger' shared service.
  1277.      *
  1278.      * @return \Symfony\Bridge\Monolog\Logger
  1279.      */
  1280.     protected function getMonolog_LoggerService()
  1281.     {
  1282.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1283.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1284.         $instance->useMicrosecondTimestamps(true);
  1285.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1286.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1287.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1288.         return $instance;
  1289.     }
  1290.     /**
  1291.      * Gets the private 'monolog.logger.cache' shared service.
  1292.      *
  1293.      * @return \Symfony\Bridge\Monolog\Logger
  1294.      */
  1295.     protected function getMonolog_Logger_CacheService()
  1296.     {
  1297.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1298.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1299.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1300.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1301.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1302.         return $instance;
  1303.     }
  1304.     /**
  1305.      * Gets the private 'monolog.logger.request' shared service.
  1306.      *
  1307.      * @return \Symfony\Bridge\Monolog\Logger
  1308.      */
  1309.     protected function getMonolog_Logger_RequestService()
  1310.     {
  1311.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1312.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1313.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1314.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1315.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1316.         return $instance;
  1317.     }
  1318.     /**
  1319.      * Gets the private 'parameter_bag' shared service.
  1320.      *
  1321.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1322.      */
  1323.     protected function getParameterBagService()
  1324.     {
  1325.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1326.     }
  1327.     /**
  1328.      * Gets the private 'profiler_listener' shared service.
  1329.      *
  1330.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1331.      */
  1332.     protected function getProfilerListenerService()
  1333.     {
  1334.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1335.         if (isset($this->privates['profiler_listener'])) {
  1336.             return $this->privates['profiler_listener'];
  1337.         }
  1338.         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);
  1339.     }
  1340.     /**
  1341.      * Gets the private 'property_info' shared service.
  1342.      *
  1343.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1344.      */
  1345.     protected function getPropertyInfoService()
  1346.     {
  1347.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1348.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1349.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1350.         }, 2), new RewindableGenerator(function () {
  1351.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1352.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1353.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1354.         }, 3), new RewindableGenerator(function () {
  1355.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1356.         }, 1), new RewindableGenerator(function () {
  1357.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1358.         }, 1), new RewindableGenerator(function () {
  1359.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1360.         }, 1));
  1361.     }
  1362.     /**
  1363.      * Gets the private 'router.expression_language_provider' shared service.
  1364.      *
  1365.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1366.      */
  1367.     protected function getRouter_ExpressionLanguageProviderService()
  1368.     {
  1369.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1370.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1371.         ], [
  1372.             'env' => 'Closure',
  1373.         ]));
  1374.     }
  1375.     /**
  1376.      * Gets the private 'router.request_context' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\Routing\RequestContext
  1379.      */
  1380.     protected function getRouter_RequestContextService()
  1381.     {
  1382.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1383.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1384.         return $instance;
  1385.     }
  1386.     /**
  1387.      * Gets the private 'router_listener' shared service.
  1388.      *
  1389.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1390.      */
  1391.     protected function getRouterListenerService()
  1392.     {
  1393.         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);
  1394.     }
  1395.     /**
  1396.      * Gets the private 'security.firewall.map' shared service.
  1397.      *
  1398.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1399.      */
  1400.     protected function getSecurity_Firewall_MapService()
  1401.     {
  1402.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1403.         if (isset($this->privates['security.firewall.map'])) {
  1404.             return $this->privates['security.firewall.map'];
  1405.         }
  1406.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1407.             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)/')));
  1408.             yield 'security.firewall.map.context.main' => NULL;
  1409.         }, 2));
  1410.     }
  1411.     /**
  1412.      * Gets the private 'security.helper' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Security\Core\Security
  1415.      */
  1416.     protected function getSecurity_HelperService()
  1417.     {
  1418.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1419.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1420.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1421.         ], [
  1422.             'security.authorization_checker' => '?',
  1423.             'security.token_storage' => '?',
  1424.         ]));
  1425.     }
  1426.     /**
  1427.      * Gets the private 'security.logout_url_generator' shared service.
  1428.      *
  1429.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1430.      */
  1431.     protected function getSecurity_LogoutUrlGeneratorService()
  1432.     {
  1433.         $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()));
  1434.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  1435.         return $instance;
  1436.     }
  1437.     /**
  1438.      * Gets the private 'security.role_hierarchy' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1441.      */
  1442.     protected function getSecurity_RoleHierarchyService()
  1443.     {
  1444.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1445.     }
  1446.     /**
  1447.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1448.      *
  1449.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1450.      */
  1451.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1452.     {
  1453.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1454.     }
  1455.     /**
  1456.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1457.      *
  1458.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1459.      */
  1460.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1461.     {
  1462.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1463.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1464.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1465.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1466.     }
  1467.     /**
  1468.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1469.      *
  1470.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1471.      */
  1472.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1473.     {
  1474.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1475.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1476.             return $this->privates['sensio_framework_extra.security.listener'];
  1477.         }
  1478.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1479.     }
  1480.     /**
  1481.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1482.      *
  1483.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1484.      */
  1485.     protected function getSensioFrameworkExtra_View_ListenerService()
  1486.     {
  1487.         $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))));
  1488.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1489.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1490.         ], [
  1491.             'twig' => '?',
  1492.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1493.         return $instance;
  1494.     }
  1495.     /**
  1496.      * Gets the private 'session.factory' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  1499.      */
  1500.     protected function getSession_FactoryService()
  1501.     {
  1502.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1503.         if (isset($this->privates['session.factory'])) {
  1504.             return $this->privates['session.factory'];
  1505.         }
  1506.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  1507.     }
  1508.     /**
  1509.      * Gets the private 'session_listener' shared service.
  1510.      *
  1511.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1512.      */
  1513.     protected function getSessionListenerService()
  1514.     {
  1515.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1516.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  1517.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1518.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1519.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  1520.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1521.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  1522.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  1523.         ], [
  1524.             'initialized_session' => '?',
  1525.             'logger' => '?',
  1526.             'request_stack' => '?',
  1527.             'session' => '?',
  1528.             'session_collector' => '?',
  1529.             'session_factory' => '?',
  1530.             'session_storage' => '?',
  1531.         ]), true$this->parameters['session.storage.options']);
  1532.     }
  1533.     /**
  1534.      * Gets the private 'translator.default' shared service.
  1535.      *
  1536.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1537.      */
  1538.     protected function getTranslator_DefaultService()
  1539.     {
  1540.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1541.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1542.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1543.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1544.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1545.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1546.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1547.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1548.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1549.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1550.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1551.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1552.         ], [
  1553.             'translation.loader.csv' => '?',
  1554.             'translation.loader.dat' => '?',
  1555.             'translation.loader.ini' => '?',
  1556.             'translation.loader.json' => '?',
  1557.             'translation.loader.mo' => '?',
  1558.             'translation.loader.php' => '?',
  1559.             'translation.loader.po' => '?',
  1560.             'translation.loader.qt' => '?',
  1561.             'translation.loader.res' => '?',
  1562.             'translation.loader.xliff' => '?',
  1563.             'translation.loader.yml' => '?',
  1564.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'it', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.en.xlf'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/translations/messages+intl-icu.it.xlf'), => (\dirname(__DIR__4).'/translations/security.it.xlf'), => (\dirname(__DIR__4).'/translations/validators.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/twig/extra-bundle/translations']]], []);
  1565.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1566.         $instance->setFallbackLocales([=> 'it']);
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the private 'validator.builder' shared service.
  1571.      *
  1572.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1573.      */
  1574.     protected function getValidator_BuilderService()
  1575.     {
  1576.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1577.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1578.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1579.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1580.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  1581.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1582.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  1583.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1584.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1585.         ], [
  1586.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1587.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1588.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1589.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1590.             'security.validator.user_password' => '?',
  1591.             'validator.expression' => '?',
  1592.         ])));
  1593.         if ($this->has('translator')) {
  1594.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1595.         }
  1596.         $instance->setTranslationDomain('validators');
  1597.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1598.         $instance->enableAnnotationMapping(true);
  1599.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1600.         $instance->addMethodMapping('loadValidatorMetadata');
  1601.         $instance->addObjectInitializers([]);
  1602.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1603.         return $instance;
  1604.     }
  1605.     /**
  1606.      * Gets the private 'var_dumper.html_dumper' shared service.
  1607.      *
  1608.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1609.      */
  1610.     protected function getVarDumper_HtmlDumperService()
  1611.     {
  1612.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1613.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1614.         return $instance;
  1615.     }
  1616.     /**
  1617.      * Gets the private 'var_dumper.server_connection' shared service.
  1618.      *
  1619.      * @return \Symfony\Component\VarDumper\Server\Connection
  1620.      */
  1621.     protected function getVarDumper_ServerConnectionService()
  1622.     {
  1623.         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()]);
  1624.     }
  1625.     /**
  1626.      * Gets the private 'web_profiler.csp.handler' shared service.
  1627.      *
  1628.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1629.      */
  1630.     protected function getWebProfiler_Csp_HandlerService()
  1631.     {
  1632.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1633.     }
  1634.     /**
  1635.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1636.      *
  1637.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1638.      */
  1639.     protected function getWebProfiler_DebugToolbarService()
  1640.     {
  1641.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1642.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1643.             return $this->privates['web_profiler.debug_toolbar'];
  1644.         }
  1645.         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()));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'cache_clearer' alias.
  1649.      *
  1650.      * @return object The ".container.private.cache_clearer" service.
  1651.      */
  1652.     protected function getCacheClearerService()
  1653.     {
  1654.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1655.         return $this->get('.container.private.cache_clearer');
  1656.     }
  1657.     /**
  1658.      * Gets the public 'filesystem' alias.
  1659.      *
  1660.      * @return object The ".container.private.filesystem" service.
  1661.      */
  1662.     protected function getFilesystemService()
  1663.     {
  1664.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1665.         return $this->get('.container.private.filesystem');
  1666.     }
  1667.     /**
  1668.      * Gets the public 'serializer' alias.
  1669.      *
  1670.      * @return object The ".container.private.serializer" service.
  1671.      */
  1672.     protected function getSerializerService()
  1673.     {
  1674.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1675.         return $this->get('.container.private.serializer');
  1676.     }
  1677.     /**
  1678.      * Gets the public 'security.csrf.token_manager' alias.
  1679.      *
  1680.      * @return object The ".container.private.security.csrf.token_manager" service.
  1681.      */
  1682.     protected function getSecurity_Csrf_TokenManagerService()
  1683.     {
  1684.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1685.         return $this->get('.container.private.security.csrf.token_manager');
  1686.     }
  1687.     /**
  1688.      * Gets the public 'form.factory' alias.
  1689.      *
  1690.      * @return object The ".container.private.form.factory" service.
  1691.      */
  1692.     protected function getForm_FactoryService()
  1693.     {
  1694.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1695.         return $this->get('.container.private.form.factory');
  1696.     }
  1697.     /**
  1698.      * Gets the public 'form.type.file' alias.
  1699.      *
  1700.      * @return object The ".container.private.form.type.file" service.
  1701.      */
  1702.     protected function getForm_Type_FileService()
  1703.     {
  1704.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1705.         return $this->get('.container.private.form.type.file');
  1706.     }
  1707.     /**
  1708.      * Gets the public 'profiler' alias.
  1709.      *
  1710.      * @return object The ".container.private.profiler" service.
  1711.      */
  1712.     protected function getProfilerService()
  1713.     {
  1714.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1715.         return $this->get('.container.private.profiler');
  1716.     }
  1717.     /**
  1718.      * Gets the public 'twig' alias.
  1719.      *
  1720.      * @return object The ".container.private.twig" service.
  1721.      */
  1722.     protected function getTwigService()
  1723.     {
  1724.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1725.         return $this->get('.container.private.twig');
  1726.     }
  1727.     /**
  1728.      * Gets the public 'security.authorization_checker' alias.
  1729.      *
  1730.      * @return object The ".container.private.security.authorization_checker" service.
  1731.      */
  1732.     protected function getSecurity_AuthorizationCheckerService()
  1733.     {
  1734.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1735.         return $this->get('.container.private.security.authorization_checker');
  1736.     }
  1737.     /**
  1738.      * Gets the public 'security.token_storage' alias.
  1739.      *
  1740.      * @return object The ".container.private.security.token_storage" service.
  1741.      */
  1742.     protected function getSecurity_TokenStorageService()
  1743.     {
  1744.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1745.         return $this->get('.container.private.security.token_storage');
  1746.     }
  1747.     /**
  1748.      * Gets the public 'security.password_encoder' alias.
  1749.      *
  1750.      * @return object The ".container.private.security.password_encoder" service.
  1751.      */
  1752.     protected function getSecurity_PasswordEncoderService()
  1753.     {
  1754.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1755.         return $this->get('.container.private.security.password_encoder');
  1756.     }
  1757.     /**
  1758.      * Gets the public 'session' alias.
  1759.      *
  1760.      * @return object The ".container.private.session" service.
  1761.      */
  1762.     protected function getSessionService()
  1763.     {
  1764.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1765.         return $this->get('.container.private.session');
  1766.     }
  1767.     /**
  1768.      * Gets the public 'validator' alias.
  1769.      *
  1770.      * @return object The ".container.private.validator" service.
  1771.      */
  1772.     protected function getValidatorService()
  1773.     {
  1774.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  1775.         return $this->get('.container.private.validator');
  1776.     }
  1777.     /**
  1778.      * @return array|bool|float|int|string|\UnitEnum|null
  1779.      */
  1780.     public function getParameter(string $name)
  1781.     {
  1782.         if (isset($this->buildParameters[$name])) {
  1783.             return $this->buildParameters[$name];
  1784.         }
  1785.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  1786.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1787.         }
  1788.         if (isset($this->loadedDynamicParameters[$name])) {
  1789.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1790.         }
  1791.         return $this->parameters[$name];
  1792.     }
  1793.     public function hasParameter(string $name): bool
  1794.     {
  1795.         if (isset($this->buildParameters[$name])) {
  1796.             return true;
  1797.         }
  1798.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  1799.     }
  1800.     public function setParameter(string $name$value): void
  1801.     {
  1802.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1803.     }
  1804.     public function getParameterBag(): ParameterBagInterface
  1805.     {
  1806.         if (null === $this->parameterBag) {
  1807.             $parameters $this->parameters;
  1808.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1809.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1810.             }
  1811.             foreach ($this->buildParameters as $name => $value) {
  1812.                 $parameters[$name] = $value;
  1813.             }
  1814.             $this->parameterBag = new FrozenParameterBag($parameters);
  1815.         }
  1816.         return $this->parameterBag;
  1817.     }
  1818.     private $loadedDynamicParameters = [
  1819.         'kernel.runtime_environment' => false,
  1820.         'kernel.build_dir' => false,
  1821.         'kernel.cache_dir' => false,
  1822.         'tosca_ba' => false,
  1823.         'tosca_ce' => false,
  1824.         'tosca_cloud' => false,
  1825.         'tosca_cz' => false,
  1826.         'tosca_fc' => false,
  1827.         'tosca_mi' => false,
  1828.         'tosca_rg' => false,
  1829.         'tosca_rm' => false,
  1830.         'tosca_vr' => false,
  1831.         'app.profiles' => false,
  1832.         'app.fallback_endpoint' => false,
  1833.         'app.fallback_profile' => false,
  1834.         'app.master_psw' => false,
  1835.         'kernel.secret' => false,
  1836.         'debug.container.dump' => false,
  1837.         'serializer.mapping.cache.file' => false,
  1838.         'validator.mapping.cache.file' => false,
  1839.         'profiler.storage.dsn' => false,
  1840.     ];
  1841.     private $dynamicParameters = [];
  1842.     private function getDynamicParameter(string $name)
  1843.     {
  1844.         switch ($name) {
  1845.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  1846.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  1847.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1848.             case 'tosca_ba'$value = [
  1849.                 'endpoint' => $this->getEnv('default:BA_ENDPOINT:TOSCA_BA_ENDPOINT'),
  1850.                 'public_endpoint' => $this->getEnv('default:BA_PUBLIC_ENDPOINT:TOSCA_BA_PUBLIC_ENDPOINT'),
  1851.                 'public_url' => $this->getEnv('default:BA_PUBLIC_URL:TOSCA_BA_PUBLIC_URL'),
  1852.                 'profile_db' => $this->getEnv('default:BA_PROFILE_DB:TOSCA_BA_PROFILE_DB'),
  1853.                 'deposito' => $this->getEnv('default:BA_DEPOSITO:TOSCA_BA_DEPOSITO'),
  1854.                 'linea_prod' => $this->getEnv('default:BA_MAIN_JFAS:TOSCA_BA_MAIN_JFAS'),
  1855.                 'profile_name' => 'TOSCA TRIGGIANO',
  1856.                 'cloud' => false,
  1857.             ]; break;
  1858.             case 'tosca_ce'$value = [
  1859.                 'endpoint' => $this->getEnv('default:CE_ENDPOINT:TOSCA_CE_ENDPOINT'),
  1860.                 'public_endpoint' => $this->getEnv('default:CE_PUBLIC_ENDPOINT:TOSCA_CE_PUBLIC_ENDPOINT'),
  1861.                 'public_url' => $this->getEnv('default:CE_PUBLIC_URL:TOSCA_CE_PUBLIC_URL'),
  1862.                 'profile_db' => $this->getEnv('default:CE_PROFILE_DB:TOSCA_CE_PROFILE_DB'),
  1863.                 'deposito' => $this->getEnv('default:CE_DEPOSITO:TOSCA_CE_DEPOSITO'),
  1864.                 'linea_prod' => $this->getEnv('default:CE_MAIN_JFAS:TOSCA_CE_MAIN_JFAS'),
  1865.                 'profile_name' => 'TOSCA CASERTA',
  1866.                 'cloud' => false,
  1867.             ]; break;
  1868.             case 'tosca_cloud'$value = [
  1869.                 'endpoint' => $this->getEnv('default:EDGE_ENDPOINT:TOSCA_CLOUD_ENDPOINT'),
  1870.                 'public_endpoint' => $this->getEnv('default:EDGE_PUBLIC_ENDPOINT:TOSCA_CLOUD_PUBLIC_ENDPOINT'),
  1871.                 'public_url' => $this->getEnv('default:EDGE_PUBLIC_URL:TOSCA_CLOUD_PUBLIC_URL'),
  1872.                 'profile_db' => $this->getEnv('default:EDGE_PROFILE_DB:TOSCA_CLOUD_PROFILE_DB'),
  1873.                 'deposito' => $this->getEnv('default:EDGE_DEPOSITO:TOSCA_CLOUD_DEPOSITO'),
  1874.                 'linea_prod' => $this->getEnv('default:EDGE_MAIN_JFAS:TOSCA_CLOUD_MAIN_JFAS'),
  1875.                 'profile_name' => 'TOSCA_CLOUD',
  1876.                 'cloud' => true,
  1877.             ]; break;
  1878.             case 'tosca_cz'$value = [
  1879.                 'endpoint' => $this->getEnv('default:CZ_ENDPOINT:TOSCA_CZ_ENDPOINT'),
  1880.                 'public_endpoint' => $this->getEnv('default:CZ_PUBLIC_ENDPOINT:TOSCA_CZ_PUBLIC_ENDPOINT'),
  1881.                 'public_url' => $this->getEnv('default:CZ_PUBLIC_URL:TOSCA_CZ_PUBLIC_URL'),
  1882.                 'profile_db' => $this->getEnv('default:CZ_PROFILE_DB:TOSCA_CZ_PROFILE_DB'),
  1883.                 'deposito' => $this->getEnv('default:CZ_DEPOSITO:TOSCA_CZ_DEPOSITO'),
  1884.                 'linea_prod' => $this->getEnv('default:CZ_MAIN_JFAS:TOSCA_CZ_MAIN_JFAS'),
  1885.                 'profile_name' => 'TOSCA CATANZARO',
  1886.                 'cloud' => false,
  1887.             ]; break;
  1888.             case 'tosca_fc'$value = [
  1889.                 'endpoint' => $this->getEnv('default:FC_ENDPOINT:TOSCA_FC_ENDPOINT'),
  1890.                 'public_endpoint' => $this->getEnv('default:FC_PUBLIC_ENDPOINT:TOSCA_FC_PUBLIC_ENDPOINT'),
  1891.                 'public_url' => $this->getEnv('default:FC_PUBLIC_URL:TOSCA_FC_PUBLIC_URL'),
  1892.                 'profile_db' => $this->getEnv('default:FC_PROFILE_DB:TOSCA_FC_PROFILE_DB'),
  1893.                 'deposito' => $this->getEnv('default:FC_DEPOSITO:TOSCA_FC_DEPOSITO'),
  1894.                 'linea_prod' => $this->getEnv('default:FC_MAIN_JFAS:TOSCA_FC_MAIN_JFAS'),
  1895.                 'profile_name' => 'TOSCA CESENA',
  1896.                 'cloud' => false,
  1897.             ]; break;
  1898.             case 'tosca_mi'$value = [
  1899.                 'endpoint' => $this->getEnv('default:MI_ENDPOINT:TOSCA_MI_ENDPOINT'),
  1900.                 'public_endpoint' => $this->getEnv('default:MI_PUBLIC_ENDPOINT:TOSCA_MI_PUBLIC_ENDPOINT'),
  1901.                 'public_url' => $this->getEnv('default:MI_PUBLIC_URL:TOSCA_MI_PUBLIC_URL'),
  1902.                 'profile_db' => $this->getEnv('default:MI_PROFILE_DB:TOSCA_MI_PROFILE_DB'),
  1903.                 'deposito' => $this->getEnv('default:MI_DEPOSITO:TOSCA_MI_DEPOSITO'),
  1904.                 'linea_prod' => $this->getEnv('default:MI_MAIN_JFAS:TOSCA_MI_MAIN_JFAS'),
  1905.                 'profile_name' => 'TOSCA MILANO',
  1906.                 'cloud' => false,
  1907.             ]; break;
  1908.             case 'tosca_rg'$value = [
  1909.                 'endpoint' => $this->getEnv('default:RG_ENDPOINT:TOSCA_RG_ENDPOINT'),
  1910.                 'public_endpoint' => $this->getEnv('default:RG_PUBLIC_ENDPOINT:TOSCA_RG_PUBLIC_ENDPOINT'),
  1911.                 'public_url' => $this->getEnv('default:RG_PUBLIC_URL:TOSCA_RG_PUBLIC_URL'),
  1912.                 'profile_db' => $this->getEnv('default:RG_PROFILE_DB:TOSCA_RG_PROFILE_DB'),
  1913.                 'deposito' => $this->getEnv('default:RG_DEPOSITO:TOSCA_RG_DEPOSITO'),
  1914.                 'linea_prod' => $this->getEnv('default:RG_MAIN_JFAS:TOSCA_RG_MAIN_JFAS'),
  1915.                 'profile_name' => 'TOSCA COMISO',
  1916.                 'cloud' => false,
  1917.             ]; break;
  1918.             case 'tosca_rm'$value = [
  1919.                 'endpoint' => $this->getEnv('default:RM_ENDPOINT:TOSCA_RM_ENDPOINT'),
  1920.                 'public_endpoint' => $this->getEnv('default:RM_PUBLIC_ENDPOINT:TOSCA_RM_PUBLIC_ENDPOINT'),
  1921.                 'public_url' => $this->getEnv('default:RM_PUBLIC_URL:TOSCA_RM_PUBLIC_URL'),
  1922.                 'profile_db' => $this->getEnv('default:RM_PROFILE_DB:TOSCA_RM_PROFILE_DB'),
  1923.                 'deposito' => $this->getEnv('default:RM_DEPOSITO:TOSCA_RM_DEPOSITO'),
  1924.                 'linea_prod' => $this->getEnv('default:RM_MAIN_JFAS:TOSCA_RM_MAIN_JFAS'),
  1925.                 'profile_name' => 'TOSCA ROMA',
  1926.                 'cloud' => false,
  1927.             ]; break;
  1928.             case 'tosca_vr'$value = [
  1929.                 'endpoint' => $this->getEnv('default:VR_ENDPOINT:TOSCA_VR_ENDPOINT'),
  1930.                 'public_endpoint' => $this->getEnv('default:VR_PUBLIC_ENDPOINT:TOSCA_VR_PUBLIC_ENDPOINT'),
  1931.                 'public_url' => $this->getEnv('default:VR_PUBLIC_URL:TOSCA_VR_PUBLIC_URL'),
  1932.                 'profile_db' => $this->getEnv('default:VR_PROFILE_DB:TOSCA_VR_PROFILE_DB'),
  1933.                 'deposito' => $this->getEnv('default:VR_DEPOSITO:TOSCA_VR_DEPOSITO'),
  1934.                 'linea_prod' => $this->getEnv('default:VR_MAIN_JFAS:TOSCA_VR_MAIN_JFAS'),
  1935.                 'profile_name' => 'TOSCA VERONA',
  1936.                 'cloud' => false,
  1937.             ]; break;
  1938.             case 'app.profiles'$value $this->getEnv('json:ENABLED_PROFILES'); break;
  1939.             case 'app.fallback_endpoint'$value $this->getEnv('FALLBACK_ENDPOINT'); break;
  1940.             case 'app.fallback_profile'$value $this->getEnv('FALLBACK_PROFILE'); break;
  1941.             case 'app.master_psw'$value $this->getEnv('MASTER_PSW'); break;
  1942.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1943.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  1944.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1945.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1946.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1947.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1948.         }
  1949.         $this->loadedDynamicParameters[$name] = true;
  1950.         return $this->dynamicParameters[$name] = $value;
  1951.     }
  1952.     protected function getDefaultParameters(): array
  1953.     {
  1954.         return [
  1955.             'kernel.project_dir' => \dirname(__DIR__4),
  1956.             'kernel.environment' => 'dev',
  1957.             'kernel.debug' => true,
  1958.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1959.             'kernel.bundles' => [
  1960.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1961.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1962.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1963.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1964.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1965.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1966.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1967.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1968.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  1969.             ],
  1970.             'kernel.bundles_metadata' => [
  1971.                 'FrameworkBundle' => [
  1972.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1973.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1974.                 ],
  1975.                 'SensioFrameworkExtraBundle' => [
  1976.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  1977.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1978.                 ],
  1979.                 'TwigBundle' => [
  1980.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1981.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1982.                 ],
  1983.                 'WebProfilerBundle' => [
  1984.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1985.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1986.                 ],
  1987.                 'MonologBundle' => [
  1988.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1989.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1990.                 ],
  1991.                 'DebugBundle' => [
  1992.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  1993.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1994.                 ],
  1995.                 'MakerBundle' => [
  1996.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1997.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1998.                 ],
  1999.                 'SecurityBundle' => [
  2000.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2001.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2002.                 ],
  2003.                 'TwigExtraBundle' => [
  2004.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2005.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2006.                 ],
  2007.             ],
  2008.             'kernel.charset' => 'UTF-8',
  2009.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2010.             'BA_ENDPOINT' => 'http://localhost:8080/ems-api',
  2011.             'BA_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2012.             'BA_PUBLIC_URL' => 'https://ba.toscaitaly.it/mes',
  2013.             'BA_PROFILE_DB' => 'TOSCA_BA',
  2014.             'BA_DEPOSITO' => 'BA',
  2015.             'BA_MAIN_JFAS' => 'LCBA',
  2016.             'CE_ENDPOINT' => 'http://localhost:8080/ems-api',
  2017.             'CE_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2018.             'CE_PUBLIC_URL' => 'https://ce.toscaitaly.it/mes',
  2019.             'CE_PROFILE_DB' => 'TOSCA_CE',
  2020.             'CE_DEPOSITO' => 'CE',
  2021.             'CE_MAIN_JFAS' => 'LCCE',
  2022.             'EDGE_ENDPOINT' => 'http://10.4.0.4:8080/ems-api',
  2023.             'EDGE_PUBLIC_ENDPOINT' => 'http://10.4.0.4:8080/ems-api',
  2024.             'EDGE_PUBLIC_URL' => 'https://cloud.toscaitaly.it/mes',
  2025.             'EDGE_PROFILE_DB' => 'TOSCA_CLOUD',
  2026.             'EDGE_DEPOSITO' => NULL,
  2027.             'EDGE_MAIN_JFAS' => NULL,
  2028.             'CZ_ENDPOINT' => 'http://localhost:8080/ems-api',
  2029.             'CZ_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2030.             'CZ_PUBLIC_URL' => 'https://cz.toscaitaly.it/mes',
  2031.             'CZ_PROFILE_DB' => 'TOSCA_CZ',
  2032.             'CZ_DEPOSITO' => 'CZ',
  2033.             'CZ_MAIN_JFAS' => 'LCCZ',
  2034.             'FC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2035.             'FC_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2036.             'FC_PUBLIC_URL' => 'https://fc.toscaitaly.it/mes',
  2037.             'FC_PROFILE_DB' => 'TOSCA_FC',
  2038.             'FC_DEPOSITO' => 'FC',
  2039.             'FC_MAIN_JFAS' => 'LCFC',
  2040.             'MI_ENDPOINT' => 'http://localhost:8080/ems-api',
  2041.             'MI_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2042.             'MI_PUBLIC_URL' => 'https://mi.toscaitaly.it/mes',
  2043.             'MI_PROFILE_DB' => 'TOSCA_MI',
  2044.             'MI_DEPOSITO' => 'MI',
  2045.             'MI_MAIN_JFAS' => 'LCMI',
  2046.             'RG_ENDPOINT' => 'http://localhost:8080/ems-api',
  2047.             'RG_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2048.             'RG_PUBLIC_URL' => 'https://rg.toscaitaly.it/mes',
  2049.             'RG_PROFILE_DB' => 'TOSCA_RG',
  2050.             'RG_DEPOSITO' => 'RG',
  2051.             'RG_MAIN_JFAS' => 'LCRG',
  2052.             'RM_ENDPOINT' => 'http://localhost:8080/ems-api',
  2053.             'RM_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2054.             'RM_PUBLIC_URL' => 'https://rm.toscaitaly.it/mes',
  2055.             'RM_PROFILE_DB' => 'TOSCA_RM',
  2056.             'RM_DEPOSITO' => 'RM',
  2057.             'RM_MAIN_JFAS' => 'LCRM',
  2058.             'VR_ENDPOINT' => 'http://localhost:8080/ems-api',
  2059.             'VR_PUBLIC_ENDPOINT' => 'http://localhost:8080/ems-api',
  2060.             'VR_PUBLIC_URL' => 'https://vr.toscaitaly.it/mes',
  2061.             'VR_PROFILE_DB' => 'TOSCA_VR',
  2062.             'VR_DEPOSITO' => 'VR',
  2063.             'VR_MAIN_JFAS' => 'LCVR',
  2064.             'event_dispatcher.event_aliases' => [
  2065.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2066.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2067.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2068.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2069.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2070.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2071.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2072.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2073.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2074.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2075.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2076.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2077.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2078.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2079.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2080.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2081.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2082.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2083.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2084.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2085.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2086.             ],
  2087.             'fragment.renderer.hinclude.global_template' => NULL,
  2088.             'fragment.path' => '/_fragment',
  2089.             'kernel.http_method_override' => true,
  2090.             'kernel.trusted_hosts' => [
  2091.             ],
  2092.             'kernel.default_locale' => 'it',
  2093.             'kernel.enabled_locales' => [
  2094.             ],
  2095.             'kernel.error_controller' => 'error_controller',
  2096.             'debug.file_link_format' => NULL,
  2097.             'asset.request_context.base_path' => NULL,
  2098.             'asset.request_context.secure' => NULL,
  2099.             'translator.logging' => false,
  2100.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2101.             'debug.error_handler.throw_at' => -1,
  2102.             'router.request_context.host' => 'localhost',
  2103.             'router.request_context.scheme' => 'http',
  2104.             'router.request_context.base_url' => '',
  2105.             'router.resource' => 'kernel::loadRoutes',
  2106.             'request_listener.http_port' => 80,
  2107.             'request_listener.https_port' => 443,
  2108.             'session.metadata.storage_key' => '_sf2_meta',
  2109.             'session.storage.options' => [
  2110.                 'cache_limiter' => '0',
  2111.                 'cookie_lifetime' => 172800,
  2112.                 'cookie_secure' => 'auto',
  2113.                 'cookie_httponly' => true,
  2114.                 'cookie_samesite' => 'lax',
  2115.                 'gc_probability' => 1,
  2116.             ],
  2117.             'session.save_path' => '/tmp/sessions/dev',
  2118.             'session.metadata.update_threshold' => 0,
  2119.             'form.type_extension.csrf.enabled' => true,
  2120.             'form.type_extension.csrf.field_name' => '_token',
  2121.             'validator.translation_domain' => 'validators',
  2122.             'profiler_listener.only_exceptions' => false,
  2123.             'profiler_listener.only_main_requests' => false,
  2124.             'twig.form.resources' => [
  2125.                 => 'form_div_layout.html.twig',
  2126.                 => 'bootstrap_4_layout.html.twig',
  2127.             ],
  2128.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2129.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2130.             'web_profiler.debug_toolbar.mode' => 2,
  2131.             'monolog.use_microseconds' => true,
  2132.             'monolog.swift_mailer.handlers' => [
  2133.             ],
  2134.             'monolog.handlers_to_channels' => [
  2135.                 'monolog.handler.console' => [
  2136.                     'type' => 'exclusive',
  2137.                     'elements' => [
  2138.                         => 'event',
  2139.                         => 'doctrine',
  2140.                         => 'console',
  2141.                     ],
  2142.                 ],
  2143.                 'monolog.handler.main' => [
  2144.                     'type' => 'exclusive',
  2145.                     'elements' => [
  2146.                         => 'event',
  2147.                     ],
  2148.                 ],
  2149.             ],
  2150.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2151.             'security.role_hierarchy.roles' => [
  2152.                 'ROLE_ADMIN' => [
  2153.                     => 'ROLE_USER',
  2154.                 ],
  2155.                 'ROLE_DEPARTMENT_MANAGER' => [
  2156.                     => 'ROLE_PV_MANAGER',
  2157.                 ],
  2158.             ],
  2159.             'security.access.denied_url' => NULL,
  2160.             'security.authentication.manager.erase_credentials' => true,
  2161.             'security.authentication.session_strategy.strategy' => 'migrate',
  2162.             'security.access.always_authenticate_before_granting' => false,
  2163.             'security.authentication.hide_user_not_found' => true,
  2164.             'security.firewalls' => [
  2165.                 => 'dev',
  2166.                 => 'main',
  2167.             ],
  2168.             'security.main._indexed_authenticators' => [
  2169.             ],
  2170.             'data_collector.templates' => [
  2171.                 'data_collector.request' => [
  2172.                     => 'request',
  2173.                     => '@WebProfiler/Collector/request.html.twig',
  2174.                 ],
  2175.                 'data_collector.time' => [
  2176.                     => 'time',
  2177.                     => '@WebProfiler/Collector/time.html.twig',
  2178.                 ],
  2179.                 'data_collector.memory' => [
  2180.                     => 'memory',
  2181.                     => '@WebProfiler/Collector/memory.html.twig',
  2182.                 ],
  2183.                 'data_collector.validator' => [
  2184.                     => 'validator',
  2185.                     => '@WebProfiler/Collector/validator.html.twig',
  2186.                 ],
  2187.                 'data_collector.ajax' => [
  2188.                     => 'ajax',
  2189.                     => '@WebProfiler/Collector/ajax.html.twig',
  2190.                 ],
  2191.                 'data_collector.form' => [
  2192.                     => 'form',
  2193.                     => '@WebProfiler/Collector/form.html.twig',
  2194.                 ],
  2195.                 'data_collector.exception' => [
  2196.                     => 'exception',
  2197.                     => '@WebProfiler/Collector/exception.html.twig',
  2198.                 ],
  2199.                 'data_collector.logger' => [
  2200.                     => 'logger',
  2201.                     => '@WebProfiler/Collector/logger.html.twig',
  2202.                 ],
  2203.                 'data_collector.events' => [
  2204.                     => 'events',
  2205.                     => '@WebProfiler/Collector/events.html.twig',
  2206.                 ],
  2207.                 'data_collector.router' => [
  2208.                     => 'router',
  2209.                     => '@WebProfiler/Collector/router.html.twig',
  2210.                 ],
  2211.                 'data_collector.cache' => [
  2212.                     => 'cache',
  2213.                     => '@WebProfiler/Collector/cache.html.twig',
  2214.                 ],
  2215.                 'data_collector.translation' => [
  2216.                     => 'translation',
  2217.                     => '@WebProfiler/Collector/translation.html.twig',
  2218.                 ],
  2219.                 'data_collector.security' => [
  2220.                     => 'security',
  2221.                     => '@Security/Collector/security.html.twig',
  2222.                 ],
  2223.                 'data_collector.twig' => [
  2224.                     => 'twig',
  2225.                     => '@WebProfiler/Collector/twig.html.twig',
  2226.                 ],
  2227.                 'data_collector.http_client' => [
  2228.                     => 'http_client',
  2229.                     => '@WebProfiler/Collector/http_client.html.twig',
  2230.                 ],
  2231.                 'data_collector.dump' => [
  2232.                     => 'dump',
  2233.                     => '@Debug/Profiler/dump.html.twig',
  2234.                 ],
  2235.                 'mailer.data_collector' => [
  2236.                     => 'mailer',
  2237.                     => '@WebProfiler/Collector/mailer.html.twig',
  2238.                 ],
  2239.                 'notifier.data_collector' => [
  2240.                     => 'notifier',
  2241.                     => '@WebProfiler/Collector/notifier.html.twig',
  2242.                 ],
  2243.                 'data_collector.config' => [
  2244.                     => 'config',
  2245.                     => '@WebProfiler/Collector/config.html.twig',
  2246.                 ],
  2247.             ],
  2248.             'console.command.ids' => [
  2249.             ],
  2250.         ];
  2251.     }
  2252.     protected function throw($message)
  2253.     {
  2254.         throw new RuntimeException($message);
  2255.     }
  2256. }