var/cache/dev/ContainerHmH56hJ/srcApp_KernelDevDebugContainer.php line 1391

Open in your IDE?
  1. <?php
  2. namespace ContainerHmH56hJ;
  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 srcApp_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.             'App\\Controller\\ApiController' => 'getApiControllerService',
  34.             'App\\Controller\\AspController' => 'getAspControllerService',
  35.             'App\\Controller\\DbtransController' => 'getDbtransControllerService',
  36.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  37.             'App\\Controller\\EliController' => 'getEliControllerService',
  38.             'App\\Controller\\OnkController' => 'getOnkControllerService',
  39.             'App\\Controller\\PJAController' => 'getPJAControllerService',
  40.             'App\\Controller\\StatusController' => 'getStatusControllerService',
  41.             'App\\Controller\\TFIKController' => 'getTFIKControllerService',
  42.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  43.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  44.             'cache.app' => 'getCache_AppService',
  45.             'cache.app_clearer' => 'getCache_AppClearerService',
  46.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.system_clearer' => 'getCache_SystemClearerService',
  49.             'cache_clearer' => 'getCacheClearerService',
  50.             'cache_warmer' => 'getCacheWarmerService',
  51.             'console.command_loader' => 'getConsole_CommandLoaderService',
  52.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  53.             'data_collector.dump' => 'getDataCollector_DumpService',
  54.             'doctrine' => 'getDoctrineService',
  55.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  56.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  57.             'error_controller' => 'getErrorControllerService',
  58.             'event_dispatcher' => 'getEventDispatcherService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'form.factory' => 'getForm_FactoryService',
  61.             'form.type.file' => 'getForm_Type_FileService',
  62.             'http_kernel' => 'getHttpKernelService',
  63.             'profiler' => 'getProfilerService',
  64.             'request_stack' => 'getRequestStackService',
  65.             'router' => 'getRouterService',
  66.             'routing.loader' => 'getRouting_LoaderService',
  67.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'security.token_storage' => 'getSecurity_TokenStorageService',
  72.             'serializer' => 'getSerializerService',
  73.             'services_resetter' => 'getServicesResetterService',
  74.             'session' => 'getSessionService',
  75.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  76.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  77.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  78.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  79.             'translator' => 'getTranslatorService',
  80.             'twig' => 'getTwigService',
  81.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  82.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  83.             'validator' => 'getValidatorService',
  84.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  85.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  86.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  87.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  88.         ];
  89.         $this->aliases = [
  90.             'database_connection' => 'doctrine.dbal.default_connection',
  91.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  92.             'mailer' => 'swiftmailer.mailer.default',
  93.         ];
  94.         $this->privates['service_container'] = function () {
  95.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  96.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  101.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  116.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  191.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  245.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  249.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  252.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  253.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  322.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  325.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  402.         };
  403.     }
  404.     public function compile(): void
  405.     {
  406.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  407.     }
  408.     public function isCompiled(): bool
  409.     {
  410.         return true;
  411.     }
  412.     public function getRemovedIds(): array
  413.     {
  414.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  415.     }
  416.     /**
  417.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  418.      *
  419.      * @return \App\Controller\ApiController
  420.      */
  421.     protected function getApiControllerService()
  422.     {
  423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  425.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  426.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController();
  427.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\ApiController'$this));
  428.         return $instance;
  429.     }
  430.     /**
  431.      * Gets the public 'App\Controller\AspController' shared autowired service.
  432.      *
  433.      * @return \App\Controller\AspController
  434.      */
  435.     protected function getAspControllerService()
  436.     {
  437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  439.         include_once \dirname(__DIR__4).'/src/Controller/AspController.php';
  440.         $this->services['App\\Controller\\AspController'] = $instance = new \App\Controller\AspController();
  441.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\AspController'$this));
  442.         return $instance;
  443.     }
  444.     /**
  445.      * Gets the public 'App\Controller\DbtransController' shared autowired service.
  446.      *
  447.      * @return \App\Controller\DbtransController
  448.      */
  449.     protected function getDbtransControllerService()
  450.     {
  451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  453.         include_once \dirname(__DIR__4).'/src/Controller/DbtransController.php';
  454.         $this->services['App\\Controller\\DbtransController'] = $instance = new \App\Controller\DbtransController();
  455.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\DbtransController'$this));
  456.         return $instance;
  457.     }
  458.     /**
  459.      * Gets the public 'App\Controller\DefaultController' shared autowired service.
  460.      *
  461.      * @return \App\Controller\DefaultController
  462.      */
  463.     protected function getDefaultControllerService()
  464.     {
  465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  467.         include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  468.         $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController();
  469.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\DefaultController'$this));
  470.         return $instance;
  471.     }
  472.     /**
  473.      * Gets the public 'App\Controller\EliController' shared autowired service.
  474.      *
  475.      * @return \App\Controller\EliController
  476.      */
  477.     protected function getEliControllerService()
  478.     {
  479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  481.         include_once \dirname(__DIR__4).'/src/Controller/EliController.php';
  482.         $this->services['App\\Controller\\EliController'] = $instance = new \App\Controller\EliController();
  483.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\EliController'$this));
  484.         return $instance;
  485.     }
  486.     /**
  487.      * Gets the public 'App\Controller\OnkController' shared autowired service.
  488.      *
  489.      * @return \App\Controller\OnkController
  490.      */
  491.     protected function getOnkControllerService()
  492.     {
  493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  495.         include_once \dirname(__DIR__4).'/src/Controller/OnkController.php';
  496.         $this->services['App\\Controller\\OnkController'] = $instance = new \App\Controller\OnkController();
  497.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\OnkController'$this));
  498.         return $instance;
  499.     }
  500.     /**
  501.      * Gets the public 'App\Controller\PJAController' shared autowired service.
  502.      *
  503.      * @return \App\Controller\PJAController
  504.      */
  505.     protected function getPJAControllerService()
  506.     {
  507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  509.         include_once \dirname(__DIR__4).'/src/Controller/PJAController.php';
  510.         $this->services['App\\Controller\\PJAController'] = $instance = new \App\Controller\PJAController();
  511.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\PJAController'$this));
  512.         return $instance;
  513.     }
  514.     /**
  515.      * Gets the public 'App\Controller\StatusController' shared autowired service.
  516.      *
  517.      * @return \App\Controller\StatusController
  518.      */
  519.     protected function getStatusControllerService()
  520.     {
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  523.         include_once \dirname(__DIR__4).'/src/Controller/StatusController.php';
  524.         $this->services['App\\Controller\\StatusController'] = $instance = new \App\Controller\StatusController();
  525.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\StatusController'$this));
  526.         return $instance;
  527.     }
  528.     /**
  529.      * Gets the public 'App\Controller\TFIKController' shared autowired service.
  530.      *
  531.      * @return \App\Controller\TFIKController
  532.      */
  533.     protected function getTFIKControllerService()
  534.     {
  535.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  537.         include_once \dirname(__DIR__4).'/src/Controller/TFIKController.php';
  538.         $this->services['App\\Controller\\TFIKController'] = $instance = new \App\Controller\TFIKController();
  539.         $instance->setContainer(($this->privates['.service_locator.o_lgDLg'] ?? $this->get_ServiceLocator_OLgDLgService())->withContext('App\\Controller\\TFIKController'$this));
  540.         return $instance;
  541.     }
  542.     /**
  543.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  544.      *
  545.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  546.      */
  547.     protected function getRedirectControllerService()
  548.     {
  549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  550.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  551.     }
  552.     /**
  553.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  554.      *
  555.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  556.      */
  557.     protected function getTemplateControllerService()
  558.     {
  559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  560.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  561.     }
  562.     /**
  563.      * Gets the public 'cache.app' shared service.
  564.      *
  565.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  566.      */
  567.     protected function getCache_AppService()
  568.     {
  569.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('F9b-40mx2Q'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  570.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  571.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  572.     }
  573.     /**
  574.      * Gets the public 'cache.app_clearer' shared service.
  575.      *
  576.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  577.      */
  578.     protected function getCache_AppClearerService()
  579.     {
  580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  582.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  583.     }
  584.     /**
  585.      * Gets the public 'cache.global_clearer' shared service.
  586.      *
  587.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  588.      */
  589.     protected function getCache_GlobalClearerService()
  590.     {
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  593.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  594.     }
  595.     /**
  596.      * Gets the public 'cache.system' shared service.
  597.      *
  598.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  599.      */
  600.     protected function getCache_SystemService()
  601.     {
  602.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vWq-ox-ibD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  603.     }
  604.     /**
  605.      * Gets the public 'cache.system_clearer' shared service.
  606.      *
  607.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  608.      */
  609.     protected function getCache_SystemClearerService()
  610.     {
  611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  613.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  614.     }
  615.     /**
  616.      * Gets the public 'cache_clearer' shared service.
  617.      *
  618.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  619.      */
  620.     protected function getCacheClearerService()
  621.     {
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  624.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  625.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  626.         }, 1));
  627.     }
  628.     /**
  629.      * Gets the public 'cache_warmer' shared service.
  630.      *
  631.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  632.      */
  633.     protected function getCacheWarmerService()
  634.     {
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  637.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  638.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  639.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  640.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  641.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  642.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  643.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  644.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  645.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  646.         }, 8), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  647.     }
  648.     /**
  649.      * Gets the public 'console.command_loader' shared service.
  650.      *
  651.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  652.      */
  653.     protected function getConsole_CommandLoaderService()
  654.     {
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  657.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  658.             'App\\Command\\DbtransPublicFinalizeCommand' => ['privates''App\\Command\\DbtransPublicFinalizeCommand''getDbtransPublicFinalizeCommandService'false],
  659.             'App\\Command\\MigrationJogszabalyidRegenerateCommand' => ['privates''App\\Command\\MigrationJogszabalyidRegenerateCommand''getMigrationJogszabalyidRegenerateCommandService'false],
  660.             'App\\Command\\MigrationStartCommand' => ['privates''App\\Command\\MigrationStartCommand''getMigrationStartCommandService'false],
  661.             'App\\Command\\RefreshDbCommand' => ['privates''App\\Command\\RefreshDbCommand''getRefreshDbCommandService'false],
  662.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  663.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  664.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  665.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  666.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  667.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  668.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  669.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  670.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  671.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  672.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  673.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  674.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  675.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  676.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  677.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  678.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  679.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  680.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  681.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  682.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  683.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  684.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  685.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  686.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  687.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  688.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  689.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  690.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  691.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  692.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  693.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  694.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  695.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  696.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  697.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  698.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  699.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  700.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  701.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  702.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  703.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  704.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  705.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  706.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  707.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  708.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  709.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  710.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  711.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  712.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  713.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  714.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  715.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  716.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  717.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  718.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  719.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  720.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  721.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  722.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  723.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  724.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  725.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  726.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  727.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  728.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  729.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  730.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  731.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  732.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  733.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  734.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  735.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  736.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  737.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  738.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  739.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  740.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  741.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  742.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  743.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  744.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  745.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  746.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  747.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  748.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  749.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  750.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  751.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  752.             'web_server.command.server_log' => ['privates''web_server.command.server_log''getWebServer_Command_ServerLogService'false],
  753.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  754.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  755.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  756.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  757.         ], [
  758.             'App\\Command\\DbtransPublicFinalizeCommand' => 'App\\Command\\DbtransPublicFinalizeCommand',
  759.             'App\\Command\\MigrationJogszabalyidRegenerateCommand' => 'App\\Command\\MigrationJogszabalyidRegenerateCommand',
  760.             'App\\Command\\MigrationStartCommand' => 'App\\Command\\MigrationStartCommand',
  761.             'App\\Command\\RefreshDbCommand' => 'App\\Command\\RefreshDbCommand',
  762.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  763.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  764.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  765.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  766.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  767.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  768.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  769.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  770.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  771.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  772.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  773.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  774.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  775.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  776.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  777.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  778.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  779.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  780.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  781.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  782.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  783.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  784.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  785.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  786.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  787.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  788.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  789.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  790.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  791.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  792.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  793.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  794.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  795.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  796.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  797.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  798.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  799.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  800.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  801.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  802.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  803.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  804.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  805.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  806.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  807.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  808.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  809.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  810.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  811.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  812.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  813.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  814.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  815.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  816.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  817.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  818.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  819.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  820.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  821.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  822.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  823.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  824.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  825.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  826.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  827.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  828.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  829.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  830.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  831.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  832.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  833.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  834.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  835.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  836.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  837.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  838.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  839.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  840.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  841.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  842.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  843.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  844.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  845.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  846.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  847.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  848.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  849.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  850.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  851.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  852.             'web_server.command.server_log' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerLogCommand',
  853.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  854.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  855.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  856.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  857.         ]), ['dbtrans:public:finalize' => 'App\\Command\\DbtransPublicFinalizeCommand''app:migration:jogszabalyid:regenerate' => 'App\\Command\\MigrationJogszabalyidRegenerateCommand''app:migration:start' => 'App\\Command\\MigrationStartCommand''dbtrans:public:start' => 'App\\Command\\RefreshDbCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'web_server.command.server_log''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  858.     }
  859.     /**
  860.      * Gets the public 'container.env_var_processors_locator' shared service.
  861.      *
  862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  863.      */
  864.     protected function getContainer_EnvVarProcessorsLocatorService()
  865.     {
  866.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  867.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  868.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  869.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  870.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  871.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  872.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  873.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  874.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  875.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  876.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  877.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  878.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  879.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  880.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  881.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  882.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  883.         ], [
  884.             'base64' => '?',
  885.             'bool' => '?',
  886.             'const' => '?',
  887.             'csv' => '?',
  888.             'default' => '?',
  889.             'file' => '?',
  890.             'float' => '?',
  891.             'int' => '?',
  892.             'json' => '?',
  893.             'key' => '?',
  894.             'query_string' => '?',
  895.             'require' => '?',
  896.             'resolve' => '?',
  897.             'string' => '?',
  898.             'trim' => '?',
  899.             'url' => '?',
  900.         ]);
  901.     }
  902.     /**
  903.      * Gets the public 'data_collector.dump' shared service.
  904.      *
  905.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  906.      */
  907.     protected function getDataCollector_DumpService()
  908.     {
  909.         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()));
  910.     }
  911.     /**
  912.      * Gets the public 'doctrine' shared service.
  913.      *
  914.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  915.      */
  916.     protected function getDoctrineService()
  917.     {
  918.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  919.     }
  920.     /**
  921.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  922.      *
  923.      * @return \Doctrine\DBAL\Connection
  924.      */
  925.     protected function getDoctrine_Dbal_DefaultConnectionService()
  926.     {
  927.         $a = new \Doctrine\DBAL\Configuration();
  928.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  929.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  930.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  931.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  932.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  933.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  934.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  935.         $a->setSQLLogger($b);
  936.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  937.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  938.         ], [
  939.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  940.         ]));
  941.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  942.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_pgsql''charset' => 'utf8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '10.1''defaultTableOptions' => []], $a$d, []);
  943.     }
  944.     /**
  945.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  946.      *
  947.      * @return \Doctrine\ORM\EntityManager
  948.      */
  949.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  950.     {
  951.         $a = new \Doctrine\ORM\Configuration();
  952.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  953.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  954.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  955.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  956.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  957.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  958.         $a->setMetadataDriverImpl($b);
  959.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  960.         $a->setProxyNamespace('Proxies');
  961.         $a->setAutoGenerateProxyClasses(true);
  962.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  963.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  964.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  965.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  966.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  967.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  968.             'App\\Repository\\BlokkPozicioRepository' => ['privates''App\\Repository\\BlokkPozicioRepository''getBlokkPozicioRepositoryService'false],
  969.             'App\\Repository\\BlokkRepository' => ['privates''App\\Repository\\BlokkRepository''getBlokkRepositoryService'false],
  970.             'App\\Repository\\DbTransferRepository' => ['privates''App\\Repository\\DbTransferRepository''getDbTransferRepositoryService'false],
  971.             'App\\Repository\\DocumentsRepository' => ['privates''App\\Repository\\DocumentsRepository''getDocumentsRepositoryService'false],
  972.             'App\\Repository\\DoktipusRepository' => ['privates''App\\Repository\\DoktipusRepository''getDoktipusRepositoryService'false],
  973.             'App\\Repository\\HivatalRepository' => ['privates''App\\Repository\\HivatalRepository''getHivatalRepositoryService'false],
  974.             'App\\Repository\\HivatalTipusRepository' => ['privates''App\\Repository\\HivatalTipusRepository''getHivatalTipusRepositoryService'false],
  975.             'App\\Repository\\JogtipusRepository' => ['privates''App\\Repository\\JogtipusRepository''getJogtipusRepositoryService'false],
  976.             'App\\Repository\\KibTestuletRepository' => ['privates''App\\Repository\\KibTestuletRepository''getKibTestuletRepositoryService'false],
  977.             'App\\Repository\\KibocsatoRepository' => ['privates''App\\Repository\\KibocsatoRepository''getKibocsatoRepositoryService'false],
  978.             'App\\Repository\\MegyeRepository' => ['privates''App\\Repository\\MegyeRepository''getMegyeRepositoryService'false],
  979.             'App\\Repository\\SsauthRepository' => ['privates''App\\Repository\\SsauthRepository''getSsauthRepositoryService'false],
  980.             'App\\Repository\\TartalmiEgysegRepository' => ['privates''App\\Repository\\TartalmiEgysegRepository''getTartalmiEgysegRepositoryService'false],
  981.             'App\\Repository\\TeleptipRepository' => ['privates''App\\Repository\\TeleptipRepository''getTeleptipRepositoryService'false],
  982.             'App\\Repository\\TelepulesRepository' => ['privates''App\\Repository\\TelepulesRepository''getTelepulesRepositoryService'false],
  983.             'App\\Repository\\TemakorRepository' => ['privates''App\\Repository\\TemakorRepository''getTemakorRepositoryService'false],
  984.             'App\\Repository\\ValtozatRepository' => ['privates''App\\Repository\\ValtozatRepository''getValtozatRepositoryService'false],
  985.             'App\\Repository\\WadminRepository' => ['privates''App\\Repository\\WadminRepository''getWadminRepositoryService'false],
  986.         ], [
  987.             'App\\Repository\\BlokkPozicioRepository' => '?',
  988.             'App\\Repository\\BlokkRepository' => '?',
  989.             'App\\Repository\\DbTransferRepository' => '?',
  990.             'App\\Repository\\DocumentsRepository' => '?',
  991.             'App\\Repository\\DoktipusRepository' => '?',
  992.             'App\\Repository\\HivatalRepository' => '?',
  993.             'App\\Repository\\HivatalTipusRepository' => '?',
  994.             'App\\Repository\\JogtipusRepository' => '?',
  995.             'App\\Repository\\KibTestuletRepository' => '?',
  996.             'App\\Repository\\KibocsatoRepository' => '?',
  997.             'App\\Repository\\MegyeRepository' => '?',
  998.             'App\\Repository\\SsauthRepository' => '?',
  999.             'App\\Repository\\TartalmiEgysegRepository' => '?',
  1000.             'App\\Repository\\TeleptipRepository' => '?',
  1001.             'App\\Repository\\TelepulesRepository' => '?',
  1002.             'App\\Repository\\TemakorRepository' => '?',
  1003.             'App\\Repository\\ValtozatRepository' => '?',
  1004.             'App\\Repository\\WadminRepository' => '?',
  1005.         ])));
  1006.         $a->addCustomDatetimeFunction('DATE_TRUNC''App\\Dql\\DateTrunc');
  1007.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1008.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1009.         return $instance;
  1010.     }
  1011.     /**
  1012.      * Gets the public 'error_controller' shared service.
  1013.      *
  1014.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1015.      */
  1016.     protected function getErrorControllerService()
  1017.     {
  1018.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1023.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1024.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1025.     }
  1026.     /**
  1027.      * Gets the public 'event_dispatcher' shared service.
  1028.      *
  1029.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1030.      */
  1031.     protected function getEventDispatcherService()
  1032.     {
  1033.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1034.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1035.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1037.         $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())));
  1038.         $instance->addListener('kernel.controller', [=> function () {
  1039.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1040.         }, => 'onKernelController'], 0);
  1041.         $instance->addListener('kernel.exception', [=> function () {
  1042.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1043.         }, => 'onKernelException'], 0);
  1044.         $instance->addListener('kernel.response', [=> function () {
  1045.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1046.         }, => 'onKernelResponse'], 0);
  1047.         $instance->addListener('kernel.response', [=> function () {
  1048.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1049.         }, => 'onKernelResponse'], -1024);
  1050.         $instance->addListener('kernel.request', [=> function () {
  1051.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1052.         }, => 'setDefaultLocale'], 100);
  1053.         $instance->addListener('kernel.request', [=> function () {
  1054.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1055.         }, => 'onKernelRequest'], 16);
  1056.         $instance->addListener('kernel.finish_request', [=> function () {
  1057.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1058.         }, => 'onKernelFinishRequest'], 0);
  1059.         $instance->addListener('kernel.request', [=> function () {
  1060.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1061.         }, => 'onKernelRequest'], 256);
  1062.         $instance->addListener('kernel.request', [=> function () {
  1063.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1064.         }, => 'resolveControllerName'], 24);
  1065.         $instance->addListener('kernel.response', [=> function () {
  1066.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1067.         }, => 'onResponse'], -255);
  1068.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1069.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1070.         }, => 'onControllerArguments'], 0);
  1071.         $instance->addListener('kernel.exception', [=> function () {
  1072.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1073.         }, => 'logKernelException'], 0);
  1074.         $instance->addListener('kernel.exception', [=> function () {
  1075.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1076.         }, => 'onKernelException'], -128);
  1077.         $instance->addListener('kernel.request', [=> function () {
  1078.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1079.         }, => 'onKernelRequest'], 15);
  1080.         $instance->addListener('kernel.finish_request', [=> function () {
  1081.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1082.         }, => 'onKernelFinishRequest'], -15);
  1083.         $instance->addListener('console.error', [=> function () {
  1084.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1085.         }, => 'onConsoleError'], -128);
  1086.         $instance->addListener('console.terminate', [=> function () {
  1087.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1088.         }, => 'onConsoleTerminate'], -128);
  1089.         $instance->addListener('console.error', [=> function () {
  1090.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1091.         }, => 'onConsoleError'], 0);
  1092.         $instance->addListener('kernel.request', [=> function () {
  1093.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1094.         }, => 'onKernelRequest'], 128);
  1095.         $instance->addListener('kernel.response', [=> function () {
  1096.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1097.         }, => 'onKernelResponse'], -1000);
  1098.         $instance->addListener('kernel.finish_request', [=> function () {
  1099.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1100.         }, => 'onFinishRequest'], 0);
  1101.         $instance->addListener('kernel.response', [=> function () {
  1102.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1103.         }, => 'onKernelResponse'], -100);
  1104.         $instance->addListener('kernel.exception', [=> function () {
  1105.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1106.         }, => 'onKernelException'], 0);
  1107.         $instance->addListener('kernel.terminate', [=> function () {
  1108.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1109.         }, => 'onKernelTerminate'], -1024);
  1110.         $instance->addListener('kernel.controller', [=> function () {
  1111.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1112.         }, => 'onKernelController'], 0);
  1113.         $instance->addListener('kernel.response', [=> function () {
  1114.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1115.         }, => 'onKernelResponse'], 0);
  1116.         $instance->addListener('kernel.request', [=> function () {
  1117.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1118.         }, => 'configure'], 2048);
  1119.         $instance->addListener('console.command', [=> function () {
  1120.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1121.         }, => 'configure'], 2048);
  1122.         $instance->addListener('kernel.request', [=> function () {
  1123.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1124.         }, => 'onKernelRequest'], 32);
  1125.         $instance->addListener('kernel.finish_request', [=> function () {
  1126.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1127.         }, => 'onKernelFinishRequest'], 0);
  1128.         $instance->addListener('kernel.exception', [=> function () {
  1129.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1130.         }, => 'onKernelException'], -64);
  1131.         $instance->addListener('kernel.response', [=> function () {
  1132.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1133.         }, => 'onKernelResponse'], 0);
  1134.         $instance->addListener('kernel.controller', [=> function () {
  1135.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1136.         }, => 'onKernelController'], 0);
  1137.         $instance->addListener('kernel.controller', [=> function () {
  1138.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1139.         }, => 'onKernelController'], 0);
  1140.         $instance->addListener('kernel.controller', [=> function () {
  1141.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1142.         }, => 'onKernelController'], -128);
  1143.         $instance->addListener('kernel.view', [=> function () {
  1144.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1145.         }, => 'onKernelView'], 0);
  1146.         $instance->addListener('kernel.controller', [=> function () {
  1147.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1148.         }, => 'onKernelController'], 0);
  1149.         $instance->addListener('kernel.response', [=> function () {
  1150.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1151.         }, => 'onKernelResponse'], 0);
  1152.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1153.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1154.         }, => 'onKernelControllerArguments'], 0);
  1155.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1156.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1157.         }, => 'onKernelControllerArguments'], 0);
  1158.         $instance->addListener('kernel.response', [=> function () {
  1159.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1160.         }, => 'onKernelResponse'], 0);
  1161.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1162.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1163.         }, => 'onVoterVote'], 0);
  1164.         $instance->addListener('kernel.request', [=> function () {
  1165.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1166.         }, => 'configureLogoutUrlGenerator'], 8);
  1167.         $instance->addListener('kernel.request', [=> function () {
  1168.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1169.         }, => 'onKernelRequest'], 8);
  1170.         $instance->addListener('kernel.finish_request', [=> function () {
  1171.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1172.         }, => 'onKernelFinishRequest'], 0);
  1173.         $instance->addListener('kernel.exception', [=> function () {
  1174.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1175.         }, => 'onException'], 0);
  1176.         $instance->addListener('kernel.terminate', [=> function () {
  1177.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1178.         }, => 'onTerminate'], 0);
  1179.         $instance->addListener('console.error', [=> function () {
  1180.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1181.         }, => 'onException'], 0);
  1182.         $instance->addListener('console.terminate', [=> function () {
  1183.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1184.         }, => 'onTerminate'], 0);
  1185.         $instance->addListener('kernel.response', [=> function () {
  1186.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1187.         }, => 'onKernelResponse'], -128);
  1188.         $instance->addListener('console.command', [=> function () {
  1189.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1190.         }, => 'onCommand'], 255);
  1191.         $instance->addListener('console.terminate', [=> function () {
  1192.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1193.         }, => 'onTerminate'], -255);
  1194.         $instance->addListener('console.command', [=> function () {
  1195.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1196.         }, => 'configure'], 1024);
  1197.         $instance->addListener('console.error', [=> function () {
  1198.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1199.         }, => 'onConsoleError'], 0);
  1200.         $instance->addListener('console.terminate', [=> function () {
  1201.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1202.         }, => 'onConsoleTerminate'], 0);
  1203.         return $instance;
  1204.     }
  1205.     /**
  1206.      * Gets the public 'filesystem' shared service.
  1207.      *
  1208.      * @return \Symfony\Component\Filesystem\Filesystem
  1209.      */
  1210.     protected function getFilesystemService()
  1211.     {
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1213.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1214.     }
  1215.     /**
  1216.      * Gets the public 'form.factory' shared service.
  1217.      *
  1218.      * @return \Symfony\Component\Form\FormFactory
  1219.      */
  1220.     protected function getForm_FactoryService()
  1221.     {
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1224.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1225.     }
  1226.     /**
  1227.      * Gets the public 'form.type.file' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1230.      */
  1231.     protected function getForm_Type_FileService()
  1232.     {
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1236.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1237.     }
  1238.     /**
  1239.      * Gets the public 'http_kernel' shared service.
  1240.      *
  1241.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1242.      */
  1243.     protected function getHttpKernelService()
  1244.     {
  1245.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1246.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($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 () {
  1247.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1248.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1249.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1250.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1251.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1252.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1253.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1254.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1255.         }, 8)), $a));
  1256.     }
  1257.     /**
  1258.      * Gets the public 'profiler' shared service.
  1259.      *
  1260.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1261.      */
  1262.     protected function getProfilerService()
  1263.     {
  1264.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1265.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1266.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1267.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1268.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1269.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1270.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1271.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1272.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1273.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1274.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1275.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1276.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1277.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1278.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1279.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1280.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1281.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1282.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1283.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1284.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1285.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1286.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1287.         if ($this->has('kernel')) {
  1288.             $f->setKernel($b);
  1289.         }
  1290.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1291.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1292.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1293.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1294.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1295.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1296.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1297.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1298.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1299.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1300.         $instance->add($d);
  1301.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1302.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  1303.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1304.         $instance->add($e);
  1305.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1306.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1307.         $instance->add($f);
  1308.         return $instance;
  1309.     }
  1310.     /**
  1311.      * Gets the public 'request_stack' shared service.
  1312.      *
  1313.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1314.      */
  1315.     protected function getRequestStackService()
  1316.     {
  1317.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1318.     }
  1319.     /**
  1320.      * Gets the public 'router' shared service.
  1321.      *
  1322.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1323.      */
  1324.     protected function getRouterService()
  1325.     {
  1326.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1328.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1329.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1331.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1332.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1333.         ], [
  1334.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1335.         ]))->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'hu');
  1336.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1337.         return $instance;
  1338.     }
  1339.     /**
  1340.      * Gets the public 'routing.loader' shared service.
  1341.      *
  1342.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1343.      */
  1344.     protected function getRouting_LoaderService()
  1345.     {
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1353.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1361.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1362.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1363.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1364.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1365.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1367.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1369.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1371.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1372.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1373.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1374.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1375.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1376.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1377.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1378.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1379.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1380.             'kernel' => ['services''kernel''getKernelService'false],
  1381.         ], [
  1382.             'kernel' => 'App\\Kernel',
  1383.         ]))));
  1384.         $a->addLoader($c);
  1385.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1386.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1387.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1388.     }
  1389.     /**
  1390.      * Gets the public 'security.authentication_utils' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1393.      */
  1394.     protected function getSecurity_AuthenticationUtilsService()
  1395.     {
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1397.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1398.     }
  1399.     /**
  1400.      * Gets the public 'security.authorization_checker' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1403.      */
  1404.     protected function getSecurity_AuthorizationCheckerService()
  1405.     {
  1406.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1407.     }
  1408.     /**
  1409.      * Gets the public 'security.csrf.token_manager' shared service.
  1410.      *
  1411.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1412.      */
  1413.     protected function getSecurity_Csrf_TokenManagerService()
  1414.     {
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1422.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1423.     }
  1424.     /**
  1425.      * Gets the public 'security.password_encoder' shared service.
  1426.      *
  1427.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1428.      */
  1429.     protected function getSecurity_PasswordEncoderService()
  1430.     {
  1431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  1434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  1435.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  1436.     }
  1437.     /**
  1438.      * Gets the public 'security.token_storage' shared service.
  1439.      *
  1440.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1441.      */
  1442.     protected function getSecurity_TokenStorageService()
  1443.     {
  1444.         return $this->services['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, [
  1445.             'session' => ['services''session''getSessionService'false],
  1446.         ], [
  1447.             'session' => '?',
  1448.         ]));
  1449.     }
  1450.     /**
  1451.      * Gets the public 'serializer' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\Serializer\Serializer
  1454.      */
  1455.     protected function getSerializerService()
  1456.     {
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1492.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1493.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1494.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1495.     }
  1496.     /**
  1497.      * Gets the public 'services_resetter' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1500.      */
  1501.     protected function getServicesResetterService()
  1502.     {
  1503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1504.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1505.             if (isset($this->services['cache.app'])) {
  1506.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1507.             }
  1508.             if (isset($this->services['cache.system'])) {
  1509.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1510.             }
  1511.             if (isset($this->privates['cache.validator'])) {
  1512.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1513.             }
  1514.             if (isset($this->privates['cache.serializer'])) {
  1515.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1516.             }
  1517.             if (isset($this->privates['cache.annotations'])) {
  1518.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1519.             }
  1520.             if (isset($this->privates['cache.property_info'])) {
  1521.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1522.             }
  1523.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1524.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1525.             }
  1526.             if (isset($this->services['profiler'])) {
  1527.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1528.             }
  1529.             if (isset($this->services['validator'])) {
  1530.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1531.             }
  1532.             if (isset($this->privates['debug.stopwatch'])) {
  1533.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1534.             }
  1535.             if (isset($this->services['event_dispatcher'])) {
  1536.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1537.             }
  1538.             if (isset($this->services['doctrine'])) {
  1539.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1540.             }
  1541.             if (isset($this->privates['form.type.entity'])) {
  1542.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1543.             }
  1544.             if (isset($this->services['security.token_storage'])) {
  1545.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1546.             }
  1547.             if (isset($this->privates['cache.security_expression_language'])) {
  1548.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1549.             }
  1550.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  1551.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  1552.             }
  1553.             if (isset($this->privates['monolog.handler.main'])) {
  1554.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1555.             }
  1556.             if (isset($this->privates['monolog.handler.console'])) {
  1557.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1558.             }
  1559.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  1560.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  1561.             }
  1562.             if (isset($this->privates['cache.webpack_encore'])) {
  1563.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  1564.             }
  1565.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  1566.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  1567.             }
  1568.         }, function () {
  1569.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]']));
  1570.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset']]);
  1571.     }
  1572.     /**
  1573.      * Gets the public 'session' shared service.
  1574.      *
  1575.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1576.      */
  1577.     protected function getSessionService()
  1578.     {
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1581.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1582.     }
  1583.     /**
  1584.      * Gets the public 'swiftmailer.mailer.default' shared service.
  1585.      *
  1586.      * @return \Swift_Mailer
  1587.      */
  1588.     protected function getSwiftmailer_Mailer_DefaultService()
  1589.     {
  1590.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  1591.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  1592.     }
  1593.     /**
  1594.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  1595.      *
  1596.      * @return \Swift_Plugins_MessageLogger
  1597.      */
  1598.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  1599.     {
  1600.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1603.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  1604.     }
  1605.     /**
  1606.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  1607.      *
  1608.      * @return \Swift_Transport
  1609.      */
  1610.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  1611.     {
  1612.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1616.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i ''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  1617.     }
  1618.     /**
  1619.      * Gets the public 'swiftmailer.transport' shared service.
  1620.      *
  1621.      * @return \Swift_Transport_SpoolTransport
  1622.      */
  1623.     protected function getSwiftmailer_TransportService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  1628.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  1629.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  1630.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  1631.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  1632.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  1633.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  1634.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  1635.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1636.         return $instance;
  1637.     }
  1638.     /**
  1639.      * Gets the public 'translator' shared service.
  1640.      *
  1641.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1642.      */
  1643.     protected function getTranslatorService()
  1644.     {
  1645.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'twig' shared service.
  1649.      *
  1650.      * @return \Twig\Environment
  1651.      */
  1652.     protected function getTwigService()
  1653.     {
  1654.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1657.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1658.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1659.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1660.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1661.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1662.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1663.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1664.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1665.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1666.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1667.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1668.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1669.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1670.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1671.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1672.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1673.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1674.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1675.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1676.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1677.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1678.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1679.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1680.         $f->setEnvironment('dev');
  1681.         $f->setDebug(true);
  1682.         if ($this->has('security.token_storage')) {
  1683.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1684.         }
  1685.         if ($this->has('request_stack')) {
  1686.             $f->setRequestStack($d);
  1687.         }
  1688.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1689.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1690.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1691.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1692.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1693.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1694.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  1695.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1696.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1697.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1698.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1699.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1700.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1701.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1702.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1703.         $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())));
  1704.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1705.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1706.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1707.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1708.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1709.         ], [
  1710.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1711.             'webpack_encore.tag_renderer' => '?',
  1712.         ])));
  1713.         $instance->addGlobal('app'$f);
  1714.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1715.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1716.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1717.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1718.         ], [
  1719.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1720.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1721.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1722.         ])));
  1723.         $instance->addGlobal('url_rootnjtor'$this->getEnv('URL_ROOTONK'));
  1724.         $instance->addGlobal('url_rootnjt'$this->getEnv('URL_ROOTNJT'));
  1725.         $instance->addGlobal('url_magyarkozlony'$this->getEnv('URL_ROOTMK'));
  1726.         $instance->addGlobal('url_cegkozlony'$this->getEnv('URL_ROOTCK'));
  1727.         $instance->addGlobal('url_oktatasikozlony'$this->getEnv('URL_ROOTOKK'));
  1728.         $instance->addGlobal('url_indokolasok'$this->getEnv('URL_ROOTINDOKOLASOK'));
  1729.         $instance->addGlobal('url_rootnemzetkozi'$this->getEnv('URL_ROOTNEMZETKOZI'));
  1730.         $instance->addGlobal('url_roottranslatehu'$this->getEnv('URL_ROOTTRANSLATEHU'));
  1731.         $instance->addGlobal('url_roottranslateen'$this->getEnv('URL_ROOTTRANSLATEEN'));
  1732.         $instance->addGlobal('app_environment'$this->getEnv('APP_SITE_TYPE'));
  1733.         $instance->addGlobal('app_version'$this->getEnv('APP_VERSION'));
  1734.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1735.         return $instance;
  1736.     }
  1737.     /**
  1738.      * Gets the public 'twig.controller.exception' shared service.
  1739.      *
  1740.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1741.      *
  1742.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1743.      */
  1744.     protected function getTwig_Controller_ExceptionService()
  1745.     {
  1746.         trigger_deprecation('''''The "twig.controller.exception" service is deprecated since Symfony 4.4.');
  1747.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1748.     }
  1749.     /**
  1750.      * Gets the public 'twig.controller.preview_error' shared service.
  1751.      *
  1752.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1753.      *
  1754.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1755.      */
  1756.     protected function getTwig_Controller_PreviewErrorService()
  1757.     {
  1758.         trigger_deprecation('''''The "twig.controller.preview_error" service is deprecated since Symfony 4.4.');
  1759.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  1760.     }
  1761.     /**
  1762.      * Gets the public 'validator' shared service.
  1763.      *
  1764.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1765.      */
  1766.     protected function getValidatorService()
  1767.     {
  1768.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1769.     }
  1770.     /**
  1771.      * Gets the public 'var_dumper.cloner' shared service.
  1772.      *
  1773.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1774.      */
  1775.     protected function getVarDumper_ClonerService()
  1776.     {
  1777.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1778.         $instance->setMaxItems(2500);
  1779.         $instance->setMinDepth(1);
  1780.         $instance->setMaxString(-1);
  1781.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1782.         return $instance;
  1783.     }
  1784.     /**
  1785.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1786.      *
  1787.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1788.      */
  1789.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1790.     {
  1791.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1792.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  1793.     }
  1794.     /**
  1795.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1796.      *
  1797.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1798.      */
  1799.     protected function getWebProfiler_Controller_ProfilerService()
  1800.     {
  1801.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1802.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1803.     }
  1804.     /**
  1805.      * Gets the public 'web_profiler.controller.router' shared service.
  1806.      *
  1807.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1808.      */
  1809.     protected function getWebProfiler_Controller_RouterService()
  1810.     {
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1812.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  1813.     }
  1814.     /**
  1815.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1816.      *
  1817.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1818.      */
  1819.     protected function get_LegacyResolveControllerNameSubscriberService()
  1820.     {
  1821.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1822.     }
  1823.     /**
  1824.      * Gets the private '.service_locator..yHd_TL' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1827.      */
  1828.     protected function get_ServiceLocator__YHdTLService()
  1829.     {
  1830.         return $this->privates['.service_locator..yHd_TL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1831.             'App\\Controller\\ApiController::apiOnkLoadMigration' => ['privates''.service_locator.q8m3vZx''get_ServiceLocator_Q8m3vZxService'false],
  1832.             'App\\Controller\\ApiController::apiOnkMigration' => ['privates''.service_locator.q8m3vZx''get_ServiceLocator_Q8m3vZxService'false],
  1833.             'App\\Controller\\DbtransController::findTemakorok' => ['privates''.service_locator.XUTxUXy''get_ServiceLocator_XUTxUXyService'false],
  1834.             'App\\Controller\\DbtransController::resendPubStatRequest' => ['privates''.service_locator.mBFCfTP''get_ServiceLocator_MBFCfTPService'false],
  1835.             'App\\Controller\\DbtransController::serviceReloadHtml' => ['privates''.service_locator.sw9OD8C''get_ServiceLocator_Sw9OD8CService'false],
  1836.             'App\\Controller\\DbtransController::storeDbdata' => ['privates''.service_locator.XUTxUXy''get_ServiceLocator_XUTxUXyService'false],
  1837.             'App\\Controller\\PJAController::hivatkozasValidator' => ['privates''.service_locator.FPy9AcB''get_ServiceLocator_FPy9AcBService'false],
  1838.             'App\\Controller\\ApiController:apiOnkLoadMigration' => ['privates''.service_locator.q8m3vZx''get_ServiceLocator_Q8m3vZxService'false],
  1839.             'App\\Controller\\ApiController:apiOnkMigration' => ['privates''.service_locator.q8m3vZx''get_ServiceLocator_Q8m3vZxService'false],
  1840.             'App\\Controller\\DbtransController:findTemakorok' => ['privates''.service_locator.XUTxUXy''get_ServiceLocator_XUTxUXyService'false],
  1841.             'App\\Controller\\DbtransController:resendPubStatRequest' => ['privates''.service_locator.mBFCfTP''get_ServiceLocator_MBFCfTPService'false],
  1842.             'App\\Controller\\DbtransController:serviceReloadHtml' => ['privates''.service_locator.sw9OD8C''get_ServiceLocator_Sw9OD8CService'false],
  1843.             'App\\Controller\\DbtransController:storeDbdata' => ['privates''.service_locator.XUTxUXy''get_ServiceLocator_XUTxUXyService'false],
  1844.             'App\\Controller\\PJAController:hivatkozasValidator' => ['privates''.service_locator.FPy9AcB''get_ServiceLocator_FPy9AcBService'false],
  1845.         ], [
  1846.             'App\\Controller\\ApiController::apiOnkLoadMigration' => '?',
  1847.             'App\\Controller\\ApiController::apiOnkMigration' => '?',
  1848.             'App\\Controller\\DbtransController::findTemakorok' => '?',
  1849.             'App\\Controller\\DbtransController::resendPubStatRequest' => '?',
  1850.             'App\\Controller\\DbtransController::serviceReloadHtml' => '?',
  1851.             'App\\Controller\\DbtransController::storeDbdata' => '?',
  1852.             'App\\Controller\\PJAController::hivatkozasValidator' => '?',
  1853.             'App\\Controller\\ApiController:apiOnkLoadMigration' => '?',
  1854.             'App\\Controller\\ApiController:apiOnkMigration' => '?',
  1855.             'App\\Controller\\DbtransController:findTemakorok' => '?',
  1856.             'App\\Controller\\DbtransController:resendPubStatRequest' => '?',
  1857.             'App\\Controller\\DbtransController:serviceReloadHtml' => '?',
  1858.             'App\\Controller\\DbtransController:storeDbdata' => '?',
  1859.             'App\\Controller\\PJAController:hivatkozasValidator' => '?',
  1860.         ]);
  1861.     }
  1862.     /**
  1863.      * Gets the private '.service_locator.FPy9AcB' shared service.
  1864.      *
  1865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1866.      */
  1867.     protected function get_ServiceLocator_FPy9AcBService()
  1868.     {
  1869.         return $this->privates['.service_locator.FPy9AcB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1870.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1871.         ], [
  1872.             'logger' => '?',
  1873.         ]);
  1874.     }
  1875.     /**
  1876.      * Gets the private '.service_locator.XUTxUXy' shared service.
  1877.      *
  1878.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1879.      */
  1880.     protected function get_ServiceLocator_XUTxUXyService()
  1881.     {
  1882.         return $this->privates['.service_locator.XUTxUXy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1883.             'container' => ['privates''parameter_bag''getParameterBagService'false],
  1884.         ], [
  1885.             'container' => '?',
  1886.         ]);
  1887.     }
  1888.     /**
  1889.      * Gets the private '.service_locator.mBFCfTP' shared service.
  1890.      *
  1891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1892.      */
  1893.     protected function get_ServiceLocator_MBFCfTPService()
  1894.     {
  1895.         return $this->privates['.service_locator.mBFCfTP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1896.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1897.             'manager' => ['services''doctrine''getDoctrineService'false],
  1898.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  1899.         ], [
  1900.             'logger' => '?',
  1901.             'manager' => '?',
  1902.             'params' => '?',
  1903.         ]);
  1904.     }
  1905.     /**
  1906.      * Gets the private '.service_locator.o_lgDLg' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1909.      */
  1910.     protected function get_ServiceLocator_OLgDLgService()
  1911.     {
  1912.         return $this->privates['.service_locator.o_lgDLg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1913.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1914.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  1915.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1916.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1917.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1918.             'router' => ['services''router''getRouterService'false],
  1919.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  1920.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  1921.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  1922.             'serializer' => ['services''serializer''getSerializerService'false],
  1923.             'session' => ['services''session''getSessionService'false],
  1924.             'twig' => ['services''twig''getTwigService'false],
  1925.         ], [
  1926.             'doctrine' => '?',
  1927.             'form.factory' => '?',
  1928.             'http_kernel' => '?',
  1929.             'parameter_bag' => '?',
  1930.             'request_stack' => '?',
  1931.             'router' => '?',
  1932.             'security.authorization_checker' => '?',
  1933.             'security.csrf.token_manager' => '?',
  1934.             'security.token_storage' => '?',
  1935.             'serializer' => '?',
  1936.             'session' => '?',
  1937.             'twig' => '?',
  1938.         ]);
  1939.     }
  1940.     /**
  1941.      * Gets the private '.service_locator.q8m3vZx' shared service.
  1942.      *
  1943.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1944.      */
  1945.     protected function get_ServiceLocator_Q8m3vZxService()
  1946.     {
  1947.         return $this->privates['.service_locator.q8m3vZx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1948.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1949.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  1950.         ], [
  1951.             'logger' => '?',
  1952.             'params' => '?',
  1953.         ]);
  1954.     }
  1955.     /**
  1956.      * Gets the private '.service_locator.sw9OD8C' shared service.
  1957.      *
  1958.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1959.      */
  1960.     protected function get_ServiceLocator_Sw9OD8CService()
  1961.     {
  1962.         return $this->privates['.service_locator.sw9OD8C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1963.             'container' => ['privates''parameter_bag''getParameterBagService'false],
  1964.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1965.         ], [
  1966.             'container' => '?',
  1967.             'logger' => '?',
  1968.         ]);
  1969.     }
  1970.     /**
  1971.      * Gets the private 'App\Command\DbtransPublicFinalizeCommand' shared autowired service.
  1972.      *
  1973.      * @return \App\Command\DbtransPublicFinalizeCommand
  1974.      */
  1975.     protected function getDbtransPublicFinalizeCommandService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1978.         include_once \dirname(__DIR__4).'/src/Command/DbtransPublicFinalizeCommand.php';
  1979.         $this->privates['App\\Command\\DbtransPublicFinalizeCommand'] = $instance = new \App\Command\DbtransPublicFinalizeCommand(NULL, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1980.         $instance->setName('dbtrans:public:finalize');
  1981.         return $instance;
  1982.     }
  1983.     /**
  1984.      * Gets the private 'App\Command\MigrationJogszabalyidRegenerateCommand' shared autowired service.
  1985.      *
  1986.      * @return \App\Command\MigrationJogszabalyidRegenerateCommand
  1987.      */
  1988.     protected function getMigrationJogszabalyidRegenerateCommandService()
  1989.     {
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1991.         include_once \dirname(__DIR__4).'/src/Command/MigrationJogszabalyidRegenerateCommand.php';
  1992.         $this->privates['App\\Command\\MigrationJogszabalyidRegenerateCommand'] = $instance = new \App\Command\MigrationJogszabalyidRegenerateCommand(NULL, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1993.         $instance->setName('app:migration:jogszabalyid:regenerate');
  1994.         return $instance;
  1995.     }
  1996.     /**
  1997.      * Gets the private 'App\Command\MigrationStartCommand' shared autowired service.
  1998.      *
  1999.      * @return \App\Command\MigrationStartCommand
  2000.      */
  2001.     protected function getMigrationStartCommandService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2004.         include_once \dirname(__DIR__4).'/src/Command/MigrationStartCommand.php';
  2005.         $this->privates['App\\Command\\MigrationStartCommand'] = $instance = new \App\Command\MigrationStartCommand(NULL, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2006.         $instance->setName('app:migration:start');
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the private 'App\Command\RefreshDbCommand' shared autowired service.
  2011.      *
  2012.      * @return \App\Command\RefreshDbCommand
  2013.      */
  2014.     protected function getRefreshDbCommandService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2017.         include_once \dirname(__DIR__4).'/src/Command/RefreshDbCommand.php';
  2018.         $this->privates['App\\Command\\RefreshDbCommand'] = $instance = new \App\Command\RefreshDbCommand(NULL, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2019.         $instance->setName('dbtrans:public:start');
  2020.         return $instance;
  2021.     }
  2022.     /**
  2023.      * Gets the private 'App\Repository\BlokkPozicioRepository' shared autowired service.
  2024.      *
  2025.      * @return \App\Repository\BlokkPozicioRepository
  2026.      */
  2027.     protected function getBlokkPozicioRepositoryService()
  2028.     {
  2029.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2034.         include_once \dirname(__DIR__4).'/src/Repository/BlokkPozicioRepository.php';
  2035.         return $this->privates['App\\Repository\\BlokkPozicioRepository'] = new \App\Repository\BlokkPozicioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'App\Repository\BlokkRepository' shared autowired service.
  2039.      *
  2040.      * @return \App\Repository\BlokkRepository
  2041.      */
  2042.     protected function getBlokkRepositoryService()
  2043.     {
  2044.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2049.         include_once \dirname(__DIR__4).'/src/Repository/BlokkRepository.php';
  2050.         return $this->privates['App\\Repository\\BlokkRepository'] = new \App\Repository\BlokkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2051.     }
  2052.     /**
  2053.      * Gets the private 'App\Repository\DbTransferRepository' shared autowired service.
  2054.      *
  2055.      * @return \App\Repository\DbTransferRepository
  2056.      */
  2057.     protected function getDbTransferRepositoryService()
  2058.     {
  2059.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2064.         include_once \dirname(__DIR__4).'/src/Repository/DbTransferRepository.php';
  2065.         return $this->privates['App\\Repository\\DbTransferRepository'] = new \App\Repository\DbTransferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2066.     }
  2067.     /**
  2068.      * Gets the private 'App\Repository\DocumentsRepository' shared autowired service.
  2069.      *
  2070.      * @return \App\Repository\DocumentsRepository
  2071.      */
  2072.     protected function getDocumentsRepositoryService()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2077.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2079.         include_once \dirname(__DIR__4).'/src/Repository/DocumentsRepository.php';
  2080.         return $this->privates['App\\Repository\\DocumentsRepository'] = new \App\Repository\DocumentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2081.     }
  2082.     /**
  2083.      * Gets the private 'App\Repository\DoktipusRepository' shared autowired service.
  2084.      *
  2085.      * @return \App\Repository\DoktipusRepository
  2086.      */
  2087.     protected function getDoktipusRepositoryService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2094.         include_once \dirname(__DIR__4).'/src/Repository/DoktipusRepository.php';
  2095.         return $this->privates['App\\Repository\\DoktipusRepository'] = new \App\Repository\DoktipusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2096.     }
  2097.     /**
  2098.      * Gets the private 'App\Repository\HivatalRepository' shared autowired service.
  2099.      *
  2100.      * @return \App\Repository\HivatalRepository
  2101.      */
  2102.     protected function getHivatalRepositoryService()
  2103.     {
  2104.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2109.         include_once \dirname(__DIR__4).'/src/Repository/HivatalRepository.php';
  2110.         return $this->privates['App\\Repository\\HivatalRepository'] = new \App\Repository\HivatalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2111.     }
  2112.     /**
  2113.      * Gets the private 'App\Repository\HivatalTipusRepository' shared autowired service.
  2114.      *
  2115.      * @return \App\Repository\HivatalTipusRepository
  2116.      */
  2117.     protected function getHivatalTipusRepositoryService()
  2118.     {
  2119.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2120.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2124.         include_once \dirname(__DIR__4).'/src/Repository/HivatalTipusRepository.php';
  2125.         return $this->privates['App\\Repository\\HivatalTipusRepository'] = new \App\Repository\HivatalTipusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2126.     }
  2127.     /**
  2128.      * Gets the private 'App\Repository\JogtipusRepository' shared autowired service.
  2129.      *
  2130.      * @return \App\Repository\JogtipusRepository
  2131.      */
  2132.     protected function getJogtipusRepositoryService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2139.         include_once \dirname(__DIR__4).'/src/Repository/JogtipusRepository.php';
  2140.         return $this->privates['App\\Repository\\JogtipusRepository'] = new \App\Repository\JogtipusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2141.     }
  2142.     /**
  2143.      * Gets the private 'App\Repository\KibTestuletRepository' shared autowired service.
  2144.      *
  2145.      * @return \App\Repository\KibTestuletRepository
  2146.      */
  2147.     protected function getKibTestuletRepositoryService()
  2148.     {
  2149.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2154.         include_once \dirname(__DIR__4).'/src/Repository/KibTestuletRepository.php';
  2155.         return $this->privates['App\\Repository\\KibTestuletRepository'] = new \App\Repository\KibTestuletRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2156.     }
  2157.     /**
  2158.      * Gets the private 'App\Repository\KibocsatoRepository' shared autowired service.
  2159.      *
  2160.      * @return \App\Repository\KibocsatoRepository
  2161.      */
  2162.     protected function getKibocsatoRepositoryService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2169.         include_once \dirname(__DIR__4).'/src/Repository/KibocsatoRepository.php';
  2170.         return $this->privates['App\\Repository\\KibocsatoRepository'] = new \App\Repository\KibocsatoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2171.     }
  2172.     /**
  2173.      * Gets the private 'App\Repository\MegyeRepository' shared autowired service.
  2174.      *
  2175.      * @return \App\Repository\MegyeRepository
  2176.      */
  2177.     protected function getMegyeRepositoryService()
  2178.     {
  2179.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2184.         include_once \dirname(__DIR__4).'/src/Repository/MegyeRepository.php';
  2185.         return $this->privates['App\\Repository\\MegyeRepository'] = new \App\Repository\MegyeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2186.     }
  2187.     /**
  2188.      * Gets the private 'App\Repository\SsauthRepository' shared autowired service.
  2189.      *
  2190.      * @return \App\Repository\SsauthRepository
  2191.      */
  2192.     protected function getSsauthRepositoryService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2199.         include_once \dirname(__DIR__4).'/src/Repository/SsauthRepository.php';
  2200.         return $this->privates['App\\Repository\\SsauthRepository'] = new \App\Repository\SsauthRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2201.     }
  2202.     /**
  2203.      * Gets the private 'App\Repository\TartalmiEgysegRepository' shared autowired service.
  2204.      *
  2205.      * @return \App\Repository\TartalmiEgysegRepository
  2206.      */
  2207.     protected function getTartalmiEgysegRepositoryService()
  2208.     {
  2209.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2214.         include_once \dirname(__DIR__4).'/src/Repository/TartalmiEgysegRepository.php';
  2215.         return $this->privates['App\\Repository\\TartalmiEgysegRepository'] = new \App\Repository\TartalmiEgysegRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2216.     }
  2217.     /**
  2218.      * Gets the private 'App\Repository\TeleptipRepository' shared autowired service.
  2219.      *
  2220.      * @return \App\Repository\TeleptipRepository
  2221.      */
  2222.     protected function getTeleptipRepositoryService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2229.         include_once \dirname(__DIR__4).'/src/Repository/TeleptipRepository.php';
  2230.         return $this->privates['App\\Repository\\TeleptipRepository'] = new \App\Repository\TeleptipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'App\Repository\TelepulesRepository' shared autowired service.
  2234.      *
  2235.      * @return \App\Repository\TelepulesRepository
  2236.      */
  2237.     protected function getTelepulesRepositoryService()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2244.         include_once \dirname(__DIR__4).'/src/Repository/TelepulesRepository.php';
  2245.         return $this->privates['App\\Repository\\TelepulesRepository'] = new \App\Repository\TelepulesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2246.     }
  2247.     /**
  2248.      * Gets the private 'App\Repository\TemakorRepository' shared autowired service.
  2249.      *
  2250.      * @return \App\Repository\TemakorRepository
  2251.      */
  2252.     protected function getTemakorRepositoryService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2255.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2259.         include_once \dirname(__DIR__4).'/src/Repository/TemakorRepository.php';
  2260.         return $this->privates['App\\Repository\\TemakorRepository'] = new \App\Repository\TemakorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2261.     }
  2262.     /**
  2263.      * Gets the private 'App\Repository\ValtozatRepository' shared autowired service.
  2264.      *
  2265.      * @return \App\Repository\ValtozatRepository
  2266.      */
  2267.     protected function getValtozatRepositoryService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2274.         include_once \dirname(__DIR__4).'/src/Repository/ValtozatRepository.php';
  2275.         return $this->privates['App\\Repository\\ValtozatRepository'] = new \App\Repository\ValtozatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2276.     }
  2277.     /**
  2278.      * Gets the private 'App\Repository\WadminRepository' shared autowired service.
  2279.      *
  2280.      * @return \App\Repository\WadminRepository
  2281.      */
  2282.     protected function getWadminRepositoryService()
  2283.     {
  2284.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2285.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2289.         include_once \dirname(__DIR__4).'/src/Repository/WadminRepository.php';
  2290.         return $this->privates['App\\Repository\\WadminRepository'] = new \App\Repository\WadminRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2291.     }
  2292.     /**
  2293.      * Gets the private 'annotations.cache' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\Cache\DoctrineProvider
  2296.      */
  2297.     protected function getAnnotations_CacheService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2301.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2302.     }
  2303.     /**
  2304.      * Gets the private 'annotations.cache_warmer' shared service.
  2305.      *
  2306.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2307.      */
  2308.     protected function getAnnotations_CacheWarmerService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2313.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2314.     }
  2315.     /**
  2316.      * Gets the private 'annotations.cached_reader' shared service.
  2317.      *
  2318.      * @return \Doctrine\Common\Annotations\CachedReader
  2319.      */
  2320.     protected function getAnnotations_CachedReaderService()
  2321.     {
  2322.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2323.     }
  2324.     /**
  2325.      * Gets the private 'annotations.reader' shared service.
  2326.      *
  2327.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2328.      */
  2329.     protected function getAnnotations_ReaderService()
  2330.     {
  2331.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2332.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2333.         $a->registerUniqueLoader('class_exists');
  2334.         $instance->addGlobalIgnoredName('required'$a);
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the private 'assets.packages' shared service.
  2339.      *
  2340.      * @return \Symfony\Component\Asset\Packages
  2341.      */
  2342.     protected function getAssets_PackagesService()
  2343.     {
  2344.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2345.     }
  2346.     /**
  2347.      * Gets the private 'cache.annotations' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2350.      */
  2351.     protected function getCache_AnnotationsService()
  2352.     {
  2353.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Dl4SZQuAe2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2354.     }
  2355.     /**
  2356.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2359.      */
  2360.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2361.     {
  2362.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2363.     }
  2364.     /**
  2365.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2366.      *
  2367.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2368.      */
  2369.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2370.     {
  2371.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2372.     }
  2373.     /**
  2374.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2375.      *
  2376.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2377.      */
  2378.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2379.     {
  2380.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2381.     }
  2382.     /**
  2383.      * Gets the private 'cache.property_info' shared service.
  2384.      *
  2385.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2386.      */
  2387.     protected function getCache_PropertyInfoService()
  2388.     {
  2389.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2vqJAecPry'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2390.     }
  2391.     /**
  2392.      * Gets the private 'cache.security_expression_language' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2395.      */
  2396.     protected function getCache_SecurityExpressionLanguageService()
  2397.     {
  2398.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TYBeqb5ZFa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2399.     }
  2400.     /**
  2401.      * Gets the private 'cache.serializer' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2404.      */
  2405.     protected function getCache_SerializerService()
  2406.     {
  2407.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kCX9zaDBCz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'cache.validator' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2413.      */
  2414.     protected function getCache_ValidatorService()
  2415.     {
  2416.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uxQ1WWs6LN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2417.     }
  2418.     /**
  2419.      * Gets the private 'cache.webpack_encore' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2422.      */
  2423.     protected function getCache_WebpackEncoreService()
  2424.     {
  2425.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-L9-9iEymC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2426.     }
  2427.     /**
  2428.      * Gets the private 'config_cache_factory' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2431.      */
  2432.     protected function getConfigCacheFactoryService()
  2433.     {
  2434.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2435.             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)));
  2436.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2437.         }, 2));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'console.command.about' shared service.
  2441.      *
  2442.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2443.      */
  2444.     protected function getConsole_Command_AboutService()
  2445.     {
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2448.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2449.         $instance->setName('about');
  2450.         return $instance;
  2451.     }
  2452.     /**
  2453.      * Gets the private 'console.command.assets_install' shared service.
  2454.      *
  2455.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2456.      */
  2457.     protected function getConsole_Command_AssetsInstallService()
  2458.     {
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2462.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2463.         $instance->setName('assets:install');
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the private 'console.command.cache_clear' shared service.
  2468.      *
  2469.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2470.      */
  2471.     protected function getConsole_Command_CacheClearService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2475.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2476.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2477.         $instance->setName('cache:clear');
  2478.         return $instance;
  2479.     }
  2480.     /**
  2481.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2482.      *
  2483.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2484.      */
  2485.     protected function getConsole_Command_CachePoolClearService()
  2486.     {
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2489.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2490.         $instance->setName('cache:pool:clear');
  2491.         return $instance;
  2492.     }
  2493.     /**
  2494.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2495.      *
  2496.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2497.      */
  2498.     protected function getConsole_Command_CachePoolDeleteService()
  2499.     {
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2502.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2503.         $instance->setName('cache:pool:delete');
  2504.         return $instance;
  2505.     }
  2506.     /**
  2507.      * Gets the private 'console.command.cache_pool_list' shared service.
  2508.      *
  2509.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2510.      */
  2511.     protected function getConsole_Command_CachePoolListService()
  2512.     {
  2513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2515.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  2516.         $instance->setName('cache:pool:list');
  2517.         return $instance;
  2518.     }
  2519.     /**
  2520.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2521.      *
  2522.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2523.      */
  2524.     protected function getConsole_Command_CachePoolPruneService()
  2525.     {
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2528.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2529.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2530.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2531.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2532.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2533.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2534.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2535.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2536.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2537.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2538.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2539.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  2540.         }, 11));
  2541.         $instance->setName('cache:pool:prune');
  2542.         return $instance;
  2543.     }
  2544.     /**
  2545.      * Gets the private 'console.command.cache_warmup' shared service.
  2546.      *
  2547.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2548.      */
  2549.     protected function getConsole_Command_CacheWarmupService()
  2550.     {
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2553.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2554.         $instance->setName('cache:warmup');
  2555.         return $instance;
  2556.     }
  2557.     /**
  2558.      * Gets the private 'console.command.config_debug' shared service.
  2559.      *
  2560.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2561.      */
  2562.     protected function getConsole_Command_ConfigDebugService()
  2563.     {
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2568.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2569.         $instance->setName('debug:config');
  2570.         return $instance;
  2571.     }
  2572.     /**
  2573.      * Gets the private 'console.command.config_dump_reference' shared service.
  2574.      *
  2575.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2576.      */
  2577.     protected function getConsole_Command_ConfigDumpReferenceService()
  2578.     {
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2583.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2584.         $instance->setName('config:dump-reference');
  2585.         return $instance;
  2586.     }
  2587.     /**
  2588.      * Gets the private 'console.command.container_debug' shared service.
  2589.      *
  2590.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2591.      */
  2592.     protected function getConsole_Command_ContainerDebugService()
  2593.     {
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2596.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2597.         $instance->setName('debug:container');
  2598.         return $instance;
  2599.     }
  2600.     /**
  2601.      * Gets the private 'console.command.container_lint' shared service.
  2602.      *
  2603.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2604.      */
  2605.     protected function getConsole_Command_ContainerLintService()
  2606.     {
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2609.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2610.         $instance->setName('lint:container');
  2611.         return $instance;
  2612.     }
  2613.     /**
  2614.      * Gets the private 'console.command.debug_autowiring' shared service.
  2615.      *
  2616.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2617.      */
  2618.     protected function getConsole_Command_DebugAutowiringService()
  2619.     {
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2623.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2624.         $instance->setName('debug:autowiring');
  2625.         return $instance;
  2626.     }
  2627.     /**
  2628.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2629.      *
  2630.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2631.      */
  2632.     protected function getConsole_Command_EventDispatcherDebugService()
  2633.     {
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2636.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2637.         $instance->setName('debug:event-dispatcher');
  2638.         return $instance;
  2639.     }
  2640.     /**
  2641.      * Gets the private 'console.command.form_debug' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Form\Command\DebugCommand
  2644.      */
  2645.     protected function getConsole_Command_FormDebugService()
  2646.     {
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2649.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2650.         $instance->setName('debug:form');
  2651.         return $instance;
  2652.     }
  2653.     /**
  2654.      * Gets the private 'console.command.router_debug' shared service.
  2655.      *
  2656.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2657.      */
  2658.     protected function getConsole_Command_RouterDebugService()
  2659.     {
  2660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2662.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2663.         $instance->setName('debug:router');
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the private 'console.command.router_match' shared service.
  2668.      *
  2669.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2670.      */
  2671.     protected function getConsole_Command_RouterMatchService()
  2672.     {
  2673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2675.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2676.         $instance->setName('router:match');
  2677.         return $instance;
  2678.     }
  2679.     /**
  2680.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2681.      *
  2682.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2683.      */
  2684.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2692.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2693.         $instance->setName('secrets:decrypt-to-local');
  2694.         return $instance;
  2695.     }
  2696.     /**
  2697.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2698.      *
  2699.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2700.      */
  2701.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2709.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2710.         $instance->setName('secrets:encrypt-from-local');
  2711.         return $instance;
  2712.     }
  2713.     /**
  2714.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2715.      *
  2716.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2717.      */
  2718.     protected function getConsole_Command_SecretsGenerateKeyService()
  2719.     {
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2726.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2727.         $instance->setName('secrets:generate-keys');
  2728.         return $instance;
  2729.     }
  2730.     /**
  2731.      * Gets the private 'console.command.secrets_list' shared service.
  2732.      *
  2733.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2734.      */
  2735.     protected function getConsole_Command_SecretsListService()
  2736.     {
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2743.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2744.         $instance->setName('secrets:list');
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the private 'console.command.secrets_remove' shared service.
  2749.      *
  2750.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2751.      */
  2752.     protected function getConsole_Command_SecretsRemoveService()
  2753.     {
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2760.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2761.         $instance->setName('secrets:remove');
  2762.         return $instance;
  2763.     }
  2764.     /**
  2765.      * Gets the private 'console.command.secrets_set' shared service.
  2766.      *
  2767.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2768.      */
  2769.     protected function getConsole_Command_SecretsSetService()
  2770.     {
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2774.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2777.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2778.         $instance->setName('secrets:set');
  2779.         return $instance;
  2780.     }
  2781.     /**
  2782.      * Gets the private 'console.command.translation_debug' shared service.
  2783.      *
  2784.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2785.      */
  2786.     protected function getConsole_Command_TranslationDebugService()
  2787.     {
  2788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2790.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2791.         $instance->setName('debug:translation');
  2792.         return $instance;
  2793.     }
  2794.     /**
  2795.      * Gets the private 'console.command.translation_update' shared service.
  2796.      *
  2797.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  2798.      */
  2799.     protected function getConsole_Command_TranslationUpdateService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  2807.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  2809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  2817.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  2818.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  2819.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  2820.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  2821.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  2822.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  2823.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  2824.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  2825.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  2826.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  2827.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  2828.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  2829.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'hu', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2830.         $instance->setName('translation:update');
  2831.         return $instance;
  2832.     }
  2833.     /**
  2834.      * Gets the private 'console.command.xliff_lint' shared service.
  2835.      *
  2836.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  2837.      */
  2838.     protected function getConsole_Command_XliffLintService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  2843.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  2844.         $instance->setName('lint:xliff');
  2845.         return $instance;
  2846.     }
  2847.     /**
  2848.      * Gets the private 'console.command.yaml_lint' shared service.
  2849.      *
  2850.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  2851.      */
  2852.     protected function getConsole_Command_YamlLintService()
  2853.     {
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  2857.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  2858.         $instance->setName('lint:yaml');
  2859.         return $instance;
  2860.     }
  2861.     /**
  2862.      * Gets the private 'console.error_listener' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  2865.      */
  2866.     protected function getConsole_ErrorListenerService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  2869.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  2870.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2871.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2872.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2873.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  2874.     }
  2875.     /**
  2876.      * Gets the private 'container.env_var_processor' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  2879.      */
  2880.     protected function getContainer_EnvVarProcessorService()
  2881.     {
  2882.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  2884.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  2885.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  2886.         }, 1));
  2887.     }
  2888.     /**
  2889.      * Gets the private 'data_collector.form' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2892.      */
  2893.     protected function getDataCollector_FormService()
  2894.     {
  2895.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2896.     }
  2897.     /**
  2898.      * Gets the private 'debug.argument_resolver.default' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2901.      */
  2902.     protected function getDebug_ArgumentResolver_DefaultService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2905.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  2907.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2908.     }
  2909.     /**
  2910.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2913.      */
  2914.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  2919.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator..yHd_TL'] ?? $this->get_ServiceLocator__YHdTLService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'debug.argument_resolver.request' shared service.
  2923.      *
  2924.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2925.      */
  2926.     protected function getDebug_ArgumentResolver_RequestService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  2931.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2932.     }
  2933.     /**
  2934.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2937.      */
  2938.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  2943.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2944.     }
  2945.     /**
  2946.      * Gets the private 'debug.argument_resolver.service' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2949.      */
  2950.     protected function getDebug_ArgumentResolver_ServiceService()
  2951.     {
  2952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  2955.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator..yHd_TL'] ?? $this->get_ServiceLocator__YHdTLService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2956.     }
  2957.     /**
  2958.      * Gets the private 'debug.argument_resolver.session' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2961.      */
  2962.     protected function getDebug_ArgumentResolver_SessionService()
  2963.     {
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  2967.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2968.     }
  2969.     /**
  2970.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  2973.      */
  2974.     protected function getDebug_ArgumentResolver_VariadicService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  2979.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2980.     }
  2981.     /**
  2982.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2983.      *
  2984.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2985.      */
  2986.     protected function getDebug_DebugHandlersListenerService()
  2987.     {
  2988.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2989.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2990.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2991.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2992.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2993.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  2994.     }
  2995.     /**
  2996.      * Gets the private 'debug.dump_listener' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  2999.      */
  3000.     protected function getDebug_DumpListenerService()
  3001.     {
  3002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3004.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3005.     }
  3006.     /**
  3007.      * Gets the private 'debug.file_link_formatter' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3010.      */
  3011.     protected function getDebug_FileLinkFormatterService()
  3012.     {
  3013.         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 () {
  3014.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3015.         });
  3016.     }
  3017.     /**
  3018.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3019.      *
  3020.      * @return \string
  3021.      */
  3022.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3023.     {
  3024.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3025.     }
  3026.     /**
  3027.      * Gets the private 'debug.log_processor' shared service.
  3028.      *
  3029.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3030.      */
  3031.     protected function getDebug_LogProcessorService()
  3032.     {
  3033.         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())));
  3034.     }
  3035.     /**
  3036.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3039.      */
  3040.     protected function getDebug_Security_Access_DecisionManagerService()
  3041.     {
  3042.         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 () {
  3043.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3044.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3045.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3046.         }, 3), 'affirmative'falsetrue));
  3047.     }
  3048.     /**
  3049.      * Gets the private 'debug.security.firewall' shared service.
  3050.      *
  3051.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3052.      */
  3053.     protected function getDebug_Security_FirewallService()
  3054.     {
  3055.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3059.      *
  3060.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3061.      */
  3062.     protected function getDebug_Security_UserValueResolverService()
  3063.     {
  3064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3067.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3068.     }
  3069.     /**
  3070.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3071.      *
  3072.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3073.      */
  3074.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3075.     {
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3079.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3080.     }
  3081.     /**
  3082.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3083.      *
  3084.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3085.      */
  3086.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3091.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3092.     }
  3093.     /**
  3094.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3095.      *
  3096.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3097.      */
  3098.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3099.     {
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3101.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3103.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3107.      *
  3108.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3109.      */
  3110.     protected function getDebug_Security_Voter_VoteListenerService()
  3111.     {
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3113.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3117.      *
  3118.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3119.      */
  3120.     protected function getDoctrine_CacheClearMetadataCommandService()
  3121.     {
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3125.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3126.         $instance->setName('doctrine:cache:clear-metadata');
  3127.         return $instance;
  3128.     }
  3129.     /**
  3130.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3131.      *
  3132.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3133.      */
  3134.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3135.     {
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3139.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3140.         $instance->setName('doctrine:cache:clear-query');
  3141.         return $instance;
  3142.     }
  3143.     /**
  3144.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3145.      *
  3146.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3147.      */
  3148.     protected function getDoctrine_CacheClearResultCommandService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3153.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3154.         $instance->setName('doctrine:cache:clear-result');
  3155.         return $instance;
  3156.     }
  3157.     /**
  3158.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3159.      *
  3160.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3161.      */
  3162.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3167.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3168.         $instance->setName('doctrine:cache:clear-collection-region');
  3169.         return $instance;
  3170.     }
  3171.     /**
  3172.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3173.      *
  3174.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3175.      */
  3176.     protected function getDoctrine_ClearEntityRegionCommandService()
  3177.     {
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3181.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3182.         $instance->setName('doctrine:cache:clear-entity-region');
  3183.         return $instance;
  3184.     }
  3185.     /**
  3186.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3187.      *
  3188.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3189.      */
  3190.     protected function getDoctrine_ClearQueryRegionCommandService()
  3191.     {
  3192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3195.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3196.         $instance->setName('doctrine:cache:clear-query-region');
  3197.         return $instance;
  3198.     }
  3199.     /**
  3200.      * Gets the private 'doctrine.database_create_command' shared service.
  3201.      *
  3202.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3203.      */
  3204.     protected function getDoctrine_DatabaseCreateCommandService()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3209.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3210.         $instance->setName('doctrine:database:create');
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the private 'doctrine.database_drop_command' shared service.
  3215.      *
  3216.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3217.      */
  3218.     protected function getDoctrine_DatabaseDropCommandService()
  3219.     {
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3223.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3224.         $instance->setName('doctrine:database:drop');
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the private 'doctrine.database_import_command' shared service.
  3229.      *
  3230.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3231.      */
  3232.     protected function getDoctrine_DatabaseImportCommandService()
  3233.     {
  3234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3237.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3238.         $instance->setName('doctrine:database:import');
  3239.         return $instance;
  3240.     }
  3241.     /**
  3242.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3243.      *
  3244.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3245.      */
  3246.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3251.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3252.         $instance->setName('doctrine:ensure-production-settings');
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3257.      *
  3258.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3259.      */
  3260.     protected function getDoctrine_FixturesLoadCommandService()
  3261.     {
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3269.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3273.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  3274.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3275.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []]]);
  3276.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()));
  3277.         $instance->setName('doctrine:fixtures:load');
  3278.         return $instance;
  3279.     }
  3280.     /**
  3281.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3282.      *
  3283.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3284.      */
  3285.     protected function getDoctrine_MappingConvertCommandService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3290.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3291.         $instance->setName('doctrine:mapping:convert');
  3292.         return $instance;
  3293.     }
  3294.     /**
  3295.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3296.      *
  3297.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3298.      */
  3299.     protected function getDoctrine_MappingImportCommandService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3304.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3305.         $instance->setName('doctrine:mapping:import');
  3306.         return $instance;
  3307.     }
  3308.     /**
  3309.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3310.      *
  3311.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3312.      */
  3313.     protected function getDoctrine_MappingInfoCommandService()
  3314.     {
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3318.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3319.         $instance->setName('doctrine:mapping:info');
  3320.         return $instance;
  3321.     }
  3322.     /**
  3323.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3324.      *
  3325.      * @return \Doctrine\Migrations\DependencyFactory
  3326.      */
  3327.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  3337.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3338.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3339.         $a->setAllOrNothing(false);
  3340.         $a->setCheckDatabasePlatform(true);
  3341.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3342.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3343.     }
  3344.     /**
  3345.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3346.      *
  3347.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3348.      */
  3349.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3350.     {
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3352.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3353.     }
  3354.     /**
  3355.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3356.      *
  3357.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3358.      */
  3359.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3360.     {
  3361.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3362.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3363.     }
  3364.     /**
  3365.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3366.      *
  3367.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3368.      */
  3369.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3370.     {
  3371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3373.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3374.     }
  3375.     /**
  3376.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3377.      *
  3378.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3379.      */
  3380.     protected function getDoctrine_Orm_Validator_UniqueService()
  3381.     {
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3385.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3386.     }
  3387.     /**
  3388.      * Gets the private 'doctrine.query_dql_command' shared service.
  3389.      *
  3390.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3391.      */
  3392.     protected function getDoctrine_QueryDqlCommandService()
  3393.     {
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3396.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3397.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3398.         $instance->setName('doctrine:query:dql');
  3399.         return $instance;
  3400.     }
  3401.     /**
  3402.      * Gets the private 'doctrine.query_sql_command' shared service.
  3403.      *
  3404.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3405.      */
  3406.     protected function getDoctrine_QuerySqlCommandService()
  3407.     {
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3411.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  3412.         $instance->setName('doctrine:query:sql');
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the private 'doctrine.schema_create_command' shared service.
  3417.      *
  3418.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3419.      */
  3420.     protected function getDoctrine_SchemaCreateCommandService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3426.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3427.         $instance->setName('doctrine:schema:create');
  3428.         return $instance;
  3429.     }
  3430.     /**
  3431.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3432.      *
  3433.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3434.      */
  3435.     protected function getDoctrine_SchemaDropCommandService()
  3436.     {
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3441.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3442.         $instance->setName('doctrine:schema:drop');
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the private 'doctrine.schema_update_command' shared service.
  3447.      *
  3448.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3449.      */
  3450.     protected function getDoctrine_SchemaUpdateCommandService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3456.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3457.         $instance->setName('doctrine:schema:update');
  3458.         return $instance;
  3459.     }
  3460.     /**
  3461.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3462.      *
  3463.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3464.      */
  3465.     protected function getDoctrine_SchemaValidateCommandService()
  3466.     {
  3467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3470.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3471.         $instance->setName('doctrine:schema:validate');
  3472.         return $instance;
  3473.     }
  3474.     /**
  3475.      * Gets the private 'doctrine_migrations.current_command' shared service.
  3476.      *
  3477.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  3478.      */
  3479.     protected function getDoctrineMigrations_CurrentCommandService()
  3480.     {
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  3484.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  3485.         $instance->setName('doctrine:migrations:current');
  3486.         return $instance;
  3487.     }
  3488.     /**
  3489.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3490.      *
  3491.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  3492.      */
  3493.     protected function getDoctrineMigrations_DiffCommandService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3498.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  3499.         $instance->setName('doctrine:migrations:diff');
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3504.      *
  3505.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  3506.      */
  3507.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3508.     {
  3509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3512.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  3513.         $instance->setName('doctrine:migrations:dump-schema');
  3514.         return $instance;
  3515.     }
  3516.     /**
  3517.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3518.      *
  3519.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  3520.      */
  3521.     protected function getDoctrineMigrations_ExecuteCommandService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3526.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  3527.         $instance->setName('doctrine:migrations:execute');
  3528.         return $instance;
  3529.     }
  3530.     /**
  3531.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3532.      *
  3533.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  3534.      */
  3535.     protected function getDoctrineMigrations_GenerateCommandService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3540.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  3541.         $instance->setName('doctrine:migrations:generate');
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3546.      *
  3547.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  3548.      */
  3549.     protected function getDoctrineMigrations_LatestCommandService()
  3550.     {
  3551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3554.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  3555.         $instance->setName('doctrine:migrations:latest');
  3556.         return $instance;
  3557.     }
  3558.     /**
  3559.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3560.      *
  3561.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  3562.      */
  3563.     protected function getDoctrineMigrations_MigrateCommandService()
  3564.     {
  3565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3568.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  3569.         $instance->setName('doctrine:migrations:migrate');
  3570.         return $instance;
  3571.     }
  3572.     /**
  3573.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3574.      *
  3575.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  3576.      */
  3577.     protected function getDoctrineMigrations_RollupCommandService()
  3578.     {
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3582.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  3583.         $instance->setName('doctrine:migrations:rollup');
  3584.         return $instance;
  3585.     }
  3586.     /**
  3587.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3588.      *
  3589.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  3590.      */
  3591.     protected function getDoctrineMigrations_StatusCommandService()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3596.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  3597.         $instance->setName('doctrine:migrations:status');
  3598.         return $instance;
  3599.     }
  3600.     /**
  3601.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  3602.      *
  3603.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  3604.      */
  3605.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  3606.     {
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  3610.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  3611.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  3612.         return $instance;
  3613.     }
  3614.     /**
  3615.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3616.      *
  3617.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  3618.      */
  3619.     protected function getDoctrineMigrations_UpToDateCommandService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3624.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  3625.         $instance->setName('doctrine:migrations:up-to-date');
  3626.         return $instance;
  3627.     }
  3628.     /**
  3629.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3630.      *
  3631.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  3632.      */
  3633.     protected function getDoctrineMigrations_VersionCommandService()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3638.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  3639.         $instance->setName('doctrine:migrations:version');
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  3644.      *
  3645.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  3646.      */
  3647.     protected function getDoctrineMigrations_VersionsCommandService()
  3648.     {
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  3652.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  3653.         $instance->setName('doctrine:migrations:list');
  3654.         return $instance;
  3655.     }
  3656.     /**
  3657.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3658.      *
  3659.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3660.      */
  3661.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3662.     {
  3663.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3664.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3665.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3666.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3667.     }
  3668.     /**
  3669.      * Gets the private 'exception_listener' shared service.
  3670.      *
  3671.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3672.      */
  3673.     protected function getExceptionListenerService()
  3674.     {
  3675.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3676.     }
  3677.     /**
  3678.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3679.      *
  3680.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3681.      */
  3682.     protected function getForm_ChoiceListFactory_CachedService()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3688.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  3689.     }
  3690.     /**
  3691.      * Gets the private 'form.registry' shared service.
  3692.      *
  3693.      * @return \Symfony\Component\Form\FormRegistry
  3694.      */
  3695.     protected function getForm_RegistryService()
  3696.     {
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3704.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3705.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3706.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3707.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3708.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3709.         ], [
  3710.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3711.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3712.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3713.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3714.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3715.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3716.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3717.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3718.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3719.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3720.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3721.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3722.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3723.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3724.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3725.         }, 1)], new RewindableGenerator(function () {
  3726.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3727.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3728.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3729.     }
  3730.     /**
  3731.      * Gets the private 'form.server_params' shared service.
  3732.      *
  3733.      * @return \Symfony\Component\Form\Util\ServerParams
  3734.      */
  3735.     protected function getForm_ServerParamsService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3738.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3739.     }
  3740.     /**
  3741.      * Gets the private 'form.type.choice' shared service.
  3742.      *
  3743.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3744.      */
  3745.     protected function getForm_Type_ChoiceService()
  3746.     {
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3750.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  3751.     }
  3752.     /**
  3753.      * Gets the private 'form.type.entity' shared service.
  3754.      *
  3755.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  3756.      */
  3757.     protected function getForm_Type_EntityService()
  3758.     {
  3759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  3763.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3764.     }
  3765.     /**
  3766.      * Gets the private 'form.type.form' shared service.
  3767.      *
  3768.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  3769.      */
  3770.     protected function getForm_Type_FormService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  3776.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3777.     }
  3778.     /**
  3779.      * Gets the private 'form.type_extension.csrf' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  3782.      */
  3783.     protected function getForm_TypeExtension_CsrfService()
  3784.     {
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  3788.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  3789.     }
  3790.     /**
  3791.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  3792.      *
  3793.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  3794.      */
  3795.     protected function getForm_TypeExtension_Form_DataCollectorService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  3800.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3801.     }
  3802.     /**
  3803.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  3804.      *
  3805.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  3806.      */
  3807.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  3814.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  3815.     }
  3816.     /**
  3817.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  3818.      *
  3819.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  3820.      */
  3821.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  3822.     {
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  3826.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  3827.     }
  3828.     /**
  3829.      * Gets the private 'form.type_extension.form.validator' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  3832.      */
  3833.     protected function getForm_TypeExtension_Form_ValidatorService()
  3834.     {
  3835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  3839.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'form.type_extension.upload.validator' shared service.
  3843.      *
  3844.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  3845.      */
  3846.     protected function getForm_TypeExtension_Upload_ValidatorService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  3851.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  3852.     }
  3853.     /**
  3854.      * Gets the private 'form.type_guesser.doctrine' shared service.
  3855.      *
  3856.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  3857.      */
  3858.     protected function getForm_TypeGuesser_DoctrineService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  3862.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3863.     }
  3864.     /**
  3865.      * Gets the private 'form.type_guesser.validator' shared service.
  3866.      *
  3867.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  3868.      */
  3869.     protected function getForm_TypeGuesser_ValidatorService()
  3870.     {
  3871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  3873.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  3874.     }
  3875.     /**
  3876.      * Gets the private 'fragment.renderer.inline' shared service.
  3877.      *
  3878.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  3879.      */
  3880.     protected function getFragment_Renderer_InlineService()
  3881.     {
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  3885.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3886.         $instance->setFragmentPath('/_fragment');
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3891.      *
  3892.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3893.      */
  3894.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3895.     {
  3896.         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())));
  3897.     }
  3898.     /**
  3899.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3900.      *
  3901.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3902.      */
  3903.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3904.     {
  3905.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3906.     }
  3907.     /**
  3908.      * Gets the private 'locale_aware_listener' shared service.
  3909.      *
  3910.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3911.      */
  3912.     protected function getLocaleAwareListenerService()
  3913.     {
  3914.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3915.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3916.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3917.     }
  3918.     /**
  3919.      * Gets the private 'locale_listener' shared service.
  3920.      *
  3921.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3922.      */
  3923.     protected function getLocaleListenerService()
  3924.     {
  3925.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'hu', ($this->services['router'] ?? $this->getRouterService()));
  3926.     }
  3927.     /**
  3928.      * Gets the private 'maker.auto_command.make_auth' shared service.
  3929.      *
  3930.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3931.      */
  3932.     protected function getMaker_AutoCommand_MakeAuthService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  3940.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3941.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  3942.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  3943.         $instance->setName('make:auth');
  3944.         return $instance;
  3945.     }
  3946.     /**
  3947.      * Gets the private 'maker.auto_command.make_command' shared service.
  3948.      *
  3949.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3950.      */
  3951.     protected function getMaker_AutoCommand_MakeCommandService()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  3958.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3959.         $instance->setName('make:command');
  3960.         return $instance;
  3961.     }
  3962.     /**
  3963.      * Gets the private 'maker.auto_command.make_controller' shared service.
  3964.      *
  3965.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3966.      */
  3967.     protected function getMaker_AutoCommand_MakeControllerService()
  3968.     {
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  3974.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  3975.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3976.         $instance->setName('make:controller');
  3977.         return $instance;
  3978.     }
  3979.     /**
  3980.      * Gets the private 'maker.auto_command.make_crud' shared service.
  3981.      *
  3982.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3983.      */
  3984.     protected function getMaker_AutoCommand_MakeCrudService()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  3989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  3990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  3991.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  3992.         $instance->setName('make:crud');
  3993.         return $instance;
  3994.     }
  3995.     /**
  3996.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  3997.      *
  3998.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  3999.      */
  4000.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4001.     {
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4007.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4008.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4009.         $instance->setName('make:docker:database');
  4010.         return $instance;
  4011.     }
  4012.     /**
  4013.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4014.      *
  4015.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4016.      */
  4017.     protected function getMaker_AutoCommand_MakeEntityService()
  4018.     {
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4022.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4025.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4026.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4027.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4028.         $instance->setName('make:entity');
  4029.         return $instance;
  4030.     }
  4031.     /**
  4032.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4033.      *
  4034.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4035.      */
  4036.     protected function getMaker_AutoCommand_MakeFixturesService()
  4037.     {
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4043.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4044.         $instance->setName('make:fixtures');
  4045.         return $instance;
  4046.     }
  4047.     /**
  4048.      * Gets the private 'maker.auto_command.make_form' shared service.
  4049.      *
  4050.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4051.      */
  4052.     protected function getMaker_AutoCommand_MakeFormService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4059.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4060.         $instance->setName('make:form');
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  4065.      *
  4066.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4067.      */
  4068.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  4075.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4076.         $instance->setName('make:functional-test');
  4077.         return $instance;
  4078.     }
  4079.     /**
  4080.      * Gets the private 'maker.auto_command.make_message' shared service.
  4081.      *
  4082.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4083.      */
  4084.     protected function getMaker_AutoCommand_MakeMessageService()
  4085.     {
  4086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4091.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4092.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4093.         $instance->setName('make:message');
  4094.         return $instance;
  4095.     }
  4096.     /**
  4097.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4098.      *
  4099.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4100.      */
  4101.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4102.     {
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4108.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4109.         $instance->setName('make:messenger-middleware');
  4110.         return $instance;
  4111.     }
  4112.     /**
  4113.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4114.      *
  4115.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4116.      */
  4117.     protected function getMaker_AutoCommand_MakeMigrationService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4125.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4126.         $instance->setName('make:migration');
  4127.         return $instance;
  4128.     }
  4129.     /**
  4130.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4131.      *
  4132.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4133.      */
  4134.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4135.     {
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4141.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4142.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4143.         $instance->setName('make:registration-form');
  4144.         return $instance;
  4145.     }
  4146.     /**
  4147.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4148.      *
  4149.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4150.      */
  4151.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4158.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4159.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4160.         $instance->setName('make:reset-password');
  4161.         return $instance;
  4162.     }
  4163.     /**
  4164.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4165.      *
  4166.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4167.      */
  4168.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4175.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4176.         $instance->setName('make:serializer:encoder');
  4177.         return $instance;
  4178.     }
  4179.     /**
  4180.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4181.      *
  4182.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4183.      */
  4184.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4185.     {
  4186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4191.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4192.         $instance->setName('make:serializer:normalizer');
  4193.         return $instance;
  4194.     }
  4195.     /**
  4196.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4197.      *
  4198.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4199.      */
  4200.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4201.     {
  4202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4208.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4209.         $instance->setName('make:subscriber');
  4210.         return $instance;
  4211.     }
  4212.     /**
  4213.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4214.      *
  4215.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4216.      */
  4217.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4224.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4225.         $instance->setName('make:twig-extension');
  4226.         return $instance;
  4227.     }
  4228.     /**
  4229.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  4230.      *
  4231.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4232.      */
  4233.     protected function getMaker_AutoCommand_MakeUnitTestService()
  4234.     {
  4235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  4240.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4241.         $instance->setName('make:unit-test');
  4242.         return $instance;
  4243.     }
  4244.     /**
  4245.      * Gets the private 'maker.auto_command.make_user' shared service.
  4246.      *
  4247.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4248.      */
  4249.     protected function getMaker_AutoCommand_MakeUserService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4258.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4259.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4260.         $instance->setName('make:user');
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4265.      *
  4266.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4267.      */
  4268.     protected function getMaker_AutoCommand_MakeValidatorService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4275.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4276.         $instance->setName('make:validator');
  4277.         return $instance;
  4278.     }
  4279.     /**
  4280.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4281.      *
  4282.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4283.      */
  4284.     protected function getMaker_AutoCommand_MakeVoterService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4291.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4292.         $instance->setName('make:voter');
  4293.         return $instance;
  4294.     }
  4295.     /**
  4296.      * Gets the private 'maker.doctrine_helper' shared service.
  4297.      *
  4298.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4299.      */
  4300.     protected function getMaker_DoctrineHelperService()
  4301.     {
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4303.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  4304.     }
  4305.     /**
  4306.      * Gets the private 'maker.entity_class_generator' shared service.
  4307.      *
  4308.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4309.      */
  4310.     protected function getMaker_EntityClassGeneratorService()
  4311.     {
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4313.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4314.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4315.         return $instance;
  4316.     }
  4317.     /**
  4318.      * Gets the private 'maker.file_manager' shared service.
  4319.      *
  4320.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4321.      */
  4322.     protected function getMaker_FileManagerService()
  4323.     {
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4329.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4330.     }
  4331.     /**
  4332.      * Gets the private 'maker.generator' shared service.
  4333.      *
  4334.      * @return \Symfony\Bundle\MakerBundle\Generator
  4335.      */
  4336.     protected function getMaker_GeneratorService()
  4337.     {
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4339.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  4340.     }
  4341.     /**
  4342.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4343.      *
  4344.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4345.      */
  4346.     protected function getMaker_Renderer_FormTypeRendererService()
  4347.     {
  4348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4349.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4350.     }
  4351.     /**
  4352.      * Gets the private 'monolog.command.server_log' shared service.
  4353.      *
  4354.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4355.      */
  4356.     protected function getMonolog_Command_ServerLogService()
  4357.     {
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4360.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4361.         $instance->setName('server:log');
  4362.         return $instance;
  4363.     }
  4364.     /**
  4365.      * Gets the private 'monolog.handler.console' shared service.
  4366.      *
  4367.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4368.      */
  4369.     protected function getMonolog_Handler_ConsoleService()
  4370.     {
  4371.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4372.     }
  4373.     /**
  4374.      * Gets the private 'monolog.handler.main' shared service.
  4375.      *
  4376.      * @return \Monolog\Handler\StreamHandler
  4377.      */
  4378.     protected function getMonolog_Handler_MainService()
  4379.     {
  4380.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4381.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4382.         return $instance;
  4383.     }
  4384.     /**
  4385.      * Gets the private 'monolog.logger' shared service.
  4386.      *
  4387.      * @return \Symfony\Bridge\Monolog\Logger
  4388.      */
  4389.     protected function getMonolog_LoggerService()
  4390.     {
  4391.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4392.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4393.         $instance->useMicrosecondTimestamps(true);
  4394.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4395.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4396.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4397.         return $instance;
  4398.     }
  4399.     /**
  4400.      * Gets the private 'monolog.logger.cache' shared service.
  4401.      *
  4402.      * @return \Symfony\Bridge\Monolog\Logger
  4403.      */
  4404.     protected function getMonolog_Logger_CacheService()
  4405.     {
  4406.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4407.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4408.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4409.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4410.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4411.         return $instance;
  4412.     }
  4413.     /**
  4414.      * Gets the private 'monolog.logger.request' shared service.
  4415.      *
  4416.      * @return \Symfony\Bridge\Monolog\Logger
  4417.      */
  4418.     protected function getMonolog_Logger_RequestService()
  4419.     {
  4420.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4421.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4422.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4423.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4424.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4425.         return $instance;
  4426.     }
  4427.     /**
  4428.      * Gets the private 'monolog.logger.security' shared service.
  4429.      *
  4430.      * @return \Symfony\Bridge\Monolog\Logger
  4431.      */
  4432.     protected function getMonolog_Logger_SecurityService()
  4433.     {
  4434.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4435.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4436.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4437.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4438.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4439.         return $instance;
  4440.     }
  4441.     /**
  4442.      * Gets the private 'parameter_bag' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4445.      */
  4446.     protected function getParameterBagService()
  4447.     {
  4448.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4449.     }
  4450.     /**
  4451.      * Gets the private 'profiler_listener' shared service.
  4452.      *
  4453.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4454.      */
  4455.     protected function getProfilerListenerService()
  4456.     {
  4457.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  4458.     }
  4459.     /**
  4460.      * Gets the private 'property_accessor' shared service.
  4461.      *
  4462.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4463.      */
  4464.     protected function getPropertyAccessorService()
  4465.     {
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4468.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  4469.     }
  4470.     /**
  4471.      * Gets the private 'property_info' shared service.
  4472.      *
  4473.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4474.      */
  4475.     protected function getPropertyInfoService()
  4476.     {
  4477.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4478.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4479.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4480.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4481.         }, 3), new RewindableGenerator(function () {
  4482.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4483.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4484.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4485.         }, 3), new RewindableGenerator(function () {
  4486.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4487.         }, 1), new RewindableGenerator(function () {
  4488.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4489.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4490.         }, 2), new RewindableGenerator(function () {
  4491.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4492.         }, 1));
  4493.     }
  4494.     /**
  4495.      * Gets the private 'property_info.serializer_extractor' shared service.
  4496.      *
  4497.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4498.      */
  4499.     protected function getPropertyInfo_SerializerExtractorService()
  4500.     {
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4502.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4503.     }
  4504.     /**
  4505.      * Gets the private 'router.cache_warmer' shared service.
  4506.      *
  4507.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4508.      */
  4509.     protected function getRouter_CacheWarmerService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4513.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4514.             'router' => ['services''router''getRouterService'false],
  4515.         ], [
  4516.             'router' => '?',
  4517.         ]))->withContext('router.cache_warmer'$this));
  4518.     }
  4519.     /**
  4520.      * Gets the private 'router.request_context' shared service.
  4521.      *
  4522.      * @return \Symfony\Component\Routing\RequestContext
  4523.      */
  4524.     protected function getRouter_RequestContextService()
  4525.     {
  4526.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  4527.     }
  4528.     /**
  4529.      * Gets the private 'router_listener' shared service.
  4530.      *
  4531.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4532.      */
  4533.     protected function getRouterListenerService()
  4534.     {
  4535.         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);
  4536.     }
  4537.     /**
  4538.      * Gets the private 'security.access_listener' shared service.
  4539.      *
  4540.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  4541.      */
  4542.     protected function getSecurity_AccessListenerService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4550.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4551.     }
  4552.     /**
  4553.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  4556.      */
  4557.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  4563.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  4564.     }
  4565.     /**
  4566.      * Gets the private 'security.authentication.manager' shared service.
  4567.      *
  4568.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  4569.      */
  4570.     protected function getSecurity_Authentication_ManagerService()
  4571.     {
  4572.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  4573.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  4574.         }, 1), true);
  4575.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4576.         return $instance;
  4577.     }
  4578.     /**
  4579.      * Gets the private 'security.channel_listener' shared service.
  4580.      *
  4581.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  4582.      */
  4583.     protected function getSecurity_ChannelListenerService()
  4584.     {
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  4593.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  4594.     }
  4595.     /**
  4596.      * Gets the private 'security.command.user_password_encoder' shared service.
  4597.      *
  4598.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  4599.      */
  4600.     protected function getSecurity_Command_UserPasswordEncoderService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  4606.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))), []);
  4607.         $instance->setName('security:encode-password');
  4608.         return $instance;
  4609.     }
  4610.     /**
  4611.      * Gets the private 'security.context_listener.0' shared service.
  4612.      *
  4613.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4614.      */
  4615.     protected function getSecurity_ContextListener_0Service()
  4616.     {
  4617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  4621.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4622.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  4623.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  4624.     }
  4625.     /**
  4626.      * Gets the private 'security.firewall.map' shared service.
  4627.      *
  4628.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4629.      */
  4630.     protected function getSecurity_Firewall_MapService()
  4631.     {
  4632.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4633.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4634.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4635.         ], [
  4636.             'security.firewall.map.context.dev' => '?',
  4637.             'security.firewall.map.context.main' => '?',
  4638.         ]), new RewindableGenerator(function () {
  4639.             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)/')));
  4640.             yield 'security.firewall.map.context.main' => NULL;
  4641.         }, 2));
  4642.     }
  4643.     /**
  4644.      * Gets the private 'security.firewall.map.context.dev' shared service.
  4645.      *
  4646.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  4647.      */
  4648.     protected function getSecurity_Firewall_Map_Context_DevService()
  4649.     {
  4650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4652.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  4653.             return new \EmptyIterator();
  4654.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  4655.     }
  4656.     /**
  4657.      * Gets the private 'security.firewall.map.context.main' shared service.
  4658.      *
  4659.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  4660.      */
  4661.     protected function getSecurity_Firewall_Map_Context_MainService()
  4662.     {
  4663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  4664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  4669.         $a = ($this->services['router'] ?? $this->getRouterService());
  4670.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  4671.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  4672.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  4673.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  4674.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  4675.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i'), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main'NULLNULLNULL, [=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  4676.     }
  4677.     /**
  4678.      * Gets the private 'security.logout_url_generator' shared service.
  4679.      *
  4680.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4681.      */
  4682.     protected function getSecurity_LogoutUrlGeneratorService()
  4683.     {
  4684.         return $this->privates['security.logout_url_generator'] = 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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4685.     }
  4686.     /**
  4687.      * Gets the private 'security.validator.user_password' shared service.
  4688.      *
  4689.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  4690.      */
  4691.     protected function getSecurity_Validator_UserPasswordService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  4698.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  4699.     }
  4700.     /**
  4701.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4702.      *
  4703.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4704.      */
  4705.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4706.     {
  4707.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4708.     }
  4709.     /**
  4710.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4711.      *
  4712.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4713.      */
  4714.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4715.     {
  4716.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4717.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4718.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4719.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4720.     }
  4721.     /**
  4722.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4723.      *
  4724.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4725.      */
  4726.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4727.     {
  4728.         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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4729.     }
  4730.     /**
  4731.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4732.      *
  4733.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4734.      */
  4735.     protected function getSensioFrameworkExtra_View_ListenerService()
  4736.     {
  4737.         $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))));
  4738.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4739.             'twig' => ['services''twig''getTwigService'false],
  4740.         ], [
  4741.             'twig' => 'Twig\\Environment',
  4742.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  4747.      *
  4748.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  4749.      */
  4750.     protected function getSerializer_Mapping_CacheWarmerService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4757.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  4758.     }
  4759.     /**
  4760.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  4761.      *
  4762.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  4763.      */
  4764.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  4772.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'session.storage.native' shared service.
  4776.      *
  4777.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  4778.      */
  4779.     protected function getSession_Storage_NativeService()
  4780.     {
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  4783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  4784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  4785.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  4786.     }
  4787.     /**
  4788.      * Gets the private 'session_listener' shared service.
  4789.      *
  4790.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4791.      */
  4792.     protected function getSessionListenerService()
  4793.     {
  4794.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4795.             'initialized_session' => ['services''session'NULLfalse],
  4796.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4797.             'session' => ['services''session''getSessionService'false],
  4798.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  4799.         ], [
  4800.             'initialized_session' => '?',
  4801.             'request_stack' => '?',
  4802.             'session' => '?',
  4803.             'session_storage' => '?',
  4804.         ]));
  4805.     }
  4806.     /**
  4807.      * Gets the private 'swiftmailer.command.debug' shared service.
  4808.      *
  4809.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  4810.      */
  4811.     protected function getSwiftmailer_Command_DebugService()
  4812.     {
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  4816.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  4817.         $instance->setName('debug:swiftmailer');
  4818.         return $instance;
  4819.     }
  4820.     /**
  4821.      * Gets the private 'swiftmailer.command.new_email' shared service.
  4822.      *
  4823.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  4824.      */
  4825.     protected function getSwiftmailer_Command_NewEmailService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  4830.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  4831.         $instance->setName('swiftmailer:email:send');
  4832.         return $instance;
  4833.     }
  4834.     /**
  4835.      * Gets the private 'swiftmailer.command.send_email' shared service.
  4836.      *
  4837.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  4838.      */
  4839.     protected function getSwiftmailer_Command_SendEmailService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  4844.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  4845.         $instance->setName('swiftmailer:spool:send');
  4846.         return $instance;
  4847.     }
  4848.     /**
  4849.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  4850.      *
  4851.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  4852.      */
  4853.     protected function getSwiftmailer_EmailSender_ListenerService()
  4854.     {
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  4856.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4857.     }
  4858.     /**
  4859.      * Gets the private 'translation.extractor' shared service.
  4860.      *
  4861.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  4862.      */
  4863.     protected function getTranslation_ExtractorService()
  4864.     {
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  4870.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  4871.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  4872.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  4873.         return $instance;
  4874.     }
  4875.     /**
  4876.      * Gets the private 'translation.loader.csv' shared service.
  4877.      *
  4878.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  4879.      */
  4880.     protected function getTranslation_Loader_CsvService()
  4881.     {
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4886.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  4887.     }
  4888.     /**
  4889.      * Gets the private 'translation.loader.dat' shared service.
  4890.      *
  4891.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  4892.      */
  4893.     protected function getTranslation_Loader_DatService()
  4894.     {
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4898.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  4899.     }
  4900.     /**
  4901.      * Gets the private 'translation.loader.ini' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  4904.      */
  4905.     protected function getTranslation_Loader_IniService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4911.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  4912.     }
  4913.     /**
  4914.      * Gets the private 'translation.loader.json' shared service.
  4915.      *
  4916.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  4917.      */
  4918.     protected function getTranslation_Loader_JsonService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4924.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  4925.     }
  4926.     /**
  4927.      * Gets the private 'translation.loader.mo' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  4930.      */
  4931.     protected function getTranslation_Loader_MoService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4937.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  4938.     }
  4939.     /**
  4940.      * Gets the private 'translation.loader.php' shared service.
  4941.      *
  4942.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  4943.      */
  4944.     protected function getTranslation_Loader_PhpService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4950.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  4951.     }
  4952.     /**
  4953.      * Gets the private 'translation.loader.po' shared service.
  4954.      *
  4955.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  4956.      */
  4957.     protected function getTranslation_Loader_PoService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4963.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  4964.     }
  4965.     /**
  4966.      * Gets the private 'translation.loader.qt' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  4969.      */
  4970.     protected function getTranslation_Loader_QtService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4974.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  4975.     }
  4976.     /**
  4977.      * Gets the private 'translation.loader.res' shared service.
  4978.      *
  4979.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  4980.      */
  4981.     protected function getTranslation_Loader_ResService()
  4982.     {
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4985.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  4986.     }
  4987.     /**
  4988.      * Gets the private 'translation.loader.xliff' shared service.
  4989.      *
  4990.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  4991.      */
  4992.     protected function getTranslation_Loader_XliffService()
  4993.     {
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4996.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  4997.     }
  4998.     /**
  4999.      * Gets the private 'translation.loader.yml' shared service.
  5000.      *
  5001.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5002.      */
  5003.     protected function getTranslation_Loader_YmlService()
  5004.     {
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5009.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5010.     }
  5011.     /**
  5012.      * Gets the private 'translation.reader' shared service.
  5013.      *
  5014.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5015.      */
  5016.     protected function getTranslation_ReaderService()
  5017.     {
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5034.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5035.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5036.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5037.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5038.         $instance->addLoader('yaml'$a);
  5039.         $instance->addLoader('yml'$a);
  5040.         $instance->addLoader('xlf'$b);
  5041.         $instance->addLoader('xliff'$b);
  5042.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5043.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5044.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5045.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5046.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5047.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5048.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5049.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5050.         return $instance;
  5051.     }
  5052.     /**
  5053.      * Gets the private 'translation.warmer' shared service.
  5054.      *
  5055.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5056.      */
  5057.     protected function getTranslation_WarmerService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5061.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5062.             'translator' => ['services''translator''getTranslatorService'false],
  5063.         ], [
  5064.             'translator' => '?',
  5065.         ]))->withContext('translation.warmer'$this));
  5066.     }
  5067.     /**
  5068.      * Gets the private 'translator.default' shared service.
  5069.      *
  5070.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5071.      */
  5072.     protected function getTranslator_DefaultService()
  5073.     {
  5074.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5075.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5076.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5077.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5078.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5079.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5080.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5081.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5082.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5083.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5084.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5085.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5086.         ], [
  5087.             'translation.loader.csv' => '?',
  5088.             'translation.loader.dat' => '?',
  5089.             'translation.loader.ini' => '?',
  5090.             'translation.loader.json' => '?',
  5091.             'translation.loader.mo' => '?',
  5092.             'translation.loader.php' => '?',
  5093.             'translation.loader.po' => '?',
  5094.             'translation.loader.qt' => '?',
  5095.             'translation.loader.res' => '?',
  5096.             'translation.loader.xliff' => '?',
  5097.             'translation.loader.yml' => '?',
  5098.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'hu', ['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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.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')], '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/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')], '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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.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).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/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'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'src/Resources/DoctrineBundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'src/Resources/DoctrineMigrationsBundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'src/Resources/SecurityBundle/translations'14 => 'vendor/symfony/swiftmailer-bundle/translations'15 => 'src/Resources/SwiftmailerBundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'src/Resources/WebProfilerBundle/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'src/Resources/MonologBundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'src/Resources/DebugBundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'vendor/symfony/web-server-bundle/translations'27 => 'src/Resources/WebServerBundle/translations'28 => 'vendor/symfony/webpack-encore-bundle/src/translations'29 => 'src/Resources/WebpackEncoreBundle/translations'30 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'31 => 'src/Resources/DoctrineFixturesBundle/translations'32 => 'src/Resources/translations']]]);
  5099.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5100.         $instance->setFallbackLocales([=> 'hu']);
  5101.         return $instance;
  5102.     }
  5103.     /**
  5104.      * Gets the private 'twig.command.debug' shared service.
  5105.      *
  5106.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5107.      */
  5108.     protected function getTwig_Command_DebugService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5112.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  5113.         $instance->setName('debug:twig');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'twig.command.lint' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5120.      */
  5121.     protected function getTwig_Command_LintService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5126.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5127.         $instance->setName('lint:twig');
  5128.         return $instance;
  5129.     }
  5130.     /**
  5131.      * Gets the private 'twig.form.renderer' shared service.
  5132.      *
  5133.      * @return \Symfony\Component\Form\FormRenderer
  5134.      */
  5135.     protected function getTwig_Form_RendererService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5142.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5146.      *
  5147.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5148.      */
  5149.     protected function getTwig_Runtime_HttpkernelService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5154.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5155.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5156.         ], [
  5157.             'inline' => '?',
  5158.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  5159.     }
  5160.     /**
  5161.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5162.      *
  5163.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5164.      */
  5165.     protected function getTwig_Runtime_SecurityCsrfService()
  5166.     {
  5167.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5168.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5169.     }
  5170.     /**
  5171.      * Gets the private 'twig.template_cache_warmer' shared service.
  5172.      *
  5173.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5174.      */
  5175.     protected function getTwig_TemplateCacheWarmerService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5181.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5182.             'twig' => ['services''twig''getTwigService'false],
  5183.         ], [
  5184.             'twig' => 'Twig\\Environment',
  5185.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  5186.     }
  5187.     /**
  5188.      * Gets the private 'validator.builder' shared service.
  5189.      *
  5190.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5191.      */
  5192.     protected function getValidator_BuilderService()
  5193.     {
  5194.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5195.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5196.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5197.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5198.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5199.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  5200.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5201.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  5202.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  5203.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  5204.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  5205.         ], [
  5206.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5207.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5208.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5209.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5210.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5211.             'doctrine.orm.validator.unique' => '?',
  5212.             'security.validator.user_password' => '?',
  5213.             'validator.expression' => '?',
  5214.         ])));
  5215.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  5216.         $instance->setTranslationDomain('validators');
  5217.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5218.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5219.         $instance->addMethodMapping('loadValidatorMetadata');
  5220.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5221.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5222.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5223.         return $instance;
  5224.     }
  5225.     /**
  5226.      * Gets the private 'validator.email' shared service.
  5227.      *
  5228.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  5229.      */
  5230.     protected function getValidator_EmailService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  5235.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  5236.     }
  5237.     /**
  5238.      * Gets the private 'validator.expression' shared service.
  5239.      *
  5240.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  5241.      */
  5242.     protected function getValidator_ExpressionService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  5247.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  5248.     }
  5249.     /**
  5250.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  5251.      *
  5252.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  5253.      */
  5254.     protected function getValidator_Mapping_CacheWarmerService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  5259.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  5260.     }
  5261.     /**
  5262.      * Gets the private 'validator.not_compromised_password' shared service.
  5263.      *
  5264.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  5265.      */
  5266.     protected function getValidator_NotCompromisedPasswordService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  5271.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  5272.     }
  5273.     /**
  5274.      * Gets the private 'var_dumper.command.server_dump' shared service.
  5275.      *
  5276.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  5277.      */
  5278.     protected function getVarDumper_Command_ServerDumpService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  5286.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  5287.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5288.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5289.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5290.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5291.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  5292.         $instance->setName('server:dump');
  5293.         return $instance;
  5294.     }
  5295.     /**
  5296.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  5297.      *
  5298.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  5299.      */
  5300.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  5301.     {
  5302.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  5303.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the private 'var_dumper.html_dumper' shared service.
  5308.      *
  5309.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5310.      */
  5311.     protected function getVarDumper_HtmlDumperService()
  5312.     {
  5313.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5314.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5315.         return $instance;
  5316.     }
  5317.     /**
  5318.      * Gets the private 'var_dumper.server_connection' shared service.
  5319.      *
  5320.      * @return \Symfony\Component\VarDumper\Server\Connection
  5321.      */
  5322.     protected function getVarDumper_ServerConnectionService()
  5323.     {
  5324.         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()]);
  5325.     }
  5326.     /**
  5327.      * Gets the private 'web_profiler.csp.handler' shared service.
  5328.      *
  5329.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5330.      */
  5331.     protected function getWebProfiler_Csp_HandlerService()
  5332.     {
  5333.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5334.     }
  5335.     /**
  5336.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5337.      *
  5338.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5339.      */
  5340.     protected function getWebProfiler_DebugToolbarService()
  5341.     {
  5342.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  5343.     }
  5344.     /**
  5345.      * Gets the private 'web_server.command.server_log' shared service.
  5346.      *
  5347.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  5348.      */
  5349.     protected function getWebServer_Command_ServerLogService()
  5350.     {
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  5353.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  5354.         $instance->setName('server:log');
  5355.         return $instance;
  5356.     }
  5357.     /**
  5358.      * Gets the private 'web_server.command.server_run' shared service.
  5359.      *
  5360.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  5361.      */
  5362.     protected function getWebServer_Command_ServerRunService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  5366.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  5367.         $instance->setName('server:run');
  5368.         return $instance;
  5369.     }
  5370.     /**
  5371.      * Gets the private 'web_server.command.server_start' shared service.
  5372.      *
  5373.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  5374.      */
  5375.     protected function getWebServer_Command_ServerStartService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  5379.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  5380.         $instance->setName('server:start');
  5381.         return $instance;
  5382.     }
  5383.     /**
  5384.      * Gets the private 'web_server.command.server_status' shared service.
  5385.      *
  5386.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  5387.      */
  5388.     protected function getWebServer_Command_ServerStatusService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  5392.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  5393.         $instance->setName('server:status');
  5394.         return $instance;
  5395.     }
  5396.     /**
  5397.      * Gets the private 'web_server.command.server_stop' shared service.
  5398.      *
  5399.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  5400.      */
  5401.     protected function getWebServer_Command_ServerStopService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  5405.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  5406.         $instance->setName('server:stop');
  5407.         return $instance;
  5408.     }
  5409.     /**
  5410.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  5411.      *
  5412.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  5413.      */
  5414.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  5415.     {
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5418.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  5419.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'), ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  5420.     }
  5421.     /**
  5422.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  5423.      *
  5424.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  5425.      */
  5426.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  5431.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  5432.     }
  5433.     /**
  5434.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5435.      *
  5436.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5437.      */
  5438.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  5442.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5443.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  5444.         ], [
  5445.             '_default' => '?',
  5446.         ]), '_default');
  5447.     }
  5448.     /**
  5449.      * Gets the private 'webpack_encore.exception_listener' shared service.
  5450.      *
  5451.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  5452.      */
  5453.     protected function getWebpackEncore_ExceptionListenerService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  5456.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5457.     }
  5458.     /**
  5459.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  5460.      *
  5461.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  5462.      */
  5463.     protected function getWebpackEncore_TagRendererService()
  5464.     {
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  5466.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), []);
  5467.     }
  5468.     public function getParameter(string $name)
  5469.     {
  5470.         if (isset($this->buildParameters[$name])) {
  5471.             return $this->buildParameters[$name];
  5472.         }
  5473.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5474.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5475.         }
  5476.         if (isset($this->loadedDynamicParameters[$name])) {
  5477.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5478.         }
  5479.         return $this->parameters[$name];
  5480.     }
  5481.     public function hasParameter(string $name): bool
  5482.     {
  5483.         if (isset($this->buildParameters[$name])) {
  5484.             return true;
  5485.         }
  5486.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5487.     }
  5488.     public function setParameter(string $name$value): void
  5489.     {
  5490.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5491.     }
  5492.     public function getParameterBag(): ParameterBagInterface
  5493.     {
  5494.         if (null === $this->parameterBag) {
  5495.             $parameters $this->parameters;
  5496.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5497.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5498.             }
  5499.             foreach ($this->buildParameters as $name => $value) {
  5500.                 $parameters[$name] = $value;
  5501.             }
  5502.             $this->parameterBag = new FrozenParameterBag($parameters);
  5503.         }
  5504.         return $this->parameterBag;
  5505.     }
  5506.     private $loadedDynamicParameters = [
  5507.         'kernel.cache_dir' => false,
  5508.         'pubstore_pubstat_uri' => false,
  5509.         'secret_apy_key' => false,
  5510.         'migration_root_path' => false,
  5511.         'res_temp_path' => false,
  5512.         'res_download_path' => false,
  5513.         'res_migration_path' => false,
  5514.         'res_archive_root' => false,
  5515.         'res_archive_download_path' => false,
  5516.         'res_archive_domain_root' => false,
  5517.         'html_download_uri' => false,
  5518.         'res_download_uri' => false,
  5519.         'njtor_eli_path' => false,
  5520.         'app_environment' => false,
  5521.         'ijror_jammed_url' => false,
  5522.         'kernel.secret' => false,
  5523.         'session.save_path' => false,
  5524.         'validator.mapping.cache.file' => false,
  5525.         'profiler.storage.dsn' => false,
  5526.         'debug.container.dump' => false,
  5527.         'serializer.mapping.cache.file' => false,
  5528.         'doctrine.orm.proxy_dir' => false,
  5529.         'swiftmailer.spool.default.memory.path' => false,
  5530.     ];
  5531.     private $dynamicParameters = [];
  5532.     private function getDynamicParameter(string $name)
  5533.     {
  5534.         switch ($name) {
  5535.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5536.             case 'pubstore_pubstat_uri'$value $this->getEnv('PUBSTORE_PUBSTAT_URL'); break;
  5537.             case 'secret_apy_key'$value $this->getEnv('SECRET_APY_KEY'); break;
  5538.             case 'migration_root_path'$value $this->getEnv('resolve:MIGRATION_XMLFILE_PATH'); break;
  5539.             case 'res_temp_path'$value = (\dirname(__DIR__4).$this->getEnv('RES_TEMP_PATH')); break;
  5540.             case 'res_download_path'$value = (\dirname(__DIR__4).$this->getEnv('RES_DOWNLOAD_PATH')); break;
  5541.             case 'res_migration_path'$value = (\dirname(__DIR__4).$this->getEnv('RES_DOWNLOAD_PATH').''.$this->getEnv('string:RES_MIGRATION_PATH')); break;
  5542.             case 'res_archive_root'$value $this->getEnv('RES_DOWNLOAD_PATH').''.$this->getEnv('string:RES_ARCHIVE_PATH'); break;
  5543.             case 'res_archive_download_path'$value = (\dirname(__DIR__4).$this->getEnv('RES_DOWNLOAD_PATH').''.$this->getEnv('string:RES_ARCHIVE_PATH')); break;
  5544.             case 'res_archive_domain_root'$value $this->getEnv('RES_MIGRATION_DOMAIN'); break;
  5545.             case 'html_download_uri'$value $this->getEnv('PUBSTORE_HTML_DNLOAD_URI'); break;
  5546.             case 'res_download_uri'$value $this->getEnv('PUBSTORE_RES_DNLOAD_URI'); break;
  5547.             case 'njtor_eli_path'$value $this->getEnv('NJTOR_ELI_PATH'); break;
  5548.             case 'app_environment'$value $this->getEnv('APP_SITE_TYPE'); break;
  5549.             case 'ijror_jammed_url'$value $this->getEnv('IJR_OR_JAMMED_URL'); break;
  5550.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5551.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  5552.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5553.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5554.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  5555.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5556.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5557.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  5558.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  5559.         }
  5560.         $this->loadedDynamicParameters[$name] = true;
  5561.         return $this->dynamicParameters[$name] = $value;
  5562.     }
  5563.     protected function getDefaultParameters(): array
  5564.     {
  5565.         return [
  5566.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  5567.             'kernel.project_dir' => \dirname(__DIR__4),
  5568.             'kernel.environment' => 'dev',
  5569.             'kernel.debug' => true,
  5570.             'kernel.name' => 'src',
  5571.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  5572.             'kernel.bundles' => [
  5573.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  5574.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  5575.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  5576.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  5577.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  5578.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  5579.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  5580.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  5581.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  5582.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  5583.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  5584.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  5585.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  5586.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  5587.             ],
  5588.             'kernel.bundles_metadata' => [
  5589.                 'FrameworkBundle' => [
  5590.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  5591.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  5592.                 ],
  5593.                 'SensioFrameworkExtraBundle' => [
  5594.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  5595.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  5596.                 ],
  5597.                 'DoctrineBundle' => [
  5598.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  5599.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  5600.                 ],
  5601.                 'DoctrineMigrationsBundle' => [
  5602.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  5603.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  5604.                 ],
  5605.                 'SecurityBundle' => [
  5606.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  5607.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  5608.                 ],
  5609.                 'SwiftmailerBundle' => [
  5610.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  5611.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  5612.                 ],
  5613.                 'TwigBundle' => [
  5614.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  5615.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  5616.                 ],
  5617.                 'WebProfilerBundle' => [
  5618.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  5619.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  5620.                 ],
  5621.                 'MonologBundle' => [
  5622.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  5623.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  5624.                 ],
  5625.                 'DebugBundle' => [
  5626.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  5627.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  5628.                 ],
  5629.                 'MakerBundle' => [
  5630.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  5631.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  5632.                 ],
  5633.                 'WebServerBundle' => [
  5634.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  5635.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  5636.                 ],
  5637.                 'WebpackEncoreBundle' => [
  5638.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  5639.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  5640.                 ],
  5641.                 'DoctrineFixturesBundle' => [
  5642.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  5643.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  5644.                 ],
  5645.             ],
  5646.             'kernel.charset' => 'UTF-8',
  5647.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  5648.             'container.dumper.inline_class_loader' => true,
  5649.             'container.dumper.inline_factories' => true,
  5650.             'env(DATABASE_URL)' => '',
  5651.             'locale' => 'hu',
  5652.             'cookie_kereses' => 'njtor_kereses',
  5653.             'event_dispatcher.event_aliases' => [
  5654.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5655.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5656.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5657.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5658.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5659.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5660.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5661.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5662.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5663.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5664.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5665.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5666.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5667.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5668.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5669.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5670.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5671.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5672.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5673.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5674.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5675.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5676.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5677.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5678.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5679.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5680.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5681.             ],
  5682.             'fragment.renderer.hinclude.global_template' => '',
  5683.             'fragment.path' => '/_fragment',
  5684.             'kernel.http_method_override' => true,
  5685.             'kernel.trusted_hosts' => [
  5686.             ],
  5687.             'kernel.default_locale' => 'hu',
  5688.             'kernel.error_controller' => 'error_controller',
  5689.             'templating.helper.code.file_link_format' => NULL,
  5690.             'debug.file_link_format' => NULL,
  5691.             'session.metadata.storage_key' => '_sf2_meta',
  5692.             'session.storage.options' => [
  5693.                 'cache_limiter' => '0',
  5694.                 'cookie_secure' => 'auto',
  5695.                 'cookie_httponly' => true,
  5696.                 'cookie_samesite' => 'lax',
  5697.                 'gc_probability' => 1,
  5698.             ],
  5699.             'session.metadata.update_threshold' => 0,
  5700.             'form.type_extension.csrf.enabled' => true,
  5701.             'form.type_extension.csrf.field_name' => '_token',
  5702.             'asset.request_context.base_path' => '',
  5703.             'asset.request_context.secure' => false,
  5704.             'validator.translation_domain' => 'validators',
  5705.             'translator.logging' => false,
  5706.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5707.             'profiler_listener.only_exceptions' => false,
  5708.             'profiler_listener.only_master_requests' => false,
  5709.             'debug.error_handler.throw_at' => -1,
  5710.             'router.request_context.host' => 'localhost',
  5711.             'router.request_context.scheme' => 'http',
  5712.             'router.request_context.base_url' => '',
  5713.             'router.resource' => 'kernel::loadRoutes',
  5714.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  5715.             'request_listener.http_port' => 80,
  5716.             'request_listener.https_port' => 443,
  5717.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5718.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5719.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5720.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5721.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5722.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5723.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5724.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5725.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5726.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5727.             'doctrine.entity_managers' => [
  5728.                 'default' => 'doctrine.orm.default_entity_manager',
  5729.             ],
  5730.             'doctrine.default_entity_manager' => 'default',
  5731.             'doctrine.dbal.connection_factory.types' => [
  5732.             ],
  5733.             'doctrine.connections' => [
  5734.                 'default' => 'doctrine.dbal.default_connection',
  5735.             ],
  5736.             'doctrine.default_connection' => 'default',
  5737.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5738.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5739.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5740.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5741.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5742.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5743.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5744.             'doctrine.orm.cache.memcache_port' => 11211,
  5745.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5746.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5747.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5748.             'doctrine.orm.cache.memcached_port' => 11211,
  5749.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5750.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5751.             'doctrine.orm.cache.redis_host' => 'localhost',
  5752.             'doctrine.orm.cache.redis_port' => 6379,
  5753.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5754.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5755.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5756.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5757.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5758.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5759.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5760.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5761.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5762.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5763.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5764.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5765.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5766.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5767.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5768.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5769.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5770.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5771.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5772.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5773.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5774.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5775.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5776.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5777.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5778.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5779.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5780.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5781.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5782.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5783.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5784.             'doctrine.migrations.preferred_em' => NULL,
  5785.             'doctrine.migrations.preferred_connection' => NULL,
  5786.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  5787.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  5788.             'security.role_hierarchy.roles' => [
  5789.             ],
  5790.             'security.access.denied_url' => NULL,
  5791.             'security.authentication.manager.erase_credentials' => true,
  5792.             'security.authentication.session_strategy.strategy' => 'migrate',
  5793.             'security.access.always_authenticate_before_granting' => false,
  5794.             'security.authentication.hide_user_not_found' => true,
  5795.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  5796.             'swiftmailer.mailer.default.spool.enabled' => true,
  5797.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  5798.             'swiftmailer.mailer.default.single_address' => NULL,
  5799.             'swiftmailer.mailer.default.delivery.enabled' => true,
  5800.             'swiftmailer.spool.enabled' => true,
  5801.             'swiftmailer.delivery.enabled' => true,
  5802.             'swiftmailer.single_address' => NULL,
  5803.             'swiftmailer.mailers' => [
  5804.                 'default' => 'swiftmailer.mailer.default',
  5805.             ],
  5806.             'swiftmailer.default_mailer' => 'default',
  5807.             'twig.exception_listener.controller' => NULL,
  5808.             'twig.form.resources' => [
  5809.                 => 'form_div_layout.html.twig',
  5810.             ],
  5811.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5812.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5813.             'web_profiler.debug_toolbar.mode' => 2,
  5814.             'monolog.use_microseconds' => true,
  5815.             'monolog.swift_mailer.handlers' => [
  5816.             ],
  5817.             'monolog.handlers_to_channels' => [
  5818.                 'monolog.handler.console' => [
  5819.                     'type' => 'exclusive',
  5820.                     'elements' => [
  5821.                         => 'event',
  5822.                         => 'doctrine',
  5823.                         => 'console',
  5824.                     ],
  5825.                 ],
  5826.                 'monolog.handler.main' => [
  5827.                     'type' => 'exclusive',
  5828.                     'elements' => [
  5829.                         => 'event',
  5830.                     ],
  5831.                 ],
  5832.             ],
  5833.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5834.             'data_collector.templates' => [
  5835.                 'data_collector.request' => [
  5836.                     => 'request',
  5837.                     => '@WebProfiler/Collector/request.html.twig',
  5838.                 ],
  5839.                 'data_collector.time' => [
  5840.                     => 'time',
  5841.                     => '@WebProfiler/Collector/time.html.twig',
  5842.                 ],
  5843.                 'data_collector.memory' => [
  5844.                     => 'memory',
  5845.                     => '@WebProfiler/Collector/memory.html.twig',
  5846.                 ],
  5847.                 'data_collector.validator' => [
  5848.                     => 'validator',
  5849.                     => '@WebProfiler/Collector/validator.html.twig',
  5850.                 ],
  5851.                 'data_collector.ajax' => [
  5852.                     => 'ajax',
  5853.                     => '@WebProfiler/Collector/ajax.html.twig',
  5854.                 ],
  5855.                 'data_collector.form' => [
  5856.                     => 'form',
  5857.                     => '@WebProfiler/Collector/form.html.twig',
  5858.                 ],
  5859.                 'data_collector.exception' => [
  5860.                     => 'exception',
  5861.                     => '@WebProfiler/Collector/exception.html.twig',
  5862.                 ],
  5863.                 'data_collector.logger' => [
  5864.                     => 'logger',
  5865.                     => '@WebProfiler/Collector/logger.html.twig',
  5866.                 ],
  5867.                 'data_collector.events' => [
  5868.                     => 'events',
  5869.                     => '@WebProfiler/Collector/events.html.twig',
  5870.                 ],
  5871.                 'data_collector.router' => [
  5872.                     => 'router',
  5873.                     => '@WebProfiler/Collector/router.html.twig',
  5874.                 ],
  5875.                 'data_collector.cache' => [
  5876.                     => 'cache',
  5877.                     => '@WebProfiler/Collector/cache.html.twig',
  5878.                 ],
  5879.                 'data_collector.translation' => [
  5880.                     => 'translation',
  5881.                     => '@WebProfiler/Collector/translation.html.twig',
  5882.                 ],
  5883.                 'data_collector.security' => [
  5884.                     => 'security',
  5885.                     => '@Security/Collector/security.html.twig',
  5886.                 ],
  5887.                 'data_collector.twig' => [
  5888.                     => 'twig',
  5889.                     => '@WebProfiler/Collector/twig.html.twig',
  5890.                 ],
  5891.                 'data_collector.doctrine' => [
  5892.                     => 'db',
  5893.                     => '@Doctrine/Collector/db.html.twig',
  5894.                 ],
  5895.                 'swiftmailer.data_collector' => [
  5896.                     => 'swiftmailer',
  5897.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  5898.                 ],
  5899.                 'data_collector.dump' => [
  5900.                     => 'dump',
  5901.                     => '@Debug/Profiler/dump.html.twig',
  5902.                 ],
  5903.                 'data_collector.config' => [
  5904.                     => 'config',
  5905.                     => '@WebProfiler/Collector/config.html.twig',
  5906.                 ],
  5907.             ],
  5908.             'console.command.ids' => [
  5909.             ],
  5910.         ];
  5911.     }
  5912. }