var/cache/dev/ContainerBJSA7Am/App_KernelDevDebugContainer.php line 692

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