var/cache/dev/ContainerQoVEuF4/App_KernelDevDebugContainer.php line 1015

Open in your IDE?
  1. <?php
  2. namespace ContainerQoVEuF4;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'request_stack' => 'getRequestStackService',
  48.             'router' => 'getRouterService',
  49.             'translator' => 'getTranslatorService',
  50.             'cache_clearer' => 'getCacheClearerService',
  51.             'filesystem' => 'getFilesystemService',
  52.             'serializer' => 'getSerializerService',
  53.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  54.             'form.factory' => 'getForm_FactoryService',
  55.             'form.type.file' => 'getForm_Type_FileService',
  56.             'profiler' => 'getProfilerService',
  57.             'twig' => 'getTwigService',
  58.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  59.             'security.token_storage' => 'getSecurity_TokenStorageService',
  60.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  61.             'session' => 'getSessionService',
  62.             'validator' => 'getValidatorService',
  63.         ];
  64.         $this->fileMap = [
  65.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  66.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  67.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  68.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  69.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  70.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  71.             '.container.private.session' => 'get_Container_Private_SessionService',
  72.             'App\\Controller\\AtriumController' => 'getAtriumControllerService',
  73.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  74.             'App\\Controller\\FeedItemsController' => 'getFeedItemsControllerService',
  75.             'App\\Controller\\FeedsController' => 'getFeedsControllerService',
  76.             'App\\Service\\JwtServerService' => 'getJwtServerServiceService',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  78.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  79.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  80.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  81.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  82.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  83.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  84.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  85.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  86.             'cache.app_clearer' => 'getCache_AppClearerService',
  87.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  88.             'cache.system_clearer' => 'getCache_SystemClearerService',
  89.             'cache_warmer' => 'getCacheWarmerService',
  90.             'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' => 'getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService',
  91.             'console.command_loader' => 'getConsole_CommandLoaderService',
  92.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  93.             'error_controller' => 'getErrorControllerService',
  94.             'routing.loader' => 'getRouting_LoaderService',
  95.             'services_resetter' => 'getServicesResetterService',
  96.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  97.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  98.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  99.         ];
  100.         $this->aliases = [
  101.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  102.             'App\\Kernel' => 'kernel',
  103.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  104.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  105.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  106.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  107.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  108.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  109.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  110.             'database_connection' => 'doctrine.dbal.default_connection',
  111.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  112.         ];
  113.         $this->privates['service_container'] = function () {
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  120.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  133.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  149.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  156.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  195.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  250.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  253.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  257.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  260.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  261.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  263.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  338.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  421.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidateListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  446.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  454.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  462.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/RamseyUuid/Serializer/UuidDenormalizer.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  610.         };
  611.     }
  612.     public function compile(): void
  613.     {
  614.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  615.     }
  616.     public function isCompiled(): bool
  617.     {
  618.         return true;
  619.     }
  620.     public function getRemovedIds(): array
  621.     {
  622.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  623.     }
  624.     protected function load($file$lazyLoad true)
  625.     {
  626.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  627.             return $class::do($this$lazyLoad);
  628.         }
  629.         if ('.' === $file[-4]) {
  630.             $class substr($class0, -4);
  631.         } else {
  632.             $file .= '.php';
  633.         }
  634.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  635.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  636.     }
  637.     /**
  638.      * Gets the public '.container.private.profiler' shared service.
  639.      *
  640.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  641.      */
  642.     protected function get_Container_Private_ProfilerService()
  643.     {
  644.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  645.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  646.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  647.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  648.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  649.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  650.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  651.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  652.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  653.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  654.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  655.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  656.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  657.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  658.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  659.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  660.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  661.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  662.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  663.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  664.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  665.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  666.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  667.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  668.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  669.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  670.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  671.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  672.         if ($this->has('kernel')) {
  673.             $f->setKernel($b);
  674.         }
  675.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  676.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  677.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  678.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  679.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  680.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  681.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  682.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  683.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  684.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  685.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  686.         $instance->add($d);
  687.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  688.         $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()), false));
  689.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  690.         $instance->add($e);
  691.         $instance->add($f);
  692.         return $instance;
  693.     }
  694.     /**
  695.      * Gets the public '.container.private.security.authorization_checker' shared service.
  696.      *
  697.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  698.      */
  699.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  700.     {
  701.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  702.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  703.             return $this->services['.container.private.security.authorization_checker'];
  704.         }
  705.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  706.     }
  707.     /**
  708.      * Gets the public '.container.private.security.token_storage' shared service.
  709.      *
  710.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  711.      */
  712.     protected function get_Container_Private_Security_TokenStorageService()
  713.     {
  714.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  715.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  716.         ], [
  717.             'request_stack' => '?',
  718.         ]));
  719.     }
  720.     /**
  721.      * Gets the public '.container.private.serializer' shared service.
  722.      *
  723.      * @return \Symfony\Component\Serializer\Serializer
  724.      */
  725.     protected function get_Container_Private_SerializerService()
  726.     {
  727.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  728.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  729.         $c = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  730.         $d = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  731.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  732.         $f = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  733.         $g = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  734.         $h = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($b$c$d, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($e, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $f), NULL$gNULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], [], $ftrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions']));
  735.         $i = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  736.         $j = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  737.         $k = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  738.         $l = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  739.         $m = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  740.         $n = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($m$i$a, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($m), NULL);
  741.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \ApiPlatform\Core\Bridge\RamseyUuid\Serializer\UuidDenormalizer(), => $h=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($e, [], $i), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $i), => $h=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($b$c$d$jNULL$e$f$i), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($b$k$e), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($etrue), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 10 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 12 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($b$c$d$k$j$l$a$i$m, [], new RewindableGenerator(function () {
  742.             return new \EmptyIterator();
  743.         }, 0), false), 13 => new \ApiPlatform\Core\Serializer\ItemNormalizer($c$d$k$j$a$i$m, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  744.             return new \EmptyIterator();
  745.         }, 0), $bfalse), 14 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $i), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), 21 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 22 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($l$j$k), 'page''pagination'$b$a), $b$j$g), 23 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 24 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($n$k$l), 25 => $n], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  746.     }
  747.     /**
  748.      * Gets the public '.container.private.twig' shared service.
  749.      *
  750.      * @return \Twig\Environment
  751.      */
  752.     protected function get_Container_Private_TwigService()
  753.     {
  754.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  755.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  756.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  757.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  758.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  759.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  760.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  761.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  762.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  765.         $a->addPath((\dirname(__DIR__4).'/templates'));
  766.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  767.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  768.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  769.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  770.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  771.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  772.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  773.         $g = ($this->services['router'] ?? $this->getRouterService());
  774.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  775.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  776.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  777.         $j = new \Symfony\Bridge\Twig\AppVariable();
  778.         $j->setEnvironment('dev');
  779.         $j->setDebug(true);
  780.         if ($this->has('.container.private.security.token_storage')) {
  781.             $j->setTokenStorage($h);
  782.         }
  783.         if ($this->has('request_stack')) {
  784.             $j->setRequestStack($d);
  785.         }
  786.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  787.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  788.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  789.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  790.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  791.             return new \EmptyIterator();
  792.         }, 0))));
  793.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  794.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  795.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  796.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  797.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  798.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  799.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  800.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  802.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  803.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  804.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  805.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  806.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  807.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  808.         $instance->addGlobal('app'$j);
  809.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  810.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  811.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  812.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  813.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  814.         ], [
  815.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  816.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  817.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  818.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  819.         ])));
  820.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  821.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  822.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  823.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  824.         return $instance;
  825.     }
  826.     /**
  827.      * Gets the public '.container.private.validator' shared service.
  828.      *
  829.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  830.      */
  831.     protected function get_Container_Private_ValidatorService()
  832.     {
  833.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  834.     }
  835.     /**
  836.      * Gets the public 'cache.app' shared service.
  837.      *
  838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  839.      */
  840.     protected function getCache_AppService()
  841.     {
  842.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('o78F4htuoZ'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  843.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  844.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  845.     }
  846.     /**
  847.      * Gets the public 'cache.system' shared service.
  848.      *
  849.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  850.      */
  851.     protected function getCache_SystemService()
  852.     {
  853.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AA90MJOFuW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  854.     }
  855.     /**
  856.      * Gets the public 'cache.validator_expression_language' shared service.
  857.      *
  858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  859.      */
  860.     protected function getCache_ValidatorExpressionLanguageService()
  861.     {
  862.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z8wFFXRAUW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  863.     }
  864.     /**
  865.      * Gets the public 'doctrine' shared service.
  866.      *
  867.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  868.      */
  869.     protected function getDoctrineService()
  870.     {
  871.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  872.     }
  873.     /**
  874.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  875.      *
  876.      * @return \Doctrine\DBAL\Connection
  877.      */
  878.     protected function getDoctrine_Dbal_DefaultConnectionService()
  879.     {
  880.         $a = new \Doctrine\DBAL\Configuration();
  881.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  882.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  883.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  884.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  885.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  886.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  887.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  888.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  889.         ], [
  890.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  891.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  892.         ]), [=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  893.     }
  894.     /**
  895.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  896.      *
  897.      * @return \Doctrine\ORM\EntityManager
  898.      */
  899.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  900.     {
  901.         $a = new \Doctrine\ORM\Configuration();
  902.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  903.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  904.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  905.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  906.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  907.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  908.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  909.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  910.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  911.         ], [
  912.             'doctrine.ulid_generator' => '?',
  913.             'doctrine.uuid_generator' => '?',
  914.         ])));
  915.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  916.         $a->setProxyNamespace('Proxies');
  917.         $a->setAutoGenerateProxyClasses(true);
  918.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  919.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  920.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  921.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  922.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  923.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  924.             'App\\Repository\\ApplicationRepository' => ['privates''App\\Repository\\ApplicationRepository''getApplicationRepositoryService'true],
  925.             'App\\Repository\\FeedItemRepository' => ['privates''App\\Repository\\FeedItemRepository''getFeedItemRepositoryService'true],
  926.             'App\\Repository\\FeedRepository' => ['privates''App\\Repository\\FeedRepository''getFeedRepositoryService'true],
  927.             'App\\Repository\\LexRepository' => ['privates''App\\Repository\\LexRepository''getLexRepositoryService'true],
  928.         ], [
  929.             'App\\Repository\\ApplicationRepository' => '?',
  930.             'App\\Repository\\FeedItemRepository' => '?',
  931.             'App\\Repository\\FeedRepository' => '?',
  932.             'App\\Repository\\LexRepository' => '?',
  933.         ])));
  934.         $this->services['doctrine.orm.default_entity_manager'] = $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  935.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  936.         return $instance;
  937.     }
  938.     /**
  939.      * Gets the public 'event_dispatcher' shared service.
  940.      *
  941.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  942.      */
  943.     protected function getEventDispatcherService()
  944.     {
  945.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  946.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  947.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  948.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  949.         $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())));
  950.         $instance->addListener('kernel.controller', [=> function () {
  951.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  952.         }, => 'onKernelController'], 0);
  953.         $instance->addListener('kernel.request', [=> function () {
  954.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  955.         }, => 'onKernelRequest'], 250);
  956.         $instance->addListener('kernel.response', [=> function () {
  957.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  958.         }, => 'onKernelResponse'], 0);
  959.         $instance->addListener('kernel.response', [=> function () {
  960.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  961.         }, => 'onResponse'], 0);
  962.         $instance->addListener('kernel.request', [=> function () {
  963.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  964.         }, => 'onKernelRequest'], 7);
  965.         $instance->addListener('kernel.request', [=> function () {
  966.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  967.         }, => 'onKernelRequest'], 4);
  968.         $instance->addListener('kernel.view', [=> function () {
  969.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  970.         }, => 'onKernelView'], 32);
  971.         $instance->addListener('kernel.request', [=> function () {
  972.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  973.         }, => 'onKernelRequest'], 2);
  974.         $instance->addListener('kernel.view', [=> function () {
  975.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  976.         }, => 'onKernelView'], 16);
  977.         $instance->addListener('kernel.view', [=> function () {
  978.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  979.         }, => 'onKernelView'], 8);
  980.         $instance->addListener('kernel.exception', [=> function () {
  981.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  982.         }, => 'onKernelException'], 0);
  983.         $instance->addListener('kernel.exception', [=> function () {
  984.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  985.         }, => 'onKernelException'], -96);
  986.         $instance->addListener('kernel.request', [=> function () {
  987.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  988.         }, => 'onKernelRequest'], 0);
  989.         $instance->addListener('kernel.response', [=> function () {
  990.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  991.         }, => 'onKernelResponse'], 0);
  992.         $instance->addListener('kernel.response', [=> function () {
  993.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  994.         }, => 'onKernelResponse'], -1);
  995.         $instance->addListener('kernel.view', [=> function () {
  996.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  997.         }, => 'onKernelView'], 64);
  998.         $instance->addListener('kernel.request', [=> function () {
  999.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1000.         }, => 'onKernelRequest'], 16);
  1001.         $instance->addListener('kernel.request', [=> function () {
  1002.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1003.         }, => 'onSecurity'], 3);
  1004.         $instance->addListener('kernel.request', [=> function () {
  1005.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1006.         }, => 'onSecurityPostDenormalize'], 1);
  1007.         $instance->addListener('kernel.response', [=> function () {
  1008.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1009.         }, => 'onKernelResponse'], 0);
  1010.         $instance->addListener('kernel.response', [=> function () {
  1011.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1012.         }, => 'onKernelResponse'], -1024);
  1013.         $instance->addListener('kernel.request', [=> function () {
  1014.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1015.         }, => 'setDefaultLocale'], 100);
  1016.         $instance->addListener('kernel.request', [=> function () {
  1017.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1018.         }, => 'onKernelRequest'], 16);
  1019.         $instance->addListener('kernel.finish_request', [=> function () {
  1020.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1021.         }, => 'onKernelFinishRequest'], 0);
  1022.         $instance->addListener('kernel.request', [=> function () {
  1023.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1024.         }, => 'onKernelRequest'], 256);
  1025.         $instance->addListener('kernel.response', [=> function () {
  1026.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1027.         }, => 'onResponse'], -255);
  1028.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1029.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1030.         }, => 'onControllerArguments'], 0);
  1031.         $instance->addListener('kernel.exception', [=> function () {
  1032.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1033.         }, => 'logKernelException'], 0);
  1034.         $instance->addListener('kernel.exception', [=> function () {
  1035.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1036.         }, => 'onKernelException'], -128);
  1037.         $instance->addListener('kernel.response', [=> function () {
  1038.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1039.         }, => 'removeCspHeader'], -128);
  1040.         $instance->addListener('kernel.request', [=> function () {
  1041.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1042.         }, => 'onKernelRequest'], 15);
  1043.         $instance->addListener('kernel.finish_request', [=> function () {
  1044.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1045.         }, => 'onKernelFinishRequest'], -15);
  1046.         $instance->addListener('console.error', [=> function () {
  1047.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1048.         }, => 'onConsoleError'], -128);
  1049.         $instance->addListener('console.terminate', [=> function () {
  1050.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1051.         }, => 'onConsoleTerminate'], -128);
  1052.         $instance->addListener('console.error', [=> function () {
  1053.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1054.         }, => 'onConsoleError'], 0);
  1055.         $instance->addListener('kernel.request', [=> function () {
  1056.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1057.         }, => 'configure'], 2048);
  1058.         $instance->addListener('console.command', [=> function () {
  1059.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1060.         }, => 'configure'], 2048);
  1061.         $instance->addListener('kernel.request', [=> function () {
  1062.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1063.         }, => 'onKernelRequest'], 32);
  1064.         $instance->addListener('kernel.finish_request', [=> function () {
  1065.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1066.         }, => 'onKernelFinishRequest'], 0);
  1067.         $instance->addListener('kernel.exception', [=> function () {
  1068.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1069.         }, => 'onKernelException'], -64);
  1070.         $instance->addListener('kernel.response', [=> function () {
  1071.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1072.         }, => 'onKernelResponse'], 0);
  1073.         $instance->addListener('kernel.request', [=> function () {
  1074.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1075.         }, => 'onKernelRequest'], 128);
  1076.         $instance->addListener('kernel.response', [=> function () {
  1077.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1078.         }, => 'onKernelResponse'], -1000);
  1079.         $instance->addListener('kernel.finish_request', [=> function () {
  1080.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1081.         }, => 'onFinishRequest'], 0);
  1082.         $instance->addListener('kernel.response', [=> function () {
  1083.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1084.         }, => 'onKernelResponse'], -100);
  1085.         $instance->addListener('kernel.exception', [=> function () {
  1086.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1087.         }, => 'onKernelException'], 0);
  1088.         $instance->addListener('kernel.terminate', [=> function () {
  1089.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1090.         }, => 'onKernelTerminate'], -1024);
  1091.         $instance->addListener('kernel.controller', [=> function () {
  1092.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1093.         }, => 'onKernelController'], 0);
  1094.         $instance->addListener('kernel.response', [=> function () {
  1095.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1096.         }, => 'onKernelResponse'], 0);
  1097.         $instance->addListener('kernel.controller', [=> function () {
  1098.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1099.         }, => 'onKernelController'], 0);
  1100.         $instance->addListener('kernel.controller', [=> function () {
  1101.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1102.         }, => 'onKernelController'], 0);
  1103.         $instance->addListener('kernel.controller', [=> function () {
  1104.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1105.         }, => 'onKernelController'], -128);
  1106.         $instance->addListener('kernel.view', [=> function () {
  1107.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1108.         }, => 'onKernelView'], 0);
  1109.         $instance->addListener('kernel.controller', [=> function () {
  1110.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1111.         }, => 'onKernelController'], 0);
  1112.         $instance->addListener('kernel.response', [=> function () {
  1113.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1114.         }, => 'onKernelResponse'], 0);
  1115.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1116.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1117.         }, => 'onKernelControllerArguments'], 0);
  1118.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1119.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1120.         }, => 'onKernelControllerArguments'], 0);
  1121.         $instance->addListener('console.error', [=> function () {
  1122.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1123.         }, => 'onConsoleError'], 0);
  1124.         $instance->addListener('console.terminate', [=> function () {
  1125.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1126.         }, => 'onConsoleTerminate'], 0);
  1127.         $instance->addListener('kernel.response', [=> function () {
  1128.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1129.         }, => 'onKernelResponse'], -128);
  1130.         $instance->addListener('kernel.response', [=> function () {
  1131.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1132.         }, => 'onKernelResponse'], 0);
  1133.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1134.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1135.         }, => 'onVoterVote'], 0);
  1136.         $instance->addListener('kernel.request', [=> function () {
  1137.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1138.         }, => 'configureLogoutUrlGenerator'], 8);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1141.         }, => 'onKernelRequest'], 8);
  1142.         $instance->addListener('kernel.finish_request', [=> function () {
  1143.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1144.         }, => 'onKernelFinishRequest'], 0);
  1145.         $instance->addListener('console.command', [=> function () {
  1146.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1147.         }, => 'onCommand'], 255);
  1148.         $instance->addListener('console.terminate', [=> function () {
  1149.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1150.         }, => 'onTerminate'], -255);
  1151.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1152.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1153.         }, => 'onLogout'], 0);
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'http_kernel' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1160.      */
  1161.     protected function getHttpKernelService()
  1162.     {
  1163.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1164.         if (isset($this->services['http_kernel'])) {
  1165.             return $this->services['http_kernel'];
  1166.         }
  1167.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1168.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1169.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1170.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1171.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1172.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1173.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1174.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1175.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1176.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1177.         }, 8)), $b));
  1178.     }
  1179.     /**
  1180.      * Gets the public 'request_stack' shared service.
  1181.      *
  1182.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1183.      */
  1184.     protected function getRequestStackService()
  1185.     {
  1186.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1187.     }
  1188.     /**
  1189.      * Gets the public 'router' shared service.
  1190.      *
  1191.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1192.      */
  1193.     protected function getRouterService()
  1194.     {
  1195.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1196.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1197.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1198.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1199.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1200.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1201.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1202.         ], [
  1203.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1204.         ]))->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'ru');
  1205.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1206.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1207.         return $instance;
  1208.     }
  1209.     /**
  1210.      * Gets the public 'translator' shared service.
  1211.      *
  1212.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1213.      */
  1214.     protected function getTranslatorService()
  1215.     {
  1216.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1217.     }
  1218.     /**
  1219.      * Gets the private '.service_locator.ZsiJas3' shared service.
  1220.      *
  1221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1222.      */
  1223.     protected function get_ServiceLocator_ZsiJas3Service()
  1224.     {
  1225.         return $this->privates['.service_locator.ZsiJas3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1226.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1227.             'security.firewall.map.context.atrium' => ['privates''security.firewall.map.context.atrium''getSecurity_Firewall_Map_Context_AtriumService'true],
  1228.             'security.firewall.map.context.atrium_auth' => ['privates''security.firewall.map.context.atrium_auth''getSecurity_Firewall_Map_Context_AtriumAuthService'true],
  1229.             'security.firewall.map.context.atrium_public' => ['privates''security.firewall.map.context.atrium_public''getSecurity_Firewall_Map_Context_AtriumPublicService'true],
  1230.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1231.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1232.         ], [
  1233.             'security.firewall.map.context.api' => '?',
  1234.             'security.firewall.map.context.atrium' => '?',
  1235.             'security.firewall.map.context.atrium_auth' => '?',
  1236.             'security.firewall.map.context.atrium_public' => '?',
  1237.             'security.firewall.map.context.dev' => '?',
  1238.             'security.firewall.map.context.main' => '?',
  1239.         ]);
  1240.     }
  1241.     /**
  1242.      * Gets the private 'annotations.cache_adapter' shared service.
  1243.      *
  1244.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1245.      */
  1246.     protected function getAnnotations_CacheAdapterService()
  1247.     {
  1248.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1249.     }
  1250.     /**
  1251.      * Gets the private 'annotations.cached_reader' shared service.
  1252.      *
  1253.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1254.      */
  1255.     protected function getAnnotations_CachedReaderService()
  1256.     {
  1257.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1258.     }
  1259.     /**
  1260.      * Gets the private 'annotations.reader' shared service.
  1261.      *
  1262.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1263.      */
  1264.     protected function getAnnotations_ReaderService()
  1265.     {
  1266.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1267.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1268.         $a->registerUniqueLoader('class_exists');
  1269.         $instance->addGlobalIgnoredName('required'$a);
  1270.         return $instance;
  1271.     }
  1272.     /**
  1273.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1276.      */
  1277.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1278.     {
  1279.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-768oVSHko'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1280.     }
  1281.     /**
  1282.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1283.      *
  1284.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1285.      */
  1286.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1287.     {
  1288.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jBMl2TFB1F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1289.     }
  1290.     /**
  1291.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1294.      */
  1295.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1296.     {
  1297.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gQSVJLoanF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1298.     }
  1299.     /**
  1300.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1301.      *
  1302.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1303.      */
  1304.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1305.     {
  1306.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SbPh2y5BQw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1307.     }
  1308.     /**
  1309.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1310.      *
  1311.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1312.      */
  1313.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1314.     {
  1315.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rJz7Q0uEvC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1316.     }
  1317.     /**
  1318.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1319.      *
  1320.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1321.      */
  1322.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1323.     {
  1324.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1325.     }
  1326.     /**
  1327.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1328.      *
  1329.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1330.      */
  1331.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1332.     {
  1333.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1334.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1335.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1336.         }
  1337.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1338.     }
  1339.     /**
  1340.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1341.      *
  1342.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1343.      */
  1344.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1345.     {
  1346.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1347.     }
  1348.     /**
  1349.      * Gets the private 'api_platform.identifier.converter' shared service.
  1350.      *
  1351.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1352.      */
  1353.     protected function getApiPlatform_Identifier_ConverterService()
  1354.     {
  1355.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  1356.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1357.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1358.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? ($this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer()));
  1359.         }, 3));
  1360.     }
  1361.     /**
  1362.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1363.      *
  1364.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1365.      */
  1366.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1367.     {
  1368.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1369.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1370.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  1371.     }
  1372.     /**
  1373.      * Gets the private 'api_platform.iri_converter' shared service.
  1374.      *
  1375.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1376.      */
  1377.     protected function getApiPlatform_IriConverterService()
  1378.     {
  1379.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1380.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1381.     }
  1382.     /**
  1383.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1384.      *
  1385.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1386.      */
  1387.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1388.     {
  1389.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1390.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1391.         return $instance;
  1392.     }
  1393.     /**
  1394.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1395.      *
  1396.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  1397.      */
  1398.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1399.     {
  1400.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1401.     }
  1402.     /**
  1403.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1404.      *
  1405.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1406.      */
  1407.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1408.     {
  1409.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1410.     }
  1411.     /**
  1412.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1413.      *
  1414.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1415.      */
  1416.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1417.     {
  1418.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1419.     }
  1420.     /**
  1421.      * Gets the private 'api_platform.listener.request.read' shared service.
  1422.      *
  1423.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1424.      */
  1425.     protected function getApiPlatform_Listener_Request_ReadService()
  1426.     {
  1427.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1428.     }
  1429.     /**
  1430.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1431.      *
  1432.      * @return \ApiPlatform\Core\Filter\QueryParameterValidateListener
  1433.      */
  1434.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1435.     {
  1436.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\Filter\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  1437.     }
  1438.     /**
  1439.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1440.      *
  1441.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1442.      */
  1443.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1444.     {
  1445.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1446.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  1447.     }
  1448.     /**
  1449.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1450.      *
  1451.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1452.      */
  1453.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1454.     {
  1455.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))));
  1456.     }
  1457.     /**
  1458.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1459.      *
  1460.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1461.      */
  1462.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1463.     {
  1464.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1465.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  1466.     }
  1467.     /**
  1468.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1469.      *
  1470.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1471.      */
  1472.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1473.     {
  1474.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1475.     }
  1476.     /**
  1477.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1478.      *
  1479.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  1480.      */
  1481.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1482.     {
  1483.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  1484.     }
  1485.     /**
  1486.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1487.      *
  1488.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  1489.      */
  1490.     protected function getApiPlatform_ResourceClassResolverService()
  1491.     {
  1492.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1493.     }
  1494.     /**
  1495.      * Gets the private 'api_platform.router' shared service.
  1496.      *
  1497.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  1498.      */
  1499.     protected function getApiPlatform_RouterService()
  1500.     {
  1501.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()));
  1502.     }
  1503.     /**
  1504.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1505.      *
  1506.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  1507.      */
  1508.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1509.     {
  1510.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1511.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  1512.             return $this->privates['api_platform.security.listener.request.deny_access'];
  1513.         }
  1514.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a));
  1515.     }
  1516.     /**
  1517.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1518.      *
  1519.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  1520.      */
  1521.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1522.     {
  1523.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1524.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  1525.     }
  1526.     /**
  1527.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1528.      *
  1529.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1530.      */
  1531.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1532.     {
  1533.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  1534.     }
  1535.     /**
  1536.      * Gets the private 'cache.annotations' shared service.
  1537.      *
  1538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1539.      */
  1540.     protected function getCache_AnnotationsService()
  1541.     {
  1542.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rl3OG2tslD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1543.     }
  1544.     /**
  1545.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1548.      */
  1549.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1550.     {
  1551.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1552.     }
  1553.     /**
  1554.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1557.      */
  1558.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1559.     {
  1560.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1561.     }
  1562.     /**
  1563.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1566.      */
  1567.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1568.     {
  1569.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1570.     }
  1571.     /**
  1572.      * Gets the private 'cache.property_info' shared service.
  1573.      *
  1574.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1575.      */
  1576.     protected function getCache_PropertyInfoService()
  1577.     {
  1578.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BrCTuNhTEO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1579.     }
  1580.     /**
  1581.      * Gets the private 'cache.security_expression_language' shared service.
  1582.      *
  1583.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1584.      */
  1585.     protected function getCache_SecurityExpressionLanguageService()
  1586.     {
  1587.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l8ikZKMNP-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1588.     }
  1589.     /**
  1590.      * Gets the private 'cache.serializer' shared service.
  1591.      *
  1592.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1593.      */
  1594.     protected function getCache_SerializerService()
  1595.     {
  1596.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aScmB4iZqE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1597.     }
  1598.     /**
  1599.      * Gets the private 'cache.validator' shared service.
  1600.      *
  1601.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1602.      */
  1603.     protected function getCache_ValidatorService()
  1604.     {
  1605.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Owofxavfd+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1606.     }
  1607.     /**
  1608.      * Gets the private 'config_cache_factory' shared service.
  1609.      *
  1610.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1611.      */
  1612.     protected function getConfigCacheFactoryService()
  1613.     {
  1614.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1615.             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)));
  1616.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1617.         }, 2));
  1618.     }
  1619.     /**
  1620.      * Gets the private 'data_collector.form' shared service.
  1621.      *
  1622.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1623.      */
  1624.     protected function getDataCollector_FormService()
  1625.     {
  1626.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1627.     }
  1628.     /**
  1629.      * Gets the private 'data_collector.request' shared service.
  1630.      *
  1631.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1632.      */
  1633.     protected function getDataCollector_RequestService()
  1634.     {
  1635.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1636.     }
  1637.     /**
  1638.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1639.      *
  1640.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1641.      */
  1642.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1643.     {
  1644.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  1645.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1646.         }, 1)));
  1647.     }
  1648.     /**
  1649.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1650.      *
  1651.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1652.      */
  1653.     protected function getDebug_ApiPlatform_DataPersisterService()
  1654.     {
  1655.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1656.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1657.         }, 1)));
  1658.     }
  1659.     /**
  1660.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  1661.      *
  1662.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  1663.      */
  1664.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  1665.     {
  1666.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  1667.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  1668.         }, 1)));
  1669.     }
  1670.     /**
  1671.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  1672.      *
  1673.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  1674.      */
  1675.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  1676.     {
  1677.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  1678.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  1679.         }, 1)));
  1680.     }
  1681.     /**
  1682.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1685.      */
  1686.     protected function getDebug_DebugHandlersListenerService()
  1687.     {
  1688.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1689.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1690.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1691.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1692.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1693.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1694.     }
  1695.     /**
  1696.      * Gets the private 'debug.file_link_formatter' shared service.
  1697.      *
  1698.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1699.      */
  1700.     protected function getDebug_FileLinkFormatterService()
  1701.     {
  1702.         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 () {
  1703.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1704.         });
  1705.     }
  1706.     /**
  1707.      * Gets the private 'debug.log_processor' shared service.
  1708.      *
  1709.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1710.      */
  1711.     protected function getDebug_LogProcessorService()
  1712.     {
  1713.         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())));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1719.      */
  1720.     protected function getDebug_Security_Access_DecisionManagerService()
  1721.     {
  1722.         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 () {
  1723.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1724.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1725.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1726.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1727.     }
  1728.     /**
  1729.      * Gets the private 'debug.security.firewall' shared service.
  1730.      *
  1731.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1732.      */
  1733.     protected function getDebug_Security_FirewallService()
  1734.     {
  1735.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1736.         if (isset($this->privates['debug.security.firewall'])) {
  1737.             return $this->privates['debug.security.firewall'];
  1738.         }
  1739.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1740.         if (isset($this->privates['debug.security.firewall'])) {
  1741.             return $this->privates['debug.security.firewall'];
  1742.         }
  1743.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1744.     }
  1745.     /**
  1746.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1747.      *
  1748.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1749.      */
  1750.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1751.     {
  1752.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  1753.     }
  1754.     /**
  1755.      * Gets the private 'exception_listener' shared service.
  1756.      *
  1757.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1758.      */
  1759.     protected function getExceptionListenerService()
  1760.     {
  1761.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1762.     }
  1763.     /**
  1764.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1765.      *
  1766.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1767.      */
  1768.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1769.     {
  1770.         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())));
  1771.     }
  1772.     /**
  1773.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1774.      *
  1775.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1776.      */
  1777.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1778.     {
  1779.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1780.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1781.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1782.         }
  1783.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  1784.     }
  1785.     /**
  1786.      * Gets the private 'locale_aware_listener' shared service.
  1787.      *
  1788.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1789.      */
  1790.     protected function getLocaleAwareListenerService()
  1791.     {
  1792.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1793.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  1794.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1795.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1796.     }
  1797.     /**
  1798.      * Gets the private 'locale_listener' shared service.
  1799.      *
  1800.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1801.      */
  1802.     protected function getLocaleListenerService()
  1803.     {
  1804.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1805.     }
  1806.     /**
  1807.      * Gets the private 'monolog.handler.console' shared service.
  1808.      *
  1809.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1810.      */
  1811.     protected function getMonolog_Handler_ConsoleService()
  1812.     {
  1813.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1814.     }
  1815.     /**
  1816.      * Gets the private 'monolog.handler.main' shared service.
  1817.      *
  1818.      * @return \Monolog\Handler\StreamHandler
  1819.      */
  1820.     protected function getMonolog_Handler_MainService()
  1821.     {
  1822.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  1823.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1824.         return $instance;
  1825.     }
  1826.     /**
  1827.      * Gets the private 'monolog.logger' shared service.
  1828.      *
  1829.      * @return \Symfony\Bridge\Monolog\Logger
  1830.      */
  1831.     protected function getMonolog_LoggerService()
  1832.     {
  1833.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1834.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1835.         $instance->useMicrosecondTimestamps(true);
  1836.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1837.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1838.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1839.         return $instance;
  1840.     }
  1841.     /**
  1842.      * Gets the private 'monolog.logger.cache' shared service.
  1843.      *
  1844.      * @return \Symfony\Bridge\Monolog\Logger
  1845.      */
  1846.     protected function getMonolog_Logger_CacheService()
  1847.     {
  1848.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1849.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1850.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1851.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1852.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the private 'monolog.logger.request' shared service.
  1857.      *
  1858.      * @return \Symfony\Bridge\Monolog\Logger
  1859.      */
  1860.     protected function getMonolog_Logger_RequestService()
  1861.     {
  1862.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1863.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1864.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1865.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1866.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1871.      *
  1872.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1873.      */
  1874.     protected function getNelmioCors_CorsListenerService()
  1875.     {
  1876.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  1877.     }
  1878.     /**
  1879.      * Gets the private 'parameter_bag' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1882.      */
  1883.     protected function getParameterBagService()
  1884.     {
  1885.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1886.     }
  1887.     /**
  1888.      * Gets the private 'profiler_listener' shared service.
  1889.      *
  1890.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1891.      */
  1892.     protected function getProfilerListenerService()
  1893.     {
  1894.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1895.         if (isset($this->privates['profiler_listener'])) {
  1896.             return $this->privates['profiler_listener'];
  1897.         }
  1898.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1899.     }
  1900.     /**
  1901.      * Gets the private 'property_accessor' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1904.      */
  1905.     protected function getPropertyAccessorService()
  1906.     {
  1907.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1908.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1909.     }
  1910.     /**
  1911.      * Gets the private 'property_info' shared service.
  1912.      *
  1913.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1914.      */
  1915.     protected function getPropertyInfoService()
  1916.     {
  1917.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1918.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1919.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1920.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1921.         }, 3), new RewindableGenerator(function () {
  1922.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1923.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1924.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1925.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1926.         }, 4), new RewindableGenerator(function () {
  1927.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1928.         }, 1), new RewindableGenerator(function () {
  1929.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1930.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1931.         }, 2), new RewindableGenerator(function () {
  1932.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1933.         }, 1));
  1934.     }
  1935.     /**
  1936.      * Gets the private 'router.expression_language_provider' shared service.
  1937.      *
  1938.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1939.      */
  1940.     protected function getRouter_ExpressionLanguageProviderService()
  1941.     {
  1942.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1943.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1944.         ], [
  1945.             'env' => 'Closure',
  1946.         ]));
  1947.     }
  1948.     /**
  1949.      * Gets the private 'router.request_context' shared service.
  1950.      *
  1951.      * @return \Symfony\Component\Routing\RequestContext
  1952.      */
  1953.     protected function getRouter_RequestContextService()
  1954.     {
  1955.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1956.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1957.         return $instance;
  1958.     }
  1959.     /**
  1960.      * Gets the private 'router_listener' shared service.
  1961.      *
  1962.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1963.      */
  1964.     protected function getRouterListenerService()
  1965.     {
  1966.         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);
  1967.     }
  1968.     /**
  1969.      * Gets the private 'security.expression_language' shared service.
  1970.      *
  1971.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  1972.      */
  1973.     protected function getSecurity_ExpressionLanguageService()
  1974.     {
  1975.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1976.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  1977.         return $instance;
  1978.     }
  1979.     /**
  1980.      * Gets the private 'security.firewall.map' shared service.
  1981.      *
  1982.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1983.      */
  1984.     protected function getSecurity_Firewall_MapService()
  1985.     {
  1986.         $a = ($this->privates['.service_locator.ZsiJas3'] ?? $this->get_ServiceLocator_ZsiJas3Service());
  1987.         if (isset($this->privates['security.firewall.map'])) {
  1988.             return $this->privates['security.firewall.map'];
  1989.         }
  1990.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1991.             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)/')));
  1992.             yield 'security.firewall.map.context.atrium_auth' => ($this->privates['.security.request_matcher.e_OHtzC'] ?? ($this->privates['.security.request_matcher.e_OHtzC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/atrium/auth')));
  1993.             yield 'security.firewall.map.context.atrium_public' => ($this->privates['.security.request_matcher.cRAG_0K'] ?? ($this->privates['.security.request_matcher.cRAG_0K'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/atrium/public')));
  1994.             yield 'security.firewall.map.context.atrium' => ($this->privates['.security.request_matcher.dOSCYN7'] ?? ($this->privates['.security.request_matcher.dOSCYN7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/atrium')));
  1995.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  1996.             yield 'security.firewall.map.context.main' => NULL;
  1997.         }, 6));
  1998.     }
  1999.     /**
  2000.      * Gets the private 'security.logout_url_generator' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2003.      */
  2004.     protected function getSecurity_LogoutUrlGeneratorService()
  2005.     {
  2006.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2007.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2008.         return $instance;
  2009.     }
  2010.     /**
  2011.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2012.      *
  2013.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2014.      */
  2015.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2016.     {
  2017.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2018.     }
  2019.     /**
  2020.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2021.      *
  2022.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2023.      */
  2024.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2025.     {
  2026.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2027.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2028.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2029.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2030.     }
  2031.     /**
  2032.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2033.      *
  2034.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2035.      */
  2036.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2037.     {
  2038.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2039.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2040.             return $this->privates['sensio_framework_extra.security.listener'];
  2041.         }
  2042.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2043.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  2044.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2045.     }
  2046.     /**
  2047.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2048.      *
  2049.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2050.      */
  2051.     protected function getSensioFrameworkExtra_View_ListenerService()
  2052.     {
  2053.         $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))));
  2054.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2055.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2056.         ], [
  2057.             'twig' => '?',
  2058.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2059.         return $instance;
  2060.     }
  2061.     /**
  2062.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2063.      *
  2064.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2065.      */
  2066.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2067.     {
  2068.         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()))]));
  2069.     }
  2070.     /**
  2071.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2072.      *
  2073.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2074.      */
  2075.     protected function getSerializer_NameConverter_MetadataAwareService()
  2076.     {
  2077.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  2078.     }
  2079.     /**
  2080.      * Gets the private 'session_listener' shared service.
  2081.      *
  2082.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2083.      */
  2084.     protected function getSessionListenerService()
  2085.     {
  2086.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2087.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2088.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2089.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2090.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2091.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2092.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2093.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  2094.         ], [
  2095.             'initialized_session' => '?',
  2096.             'logger' => '?',
  2097.             'request_stack' => '?',
  2098.             'session' => '?',
  2099.             'session_collector' => '?',
  2100.             'session_factory' => '?',
  2101.             'session_storage' => '?',
  2102.         ]), true$this->parameters['session.storage.options']);
  2103.     }
  2104.     /**
  2105.      * Gets the private 'translator.default' shared service.
  2106.      *
  2107.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2108.      */
  2109.     protected function getTranslator_DefaultService()
  2110.     {
  2111.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2112.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2113.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2114.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2115.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2116.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2117.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2118.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2119.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2120.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2121.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2122.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2123.         ], [
  2124.             'translation.loader.csv' => '?',
  2125.             'translation.loader.dat' => '?',
  2126.             'translation.loader.ini' => '?',
  2127.             'translation.loader.json' => '?',
  2128.             'translation.loader.mo' => '?',
  2129.             'translation.loader.php' => '?',
  2130.             'translation.loader.po' => '?',
  2131.             'translation.loader.qt' => '?',
  2132.             'translation.loader.res' => '?',
  2133.             'translation.loader.xliff' => '?',
  2134.             'translation.loader.yml' => '?',
  2135.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/translations/messages.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/maker-bundle/src/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/nelmio/cors-bundle/translations'14 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/doctrine/doctrine-fixtures-bundle/translations']]], []);
  2136.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2137.         $instance->setFallbackLocales([=> 'ru']);
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the private 'validator.builder' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2144.      */
  2145.     protected function getValidator_BuilderService()
  2146.     {
  2147.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2148.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2149.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2150.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2151.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2152.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2153.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2154.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2155.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2156.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2157.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2158.         ], [
  2159.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2160.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2161.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2162.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2163.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2164.             'doctrine.orm.validator.unique' => '?',
  2165.             'security.validator.user_password' => '?',
  2166.             'validator.expression' => '?',
  2167.         ])));
  2168.         if ($this->has('translator')) {
  2169.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2170.         }
  2171.         $instance->setTranslationDomain('validators');
  2172.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2173.         $instance->enableAnnotationMapping(true);
  2174.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2175.         $instance->addMethodMapping('loadValidatorMetadata');
  2176.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2177.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2178.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2179.         return $instance;
  2180.     }
  2181.     /**
  2182.      * Gets the private 'web_profiler.csp.handler' shared service.
  2183.      *
  2184.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2185.      */
  2186.     protected function getWebProfiler_Csp_HandlerService()
  2187.     {
  2188.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2189.     }
  2190.     /**
  2191.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2192.      *
  2193.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2194.      */
  2195.     protected function getWebProfiler_DebugToolbarService()
  2196.     {
  2197.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2198.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2199.             return $this->privates['web_profiler.debug_toolbar'];
  2200.         }
  2201.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  2202.     }
  2203.     /**
  2204.      * Gets the public 'cache_clearer' alias.
  2205.      *
  2206.      * @return object The ".container.private.cache_clearer" service.
  2207.      */
  2208.     protected function getCacheClearerService()
  2209.     {
  2210.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2211.         return $this->get('.container.private.cache_clearer');
  2212.     }
  2213.     /**
  2214.      * Gets the public 'filesystem' alias.
  2215.      *
  2216.      * @return object The ".container.private.filesystem" service.
  2217.      */
  2218.     protected function getFilesystemService()
  2219.     {
  2220.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2221.         return $this->get('.container.private.filesystem');
  2222.     }
  2223.     /**
  2224.      * Gets the public 'serializer' alias.
  2225.      *
  2226.      * @return object The ".container.private.serializer" service.
  2227.      */
  2228.     protected function getSerializerService()
  2229.     {
  2230.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2231.         return $this->get('.container.private.serializer');
  2232.     }
  2233.     /**
  2234.      * Gets the public 'security.csrf.token_manager' alias.
  2235.      *
  2236.      * @return object The ".container.private.security.csrf.token_manager" service.
  2237.      */
  2238.     protected function getSecurity_Csrf_TokenManagerService()
  2239.     {
  2240.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2241.         return $this->get('.container.private.security.csrf.token_manager');
  2242.     }
  2243.     /**
  2244.      * Gets the public 'form.factory' alias.
  2245.      *
  2246.      * @return object The ".container.private.form.factory" service.
  2247.      */
  2248.     protected function getForm_FactoryService()
  2249.     {
  2250.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2251.         return $this->get('.container.private.form.factory');
  2252.     }
  2253.     /**
  2254.      * Gets the public 'form.type.file' alias.
  2255.      *
  2256.      * @return object The ".container.private.form.type.file" service.
  2257.      */
  2258.     protected function getForm_Type_FileService()
  2259.     {
  2260.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2261.         return $this->get('.container.private.form.type.file');
  2262.     }
  2263.     /**
  2264.      * Gets the public 'profiler' alias.
  2265.      *
  2266.      * @return object The ".container.private.profiler" service.
  2267.      */
  2268.     protected function getProfilerService()
  2269.     {
  2270.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2271.         return $this->get('.container.private.profiler');
  2272.     }
  2273.     /**
  2274.      * Gets the public 'twig' alias.
  2275.      *
  2276.      * @return object The ".container.private.twig" service.
  2277.      */
  2278.     protected function getTwigService()
  2279.     {
  2280.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2281.         return $this->get('.container.private.twig');
  2282.     }
  2283.     /**
  2284.      * Gets the public 'security.authorization_checker' alias.
  2285.      *
  2286.      * @return object The ".container.private.security.authorization_checker" service.
  2287.      */
  2288.     protected function getSecurity_AuthorizationCheckerService()
  2289.     {
  2290.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2291.         return $this->get('.container.private.security.authorization_checker');
  2292.     }
  2293.     /**
  2294.      * Gets the public 'security.token_storage' alias.
  2295.      *
  2296.      * @return object The ".container.private.security.token_storage" service.
  2297.      */
  2298.     protected function getSecurity_TokenStorageService()
  2299.     {
  2300.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2301.         return $this->get('.container.private.security.token_storage');
  2302.     }
  2303.     /**
  2304.      * Gets the public 'security.password_encoder' alias.
  2305.      *
  2306.      * @return object The ".container.private.security.password_encoder" service.
  2307.      */
  2308.     protected function getSecurity_PasswordEncoderService()
  2309.     {
  2310.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2311.         return $this->get('.container.private.security.password_encoder');
  2312.     }
  2313.     /**
  2314.      * Gets the public 'session' alias.
  2315.      *
  2316.      * @return object The ".container.private.session" service.
  2317.      */
  2318.     protected function getSessionService()
  2319.     {
  2320.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2321.         return $this->get('.container.private.session');
  2322.     }
  2323.     /**
  2324.      * Gets the public 'validator' alias.
  2325.      *
  2326.      * @return object The ".container.private.validator" service.
  2327.      */
  2328.     protected function getValidatorService()
  2329.     {
  2330.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2331.         return $this->get('.container.private.validator');
  2332.     }
  2333.     /**
  2334.      * @return array|bool|float|int|string|\UnitEnum|null
  2335.      */
  2336.     public function getParameter(string $name)
  2337.     {
  2338.         if (isset($this->buildParameters[$name])) {
  2339.             return $this->buildParameters[$name];
  2340.         }
  2341.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2342.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2343.         }
  2344.         if (isset($this->loadedDynamicParameters[$name])) {
  2345.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2346.         }
  2347.         return $this->parameters[$name];
  2348.     }
  2349.     public function hasParameter(string $name): bool
  2350.     {
  2351.         if (isset($this->buildParameters[$name])) {
  2352.             return true;
  2353.         }
  2354.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2355.     }
  2356.     public function setParameter(string $name$value): void
  2357.     {
  2358.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2359.     }
  2360.     public function getParameterBag(): ParameterBagInterface
  2361.     {
  2362.         if (null === $this->parameterBag) {
  2363.             $parameters $this->parameters;
  2364.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2365.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2366.             }
  2367.             foreach ($this->buildParameters as $name => $value) {
  2368.                 $parameters[$name] = $value;
  2369.             }
  2370.             $this->parameterBag = new FrozenParameterBag($parameters);
  2371.         }
  2372.         return $this->parameterBag;
  2373.     }
  2374.     private $loadedDynamicParameters = [
  2375.         'kernel.runtime_environment' => false,
  2376.         'kernel.build_dir' => false,
  2377.         'kernel.cache_dir' => false,
  2378.         'kernel.secret' => false,
  2379.         'debug.container.dump' => false,
  2380.         'serializer.mapping.cache.file' => false,
  2381.         'validator.mapping.cache.file' => false,
  2382.         'profiler.storage.dsn' => false,
  2383.         'doctrine.orm.proxy_dir' => false,
  2384.         'nelmio_cors.defaults' => false,
  2385.     ];
  2386.     private $dynamicParameters = [];
  2387.     private function getDynamicParameter(string $name)
  2388.     {
  2389.         switch ($name) {
  2390.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2391.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2392.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2393.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2394.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2395.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2396.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2397.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2398.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2399.             case 'nelmio_cors.defaults'$value = [
  2400.                 'allow_origin' => [
  2401.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2402.                 ],
  2403.                 'allow_credentials' => false,
  2404.                 'allow_headers' => [
  2405.                     => 'content-type',
  2406.                     => 'authorization',
  2407.                 ],
  2408.                 'expose_headers' => [
  2409.                     => 'Link',
  2410.                 ],
  2411.                 'allow_methods' => [
  2412.                     => 'GET',
  2413.                     => 'OPTIONS',
  2414.                     => 'POST',
  2415.                     => 'PUT',
  2416.                     => 'PATCH',
  2417.                     => 'DELETE',
  2418.                 ],
  2419.                 'max_age' => 3600,
  2420.                 'hosts' => [
  2421.                 ],
  2422.                 'origin_regex' => true,
  2423.                 'forced_allow_origin_value' => NULL,
  2424.             ]; break;
  2425.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2426.         }
  2427.         $this->loadedDynamicParameters[$name] = true;
  2428.         return $this->dynamicParameters[$name] = $value;
  2429.     }
  2430.     protected function getDefaultParameters(): array
  2431.     {
  2432.         return [
  2433.             'kernel.project_dir' => \dirname(__DIR__4),
  2434.             'kernel.environment' => 'dev',
  2435.             'kernel.debug' => true,
  2436.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2437.             'kernel.bundles' => [
  2438.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2439.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2440.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2441.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2442.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2443.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2444.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2445.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2446.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2447.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2448.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  2449.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2450.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2451.             ],
  2452.             'kernel.bundles_metadata' => [
  2453.                 'FrameworkBundle' => [
  2454.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2455.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2456.                 ],
  2457.                 'SensioFrameworkExtraBundle' => [
  2458.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2459.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2460.                 ],
  2461.                 'TwigBundle' => [
  2462.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2463.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2464.                 ],
  2465.                 'TwigExtraBundle' => [
  2466.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2467.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2468.                 ],
  2469.                 'DoctrineBundle' => [
  2470.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2471.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2472.                 ],
  2473.                 'DoctrineMigrationsBundle' => [
  2474.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2475.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2476.                 ],
  2477.                 'MakerBundle' => [
  2478.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2479.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2480.                 ],
  2481.                 'WebProfilerBundle' => [
  2482.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2483.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2484.                 ],
  2485.                 'SecurityBundle' => [
  2486.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2487.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2488.                 ],
  2489.                 'NelmioCorsBundle' => [
  2490.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2491.                     'namespace' => 'Nelmio\\CorsBundle',
  2492.                 ],
  2493.                 'ApiPlatformBundle' => [
  2494.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  2495.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  2496.                 ],
  2497.                 'MonologBundle' => [
  2498.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2499.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2500.                 ],
  2501.                 'DoctrineFixturesBundle' => [
  2502.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2503.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2504.                 ],
  2505.             ],
  2506.             'kernel.charset' => 'UTF-8',
  2507.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2508.             'event_dispatcher.event_aliases' => [
  2509.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2510.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2511.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2512.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2513.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2514.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2515.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2516.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2517.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2518.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2519.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2520.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2521.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2522.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2523.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2524.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2525.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2526.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2527.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2528.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2529.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2530.             ],
  2531.             'fragment.renderer.hinclude.global_template' => NULL,
  2532.             'fragment.path' => '/_fragment',
  2533.             'kernel.http_method_override' => true,
  2534.             'kernel.trusted_hosts' => [
  2535.             ],
  2536.             'kernel.default_locale' => 'ru',
  2537.             'kernel.enabled_locales' => [
  2538.             ],
  2539.             'kernel.error_controller' => 'error_controller',
  2540.             'debug.file_link_format' => NULL,
  2541.             'asset.request_context.base_path' => NULL,
  2542.             'asset.request_context.secure' => NULL,
  2543.             'translator.logging' => false,
  2544.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2545.             'debug.error_handler.throw_at' => -1,
  2546.             'router.request_context.host' => 'localhost',
  2547.             'router.request_context.scheme' => 'http',
  2548.             'router.request_context.base_url' => '',
  2549.             'router.resource' => 'kernel::loadRoutes',
  2550.             'request_listener.http_port' => 80,
  2551.             'request_listener.https_port' => 443,
  2552.             'session.metadata.storage_key' => '_sf2_meta',
  2553.             'session.storage.options' => [
  2554.                 'cache_limiter' => '0',
  2555.                 'cookie_secure' => 'auto',
  2556.                 'cookie_httponly' => true,
  2557.                 'cookie_samesite' => 'lax',
  2558.                 'gc_probability' => 1,
  2559.             ],
  2560.             'session.save_path' => NULL,
  2561.             'session.metadata.update_threshold' => 0,
  2562.             'form.type_extension.csrf.enabled' => true,
  2563.             'form.type_extension.csrf.field_name' => '_token',
  2564.             'validator.translation_domain' => 'validators',
  2565.             'profiler_listener.only_exceptions' => false,
  2566.             'profiler_listener.only_main_requests' => false,
  2567.             'twig.form.resources' => [
  2568.                 => 'form_div_layout.html.twig',
  2569.                 => 'form_table_layout.html.twig',
  2570.                 => '_fields.html.twig',
  2571.             ],
  2572.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2573.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2574.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2575.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2576.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2577.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2578.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2579.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2580.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2581.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2582.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2583.             'doctrine.entity_managers' => [
  2584.                 'default' => 'doctrine.orm.default_entity_manager',
  2585.             ],
  2586.             'doctrine.default_entity_manager' => 'default',
  2587.             'doctrine.dbal.connection_factory.types' => [
  2588.             ],
  2589.             'doctrine.connections' => [
  2590.                 'default' => 'doctrine.dbal.default_connection',
  2591.             ],
  2592.             'doctrine.default_connection' => 'default',
  2593.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2594.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2595.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2596.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2597.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2598.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2599.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2600.             'doctrine.orm.cache.memcache_port' => 11211,
  2601.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2602.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2603.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2604.             'doctrine.orm.cache.memcached_port' => 11211,
  2605.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2606.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2607.             'doctrine.orm.cache.redis_host' => 'localhost',
  2608.             'doctrine.orm.cache.redis_port' => 6379,
  2609.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2610.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2611.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2612.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2613.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2614.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2615.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2616.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2617.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2618.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2619.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2620.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2621.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2622.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2623.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2624.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2625.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2626.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2627.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2628.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2629.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2630.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2631.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2632.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2633.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2634.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2635.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2636.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2637.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2638.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2639.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2640.             'doctrine.migrations.preferred_em' => NULL,
  2641.             'doctrine.migrations.preferred_connection' => NULL,
  2642.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2643.             'web_profiler.debug_toolbar.mode' => 2,
  2644.             'security.role_hierarchy.roles' => [
  2645.             ],
  2646.             'security.access.denied_url' => NULL,
  2647.             'security.authentication.manager.erase_credentials' => true,
  2648.             'security.authentication.session_strategy.strategy' => 'migrate',
  2649.             'security.access.always_authenticate_before_granting' => false,
  2650.             'security.authentication.hide_user_not_found' => true,
  2651.             'security.firewalls' => [
  2652.                 => 'dev',
  2653.                 => 'atrium_auth',
  2654.                 => 'atrium_public',
  2655.                 => 'atrium',
  2656.                 => 'api',
  2657.                 => 'main',
  2658.             ],
  2659.             'security.atrium_auth._indexed_authenticators' => [
  2660.             ],
  2661.             'security.atrium_public._indexed_authenticators' => [
  2662.             ],
  2663.             'security.atrium._indexed_authenticators' => [
  2664.             ],
  2665.             'security.api._indexed_authenticators' => [
  2666.             ],
  2667.             'security.main._indexed_authenticators' => [
  2668.             ],
  2669.             'nelmio_cors.map' => [
  2670.                 '^/' => [
  2671.                 ],
  2672.             ],
  2673.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2674.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2675.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2676.             'api_platform.enable_entrypoint' => true,
  2677.             'api_platform.enable_docs' => true,
  2678.             'api_platform.title' => '',
  2679.             'api_platform.description' => '',
  2680.             'api_platform.version' => '0.0.0',
  2681.             'api_platform.show_webby' => true,
  2682.             'api_platform.exception_to_status' => [
  2683.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  2684.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  2685.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  2686.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  2687.             ],
  2688.             'api_platform.formats' => [
  2689.                 'jsonld' => [
  2690.                     => 'application/ld+json',
  2691.                 ],
  2692.                 'json' => [
  2693.                     => 'application/json',
  2694.                 ],
  2695.                 'html' => [
  2696.                     => 'text/html',
  2697.                 ],
  2698.             ],
  2699.             'api_platform.patch_formats' => [
  2700.                 'json' => [
  2701.                     => 'application/merge-patch+json',
  2702.                 ],
  2703.             ],
  2704.             'api_platform.error_formats' => [
  2705.                 'jsonproblem' => [
  2706.                     => 'application/problem+json',
  2707.                 ],
  2708.                 'jsonld' => [
  2709.                     => 'application/ld+json',
  2710.                 ],
  2711.             ],
  2712.             'api_platform.allow_plain_identifiers' => false,
  2713.             'api_platform.eager_loading.enabled' => true,
  2714.             'api_platform.eager_loading.max_joins' => 30,
  2715.             'api_platform.eager_loading.fetch_partial' => false,
  2716.             'api_platform.eager_loading.force_eager' => true,
  2717.             'api_platform.collection.exists_parameter_name' => 'exists',
  2718.             'api_platform.collection.order' => 'ASC',
  2719.             'api_platform.collection.order_parameter_name' => 'order',
  2720.             'api_platform.collection.pagination.enabled' => true,
  2721.             'api_platform.collection.pagination.partial' => false,
  2722.             'api_platform.collection.pagination.client_enabled' => false,
  2723.             'api_platform.collection.pagination.client_items_per_page' => false,
  2724.             'api_platform.collection.pagination.client_partial' => false,
  2725.             'api_platform.collection.pagination.items_per_page' => 30,
  2726.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  2727.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  2728.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  2729.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  2730.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  2731.             'api_platform.collection.pagination' => [
  2732.                 'enabled' => true,
  2733.                 'partial' => false,
  2734.                 'client_enabled' => false,
  2735.                 'client_items_per_page' => false,
  2736.                 'client_partial' => false,
  2737.                 'items_per_page' => 30,
  2738.                 'maximum_items_per_page' => NULL,
  2739.                 'page_parameter_name' => 'page',
  2740.                 'enabled_parameter_name' => 'pagination',
  2741.                 'items_per_page_parameter_name' => 'itemsPerPage',
  2742.                 'partial_parameter_name' => 'partial',
  2743.             ],
  2744.             'api_platform.http_cache.etag' => true,
  2745.             'api_platform.http_cache.max_age' => NULL,
  2746.             'api_platform.http_cache.shared_max_age' => NULL,
  2747.             'api_platform.http_cache.vary' => [
  2748.                 => 'Accept',
  2749.             ],
  2750.             'api_platform.http_cache.public' => NULL,
  2751.             'api_platform.resource_class_directories' => [
  2752.                 => (\dirname(__DIR__4).'/src/Entity'),
  2753.             ],
  2754.             'api_platform.oauth.enabled' => false,
  2755.             'api_platform.oauth.clientId' => '',
  2756.             'api_platform.oauth.clientSecret' => '',
  2757.             'api_platform.oauth.type' => 'oauth2',
  2758.             'api_platform.oauth.flow' => 'application',
  2759.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  2760.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  2761.             'api_platform.oauth.scopes' => [
  2762.             ],
  2763.             'api_platform.swagger.versions' => [
  2764.                 => 3,
  2765.             ],
  2766.             'api_platform.enable_swagger_ui' => true,
  2767.             'api_platform.enable_re_doc' => true,
  2768.             'api_platform.swagger.api_keys' => [
  2769.             ],
  2770.             'api_platform.graphql.enabled' => false,
  2771.             'api_platform.graphql.graphiql.enabled' => false,
  2772.             'api_platform.graphql.graphql_playground.enabled' => false,
  2773.             'api_platform.graphql.collection.pagination' => [
  2774.                 'enabled' => true,
  2775.             ],
  2776.             'api_platform.validator.serialize_payload_fields' => [
  2777.             ],
  2778.             'api_platform.elasticsearch.enabled' => false,
  2779.             'monolog.use_microseconds' => true,
  2780.             'monolog.swift_mailer.handlers' => [
  2781.             ],
  2782.             'monolog.handlers_to_channels' => [
  2783.                 'monolog.handler.console' => [
  2784.                     'type' => 'exclusive',
  2785.                     'elements' => [
  2786.                         => 'event',
  2787.                         => 'doctrine',
  2788.                         => 'console',
  2789.                     ],
  2790.                 ],
  2791.                 'monolog.handler.main' => [
  2792.                     'type' => 'exclusive',
  2793.                     'elements' => [
  2794.                         => 'event',
  2795.                     ],
  2796.                 ],
  2797.             ],
  2798.             'maker.compatible_check.doctrine.supports_attributes' => false,
  2799.             'data_collector.templates' => [
  2800.                 'data_collector.request' => [
  2801.                     => 'request',
  2802.                     => '@WebProfiler/Collector/request.html.twig',
  2803.                 ],
  2804.                 'api_platform.data_collector.request' => [
  2805.                     => 'api_platform.data_collector.request',
  2806.                     => '@ApiPlatform/DataCollector/request.html.twig',
  2807.                 ],
  2808.                 'data_collector.time' => [
  2809.                     => 'time',
  2810.                     => '@WebProfiler/Collector/time.html.twig',
  2811.                 ],
  2812.                 'data_collector.memory' => [
  2813.                     => 'memory',
  2814.                     => '@WebProfiler/Collector/memory.html.twig',
  2815.                 ],
  2816.                 'data_collector.validator' => [
  2817.                     => 'validator',
  2818.                     => '@WebProfiler/Collector/validator.html.twig',
  2819.                 ],
  2820.                 'data_collector.ajax' => [
  2821.                     => 'ajax',
  2822.                     => '@WebProfiler/Collector/ajax.html.twig',
  2823.                 ],
  2824.                 'data_collector.form' => [
  2825.                     => 'form',
  2826.                     => '@WebProfiler/Collector/form.html.twig',
  2827.                 ],
  2828.                 'data_collector.exception' => [
  2829.                     => 'exception',
  2830.                     => '@WebProfiler/Collector/exception.html.twig',
  2831.                 ],
  2832.                 'data_collector.logger' => [
  2833.                     => 'logger',
  2834.                     => '@WebProfiler/Collector/logger.html.twig',
  2835.                 ],
  2836.                 'data_collector.events' => [
  2837.                     => 'events',
  2838.                     => '@WebProfiler/Collector/events.html.twig',
  2839.                 ],
  2840.                 'data_collector.router' => [
  2841.                     => 'router',
  2842.                     => '@WebProfiler/Collector/router.html.twig',
  2843.                 ],
  2844.                 'data_collector.cache' => [
  2845.                     => 'cache',
  2846.                     => '@WebProfiler/Collector/cache.html.twig',
  2847.                 ],
  2848.                 'data_collector.translation' => [
  2849.                     => 'translation',
  2850.                     => '@WebProfiler/Collector/translation.html.twig',
  2851.                 ],
  2852.                 'data_collector.security' => [
  2853.                     => 'security',
  2854.                     => '@Security/Collector/security.html.twig',
  2855.                 ],
  2856.                 'data_collector.twig' => [
  2857.                     => 'twig',
  2858.                     => '@WebProfiler/Collector/twig.html.twig',
  2859.                 ],
  2860.                 'data_collector.doctrine' => [
  2861.                     => 'db',
  2862.                     => '@Doctrine/Collector/db.html.twig',
  2863.                 ],
  2864.                 'data_collector.config' => [
  2865.                     => 'config',
  2866.                     => '@WebProfiler/Collector/config.html.twig',
  2867.                 ],
  2868.             ],
  2869.             'console.command.ids' => [
  2870.                 => 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command',
  2871.             ],
  2872.         ];
  2873.     }
  2874.     protected function throw($message)
  2875.     {
  2876.         throw new RuntimeException($message);
  2877.     }
  2878. }