var/cache/dev/ContainerCABm9vm/srcDevDebugProjectContainer.php line 603

Open in your IDE?
  1. <?php
  2. namespace ContainerCABm9vm;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcDevDebugProjectContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters;
  21.     private $targetDirs = [];
  22.     /**
  23.      * @internal but protected for BC on cache:clear
  24.      */
  25.     protected $privates = [];
  26.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  27.     {
  28.         $dir $this->targetDirs[0] = \dirname($containerDir);
  29.         for ($i 1$i <= 5; ++$i) {
  30.             $this->targetDirs[$i] = $dir = \dirname($dir);
  31.         }
  32.         $this->buildParameters $buildParameters;
  33.         $this->containerDir $containerDir;
  34.         $this->parameters $this->getDefaultParameters();
  35.         $this->services $this->privates = [];
  36.         $this->syntheticIds = [
  37.             'kernel' => true,
  38.         ];
  39.         $this->methodMap = [
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'event_dispatcher' => 'getEventDispatcherService',
  45.             'http_kernel' => 'getHttpKernelService',
  46.             'image.handling' => 'getImage_HandlingService',
  47.             'jms_serializer' => 'getJmsSerializerService',
  48.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  49.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  50.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  51.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  52.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  53.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  54.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  55.             'profiler' => 'getProfilerService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  59.             'security.token_storage' => 'getSecurity_TokenStorageService',
  60.             'translator' => 'getTranslatorService',
  61.             'twig' => 'getTwigService',
  62.             'validator' => 'getValidatorService',
  63.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  64.             'vich_uploader.templating.helper.uploader_helper' => 'getVichUploader_Templating_Helper_UploaderHelperService',
  65.         ];
  66.         $this->fileMap = [
  67.             'App\\Controller\\DeleteProjectController' => 'getDeleteProjectControllerService.php',
  68.             'App\\Controller\\LinkController' => 'getLinkControllerService.php',
  69.             'App\\Controller\\RegisterController' => 'getRegisterControllerService.php',
  70.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService.php',
  71.             'App\\Controller\\StepController' => 'getStepControllerService.php',
  72.             'App\\Controller\\admin\\CompanyController' => 'getCompanyControllerService.php',
  73.             'App\\Controller\\admin\\FieldController' => 'getFieldControllerService.php',
  74.             'App\\Controller\\admin\\LinkController' => 'getLinkController2Service.php',
  75.             'App\\Controller\\admin\\ProjectTypeController' => 'getProjectTypeControllerService.php',
  76.             'App\\Controller\\admin\\TagController' => 'getTagControllerService.php',
  77.             'App\\Controller\\admin\\TaskController' => 'getTaskControllerService.php',
  78.             'App\\Controller\\admin\\TechSheetController' => 'getTechSheetControllerService.php',
  79.             'App\\Controller\\admin\\TodoListController' => 'getTodoListControllerService.php',
  80.             'App\\Controller\\admin\\UserController' => 'getUserControllerService.php',
  81.             'App\\Controller\\moa\\FieldController' => 'getFieldController2Service.php',
  82.             'App\\Controller\\moa\\ProjectController' => 'getProjectControllerService.php',
  83.             'App\\Controller\\moa\\ProjectTypeController' => 'getProjectTypeController2Service.php',
  84.             'App\\Controller\\moa\\TaskController' => 'getTaskController2Service.php',
  85.             'App\\Controller\\moa\\TechSheetController' => 'getTechSheetController2Service.php',
  86.             'App\\Controller\\moa\\TodoListController' => 'getTodoListController2Service.php',
  87.             'App\\Controller\\moa\\TodoList\\TaskController' => 'getTaskController3Service.php',
  88.             'App\\Controller\\rest\\TechSheetRestController' => 'getTechSheetRestControllerService.php',
  89.             'App\\Controller\\user\\ProfileController' => 'getProfileControllerService.php',
  90.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  91.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  92.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  93.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  94.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  95.             'cache_clearer' => 'getCacheClearerService.php',
  96.             'cache_warmer' => 'getCacheWarmerService.php',
  97.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  98.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  99.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  100.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  101.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  102.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService.php',
  103.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService.php',
  104.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService.php',
  105.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService.php',
  106.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService.php',
  107.             'filesystem' => 'getFilesystemService.php',
  108.             'form.factory' => 'getForm_FactoryService.php',
  109.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  110.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  111.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  112.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  113.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  114.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  115.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  116.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  117.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  118.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  119.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  120.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  121.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
  122.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  123.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  124.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  125.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  126.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  127.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  128.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  129.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php',
  130.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  131.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  132.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  133.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
  134.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  135.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  136.             'routing.loader' => 'getRouting_LoaderService.php',
  137.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  138.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  139.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  140.             'serializer' => 'getSerializerService.php',
  141.             'services_resetter' => 'getServicesResetterService.php',
  142.             'session' => 'getSessionService.php',
  143.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  144.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  145.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  146.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  147.             'templating' => 'getTemplatingService.php',
  148.             'templating.loader' => 'getTemplating_LoaderService.php',
  149.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  150.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  151.             'vich_uploader.directory_namer_subdir' => 'getVichUploader_DirectoryNamerSubdirService.php',
  152.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  153.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  154.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  155.             'vich_uploader.namer_base64' => 'getVichUploader_NamerBase64Service.php',
  156.             'vich_uploader.namer_directory_current_date_time' => 'getVichUploader_NamerDirectoryCurrentDateTimeService.php',
  157.             'vich_uploader.namer_directory_property' => 'getVichUploader_NamerDirectoryPropertyService.php',
  158.             'vich_uploader.namer_hash' => 'getVichUploader_NamerHashService.php',
  159.             'vich_uploader.namer_origname' => 'getVichUploader_NamerOrignameService.php',
  160.             'vich_uploader.namer_property' => 'getVichUploader_NamerPropertyService.php',
  161.             'vich_uploader.namer_uniqid' => 'getVichUploader_NamerUniqidService.php',
  162.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService.php',
  163.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  164.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  165.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  166.         ];
  167.         $this->aliases = [
  168.             'database_connection' => 'doctrine.dbal.default_connection',
  169.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  170.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  171.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  172.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  173.             'mailer' => 'swiftmailer.mailer.default',
  174.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  175.         ];
  176.         $this->privates['service_container'] = function () {
  177.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  192.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocatorInterface.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/config/FileLocator.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Config/FileLocator.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  208.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  213.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  214.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParserInterface.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/templating/TemplateNameParser.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  240.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/TranslatorListener.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  245.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  246.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  247.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  248.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  249.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  250.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  265.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  274.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  276.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  277.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  279.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  280.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  282.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  283.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  284.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  286.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  287.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  288.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  289.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  290.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  291.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  292.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  293.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  294.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  295.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  296.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  297.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  298.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/ExpressionLanguage.php';
  299.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  300.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  301.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  302.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  303.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  304.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  305.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  306.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  307.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  308.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  309.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  310.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AuthorizationCheckerInterface.php';
  311.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AuthorizationChecker.php';
  312.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  313.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/Token/Storage/TokenStorage.php';
  314.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationManagerInterface.php';
  315.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationProviderManager.php';
  316.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  317.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authentication/AuthenticationTrustResolver.php';
  318.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Role/RoleHierarchyInterface.php';
  319.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Role/RoleHierarchy.php';
  320.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/FirewallMapInterface.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  322.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/Logout/LogoutUrlGenerator.php';
  323.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/RememberMe/ResponseListener.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AccessDecisionManagerInterface.php';
  325.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/TraceableAccessDecisionManager.php';
  326.             include_once $this->targetDirs[3].'/vendor/symfony/security/Core/Authorization/AccessDecisionManager.php';
  327.             include_once $this->targetDirs[3].'/vendor/symfony/security/Http/Firewall.php';
  328.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  333.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  334.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  335.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  336.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  337.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  339.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  340.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  341.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  343.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  344.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  345.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  346.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  347.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  348.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  349.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  350.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  351.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  354.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  358.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  365.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  366.             include_once $this->targetDirs[3].'/vendor/gregwar/image-bundle/Extensions/ImageTwig.php';
  367.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Twig/Extension/UploaderExtension.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  369.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  370.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  372.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  373.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  374.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  375.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  376.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  377.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  378.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  379.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  380.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  384.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  385.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  386.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  387.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  388.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  389.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  390.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  391.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  392.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  394.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  395.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  396.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  397.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  398.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  399.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  400.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  401.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  402.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestMatcher.php';
  405.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  406.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  407.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  408.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  409.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  410.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  411.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  412.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  413.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  414.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  415.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  416.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  417.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  418.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  419.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Naming/IdenticalPropertyNamingStrategy.php';
  420.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  421.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  422.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  423.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  425.             include_once $this->targetDirs[3].'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  426.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  427.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  428.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  429.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  430.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  431.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  432.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  433.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  434.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  435.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  436.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  437.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  438.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  439.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  440.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  441.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  442.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  443.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  444.             include_once $this->targetDirs[3].'/vendor/gregwar/image-bundle/Services/ImageHandling.php';
  445.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/StorageInterface.php';
  446.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/AbstractStorage.php';
  447.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/FileSystemStorage.php';
  448.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/MetadataReader.php';
  449.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  450.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  451.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  452.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/XmlDriver.php';
  453.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  454.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  455.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  456.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/AnnotationDriver.php';
  457.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/YamlDriver.php';
  458.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Mapping/PropertyMappingFactory.php';
  459.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  460.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  461.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Templating/Helper/UploaderHelper.php';
  462.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  463.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  464.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  465.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  466.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  467.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  468.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  469.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  470.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  471.             include_once $this->targetDirs[3].'/vendor/symfony/translation/MessageSelector.php';
  472.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  473.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  474.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  475.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  476.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  477.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  479.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  480.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  481.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  482.             include_once $this->targetDirs[3].'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  483.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  484.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  485.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  486.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  487.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  488.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  489.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  490.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  491.             include_once $this->targetDirs[3].'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  492.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  493.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  494.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  495.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  496.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  497.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  498.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  499.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  500.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  501.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  502.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  503.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  504.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  505.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  506.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  507.         };
  508.     }
  509.     public function reset()
  510.     {
  511.         $this->privates = [];
  512.         parent::reset();
  513.     }
  514.     public function compile()
  515.     {
  516.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  517.     }
  518.     public function isCompiled()
  519.     {
  520.         return true;
  521.     }
  522.     public function getRemovedIds()
  523.     {
  524.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  525.     }
  526.     protected function load($file$lazyLoad true)
  527.     {
  528.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  529.     }
  530.     /**
  531.      * Gets the public 'cache.app' shared service.
  532.      *
  533.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  534.      */
  535.     protected function getCache_AppService()
  536.     {
  537.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gAXEABF+5-'0, ($this->targetDirs[0].'/pools'));
  538.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  539.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  540.     }
  541.     /**
  542.      * Gets the public 'cache.system' shared service.
  543.      *
  544.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  545.      */
  546.     protected function getCache_SystemService()
  547.     {
  548.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3aBwhL7+B+'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  549.     }
  550.     /**
  551.      * Gets the public 'data_collector.dump' shared service.
  552.      *
  553.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  554.      */
  555.     protected function getDataCollector_DumpService()
  556.     {
  557.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  558.     }
  559.     /**
  560.      * Gets the public 'doctrine' shared service.
  561.      *
  562.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  563.      */
  564.     protected function getDoctrineService()
  565.     {
  566.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  567.     }
  568.     /**
  569.      * Gets the public 'event_dispatcher' shared service.
  570.      *
  571.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  572.      */
  573.     protected function getEventDispatcherService()
  574.     {
  575.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  576.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  577.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  578.         $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);
  579.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  580.             return ($this->privates['app.jwt_created_listener'] ?? $this->load('getApp_JwtCreatedListenerService.php'));
  581.         }, => 'onJWTCreated'], 0);
  582.         $instance->addListener('lexik_jwt_authentication.on_authentication_failure', [=> function () {
  583.             return ($this->privates['acme_api.event.authentication_failure_listener'] ?? $this->load('getAcmeApi_Event_AuthenticationFailureListenerService.php'));
  584.         }, => 'onAuthenticationFailureResponse'], 0);
  585.         $instance->addListener('kernel.controller', [=> function () {
  586.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  587.         }, => 'onKernelController'], 0);
  588.         $instance->addListener('kernel.request', [=> function () {
  589.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  590.         }, => 'onKernelRequest'], 10);
  591.         $instance->addListener('kernel.request', [=> function () {
  592.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  593.         }, => 'onKernelRequest'], 34);
  594.         $instance->addListener('kernel.controller', [=> function () {
  595.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  596.         }, => 'onKernelController'], 5);
  597.         $instance->addListener('kernel.request', [=> function () {
  598.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  599.         }, => 'onKernelRequest'], 250);
  600.         $instance->addListener('kernel.response', [=> function () {
  601.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  602.         }, => 'onKernelResponse'], 0);
  603.         $instance->addListener('kernel.response', [=> function () {
  604.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  605.         }, => 'onKernelResponse'], -1024);
  606.         $instance->addListener('kernel.request', [=> function () {
  607.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  608.         }, => 'onKernelRequest'], 16);
  609.         $instance->addListener('kernel.finish_request', [=> function () {
  610.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  611.         }, => 'onKernelFinishRequest'], 0);
  612.         $instance->addListener('kernel.request', [=> function () {
  613.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  614.         }, => 'onKernelRequest'], 256);
  615.         $instance->addListener('kernel.request', [=> function () {
  616.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  617.         }, => 'onKernelRequest'], 24);
  618.         $instance->addListener('console.error', [=> function () {
  619.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  620.         }, => 'onConsoleError'], -128);
  621.         $instance->addListener('console.terminate', [=> function () {
  622.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  623.         }, => 'onConsoleTerminate'], -128);
  624.         $instance->addListener('kernel.request', [=> function () {
  625.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  626.         }, => 'onKernelRequest'], 128);
  627.         $instance->addListener('kernel.response', [=> function () {
  628.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  629.         }, => 'onKernelResponse'], -1000);
  630.         $instance->addListener('kernel.finish_request', [=> function () {
  631.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  632.         }, => 'onFinishRequest'], 0);
  633.         $instance->addListener('kernel.request', [=> function () {
  634.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  635.         }, => 'onKernelRequest'], 10);
  636.         $instance->addListener('kernel.finish_request', [=> function () {
  637.             return ($this->privates['translator_listener'] ?? $this->getTranslatorListenerService());
  638.         }, => 'onKernelFinishRequest'], 0);
  639.         $instance->addListener('kernel.response', [=> function () {
  640.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  641.         }, => 'onKernelResponse'], -100);
  642.         $instance->addListener('kernel.exception', [=> function () {
  643.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  644.         }, => 'onKernelException'], 0);
  645.         $instance->addListener('kernel.terminate', [=> function () {
  646.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  647.         }, => 'onKernelTerminate'], -1024);
  648.         $instance->addListener('kernel.controller', [=> function () {
  649.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  650.         }, => 'onKernelController'], 0);
  651.         $instance->addListener('kernel.response', [=> function () {
  652.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  653.         }, => 'onKernelResponse'], 0);
  654.         $instance->addListener('kernel.request', [=> function () {
  655.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  656.         }, => 'configure'], 2048);
  657.         $instance->addListener('console.command', [=> function () {
  658.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  659.         }, => 'configure'], 2048);
  660.         $instance->addListener('kernel.request', [=> function () {
  661.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  662.         }, => 'onKernelRequest'], 32);
  663.         $instance->addListener('kernel.finish_request', [=> function () {
  664.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  665.         }, => 'onKernelFinishRequest'], 0);
  666.         $instance->addListener('kernel.exception', [=> function () {
  667.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  668.         }, => 'onKernelException'], -64);
  669.         $instance->addListener('kernel.response', [=> function () {
  670.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  671.         }, => 'onKernelResponse'], 0);
  672.         $instance->addListener('kernel.controller', [=> function () {
  673.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  674.         }, => 'onKernelController'], 0);
  675.         $instance->addListener('kernel.controller', [=> function () {
  676.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  677.         }, => 'onKernelController'], 0);
  678.         $instance->addListener('kernel.controller', [=> function () {
  679.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  680.         }, => 'onKernelController'], -128);
  681.         $instance->addListener('kernel.view', [=> function () {
  682.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  683.         }, => 'onKernelView'], 0);
  684.         $instance->addListener('kernel.controller', [=> function () {
  685.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  686.         }, => 'onKernelController'], 0);
  687.         $instance->addListener('kernel.response', [=> function () {
  688.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  689.         }, => 'onKernelResponse'], 0);
  690.         $instance->addListener('kernel.controller_arguments', [=> function () {
  691.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  692.         }, => 'onKernelControllerArguments'], 0);
  693.         $instance->addListener('kernel.controller_arguments', [=> function () {
  694.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  695.         }, => 'onKernelControllerArguments'], 0);
  696.         $instance->addListener('kernel.response', [=> function () {
  697.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  698.         }, => 'onKernelResponse'], 0);
  699.         $instance->addListener('kernel.request', [=> function () {
  700.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  701.         }, => 'onKernelRequest'], 8);
  702.         $instance->addListener('kernel.finish_request', [=> function () {
  703.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  704.         }, => 'onKernelFinishRequest'], 0);
  705.         $instance->addListener('kernel.exception', [=> function () {
  706.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  707.         }, => 'onException'], 0);
  708.         $instance->addListener('kernel.terminate', [=> function () {
  709.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  710.         }, => 'onTerminate'], 0);
  711.         $instance->addListener('console.error', [=> function () {
  712.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  713.         }, => 'onException'], 0);
  714.         $instance->addListener('console.terminate', [=> function () {
  715.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  716.         }, => 'onTerminate'], 0);
  717.         $instance->addListener('kernel.response', [=> function () {
  718.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  719.         }, => 'onKernelResponse'], -128);
  720.         $instance->addListener('kernel.exception', [=> function () {
  721.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  722.         }, => 'logKernelException'], 0);
  723.         $instance->addListener('kernel.exception', [=> function () {
  724.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  725.         }, => 'onKernelException'], -128);
  726.         $instance->addListener('console.command', [=> function () {
  727.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  728.         }, => 'configure'], 1024);
  729.         $instance->addListener('console.error', [=> function () {
  730.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  731.         }, => 'onConsoleError'], 0);
  732.         $instance->addListener('console.terminate', [=> function () {
  733.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  734.         }, => 'onConsoleTerminate'], 0);
  735.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  736.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  737.         }, => 'onImplicitLogin'], 0);
  738.         $instance->addListener('security.interactive_login', [=> function () {
  739.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  740.         }, => 'onSecurityInteractiveLogin'], 0);
  741.         $instance->addListener('fos_user.registration.completed', [=> function () {
  742.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  743.         }, => 'authenticate'], 0);
  744.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  745.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  746.         }, => 'authenticate'], 0);
  747.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  748.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  749.         }, => 'authenticate'], 0);
  750.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  751.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  752.         }, => 'addSuccessFlash'], 0);
  753.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  754.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  755.         }, => 'addSuccessFlash'], 0);
  756.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  757.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  758.         }, => 'addSuccessFlash'], 0);
  759.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  760.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  761.         }, => 'addSuccessFlash'], 0);
  762.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  763.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  764.         }, => 'addSuccessFlash'], 0);
  765.         $instance->addListener('fos_user.registration.completed', [=> function () {
  766.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  767.         }, => 'addSuccessFlash'], 0);
  768.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  769.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  770.         }, => 'addSuccessFlash'], 0);
  771.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  772.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  773.         }, => 'onResettingResetInitialize'], 0);
  774.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  775.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  776.         }, => 'onResettingResetSuccess'], 0);
  777.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  778.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  779.         }, => 'onResettingResetRequest'], 0);
  780.         $instance->addListener('kernel.view', [=> function () {
  781.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  782.         }, => 'onKernelView'], 30);
  783.         return $instance;
  784.     }
  785.     /**
  786.      * Gets the public 'http_kernel' shared service.
  787.      *
  788.      * @return \Symfony\Component\HttpKernel\HttpKernel
  789.      */
  790.     protected function getHttpKernelService()
  791.     {
  792.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  793.         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['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  794.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  795.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  796.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  797.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  798.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  799.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  800.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  801.         }, 7)), $a));
  802.     }
  803.     /**
  804.      * Gets the public 'image.handling' shared service.
  805.      *
  806.      * @return \Gregwar\ImageBundle\Services\ImageHandling
  807.      */
  808.     protected function getImage_HandlingService()
  809.     {
  810.         return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('cache'NULL'Gregwar\\ImageBundle\\ImageHandler'$this, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]))), falseNULL);
  811.     }
  812.     /**
  813.      * Gets the public 'jms_serializer' shared service.
  814.      *
  815.      * @return \JMS\Serializer\Serializer
  816.      */
  817.     protected function getJmsSerializerService()
  818.     {
  819.         $a = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\ServiceLocator(['jms_serializer.doctrine_proxy_subscriber' => function () {
  820.             return ($this->services['jms_serializer.doctrine_proxy_subscriber'] ?? ($this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse)));
  821.         }, 'jms_serializer.stopwatch_subscriber' => function () {
  822.             return ($this->services['jms_serializer.stopwatch_subscriber'] ?? $this->load('getJmsSerializer_StopwatchSubscriberService.php'));
  823.         }]));
  824.         $a->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL]], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL]]]);
  825.         $this->services['jms_serializer'] = $instance = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php')), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService()), 'yml' => ($this->services['jms_serializer.yaml_serialization_visitor'] ?? $this->getJmsSerializer_YamlSerializationVisitorService())]), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_deserialization_visitor'] ?? $this->getJmsSerializer_XmlDeserializationVisitorService())]), $aNULL, ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  826.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  827.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  828.         return $instance;
  829.     }
  830.     /**
  831.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  832.      *
  833.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  834.      */
  835.     protected function getJmsSerializer_DeserializationContextFactoryService()
  836.     {
  837.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  838.     }
  839.     /**
  840.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  841.      *
  842.      * @return \JMS\Serializer\JsonDeserializationVisitor
  843.      */
  844.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  845.     {
  846.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  847.     }
  848.     /**
  849.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  850.      *
  851.      * @return \JMS\Serializer\JsonSerializationVisitor
  852.      */
  853.     protected function getJmsSerializer_JsonSerializationVisitorService()
  854.     {
  855.         $this->services['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\JsonSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  856.         $instance->setOptions(1216);
  857.         return $instance;
  858.     }
  859.     /**
  860.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  861.      *
  862.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  863.      */
  864.     protected function getJmsSerializer_SerializationContextFactoryService()
  865.     {
  866.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  867.     }
  868.     /**
  869.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  870.      *
  871.      * @return \JMS\Serializer\XmlDeserializationVisitor
  872.      */
  873.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  874.     {
  875.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  876.         $instance->setDoctypeWhitelist([]);
  877.         return $instance;
  878.     }
  879.     /**
  880.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  881.      *
  882.      * @return \JMS\Serializer\XmlSerializationVisitor
  883.      */
  884.     protected function getJmsSerializer_XmlSerializationVisitorService()
  885.     {
  886.         $this->services['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\XmlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  887.         $instance->setFormatOutput(true);
  888.         return $instance;
  889.     }
  890.     /**
  891.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  892.      *
  893.      * @return \JMS\Serializer\YamlSerializationVisitor
  894.      */
  895.     protected function getJmsSerializer_YamlSerializationVisitorService()
  896.     {
  897.         return $this->services['jms_serializer.yaml_serialization_visitor'] = new \JMS\Serializer\YamlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  898.     }
  899.     /**
  900.      * Gets the public 'profiler' shared service.
  901.      *
  902.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  903.      */
  904.     protected function getProfilerService()
  905.     {
  906.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  907.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  908.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  909.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  910.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  911.         $c = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  912.         $c->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  913.         $c->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  914.         $c->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  915.         $c->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  916.         $c->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  917.         $c->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  918.         $d = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  919.         $d->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  920.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  921.         if ($this->has('kernel')) {
  922.             $e->setKernel($b);
  923.         }
  924.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  925.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  926.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  927.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  928.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  929.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  930.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  931.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcDevDebugProjectContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  932.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  933.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  934.         $instance->add($c);
  935.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  936.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.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())));
  937.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  938.         $instance->add($d);
  939.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  940.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  941.         $instance->add($e);
  942.         return $instance;
  943.     }
  944.     /**
  945.      * Gets the public 'request_stack' shared service.
  946.      *
  947.      * @return \Symfony\Component\HttpFoundation\RequestStack
  948.      */
  949.     protected function getRequestStackService()
  950.     {
  951.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  952.     }
  953.     /**
  954.      * Gets the public 'router' shared service.
  955.      *
  956.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  957.      */
  958.     protected function getRouterService()
  959.     {
  960.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  961.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  962.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  963.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\ServiceLocator(['routing.loader' => function (): \Symfony\Component\Config\Loader\LoaderInterface {
  964.             return ($this->services['routing.loader'] ?? $this->load('getRouting_LoaderService.php'));
  965.         }]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], 'debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_base_class' => 'Symfony\\Component\\Routing\\Generator\\UrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\PhpGeneratorDumper''generator_cache_class' => 'srcDevDebugProjectContainerUrlGenerator''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_base_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\PhpMatcherDumper''matcher_cache_class' => 'srcDevDebugProjectContainerUrlMatcher''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);
  966.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  967.         return $instance;
  968.     }
  969.     /**
  970.      * Gets the public 'security.authorization_checker' shared service.
  971.      *
  972.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  973.      */
  974.     protected function getSecurity_AuthorizationCheckerService()
  975.     {
  976.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  977.     }
  978.     /**
  979.      * Gets the public 'security.token_storage' shared service.
  980.      *
  981.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  982.      */
  983.     protected function getSecurity_TokenStorageService()
  984.     {
  985.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  986.     }
  987.     /**
  988.      * Gets the public 'translator' shared service.
  989.      *
  990.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  991.      */
  992.     protected function getTranslatorService()
  993.     {
  994.         $a = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\ServiceLocator(['translation.loader.csv' => function () {
  995.             return ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader()));
  996.         }, 'translation.loader.dat' => function () {
  997.             return ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader()));
  998.         }, 'translation.loader.ini' => function () {
  999.             return ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader()));
  1000.         }, 'translation.loader.json' => function () {
  1001.             return ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader()));
  1002.         }, 'translation.loader.mo' => function () {
  1003.             return ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader()));
  1004.         }, 'translation.loader.php' => function () {
  1005.             return ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader()));
  1006.         }, 'translation.loader.po' => function () {
  1007.             return ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader()));
  1008.         }, 'translation.loader.qt' => function () {
  1009.             return ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader()));
  1010.         }, 'translation.loader.res' => function () {
  1011.             return ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader()));
  1012.         }, 'translation.loader.xliff' => function () {
  1013.             return ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  1014.         }, 'translation.loader.yml' => function () {
  1015.             return ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  1016.         }]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\MessageSelector()), 'fr', ['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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.az.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.cs.yml')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fi.yml')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.no.xlf')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.pt_PT.xlf')], 'ua' => [=> ($this->targetDirs[3].'/vendor/symfony/security/Core/Resources/translations/security.ua.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]]]);
  1017.         $a->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1018.         $a->setFallbackLocales([=> 'fr']);
  1019.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator($a);
  1020.     }
  1021.     /**
  1022.      * Gets the public 'twig' shared service.
  1023.      *
  1024.      * @return \Twig\Environment
  1025.      */
  1026.     protected function getTwigService()
  1027.     {
  1028.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? ($this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), $this->targetDirs[3]);
  1029.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1030.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1031.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1032.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1033.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1034.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1035.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1036.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1037.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1038.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1039.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1040.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1041.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1042.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1043.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1044.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1045.         $a->addPath(($this->targetDirs[3].'/templates/bundles/NelmioApiDocBundle'), 'NelmioApiDoc');
  1046.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1047.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1048.         $a->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), 'VichUploader');
  1049.         $a->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), '!VichUploader');
  1050.         $a->addPath(($this->targetDirs[3].'/templates'));
  1051.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1052.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception::showAction''form_themes' => [=> 'form_div_layout.html.twig'], 'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  1053.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1054.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1055.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1056.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1057.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  1058.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1059.         $f->setEnvironment('dev');
  1060.         $f->setDebug(true);
  1061.         if ($this->has('security.token_storage')) {
  1062.             $f->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1063.         }
  1064.         if ($this->has('request_stack')) {
  1065.             $f->setRequestStack($d);
  1066.         }
  1067.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1068.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1069.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1070.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1071.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1072.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1073.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, ($this->targetDirs[3].'/src'), 'UTF-8'));
  1074.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1075.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1076.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1077.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1078.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1079.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService())));
  1080.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1081.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1082.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1083.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1084.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1085.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1086.         $instance->addExtension(new \Gregwar\ImageBundle\Extensions\ImageTwig(($this->services['image.handling'] ?? $this->getImage_HandlingService()), ($this->targetDirs[3].'/public')));
  1087.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['vich_uploader.templating.helper.uploader_helper'] ?? $this->getVichUploader_Templating_Helper_UploaderHelperService())));
  1088.         $instance->addGlobal('app'$f);
  1089.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\ServiceLocator(['JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => function () {
  1090.             return ($this->services['jms_serializer.twig_extension.serializer_runtime_helper'] ?? $this->load('getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'));
  1091.         }, 'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => function () {
  1092.             return ($this->privates['twig.runtime.security_csrf'] ?? $this->load('getTwig_Runtime_SecurityCsrfService.php'));
  1093.         }, 'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => function () {
  1094.             return ($this->privates['twig.runtime.httpkernel'] ?? $this->load('getTwig_Runtime_HttpkernelService.php'));
  1095.         }, 'Symfony\\Component\\Form\\FormRenderer' => function () {
  1096.             return ($this->privates['twig.form.renderer'] ?? $this->load('getTwig_Form_RendererService.php'));
  1097.         }])));
  1098.         $instance->addGlobal('app_url'$this->getEnv('APP_URL'));
  1099.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1100.         return $instance;
  1101.     }
  1102.     /**
  1103.      * Gets the public 'validator' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1106.      */
  1107.     protected function getValidatorService()
  1108.     {
  1109.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1110.     }
  1111.     /**
  1112.      * Gets the public 'var_dumper.cloner' shared service.
  1113.      *
  1114.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1115.      */
  1116.     protected function getVarDumper_ClonerService()
  1117.     {
  1118.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1119.         $instance->setMaxItems(2500);
  1120.         $instance->setMinDepth(1);
  1121.         $instance->setMaxString(-1);
  1122.         return $instance;
  1123.     }
  1124.     /**
  1125.      * Gets the public 'vich_uploader.templating.helper.uploader_helper' shared service.
  1126.      *
  1127.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  1128.      */
  1129.     protected function getVichUploader_Templating_Helper_UploaderHelperService()
  1130.     {
  1131.         return $this->services['vich_uploader.templating.helper.uploader_helper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  1132.     }
  1133.     /**
  1134.      * Gets the private 'annotations.cached_reader' shared service.
  1135.      *
  1136.      * @return \Doctrine\Common\Annotations\CachedReader
  1137.      */
  1138.     protected function getAnnotations_CachedReaderService()
  1139.     {
  1140.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache'] ?? $this->load('getAnnotations_CacheService.php')), true);
  1141.     }
  1142.     /**
  1143.      * Gets the private 'annotations.reader' shared service.
  1144.      *
  1145.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1146.      */
  1147.     protected function getAnnotations_ReaderService()
  1148.     {
  1149.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1150.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1151.         $a->registerUniqueLoader('class_exists');
  1152.         $instance->addGlobalIgnoredName('required'$a);
  1153.         return $instance;
  1154.     }
  1155.     /**
  1156.      * Gets the private 'assets.packages' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Asset\Packages
  1159.      */
  1160.     protected function getAssets_PackagesService()
  1161.     {
  1162.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1163.     }
  1164.     /**
  1165.      * Gets the private 'cache.annotations' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1168.      */
  1169.     protected function getCache_AnnotationsService()
  1170.     {
  1171.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w4dQAMfMGi'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1172.     }
  1173.     /**
  1174.      * Gets the private 'cache.security_expression_language' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1177.      */
  1178.     protected function getCache_SecurityExpressionLanguageService()
  1179.     {
  1180.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IwqRsSEBRU'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1181.     }
  1182.     /**
  1183.      * Gets the private 'cache.serializer' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1186.      */
  1187.     protected function getCache_SerializerService()
  1188.     {
  1189.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aMIpn3CivZ'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1190.     }
  1191.     /**
  1192.      * Gets the private 'cache.validator' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1195.      */
  1196.     protected function getCache_ValidatorService()
  1197.     {
  1198.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZDgnyFQRwU'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1199.     }
  1200.     /**
  1201.      * Gets the private 'config_cache_factory' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1204.      */
  1205.     protected function getConfigCacheFactoryService()
  1206.     {
  1207.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1208.             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)));
  1209.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1210.         }, 2));
  1211.     }
  1212.     /**
  1213.      * Gets the private 'data_collector.form' shared service.
  1214.      *
  1215.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1216.      */
  1217.     protected function getDataCollector_FormService()
  1218.     {
  1219.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1220.     }
  1221.     /**
  1222.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1223.      *
  1224.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1225.      */
  1226.     protected function getDebug_DebugHandlersListenerService()
  1227.     {
  1228.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1229.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1230.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1231.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1232.     }
  1233.     /**
  1234.      * Gets the private 'debug.file_link_formatter' shared service.
  1235.      *
  1236.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1237.      */
  1238.     protected function getDebug_FileLinkFormatterService()
  1239.     {
  1240.         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())), $this->targetDirs[3], function () {
  1241.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1242.         });
  1243.     }
  1244.     /**
  1245.      * Gets the private 'debug.log_processor' shared service.
  1246.      *
  1247.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1248.      */
  1249.     protected function getDebug_LogProcessorService()
  1250.     {
  1251.         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())));
  1252.     }
  1253.     /**
  1254.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1255.      *
  1256.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1257.      */
  1258.     protected function getDebug_Security_Access_DecisionManagerService()
  1259.     {
  1260.         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 () {
  1261.             yield => ($this->privates['security.access.authenticated_voter'] ?? $this->load('getSecurity_Access_AuthenticatedVoterService.php'));
  1262.             yield => ($this->privates['security.access.simple_role_voter'] ?? ($this->privates['security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter()));
  1263.             yield => ($this->privates['security.access.expression_voter'] ?? $this->load('getSecurity_Access_ExpressionVoterService.php'));
  1264.         }, 3), 'affirmative'falsetrue));
  1265.     }
  1266.     /**
  1267.      * Gets the private 'debug.security.firewall' shared service.
  1268.      *
  1269.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1270.      */
  1271.     protected function getDebug_Security_FirewallService()
  1272.     {
  1273.         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()));
  1274.     }
  1275.     /**
  1276.      * Gets the private 'fos_rest.body_listener' shared service.
  1277.      *
  1278.      * @return \FOS\RestBundle\EventListener\BodyListener
  1279.      */
  1280.     protected function getFosRest_BodyListenerService()
  1281.     {
  1282.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\ServiceLocator(['fos_rest.decoder.json' => function () {
  1283.             return ($this->privates['fos_rest.decoder.json'] ?? ($this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder()));
  1284.         }, 'fos_rest.decoder.xml' => function () {
  1285.             return ($this->privates['fos_rest.decoder.xml'] ?? ($this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder()));
  1286.         }]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  1287.         $instance->setDefaultFormat(NULL);
  1288.         return $instance;
  1289.     }
  1290.     /**
  1291.      * Gets the private 'fos_rest.format_listener' shared service.
  1292.      *
  1293.      * @return \FOS\RestBundle\EventListener\FormatListener
  1294.      */
  1295.     protected function getFosRest_FormatListenerService()
  1296.     {
  1297.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1298.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  1299.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'NULLNULLNULL, []), ['stop' => true'methods' => NULL'attributes' => [], 'prefer_extension' => '2.0''fallback_format' => 'html''priorities' => []]);
  1300.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  1301.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  1302.     }
  1303.     /**
  1304.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  1305.      *
  1306.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  1307.      */
  1308.     protected function getFosRest_ParamFetcherListenerService()
  1309.     {
  1310.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), false);
  1311.     }
  1312.     /**
  1313.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  1314.      *
  1315.      * @return \FOS\RestBundle\Request\ParamReader
  1316.      */
  1317.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  1318.     {
  1319.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1320.     }
  1321.     /**
  1322.      * Gets the private 'fos_rest.serializer.jms' shared service.
  1323.      *
  1324.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  1325.      */
  1326.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  1327.     {
  1328.         return $this->privates['fos_rest.serializer.jms'] = new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  1329.     }
  1330.     /**
  1331.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  1332.      *
  1333.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  1334.      */
  1335.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  1336.     {
  1337.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\ServiceLocator(['fos_rest.serializer.form_error_handler' => function () {
  1338.             return ($this->services['jms_serializer.form_error_handler'] ?? $this->load('getJmsSerializer_FormErrorHandlerService.php'));
  1339.         }, 'jms_serializer.array_collection_handler' => function () {
  1340.             return ($this->services['jms_serializer.array_collection_handler'] ?? ($this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false)));
  1341.         }, 'jms_serializer.constraint_violation_handler' => function () {
  1342.             return ($this->services['jms_serializer.constraint_violation_handler'] ?? ($this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler()));
  1343.         }, 'jms_serializer.datetime_handler' => function () {
  1344.             return ($this->services['jms_serializer.datetime_handler'] ?? ($this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true)));
  1345.         }, 'jms_serializer.php_collection_handler' => function () {
  1346.             return ($this->services['jms_serializer.php_collection_handler'] ?? ($this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler()));
  1347.         }]), [=> ['DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromyml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromyml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromyml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap']]], => ['DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToyml']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToyml']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToyml']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToyml']]]]);
  1348.     }
  1349.     /**
  1350.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1351.      *
  1352.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1353.      */
  1354.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1355.     {
  1356.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1357.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1358.     }
  1359.     /**
  1360.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1361.      *
  1362.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1363.      */
  1364.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1365.     {
  1366.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1367.     }
  1368.     /**
  1369.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1370.      *
  1371.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1372.      */
  1373.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1374.     {
  1375.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1376.     }
  1377.     /**
  1378.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  1379.      *
  1380.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  1381.      */
  1382.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  1383.     {
  1384.         return $this->privates['jms_serializer.accessor_strategy.expression'] = new \JMS\Serializer\Accessor\ExpressionAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()), new \JMS\Serializer\Accessor\DefaultAccessorStrategy());
  1385.     }
  1386.     /**
  1387.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  1388.      *
  1389.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  1390.      */
  1391.     protected function getJmsSerializer_CacheNamingStrategyService()
  1392.     {
  1393.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\IdenticalPropertyNamingStrategy()));
  1394.     }
  1395.     /**
  1396.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  1397.      *
  1398.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  1399.      */
  1400.     protected function getJmsSerializer_ExpressionEvaluatorService()
  1401.     {
  1402.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1403.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1404.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  1405.     }
  1406.     /**
  1407.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  1408.      *
  1409.      * @return \Metadata\MetadataFactory
  1410.      */
  1411.     protected function getJmsSerializer_MetadataFactoryService()
  1412.     {
  1413.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  1414.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/jms_serializer')));
  1415.         return $instance;
  1416.     }
  1417.     /**
  1418.      * Gets the private 'locale_listener' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1421.      */
  1422.     protected function getLocaleListenerService()
  1423.     {
  1424.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  1425.     }
  1426.     /**
  1427.      * Gets the private 'monolog.handler.main' shared service.
  1428.      *
  1429.      * @return \Monolog\Handler\RotatingFileHandler
  1430.      */
  1431.     protected function getMonolog_Handler_MainService()
  1432.     {
  1433.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler(($this->targetDirs[2].'/log/dev.log'), 7100trueNULL);
  1434.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1435.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  1436.         return $instance;
  1437.     }
  1438.     /**
  1439.      * Gets the private 'monolog.logger' shared service.
  1440.      *
  1441.      * @return \Symfony\Bridge\Monolog\Logger
  1442.      */
  1443.     protected function getMonolog_LoggerService()
  1444.     {
  1445.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1446.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1447.         $instance->useMicrosecondTimestamps(true);
  1448.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1449.         return $instance;
  1450.     }
  1451.     /**
  1452.      * Gets the private 'monolog.logger.cache' shared service.
  1453.      *
  1454.      * @return \Symfony\Bridge\Monolog\Logger
  1455.      */
  1456.     protected function getMonolog_Logger_CacheService()
  1457.     {
  1458.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1459.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1460.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1461.         return $instance;
  1462.     }
  1463.     /**
  1464.      * Gets the private 'monolog.logger.request' shared service.
  1465.      *
  1466.      * @return \Symfony\Bridge\Monolog\Logger
  1467.      */
  1468.     protected function getMonolog_Logger_RequestService()
  1469.     {
  1470.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1471.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1472.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1473.         return $instance;
  1474.     }
  1475.     /**
  1476.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1477.      *
  1478.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1479.      */
  1480.     protected function getNelmioCors_CorsListenerService()
  1481.     {
  1482.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  1483.     }
  1484.     /**
  1485.      * Gets the private 'profiler_listener' shared service.
  1486.      *
  1487.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1488.      */
  1489.     protected function getProfilerListenerService()
  1490.     {
  1491.         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);
  1492.     }
  1493.     /**
  1494.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1495.      *
  1496.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1497.      */
  1498.     protected function getResolveControllerNameSubscriberService()
  1499.     {
  1500.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1501.     }
  1502.     /**
  1503.      * Gets the private 'router.request_context' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\Routing\RequestContext
  1506.      */
  1507.     protected function getRouter_RequestContextService()
  1508.     {
  1509.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1510.     }
  1511.     /**
  1512.      * Gets the private 'router_listener' shared service.
  1513.      *
  1514.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1515.      */
  1516.     protected function getRouterListenerService()
  1517.     {
  1518.         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()), $this->targetDirs[3], true);
  1519.     }
  1520.     /**
  1521.      * Gets the private 'security.authentication.manager' shared service.
  1522.      *
  1523.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1524.      */
  1525.     protected function getSecurity_Authentication_ManagerService()
  1526.     {
  1527.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1528.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->load('getSecurity_Authentication_Provider_Dao_LoginService.php'));
  1529.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? ($this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1530.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  1531.         }, 3), true);
  1532.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1533.         return $instance;
  1534.     }
  1535.     /**
  1536.      * Gets the private 'security.firewall.map' shared service.
  1537.      *
  1538.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1539.      */
  1540.     protected function getSecurity_Firewall_MapService()
  1541.     {
  1542.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\ServiceLocator(['security.firewall.map.context.dev' => function () {
  1543.             return ($this->privates['security.firewall.map.context.dev'] ?? $this->load('getSecurity_Firewall_Map_Context_DevService.php'));
  1544.         }, 'security.firewall.map.context.doc' => function () {
  1545.             return ($this->privates['security.firewall.map.context.doc'] ?? $this->load('getSecurity_Firewall_Map_Context_DocService.php'));
  1546.         }, 'security.firewall.map.context.login' => function () {
  1547.             return ($this->privates['security.firewall.map.context.login'] ?? $this->load('getSecurity_Firewall_Map_Context_LoginService.php'));
  1548.         }, 'security.firewall.map.context.main' => function () {
  1549.             return ($this->privates['security.firewall.map.context.main'] ?? $this->load('getSecurity_Firewall_Map_Context_MainService.php'));
  1550.         }, 'security.firewall.map.context.public' => function () {
  1551.             return ($this->privates['security.firewall.map.context.public'] ?? $this->load('getSecurity_Firewall_Map_Context_PublicService.php'));
  1552.         }]), new RewindableGenerator(function () {
  1553.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.zfHj2lW'] ?? ($this->privates['.security.request_matcher.zfHj2lW'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1554.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.vZT8AKw'] ?? ($this->privates['.security.request_matcher.vZT8AKw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/public/login')));
  1555.             yield 'security.firewall.map.context.doc' => ($this->privates['.security.request_matcher.QTSIi1c'] ?? ($this->privates['.security.request_matcher.QTSIi1c'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc')));
  1556.             yield 'security.firewall.map.context.public' => ($this->privates['.security.request_matcher.TscFQjj'] ?? ($this->privates['.security.request_matcher.TscFQjj'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/public')));
  1557.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.00qF1Z7'] ?? ($this->privates['.security.request_matcher.00qF1Z7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1558.         }, 5));
  1559.     }
  1560.     /**
  1561.      * Gets the private 'security.logout_url_generator' shared service.
  1562.      *
  1563.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1564.      */
  1565.     protected function getSecurity_LogoutUrlGeneratorService()
  1566.     {
  1567.         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->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1568.     }
  1569.     /**
  1570.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1571.      *
  1572.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1573.      */
  1574.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1575.     {
  1576.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1577.     }
  1578.     /**
  1579.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1580.      *
  1581.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1582.      */
  1583.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1584.     {
  1585.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1586.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1587.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1588.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', ($this->services['validator'] ?? $this->getValidatorService()), 'violations'), -50'fos_rest.request_body');
  1589.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1590.     }
  1591.     /**
  1592.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1593.      *
  1594.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1595.      */
  1596.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1597.     {
  1598.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver('Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken''Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken'))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1599.     }
  1600.     /**
  1601.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1602.      *
  1603.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1604.      */
  1605.     protected function getSensioFrameworkExtra_View_ListenerService()
  1606.     {
  1607.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1608.     }
  1609.     /**
  1610.      * Gets the private 'session_listener' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1613.      */
  1614.     protected function getSessionListenerService()
  1615.     {
  1616.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\ServiceLocator(['initialized_session' => function () {
  1617.             return ($this->services['session'] ?? null);
  1618.         }, 'session' => function () {
  1619.             return ($this->services['session'] ?? $this->load('getSessionService.php'));
  1620.         }]));
  1621.     }
  1622.     /**
  1623.      * Gets the private 'templating.locator' shared service.
  1624.      *
  1625.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  1626.      */
  1627.     protected function getTemplating_LocatorService()
  1628.     {
  1629.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->targetDirs[3].'/src/Resources'), [=> ($this->targetDirs[3].'/src')]))), $this->targetDirs[0]);
  1630.     }
  1631.     /**
  1632.      * Gets the private 'translator_listener' shared service.
  1633.      *
  1634.      * @return \Symfony\Component\HttpKernel\EventListener\TranslatorListener
  1635.      */
  1636.     protected function getTranslatorListenerService()
  1637.     {
  1638.         return $this->privates['translator_listener'] = new \Symfony\Component\HttpKernel\EventListener\TranslatorListener(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1639.     }
  1640.     /**
  1641.      * Gets the private 'validator.builder' shared service.
  1642.      *
  1643.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1644.      */
  1645.     protected function getValidator_BuilderService()
  1646.     {
  1647.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1648.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => function () {
  1649.             return ($this->privates['doctrine.orm.validator.unique'] ?? $this->load('getDoctrine_Orm_Validator_UniqueService.php'));
  1650.         }, 'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => function () {
  1651.             return ($this->privates['security.validator.user_password'] ?? $this->load('getSecurity_Validator_UserPasswordService.php'));
  1652.         }, 'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => function () {
  1653.             return ($this->privates['validator.email'] ?? ($this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5')));
  1654.         }, 'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => function () {
  1655.             return ($this->privates['validator.expression'] ?? ($this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator()));
  1656.         }, 'doctrine.orm.validator.unique' => function () {
  1657.             return ($this->privates['doctrine.orm.validator.unique'] ?? $this->load('getDoctrine_Orm_Validator_UniqueService.php'));
  1658.         }, 'security.validator.user_password' => function () {
  1659.             return ($this->privates['security.validator.user_password'] ?? $this->load('getSecurity_Validator_UserPasswordService.php'));
  1660.         }, 'validator.expression' => function () {
  1661.             return ($this->privates['validator.expression'] ?? ($this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator()));
  1662.         }])));
  1663.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1664.         $instance->setTranslationDomain('validators');
  1665.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1666.         $instance->addYamlMappings([=> ($this->targetDirs[3].'/config/validator/validation.yaml')]);
  1667.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1668.         $instance->addMethodMapping('loadValidatorMetadata');
  1669.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1670.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  1671.         return $instance;
  1672.     }
  1673.     /**
  1674.      * Gets the private 'var_dumper.html_dumper' shared service.
  1675.      *
  1676.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1677.      */
  1678.     protected function getVarDumper_HtmlDumperService()
  1679.     {
  1680.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1681.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1682.         return $instance;
  1683.     }
  1684.     /**
  1685.      * Gets the private 'var_dumper.server_connection' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\VarDumper\Server\Connection
  1688.      */
  1689.     protected function getVarDumper_ServerConnectionService()
  1690.     {
  1691.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'$this->targetDirs[3], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1692.     }
  1693.     /**
  1694.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  1695.      *
  1696.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  1697.      */
  1698.     protected function getVichUploader_MetadataReaderService()
  1699.     {
  1700.         $a = new \Metadata\Driver\FileLocator([]);
  1701.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  1702.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/vich_uploader')));
  1703.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  1704.     }
  1705.     /**
  1706.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  1707.      *
  1708.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  1709.      */
  1710.     protected function getVichUploader_PropertyMappingFactoryService()
  1711.     {
  1712.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), [], '_name');
  1713.     }
  1714.     /**
  1715.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  1716.      *
  1717.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  1718.      */
  1719.     protected function getVichUploader_Storage_FileSystemService()
  1720.     {
  1721.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  1722.     }
  1723.     /**
  1724.      * Gets the private 'web_profiler.csp.handler' shared service.
  1725.      *
  1726.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1727.      */
  1728.     protected function getWebProfiler_Csp_HandlerService()
  1729.     {
  1730.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1731.     }
  1732.     /**
  1733.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1734.      *
  1735.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1736.      */
  1737.     protected function getWebProfiler_DebugToolbarService()
  1738.     {
  1739.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1740.     }
  1741.     public function getParameter($name)
  1742.     {
  1743.         $name = (string) $name;
  1744.         if (isset($this->buildParameters[$name])) {
  1745.             return $this->buildParameters[$name];
  1746.         }
  1747.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1748.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1749.         }
  1750.         if (isset($this->loadedDynamicParameters[$name])) {
  1751.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1752.         }
  1753.         return $this->parameters[$name];
  1754.     }
  1755.     public function hasParameter($name)
  1756.     {
  1757.         $name = (string) $name;
  1758.         if (isset($this->buildParameters[$name])) {
  1759.             return true;
  1760.         }
  1761.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1762.     }
  1763.     public function setParameter($name$value)
  1764.     {
  1765.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1766.     }
  1767.     public function getParameterBag()
  1768.     {
  1769.         if (null === $this->parameterBag) {
  1770.             $parameters $this->parameters;
  1771.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1772.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1773.             }
  1774.             foreach ($this->buildParameters as $name => $value) {
  1775.                 $parameters[$name] = $value;
  1776.             }
  1777.             $this->parameterBag = new FrozenParameterBag($parameters);
  1778.         }
  1779.         return $this->parameterBag;
  1780.     }
  1781.     private $loadedDynamicParameters = [
  1782.         'kernel.root_dir' => false,
  1783.         'kernel.project_dir' => false,
  1784.         'kernel.cache_dir' => false,
  1785.         'kernel.logs_dir' => false,
  1786.         'kernel.bundles_metadata' => false,
  1787.         'kernel.secret' => false,
  1788.         'session.save_path' => false,
  1789.         'validator.mapping.cache.file' => false,
  1790.         'translator.default_path' => false,
  1791.         'profiler.storage.dsn' => false,
  1792.         'debug.container.dump' => false,
  1793.         'serializer.mapping.cache.file' => false,
  1794.         'doctrine.orm.proxy_dir' => false,
  1795.         'doctrine_migrations.dir_name' => false,
  1796.         'swiftmailer.spool.default.memory.path' => false,
  1797.         'twig.default_path' => false,
  1798.         'lexik_jwt_authentication.pass_phrase' => false,
  1799.         'gregwar_image.web_dir' => false,
  1800.     ];
  1801.     private $dynamicParameters = [];
  1802.     /**
  1803.      * Computes a dynamic parameter.
  1804.      *
  1805.      * @param string $name The name of the dynamic parameter to load
  1806.      *
  1807.      * @return mixed The value of the dynamic parameter
  1808.      *
  1809.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1810.      */
  1811.     private function getDynamicParameter($name)
  1812.     {
  1813.         switch ($name) {
  1814.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1815.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1816.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1817.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1818.             case 'kernel.bundles_metadata'$value = [
  1819.                 'FrameworkBundle' => [
  1820.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1821.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1822.                 ],
  1823.                 'DoctrineCacheBundle' => [
  1824.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1825.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1826.                 ],
  1827.                 'SensioFrameworkExtraBundle' => [
  1828.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1829.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1830.                 ],
  1831.                 'DoctrineBundle' => [
  1832.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1833.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1834.                 ],
  1835.                 'DoctrineMigrationsBundle' => [
  1836.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  1837.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1838.                 ],
  1839.                 'SecurityBundle' => [
  1840.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1841.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1842.                 ],
  1843.                 'SwiftmailerBundle' => [
  1844.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  1845.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1846.                 ],
  1847.                 'WebProfilerBundle' => [
  1848.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1849.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1850.                 ],
  1851.                 'TwigBundle' => [
  1852.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1853.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1854.                 ],
  1855.                 'MonologBundle' => [
  1856.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1857.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1858.                 ],
  1859.                 'DebugBundle' => [
  1860.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  1861.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1862.                 ],
  1863.                 'MakerBundle' => [
  1864.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  1865.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1866.                 ],
  1867.                 'WebServerBundle' => [
  1868.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  1869.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1870.                 ],
  1871.                 'FOSUserBundle' => [
  1872.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  1873.                     'namespace' => 'FOS\\UserBundle',
  1874.                 ],
  1875.                 'FOSRestBundle' => [
  1876.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle'),
  1877.                     'namespace' => 'FOS\\RestBundle',
  1878.                 ],
  1879.                 'JMSSerializerBundle' => [
  1880.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  1881.                     'namespace' => 'JMS\\SerializerBundle',
  1882.                 ],
  1883.                 'LexikJWTAuthenticationBundle' => [
  1884.                     'path' => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle'),
  1885.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  1886.                 ],
  1887.                 'NelmioApiDocBundle' => [
  1888.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle'),
  1889.                     'namespace' => 'Nelmio\\ApiDocBundle',
  1890.                 ],
  1891.                 'NelmioCorsBundle' => [
  1892.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  1893.                     'namespace' => 'Nelmio\\CorsBundle',
  1894.                 ],
  1895.                 'DoctrineFixturesBundle' => [
  1896.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  1897.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  1898.                 ],
  1899.                 'GregwarImageBundle' => [
  1900.                     'path' => ($this->targetDirs[3].'/vendor/gregwar/image-bundle'),
  1901.                     'namespace' => 'Gregwar\\ImageBundle',
  1902.                 ],
  1903.                 'VichUploaderBundle' => [
  1904.                     'path' => ($this->targetDirs[3].'/vendor/vich/uploader-bundle'),
  1905.                     'namespace' => 'Vich\\UploaderBundle',
  1906.                 ],
  1907.             ]; break;
  1908.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1909.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  1910.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1911.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1912.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1913.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcDevDebugProjectContainer.xml'); break;
  1914.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  1915.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1916.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  1917.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  1918.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1919.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  1920.             case 'gregwar_image.web_dir'$value = ($this->targetDirs[3].'/public'); break;
  1921.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1922.         }
  1923.         $this->loadedDynamicParameters[$name] = true;
  1924.         return $this->dynamicParameters[$name] = $value;
  1925.     }
  1926.     /**
  1927.      * Gets the default parameters.
  1928.      *
  1929.      * @return array An array of the default parameters
  1930.      */
  1931.     protected function getDefaultParameters()
  1932.     {
  1933.         return [
  1934.             'kernel.environment' => 'dev',
  1935.             'kernel.debug' => true,
  1936.             'kernel.name' => 'src',
  1937.             'kernel.bundles' => [
  1938.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1939.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1940.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1941.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1942.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1943.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1944.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1945.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1946.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1947.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1948.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1949.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1950.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1951.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  1952.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  1953.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  1954.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  1955.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  1956.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  1957.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  1958.                 'GregwarImageBundle' => 'Gregwar\\ImageBundle\\GregwarImageBundle',
  1959.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  1960.             ],
  1961.             'kernel.charset' => 'UTF-8',
  1962.             'kernel.container_class' => 'srcDevDebugProjectContainer',
  1963.             'container.autowiring.strict_mode' => true,
  1964.             'container.dumper.inline_class_loader' => true,
  1965.             'env(DATABASE_URL)' => '',
  1966.             'locale' => 'fr',
  1967.             'fragment.renderer.hinclude.global_template' => NULL,
  1968.             'fragment.path' => '/_fragment',
  1969.             'kernel.http_method_override' => true,
  1970.             'kernel.trusted_hosts' => [
  1971.             ],
  1972.             'kernel.default_locale' => 'fr',
  1973.             'templating.helper.code.file_link_format' => NULL,
  1974.             'debug.file_link_format' => NULL,
  1975.             'session.metadata.storage_key' => '_sf2_meta',
  1976.             'session.storage.options' => [
  1977.                 'cache_limiter' => '0',
  1978.                 'cookie_httponly' => true,
  1979.                 'gc_probability' => 1,
  1980.             ],
  1981.             'session.metadata.update_threshold' => '0',
  1982.             'form.type_extension.csrf.enabled' => true,
  1983.             'form.type_extension.csrf.field_name' => '_token',
  1984.             'asset.request_context.base_path' => '',
  1985.             'asset.request_context.secure' => false,
  1986.             'templating.loader.cache.path' => NULL,
  1987.             'templating.engines' => [
  1988.                 => 'twig',
  1989.             ],
  1990.             'validator.mapping.cache.prefix' => '',
  1991.             'validator.translation_domain' => 'validators',
  1992.             'translator.logging' => false,
  1993.             'profiler_listener.only_exceptions' => false,
  1994.             'profiler_listener.only_master_requests' => false,
  1995.             'debug.error_handler.throw_at' => -1,
  1996.             'router.request_context.host' => 'localhost',
  1997.             'router.request_context.scheme' => 'http',
  1998.             'router.request_context.base_url' => '',
  1999.             'router.resource' => 'kernel::loadRoutes',
  2000.             'router.cache_class_prefix' => 'srcDevDebugProjectContainer',
  2001.             'request_listener.http_port' => 80,
  2002.             'request_listener.https_port' => 443,
  2003.             'serializer.mapping.cache.prefix' => '',
  2004.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2005.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2006.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2007.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2008.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2009.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2010.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2011.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2012.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2013.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2014.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2015.             'doctrine_cache.memcache.host' => 'localhost',
  2016.             'doctrine_cache.memcache.port' => 11211,
  2017.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2018.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2019.             'doctrine_cache.memcached.host' => 'localhost',
  2020.             'doctrine_cache.memcached.port' => 11211,
  2021.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2022.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2023.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2024.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2025.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2026.             'doctrine_cache.predis.scheme' => 'tcp',
  2027.             'doctrine_cache.predis.host' => 'localhost',
  2028.             'doctrine_cache.predis.port' => 6379,
  2029.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2030.             'doctrine_cache.redis.connection.class' => 'Redis',
  2031.             'doctrine_cache.redis.host' => 'localhost',
  2032.             'doctrine_cache.redis.port' => 6379,
  2033.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2034.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2035.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2036.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2037.             'doctrine_cache.riak.host' => 'localhost',
  2038.             'doctrine_cache.riak.port' => 8087,
  2039.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2040.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2041.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2042.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2043.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2044.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2045.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2046.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2047.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2048.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2049.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2050.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2051.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2052.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2053.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2054.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2055.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2056.             'doctrine.entity_managers' => [
  2057.                 'default' => 'doctrine.orm.default_entity_manager',
  2058.             ],
  2059.             'doctrine.default_entity_manager' => 'default',
  2060.             'doctrine.dbal.connection_factory.types' => [
  2061.             ],
  2062.             'doctrine.connections' => [
  2063.                 'default' => 'doctrine.dbal.default_connection',
  2064.             ],
  2065.             'doctrine.default_connection' => 'default',
  2066.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2067.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2068.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2069.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2070.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2071.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2072.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2073.             'doctrine.orm.cache.memcache_port' => 11211,
  2074.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2075.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2076.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2077.             'doctrine.orm.cache.memcached_port' => 11211,
  2078.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2079.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2080.             'doctrine.orm.cache.redis_host' => 'localhost',
  2081.             'doctrine.orm.cache.redis_port' => 6379,
  2082.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2083.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2084.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2085.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2086.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2087.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2088.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2089.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2090.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2091.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2092.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2093.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2094.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2095.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2096.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2097.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2098.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2099.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2100.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2101.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2102.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2103.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2104.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2105.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2106.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2107.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2108.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2109.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2110.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2111.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2112.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2113.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2114.             'doctrine_migrations.name' => 'Application Migrations',
  2115.             'doctrine_migrations.migrations_paths' => [
  2116.             ],
  2117.             'doctrine_migrations.table_name' => 'migration_versions',
  2118.             'doctrine_migrations.column_name' => 'version',
  2119.             'doctrine_migrations.column_length' => 14,
  2120.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2121.             'doctrine_migrations.all_or_nothing' => false,
  2122.             'doctrine_migrations.custom_template' => NULL,
  2123.             'doctrine_migrations.organize_migrations' => false,
  2124.             'security.authentication.trust_resolver.anonymous_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken',
  2125.             'security.authentication.trust_resolver.rememberme_class' => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\RememberMeToken',
  2126.             'security.role_hierarchy.roles' => [
  2127.             ],
  2128.             'security.access.denied_url' => NULL,
  2129.             'security.authentication.manager.erase_credentials' => true,
  2130.             'security.authentication.session_strategy.strategy' => 'migrate',
  2131.             'security.access.always_authenticate_before_granting' => false,
  2132.             'security.authentication.hide_user_not_found' => true,
  2133.             'swiftmailer.mailer.default.transport.name' => 'smtp',
  2134.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  2135.             'swiftmailer.mailer.default.transport.smtp.port' => 587,
  2136.             'swiftmailer.mailer.default.transport.smtp.host' => 'smtp-relay.brevo.com',
  2137.             'swiftmailer.mailer.default.transport.smtp.username' => 'cedric@catorze.fr',
  2138.             'swiftmailer.mailer.default.transport.smtp.password' => 'nKEvydA0DkSOq4FX',
  2139.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  2140.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  2141.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  2142.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  2143.             'swiftmailer.mailer.default.spool.enabled' => true,
  2144.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2145.             'swiftmailer.mailer.default.single_address' => NULL,
  2146.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2147.             'swiftmailer.spool.enabled' => true,
  2148.             'swiftmailer.delivery.enabled' => true,
  2149.             'swiftmailer.single_address' => NULL,
  2150.             'swiftmailer.mailers' => [
  2151.                 'default' => 'swiftmailer.mailer.default',
  2152.             ],
  2153.             'swiftmailer.default_mailer' => 'default',
  2154.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2155.             'web_profiler.debug_toolbar.mode' => 2,
  2156.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2157.             'twig.form.resources' => [
  2158.                 => '@VichUploader/Form/fields.html.twig',
  2159.                 => 'form_div_layout.html.twig',
  2160.             ],
  2161.             'monolog.use_microseconds' => true,
  2162.             'monolog.swift_mailer.handlers' => [
  2163.             ],
  2164.             'monolog.handlers_to_channels' => [
  2165.                 'monolog.handler.main' => NULL,
  2166.             ],
  2167.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2168.             'fos_user.backend_type_orm' => true,
  2169.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2170.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2171.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2172.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2173.             'fos_user.storage' => 'orm',
  2174.             'fos_user.firewall_name' => 'main',
  2175.             'fos_user.model_manager_name' => NULL,
  2176.             'fos_user.model.user.class' => 'App\\Entity\\User',
  2177.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2178.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2179.             'fos_user.profile.form.validation_groups' => [
  2180.                 => 'Profile',
  2181.                 => 'Default',
  2182.             ],
  2183.             'fos_user.registration.confirmation.from_email' => [
  2184.                 'no-reply@beemoa.fr' => 'Beemoa',
  2185.             ],
  2186.             'fos_user.registration.confirmation.enabled' => false,
  2187.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2188.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2189.             'fos_user.registration.form.validation_groups' => [
  2190.                 => 'Registration',
  2191.                 => 'Default',
  2192.             ],
  2193.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2194.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2195.             'fos_user.change_password.form.validation_groups' => [
  2196.                 => 'ChangePassword',
  2197.                 => 'Default',
  2198.             ],
  2199.             'fos_user.resetting.email.from_email' => [
  2200.                 'no-reply@beemoa.fr' => 'Beemoa',
  2201.             ],
  2202.             'fos_user.resetting.retry_ttl' => 7200,
  2203.             'fos_user.resetting.token_ttl' => 86400,
  2204.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2205.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2206.             'fos_user.resetting.form.validation_groups' => [
  2207.                 => 'ResetPassword',
  2208.                 => 'Default',
  2209.             ],
  2210.             'fos_rest.format_listener.rules' => NULL,
  2211.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  2212.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  2213.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  2214.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  2215.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  2216.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  2217.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  2218.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  2219.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  2220.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  2221.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  2222.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  2223.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  2224.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  2225.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  2226.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  2227.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  2228.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  2229.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  2230.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  2231.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  2232.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  2233.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  2234.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  2235.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  2236.             'jms_serializer.json_serialization_visitor.options' => 1216,
  2237.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  2238.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  2239.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  2240.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  2241.             ],
  2242.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  2243.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  2244.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  2245.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  2246.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  2247.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  2248.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  2249.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  2250.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  2251.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  2252.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  2253.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  2254.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  2255.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  2256.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  2257.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  2258.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  2259.             'lexik_jwt_authentication.token_ttl' => 999999,
  2260.             'lexik_jwt_authentication.clock_skew' => 0,
  2261.             'lexik_jwt_authentication.user_identity_field' => 'username',
  2262.             'lexik_jwt_authentication.user_id_claim' => 'username',
  2263.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  2264.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  2265.             'nelmio_api_doc.areas' => [
  2266.                 => 'default',
  2267.             ],
  2268.             'nelmio_cors.map' => [
  2269.                 '^/' => [
  2270.                     'allow_origin' => true,
  2271.                     'allow_headers' => true,
  2272.                 ],
  2273.             ],
  2274.             'nelmio_cors.defaults' => [
  2275.                 'allow_origin' => true,
  2276.                 'allow_credentials' => false,
  2277.                 'allow_headers' => [
  2278.                     => 'content-type',
  2279.                     => 'authorization',
  2280.                 ],
  2281.                 'expose_headers' => [
  2282.                 ],
  2283.                 'allow_methods' => [
  2284.                     => 'POST',
  2285.                     => 'PUT',
  2286.                     => 'PATCH',
  2287.                     => 'GET',
  2288.                     => 'DELETE',
  2289.                     => 'OPTIONS',
  2290.                 ],
  2291.                 'max_age' => 3600,
  2292.                 'hosts' => [
  2293.                 ],
  2294.                 'origin_regex' => true,
  2295.                 'forced_allow_origin_value' => NULL,
  2296.             ],
  2297.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2298.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2299.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2300.             'gregwar_image.cache_dir' => 'cache',
  2301.             'gregwar_image.cache_dir_mode' => NULL,
  2302.             'gregwar_image.throw_exception' => false,
  2303.             'gregwar_image.fallback_image' => NULL,
  2304.             'image.handling.class' => 'Gregwar\\ImageBundle\\Services\\ImageHandling',
  2305.             'image.handler.class' => 'Gregwar\\ImageBundle\\ImageHandler',
  2306.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  2307.             'vich_uploader.mappings' => [
  2308.             ],
  2309.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2310.             'data_collector.templates' => [
  2311.                 'data_collector.request' => [
  2312.                     => 'request',
  2313.                     => '@WebProfiler/Collector/request.html.twig',
  2314.                 ],
  2315.                 'data_collector.time' => [
  2316.                     => 'time',
  2317.                     => '@WebProfiler/Collector/time.html.twig',
  2318.                 ],
  2319.                 'data_collector.memory' => [
  2320.                     => 'memory',
  2321.                     => '@WebProfiler/Collector/memory.html.twig',
  2322.                 ],
  2323.                 'data_collector.validator' => [
  2324.                     => 'validator',
  2325.                     => '@WebProfiler/Collector/validator.html.twig',
  2326.                 ],
  2327.                 'data_collector.ajax' => [
  2328.                     => 'ajax',
  2329.                     => '@WebProfiler/Collector/ajax.html.twig',
  2330.                 ],
  2331.                 'data_collector.form' => [
  2332.                     => 'form',
  2333.                     => '@WebProfiler/Collector/form.html.twig',
  2334.                 ],
  2335.                 'data_collector.exception' => [
  2336.                     => 'exception',
  2337.                     => '@WebProfiler/Collector/exception.html.twig',
  2338.                 ],
  2339.                 'data_collector.logger' => [
  2340.                     => 'logger',
  2341.                     => '@WebProfiler/Collector/logger.html.twig',
  2342.                 ],
  2343.                 'data_collector.events' => [
  2344.                     => 'events',
  2345.                     => '@WebProfiler/Collector/events.html.twig',
  2346.                 ],
  2347.                 'data_collector.router' => [
  2348.                     => 'router',
  2349.                     => '@WebProfiler/Collector/router.html.twig',
  2350.                 ],
  2351.                 'data_collector.cache' => [
  2352.                     => 'cache',
  2353.                     => '@WebProfiler/Collector/cache.html.twig',
  2354.                 ],
  2355.                 'data_collector.translation' => [
  2356.                     => 'translation',
  2357.                     => '@WebProfiler/Collector/translation.html.twig',
  2358.                 ],
  2359.                 'data_collector.security' => [
  2360.                     => 'security',
  2361.                     => '@Security/Collector/security.html.twig',
  2362.                 ],
  2363.                 'data_collector.twig' => [
  2364.                     => 'twig',
  2365.                     => '@WebProfiler/Collector/twig.html.twig',
  2366.                 ],
  2367.                 'data_collector.doctrine' => [
  2368.                     => 'db',
  2369.                     => '@Doctrine/Collector/db.html.twig',
  2370.                 ],
  2371.                 'swiftmailer.data_collector' => [
  2372.                     => 'swiftmailer',
  2373.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2374.                 ],
  2375.                 'data_collector.dump' => [
  2376.                     => 'dump',
  2377.                     => '@Debug/Profiler/dump.html.twig',
  2378.                 ],
  2379.                 'data_collector.config' => [
  2380.                     => 'config',
  2381.                     => '@WebProfiler/Collector/config.html.twig',
  2382.                 ],
  2383.             ],
  2384.             'console.command.ids' => [
  2385.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2386.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2387.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2388.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2389.             ],
  2390.         ];
  2391.     }
  2392. }