var/cache/dev/Container49PitYd/appAppKernelDevDebugContainer.php line 12943

Open in your IDE?
  1. <?php
  2. namespace Container49PitYd;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class appAppKernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'OceanExpertBundle\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'OceanExpertBundle\\Controller\\ApiController' => 'getApiControllerService',
  38.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController' => 'getApiDocumentControllerService',
  39.             'OceanExpertBundle\\Controller\\Api\\ApiEventController' => 'getApiEventControllerService',
  40.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController' => 'getApiExpertControllerService',
  41.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController' => 'getApiGroupControllerService',
  42.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController' => 'getApiInstitutionControllerService',
  43.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController' => 'getApiRegionControllerService',
  44.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController' => 'getApiReportsControllerService',
  45.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController' => 'getApiSearchControllerService',
  46.             'OceanExpertBundle\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  47.             'OceanExpertBundle\\Controller\\CountriesController' => 'getCountriesControllerService',
  48.             'OceanExpertBundle\\Controller\\CronsController' => 'getCronsControllerService',
  49.             'OceanExpertBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  50.             'OceanExpertBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  51.             'OceanExpertBundle\\Controller\\DocumentController' => 'getDocumentControllerService',
  52.             'OceanExpertBundle\\Controller\\EventController' => 'getEventControllerService',
  53.             'OceanExpertBundle\\Controller\\ExceptionController' => 'getExceptionControllerService',
  54.             'OceanExpertBundle\\Controller\\GroupController' => 'getGroupControllerService',
  55.             'OceanExpertBundle\\Controller\\InstitutionController' => 'getInstitutionControllerService',
  56.             'OceanExpertBundle\\Controller\\LmeController' => 'getLmeControllerService',
  57.             'OceanExpertBundle\\Controller\\MailsController' => 'getMailsControllerService',
  58.             'OceanExpertBundle\\Controller\\MessageController' => 'getMessageControllerService',
  59.             'OceanExpertBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  60.             'OceanExpertBundle\\Controller\\RegionController' => 'getRegionControllerService',
  61.             'OceanExpertBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  62.             'OceanExpertBundle\\Controller\\ResettingController' => 'getResettingControllerService',
  63.             'OceanExpertBundle\\Controller\\SearchController' => 'getSearchControllerService',
  64.             'OceanExpertBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  65.             'OceanExpertBundle\\Controller\\UserController' => 'getUserControllerService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  68.             'cache.app' => 'getCache_AppService',
  69.             'cache.app_clearer' => 'getCache_AppClearerService',
  70.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  71.             'cache.system' => 'getCache_SystemService',
  72.             'cache.system_clearer' => 'getCache_SystemClearerService',
  73.             'cache_clearer' => 'getCacheClearerService',
  74.             'cache_warmer' => 'getCacheWarmerService',
  75.             'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => 'getCheckMandrillForEmailStatusCommandService',
  76.             'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => 'getCheckMandrillForWebhooksCommandService',
  77.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand' => 'getCleanupDatabaseCommandService',
  78.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand' => 'getCleanupEventsCommandService',
  79.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => 'getCleanupFOSUsersCommandService',
  80.             'console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand' => 'getCreateSitemapsCommandService',
  81.             'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => 'getProcessQueuedMailFilesCommandService',
  82.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => 'getReportGroupInactiveMembersCommandService',
  83.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => 'getReportRejectedMailsCommandService',
  84.             'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => 'getSendEmailsToMandrillCommandService',
  85.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  86.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  87.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  88.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  89.             'console.command_loader' => 'getConsole_CommandLoaderService',
  90.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  91.             'data_collector.dump' => 'getDataCollector_DumpService',
  92.             'doctrine' => 'getDoctrineService',
  93.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  94.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  95.             'error_controller' => 'getErrorControllerService',
  96.             'event_dispatcher' => 'getEventDispatcherService',
  97.             'filesystem' => 'getFilesystemService',
  98.             'form.factory' => 'getForm_FactoryService',
  99.             'form.type.file' => 'getForm_Type_FileService',
  100.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  101.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  102.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  103.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  104.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  105.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  106.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  107.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  108.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  109.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  110.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  111.             'http_kernel' => 'getHttpKernelService',
  112.             'jms_serializer' => 'getJmsSerializerService',
  113.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService',
  114.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService',
  115.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService',
  116.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  117.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService',
  118.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService',
  119.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  120.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  121.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  122.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  123.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  124.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService',
  125.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  126.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService',
  127.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  128.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  129.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  130.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  131.             'knp_paginator' => 'getKnpPaginatorService',
  132.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  133.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  134.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  135.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  136.             'profiler' => 'getProfilerService',
  137.             'request_stack' => 'getRequestStackService',
  138.             'router' => 'getRouterService',
  139.             'routing.loader' => 'getRouting_LoaderService',
  140.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  141.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  142.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  143.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  144.             'security.token_storage' => 'getSecurity_TokenStorageService',
  145.             'services_resetter' => 'getServicesResetterService',
  146.             'session' => 'getSessionService',
  147.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  148.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  149.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  150.             'templating' => 'getTemplatingService',
  151.             'templating.loader' => 'getTemplating_LoaderService',
  152.             'test.client' => 'getTest_ClientService',
  153.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  154.             'test.service_container' => 'getTest_ServiceContainerService',
  155.             'translator' => 'getTranslatorService',
  156.             'twig' => 'getTwigService',
  157.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  158.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  159.             'validator' => 'getValidatorService',
  160.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  161.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  162.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  163.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  164.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  165.         ];
  166.         $this->aliases = [
  167.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  168.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  169.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  170.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  171.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  172.             'database_connection' => 'doctrine.dbal.default_connection',
  173.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  174.             'mailer' => 'swiftmailer.mailer.default',
  175.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  176.         ];
  177.         $this->privates['service_container'] = function () {
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php';
  184.             include_once \dirname(__DIR__4).'/app/AppKernel.php';
  185.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  187.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  188.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/ByteConversionTwigExtension.php';
  189.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/FileExtension.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/UrlHelper.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractTestSessionListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfExtension.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/LegacyTranslatorProxy.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ProxyTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/PhpArrayTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  329.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/JsonpHandler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  438.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  441.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  454.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  458.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  463.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  465.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  471.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  474.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  475.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  477.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  478.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  479.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  481.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  482.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  484.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  485.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  486.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  488.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  489.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  490.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  527.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  547.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  550.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  553.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  554.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  557.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  563.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  566.         };
  567.     }
  568.     public function compile(): void
  569.     {
  570.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  571.     }
  572.     public function isCompiled(): bool
  573.     {
  574.         return true;
  575.     }
  576.     public function getRemovedIds(): array
  577.     {
  578.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  579.     }
  580.     protected function createProxy($class, \Closure $factory)
  581.     {
  582.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  583.         return $factory();
  584.     }
  585.     /**
  586.      * Gets the public 'OceanExpertBundle\Controller\AdminController' shared autowired service.
  587.      *
  588.      * @return \OceanExpertBundle\Controller\AdminController
  589.      */
  590.     protected function getAdminControllerService()
  591.     {
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  594.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/AdminController.php';
  595.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  597.         $this->services['OceanExpertBundle\\Controller\\AdminController'] = $instance = new \OceanExpertBundle\Controller\AdminController(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  598.         $instance->setContainer($this);
  599.         return $instance;
  600.     }
  601.     /**
  602.      * Gets the public 'OceanExpertBundle\Controller\ApiController' shared autowired service.
  603.      *
  604.      * @return \OceanExpertBundle\Controller\ApiController
  605.      */
  606.     protected function getApiControllerService()
  607.     {
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  610.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ApiController.php';
  611.         $this->services['OceanExpertBundle\\Controller\\ApiController'] = $instance = new \OceanExpertBundle\Controller\ApiController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  612.         $instance->setContainer($this);
  613.         return $instance;
  614.     }
  615.     /**
  616.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiDocumentController' shared autowired service.
  617.      *
  618.      * @return \OceanExpertBundle\Controller\Api\ApiDocumentController
  619.      */
  620.     protected function getApiDocumentControllerService()
  621.     {
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  624.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  626.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiDocumentController.php';
  627.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiDocumentController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiDocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  628.         $instance->setContainer($this);
  629.         return $instance;
  630.     }
  631.     /**
  632.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiEventController' shared autowired service.
  633.      *
  634.      * @return \OceanExpertBundle\Controller\Api\ApiEventController
  635.      */
  636.     protected function getApiEventControllerService()
  637.     {
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  640.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  641.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  642.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiEventController.php';
  643.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiEventController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiEventController();
  644.         $instance->setContainer($this);
  645.         return $instance;
  646.     }
  647.     /**
  648.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiExpertController' shared autowired service.
  649.      *
  650.      * @return \OceanExpertBundle\Controller\Api\ApiExpertController
  651.      */
  652.     protected function getApiExpertControllerService()
  653.     {
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  658.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiExpertController.php';
  659.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiExpertController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiExpertController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  660.         $instance->setContainer($this);
  661.         return $instance;
  662.     }
  663.     /**
  664.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiGroupController' shared autowired service.
  665.      *
  666.      * @return \OceanExpertBundle\Controller\Api\ApiGroupController
  667.      */
  668.     protected function getApiGroupControllerService()
  669.     {
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  672.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  674.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiGroupController.php';
  675.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiGroupController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiGroupController();
  676.         $instance->setContainer($this);
  677.         return $instance;
  678.     }
  679.     /**
  680.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiInstitutionController' shared autowired service.
  681.      *
  682.      * @return \OceanExpertBundle\Controller\Api\ApiInstitutionController
  683.      */
  684.     protected function getApiInstitutionControllerService()
  685.     {
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  688.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  689.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  690.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiInstitutionController.php';
  691.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiInstitutionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiInstitutionController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  692.         $instance->setContainer($this);
  693.         return $instance;
  694.     }
  695.     /**
  696.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiRegionController' shared autowired service.
  697.      *
  698.      * @return \OceanExpertBundle\Controller\Api\ApiRegionController
  699.      */
  700.     protected function getApiRegionControllerService()
  701.     {
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  704.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  705.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  706.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiRegionController.php';
  707.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiRegionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiRegionController();
  708.         $instance->setContainer($this);
  709.         return $instance;
  710.     }
  711.     /**
  712.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiReportsController' shared autowired service.
  713.      *
  714.      * @return \OceanExpertBundle\Controller\Api\ApiReportsController
  715.      */
  716.     protected function getApiReportsControllerService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  720.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  721.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  722.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiReportsController.php';
  723.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiReportsController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiReportsController();
  724.         $instance->setContainer($this);
  725.         return $instance;
  726.     }
  727.     /**
  728.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiSearchController' shared autowired service.
  729.      *
  730.      * @return \OceanExpertBundle\Controller\Api\ApiSearchController
  731.      */
  732.     protected function getApiSearchControllerService()
  733.     {
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  738.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiSearchController.php';
  739.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiSearchController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiSearchController();
  740.         $instance->setContainer($this);
  741.         return $instance;
  742.     }
  743.     /**
  744.      * Gets the public 'OceanExpertBundle\Controller\ChangePasswordController' shared autowired service.
  745.      *
  746.      * @return \OceanExpertBundle\Controller\ChangePasswordController
  747.      */
  748.     protected function getChangePasswordControllerService()
  749.     {
  750.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  751.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  752.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ChangePasswordController.php';
  753.         $this->services['OceanExpertBundle\\Controller\\ChangePasswordController'] = $instance = new \OceanExpertBundle\Controller\ChangePasswordController(($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  754.         $instance->setContainer($this);
  755.         return $instance;
  756.     }
  757.     /**
  758.      * Gets the public 'OceanExpertBundle\Controller\CountriesController' shared autowired service.
  759.      *
  760.      * @return \OceanExpertBundle\Controller\CountriesController
  761.      */
  762.     protected function getCountriesControllerService()
  763.     {
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  766.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CountriesController.php';
  767.         $this->services['OceanExpertBundle\\Controller\\CountriesController'] = $instance = new \OceanExpertBundle\Controller\CountriesController();
  768.         $instance->setContainer($this);
  769.         return $instance;
  770.     }
  771.     /**
  772.      * Gets the public 'OceanExpertBundle\Controller\CronsController' shared autowired service.
  773.      *
  774.      * @return \OceanExpertBundle\Controller\CronsController
  775.      */
  776.     protected function getCronsControllerService()
  777.     {
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  780.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CronsController.php';
  781.         $this->services['OceanExpertBundle\\Controller\\CronsController'] = $instance = new \OceanExpertBundle\Controller\CronsController();
  782.         $instance->setContainer($this);
  783.         return $instance;
  784.     }
  785.     /**
  786.      * Gets the public 'OceanExpertBundle\Controller\DashboardController' shared autowired service.
  787.      *
  788.      * @return \OceanExpertBundle\Controller\DashboardController
  789.      */
  790.     protected function getDashboardControllerService()
  791.     {
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  794.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DashboardController.php';
  795.         $this->services['OceanExpertBundle\\Controller\\DashboardController'] = $instance = new \OceanExpertBundle\Controller\DashboardController();
  796.         $instance->setContainer($this);
  797.         return $instance;
  798.     }
  799.     /**
  800.      * Gets the public 'OceanExpertBundle\Controller\DefaultController' shared autowired service.
  801.      *
  802.      * @return \OceanExpertBundle\Controller\DefaultController
  803.      */
  804.     protected function getDefaultControllerService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  808.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DefaultController.php';
  809.         $this->services['OceanExpertBundle\\Controller\\DefaultController'] = $instance = new \OceanExpertBundle\Controller\DefaultController();
  810.         $instance->setContainer($this);
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public 'OceanExpertBundle\Controller\DocumentController' shared autowired service.
  815.      *
  816.      * @return \OceanExpertBundle\Controller\DocumentController
  817.      */
  818.     protected function getDocumentControllerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  822.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DocumentController.php';
  823.         $this->services['OceanExpertBundle\\Controller\\DocumentController'] = $instance = new \OceanExpertBundle\Controller\DocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  824.         $instance->setContainer($this);
  825.         return $instance;
  826.     }
  827.     /**
  828.      * Gets the public 'OceanExpertBundle\Controller\EventController' shared autowired service.
  829.      *
  830.      * @return \OceanExpertBundle\Controller\EventController
  831.      */
  832.     protected function getEventControllerService()
  833.     {
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  836.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/EventController.php';
  837.         $this->services['OceanExpertBundle\\Controller\\EventController'] = $instance = new \OceanExpertBundle\Controller\EventController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  838.         $instance->setContainer($this);
  839.         return $instance;
  840.     }
  841.     /**
  842.      * Gets the public 'OceanExpertBundle\Controller\ExceptionController' shared autowired service.
  843.      *
  844.      * @return \OceanExpertBundle\Controller\ExceptionController
  845.      */
  846.     protected function getExceptionControllerService()
  847.     {
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  850.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ExceptionController.php';
  851.         $this->services['OceanExpertBundle\\Controller\\ExceptionController'] = $instance = new \OceanExpertBundle\Controller\ExceptionController();
  852.         $instance->setContainer($this);
  853.         return $instance;
  854.     }
  855.     /**
  856.      * Gets the public 'OceanExpertBundle\Controller\GroupController' shared autowired service.
  857.      *
  858.      * @return \OceanExpertBundle\Controller\GroupController
  859.      */
  860.     protected function getGroupControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  864.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/GroupController.php';
  865.         $this->services['OceanExpertBundle\\Controller\\GroupController'] = $instance = new \OceanExpertBundle\Controller\GroupController();
  866.         $instance->setContainer($this);
  867.         return $instance;
  868.     }
  869.     /**
  870.      * Gets the public 'OceanExpertBundle\Controller\InstitutionController' shared autowired service.
  871.      *
  872.      * @return \OceanExpertBundle\Controller\InstitutionController
  873.      */
  874.     protected function getInstitutionControllerService()
  875.     {
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  878.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/InstitutionController.php';
  879.         $this->services['OceanExpertBundle\\Controller\\InstitutionController'] = $instance = new \OceanExpertBundle\Controller\InstitutionController();
  880.         $instance->setContainer($this);
  881.         return $instance;
  882.     }
  883.     /**
  884.      * Gets the public 'OceanExpertBundle\Controller\LmeController' shared autowired service.
  885.      *
  886.      * @return \OceanExpertBundle\Controller\LmeController
  887.      */
  888.     protected function getLmeControllerService()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  892.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/LmeController.php';
  893.         $this->services['OceanExpertBundle\\Controller\\LmeController'] = $instance = new \OceanExpertBundle\Controller\LmeController();
  894.         $instance->setContainer($this);
  895.         return $instance;
  896.     }
  897.     /**
  898.      * Gets the public 'OceanExpertBundle\Controller\MailsController' shared autowired service.
  899.      *
  900.      * @return \OceanExpertBundle\Controller\MailsController
  901.      */
  902.     protected function getMailsControllerService()
  903.     {
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  906.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MailsController.php';
  907.         $this->services['OceanExpertBundle\\Controller\\MailsController'] = $instance = new \OceanExpertBundle\Controller\MailsController();
  908.         $instance->setContainer($this);
  909.         return $instance;
  910.     }
  911.     /**
  912.      * Gets the public 'OceanExpertBundle\Controller\MessageController' shared autowired service.
  913.      *
  914.      * @return \OceanExpertBundle\Controller\MessageController
  915.      */
  916.     protected function getMessageControllerService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  920.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MessageController.php';
  921.         $this->services['OceanExpertBundle\\Controller\\MessageController'] = $instance = new \OceanExpertBundle\Controller\MessageController();
  922.         $instance->setContainer($this);
  923.         return $instance;
  924.     }
  925.     /**
  926.      * Gets the public 'OceanExpertBundle\Controller\ProfileController' shared autowired service.
  927.      *
  928.      * @return \OceanExpertBundle\Controller\ProfileController
  929.      */
  930.     protected function getProfileControllerService()
  931.     {
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  934.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ProfileController.php';
  935.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  937.         $this->services['OceanExpertBundle\\Controller\\ProfileController'] = $instance = new \OceanExpertBundle\Controller\ProfileController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()));
  938.         $instance->setContainer($this);
  939.         return $instance;
  940.     }
  941.     /**
  942.      * Gets the public 'OceanExpertBundle\Controller\RegionController' shared autowired service.
  943.      *
  944.      * @return \OceanExpertBundle\Controller\RegionController
  945.      */
  946.     protected function getRegionControllerService()
  947.     {
  948.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  950.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegionController.php';
  951.         $this->services['OceanExpertBundle\\Controller\\RegionController'] = $instance = new \OceanExpertBundle\Controller\RegionController();
  952.         $instance->setContainer($this);
  953.         return $instance;
  954.     }
  955.     /**
  956.      * Gets the public 'OceanExpertBundle\Controller\RegistrationController' shared autowired service.
  957.      *
  958.      * @return \OceanExpertBundle\Controller\RegistrationController
  959.      */
  960.     protected function getRegistrationControllerService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  964.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegistrationController.php';
  965.         $this->services['OceanExpertBundle\\Controller\\RegistrationController'] = $instance = new \OceanExpertBundle\Controller\RegistrationController();
  966.         $instance->setContainer($this);
  967.         return $instance;
  968.     }
  969.     /**
  970.      * Gets the public 'OceanExpertBundle\Controller\ResettingController' shared autowired service.
  971.      *
  972.      * @return \OceanExpertBundle\Controller\ResettingController
  973.      */
  974.     protected function getResettingControllerService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  978.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ResettingController.php';
  979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  981.         $this->services['OceanExpertBundle\\Controller\\ResettingController'] = $instance = new \OceanExpertBundle\Controller\ResettingController(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()));
  982.         $instance->setContainer($this);
  983.         return $instance;
  984.     }
  985.     /**
  986.      * Gets the public 'OceanExpertBundle\Controller\SearchController' shared autowired service.
  987.      *
  988.      * @return \OceanExpertBundle\Controller\SearchController
  989.      */
  990.     protected function getSearchControllerService()
  991.     {
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  994.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SearchController.php';
  995.         $this->services['OceanExpertBundle\\Controller\\SearchController'] = $instance = new \OceanExpertBundle\Controller\SearchController();
  996.         $instance->setContainer($this);
  997.         return $instance;
  998.     }
  999.     /**
  1000.      * Gets the public 'OceanExpertBundle\Controller\SecurityController' shared autowired service.
  1001.      *
  1002.      * @return \OceanExpertBundle\Controller\SecurityController
  1003.      */
  1004.     protected function getSecurityControllerService()
  1005.     {
  1006.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  1008.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SecurityController.php';
  1009.         $this->services['OceanExpertBundle\\Controller\\SecurityController'] = $instance = new \OceanExpertBundle\Controller\SecurityController();
  1010.         $instance->setContainer($this);
  1011.         return $instance;
  1012.     }
  1013.     /**
  1014.      * Gets the public 'OceanExpertBundle\Controller\UserController' shared autowired service.
  1015.      *
  1016.      * @return \OceanExpertBundle\Controller\UserController
  1017.      */
  1018.     protected function getUserControllerService()
  1019.     {
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  1022.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/UserController.php';
  1023.         $this->services['OceanExpertBundle\\Controller\\UserController'] = $instance = new \OceanExpertBundle\Controller\UserController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1024.         $instance->setContainer($this);
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1029.      *
  1030.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1031.      */
  1032.     protected function getRedirectControllerService()
  1033.     {
  1034.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php';
  1035.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1036.     }
  1037.     /**
  1038.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1039.      *
  1040.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1041.      */
  1042.     protected function getTemplateControllerService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php';
  1045.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1046.     }
  1047.     /**
  1048.      * Gets the public 'cache.app' shared service.
  1049.      *
  1050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1051.      */
  1052.     protected function getCache_AppService()
  1053.     {
  1054.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  1055.     }
  1056.     /**
  1057.      * Gets the public 'cache.app_clearer' shared service.
  1058.      *
  1059.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1060.      */
  1061.     protected function getCache_AppClearerService()
  1062.     {
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1065.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1066.     }
  1067.     /**
  1068.      * Gets the public 'cache.global_clearer' shared service.
  1069.      *
  1070.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1071.      */
  1072.     protected function getCache_GlobalClearerService()
  1073.     {
  1074.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1076.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  1077.     }
  1078.     /**
  1079.      * Gets the public 'cache.system' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1082.      */
  1083.     protected function getCache_SystemService()
  1084.     {
  1085.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  1086.     }
  1087.     /**
  1088.      * Gets the public 'cache.system_clearer' shared service.
  1089.      *
  1090.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1091.      */
  1092.     protected function getCache_SystemClearerService()
  1093.     {
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1096.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1097.     }
  1098.     /**
  1099.      * Gets the public 'cache_clearer' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1102.      */
  1103.     protected function getCacheClearerService()
  1104.     {
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php';
  1107.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1108.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1109.         }, 1));
  1110.     }
  1111.     /**
  1112.      * Gets the public 'cache_warmer' shared service.
  1113.      *
  1114.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1115.      */
  1116.     protected function getCacheWarmerService()
  1117.     {
  1118.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php';
  1120.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1121.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1122.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1123.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1124.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1125.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1126.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1127.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1128.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1129.         }, 8), true, ($this->targetDir.''.'/appAppKernelDevDebugContainerDeprecations.log'));
  1130.     }
  1131.     /**
  1132.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand' shared autowired service.
  1133.      *
  1134.      * @return \OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand
  1135.      */
  1136.     protected function getCheckMandrillForEmailStatusCommandService()
  1137.     {
  1138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1139.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForEmailStatusCommand.php';
  1140.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand'] = new \OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1141.     }
  1142.     /**
  1143.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForWebhooksCommand' shared autowired service.
  1144.      *
  1145.      * @return \OceanExpertBundle\Command\CheckMandrillForWebhooksCommand
  1146.      */
  1147.     protected function getCheckMandrillForWebhooksCommandService()
  1148.     {
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1150.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForWebhooksCommand.php';
  1151.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand'] = new \OceanExpertBundle\Command\CheckMandrillForWebhooksCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1152.     }
  1153.     /**
  1154.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupDatabaseCommand' shared autowired service.
  1155.      *
  1156.      * @return \OceanExpertBundle\Command\CleanupDatabaseCommand
  1157.      */
  1158.     protected function getCleanupDatabaseCommandService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1161.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupDatabaseCommand.php';
  1162.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand'] = new \OceanExpertBundle\Command\CleanupDatabaseCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1163.     }
  1164.     /**
  1165.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupEventsCommand' shared autowired service.
  1166.      *
  1167.      * @return \OceanExpertBundle\Command\CleanupEventsCommand
  1168.      */
  1169.     protected function getCleanupEventsCommandService()
  1170.     {
  1171.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1172.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupEventsCommand.php';
  1173.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand'] = new \OceanExpertBundle\Command\CleanupEventsCommand($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1174.     }
  1175.     /**
  1176.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupFOSUsersCommand' shared autowired service.
  1177.      *
  1178.      * @return \OceanExpertBundle\Command\CleanupFOSUsersCommand
  1179.      */
  1180.     protected function getCleanupFOSUsersCommandService()
  1181.     {
  1182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1183.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupFOSUsersCommand.php';
  1184.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand'] = new \OceanExpertBundle\Command\CleanupFOSUsersCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1185.     }
  1186.     /**
  1187.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CreateSitemapsCommand' shared autowired service.
  1188.      *
  1189.      * @return \OceanExpertBundle\Command\CreateSitemapsCommand
  1190.      */
  1191.     protected function getCreateSitemapsCommandService()
  1192.     {
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1194.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CreateSitemapsCommand.php';
  1195.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand'] = new \OceanExpertBundle\Command\CreateSitemapsCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1196.     }
  1197.     /**
  1198.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ProcessQueuedMailFilesCommand' shared autowired service.
  1199.      *
  1200.      * @return \OceanExpertBundle\Command\ProcessQueuedMailFilesCommand
  1201.      */
  1202.     protected function getProcessQueuedMailFilesCommandService()
  1203.     {
  1204.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1205.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ProcessQueuedMailFilesCommand.php';
  1206.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand'] = new \OceanExpertBundle\Command\ProcessQueuedMailFilesCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1207.     }
  1208.     /**
  1209.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportGroupInactiveMembersCommand' shared autowired service.
  1210.      *
  1211.      * @return \OceanExpertBundle\Command\ReportGroupInactiveMembersCommand
  1212.      */
  1213.     protected function getReportGroupInactiveMembersCommandService()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1216.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportGroupInactiveMembersCommand.php';
  1217.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand'] = new \OceanExpertBundle\Command\ReportGroupInactiveMembersCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1218.     }
  1219.     /**
  1220.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportRejectedMailsCommand' shared autowired service.
  1221.      *
  1222.      * @return \OceanExpertBundle\Command\ReportRejectedMailsCommand
  1223.      */
  1224.     protected function getReportRejectedMailsCommandService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1227.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportRejectedMailsCommand.php';
  1228.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand'] = new \OceanExpertBundle\Command\ReportRejectedMailsCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1229.     }
  1230.     /**
  1231.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\SendEmailsToMandrillCommand' shared autowired service.
  1232.      *
  1233.      * @return \OceanExpertBundle\Command\SendEmailsToMandrillCommand
  1234.      */
  1235.     protected function getSendEmailsToMandrillCommandService()
  1236.     {
  1237.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1238.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/SendEmailsToMandrillCommand.php';
  1239.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand'] = new \OceanExpertBundle\Command\SendEmailsToMandrillCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1240.     }
  1241.     /**
  1242.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  1243.      *
  1244.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  1245.      */
  1246.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  1247.     {
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  1252.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  1253.     }
  1254.     /**
  1255.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  1256.      *
  1257.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  1258.      */
  1259.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  1265.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  1266.     }
  1267.     /**
  1268.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  1269.      *
  1270.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  1271.      */
  1272.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  1273.     {
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  1278.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  1279.     }
  1280.     /**
  1281.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  1282.      *
  1283.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  1284.      */
  1285.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  1286.     {
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  1291.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  1292.     }
  1293.     /**
  1294.      * Gets the public 'console.command_loader' shared service.
  1295.      *
  1296.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1297.      */
  1298.     protected function getConsole_CommandLoaderService()
  1299.     {
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php';
  1302.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1303.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1304.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1305.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1306.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1307.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1308.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1309.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1310.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1311.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1312.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1313.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1314.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1315.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1316.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1317.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1318.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1319.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1320.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1321.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1322.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1323.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1324.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1325.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1326.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1327.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1328.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1329.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1330.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1331.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1332.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1333.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1334.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1335.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1336.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1337.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1338.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1339.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1340.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  1341.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1342.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1343.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1344.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1345.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1346.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1347.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1348.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1349.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1350.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1351.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1352.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1353.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1354.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1355.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1356.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1357.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1358.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1359.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1360.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1361.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1362.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1363.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1364.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1365.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1366.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1367.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1368.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1369.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1370.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1371.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1372.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  1373.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1374.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1375.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  1376.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1377.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1378.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1379.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1380.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1381.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1382.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1383.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1384.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1385.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1386.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1387.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1388.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1389.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1390.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1391.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1392.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1393.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1394.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1395.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1396.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1397.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1398.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1399.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1400.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1401.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1402.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1403.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1404.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1405.         ], [
  1406.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1407.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1408.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1409.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1410.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1411.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1412.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1413.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1414.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1415.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1416.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1417.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1418.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1419.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1420.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1421.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1422.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1423.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1424.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1425.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1426.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1427.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1428.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1429.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1430.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1431.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1432.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1433.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1434.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1435.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1436.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1437.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1438.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1439.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1440.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1441.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1442.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1443.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  1444.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1445.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1446.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1447.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1448.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1449.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1450.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1451.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1452.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1453.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1454.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1455.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1456.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1457.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1458.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1459.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1460.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1461.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1462.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1463.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1464.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1465.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1466.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1467.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1468.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1469.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1470.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1471.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1472.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1473.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1474.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1475.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  1476.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1477.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1478.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  1479.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1480.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1481.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1482.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1483.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1484.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1485.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1486.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1487.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1488.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1489.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1490.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1491.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1492.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1493.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1494.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1495.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1496.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1497.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1498.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1499.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1500.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1501.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1502.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1503.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1504.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1505.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1506.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1507.             'var_dumper.command.server_dump' => 'Symfony\\Bundle\\DebugBundle\\Command\\ServerDumpPlaceholderCommand',
  1508.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''security:encode-password' => 'security.command.user_password_encoder''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:generate:entities' => 'doctrine.generate_entities_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1509.     }
  1510.     /**
  1511.      * Gets the public 'container.env_var_processors_locator' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1514.      */
  1515.     protected function getContainer_EnvVarProcessorsLocatorService()
  1516.     {
  1517.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1518.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1519.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1520.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1521.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1522.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1523.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1524.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1525.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1526.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1527.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1528.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1529.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1530.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1531.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1532.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1533.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1534.         ], [
  1535.             'base64' => '?',
  1536.             'bool' => '?',
  1537.             'const' => '?',
  1538.             'csv' => '?',
  1539.             'default' => '?',
  1540.             'file' => '?',
  1541.             'float' => '?',
  1542.             'int' => '?',
  1543.             'json' => '?',
  1544.             'key' => '?',
  1545.             'query_string' => '?',
  1546.             'require' => '?',
  1547.             'resolve' => '?',
  1548.             'string' => '?',
  1549.             'trim' => '?',
  1550.             'url' => '?',
  1551.         ]);
  1552.     }
  1553.     /**
  1554.      * Gets the public 'data_collector.dump' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1557.      */
  1558.     protected function getDataCollector_DumpService()
  1559.     {
  1560.         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())), NULL);
  1561.     }
  1562.     /**
  1563.      * Gets the public 'doctrine' shared service.
  1564.      *
  1565.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1566.      */
  1567.     protected function getDoctrineService()
  1568.     {
  1569.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1570.     }
  1571.     /**
  1572.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1573.      *
  1574.      * @return \Doctrine\DBAL\Connection
  1575.      */
  1576.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1577.     {
  1578.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'UTF8''unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock''driverOptions' => [], 'serverVersion' => 9.4'defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), ['enum' => 'string']);
  1579.     }
  1580.     /**
  1581.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1582.      *
  1583.      * @return \Doctrine\ORM\EntityManager
  1584.      */
  1585.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1586.     {
  1587.         if ($lazyLoad) {
  1588.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1589.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1590.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1591.                     $proxy->setProxyInitializer(null);
  1592.                     return true;
  1593.                 });
  1594.             });
  1595.         }
  1596.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  1597.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the public 'error_controller' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1604.      */
  1605.     protected function getErrorControllerService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ErrorController.php';
  1608.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', ($this->privates['twig.error_renderer.html'] ?? $this->getTwig_ErrorRenderer_HtmlService()));
  1609.     }
  1610.     /**
  1611.      * Gets the public 'event_dispatcher' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1614.      */
  1615.     protected function getEventDispatcherService()
  1616.     {
  1617.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1618.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1619.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->getAcmeApi_Event_JwtCreatedListenerService());
  1620.         }, => 'onJWTCreated'], 0);
  1621.         $instance->addListener('kernel.controller', [=> function () {
  1622.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1623.         }, => 'onKernelController'], 0);
  1624.         $instance->addListener('kernel.request', [=> function () {
  1625.             return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  1626.         }, => 'onKernelRequest'], 200);
  1627.         $instance->addListener('kernel.request', [=> function () {
  1628.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1629.         }, => 'onKernelRequest'], 10);
  1630.         $instance->addListener('kernel.request', [=> function () {
  1631.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1632.         }, => 'onKernelRequest'], 34);
  1633.         $instance->addListener('kernel.request', [=> function () {
  1634.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1635.         }, => 'onKernelRequest'], 33);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1638.         }, => 'onKernelRequest'], 31);
  1639.         $instance->addListener('kernel.controller', [=> function () {
  1640.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1641.         }, => 'onKernelController'], 5);
  1642.         $instance->addListener('kernel.request', [=> function () {
  1643.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1644.         }, => 'onKernelRequest'], 0);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1647.         }, => 'onKernelRequest'], 250);
  1648.         $instance->addListener('kernel.response', [=> function () {
  1649.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1650.         }, => 'onKernelResponse'], 0);
  1651.         $instance->addListener('kernel.response', [=> function () {
  1652.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1653.         }, => 'onKernelResponse'], -1024);
  1654.         $instance->addListener('kernel.request', [=> function () {
  1655.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1656.         }, => 'setDefaultLocale'], 100);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1659.         }, => 'onKernelRequest'], 16);
  1660.         $instance->addListener('kernel.finish_request', [=> function () {
  1661.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1662.         }, => 'onKernelFinishRequest'], 0);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1665.         }, => 'onKernelRequest'], 256);
  1666.         $instance->addListener('kernel.request', [=> function () {
  1667.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1668.         }, => 'resolveControllerName'], 24);
  1669.         $instance->addListener('kernel.response', [=> function () {
  1670.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1671.         }, => 'onResponse'], -255);
  1672.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1673.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1674.         }, => 'onControllerArguments'], 0);
  1675.         $instance->addListener('kernel.exception', [=> function () {
  1676.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1677.         }, => 'logKernelException'], 0);
  1678.         $instance->addListener('kernel.exception', [=> function () {
  1679.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1680.         }, => 'onKernelException'], -128);
  1681.         $instance->addListener('kernel.request', [=> function () {
  1682.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1683.         }, => 'onKernelRequest'], 15);
  1684.         $instance->addListener('kernel.finish_request', [=> function () {
  1685.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1686.         }, => 'onKernelFinishRequest'], -15);
  1687.         $instance->addListener('console.error', [=> function () {
  1688.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1689.         }, => 'onConsoleError'], -128);
  1690.         $instance->addListener('console.terminate', [=> function () {
  1691.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1692.         }, => 'onConsoleTerminate'], -128);
  1693.         $instance->addListener('console.error', [=> function () {
  1694.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1695.         }, => 'onConsoleError'], 0);
  1696.         $instance->addListener('kernel.request', [=> function () {
  1697.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1698.         }, => 'onKernelRequest'], 192);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1701.         }, => 'onKernelResponse'], -128);
  1702.         $instance->addListener('kernel.request', [=> function () {
  1703.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1704.         }, => 'onKernelRequest'], 128);
  1705.         $instance->addListener('kernel.response', [=> function () {
  1706.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1707.         }, => 'onKernelResponse'], -1000);
  1708.         $instance->addListener('kernel.finish_request', [=> function () {
  1709.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1710.         }, => 'onFinishRequest'], 0);
  1711.         $instance->addListener('kernel.request', [=> function () {
  1712.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1713.         }, => 'onKernelRequest'], 48);
  1714.         $instance->addListener('kernel.response', [=> function () {
  1715.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1716.         }, => 'onKernelResponse'], -100);
  1717.         $instance->addListener('kernel.exception', [=> function () {
  1718.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1719.         }, => 'onKernelException'], 0);
  1720.         $instance->addListener('kernel.terminate', [=> function () {
  1721.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1722.         }, => 'onKernelTerminate'], -1024);
  1723.         $instance->addListener('kernel.controller', [=> function () {
  1724.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1725.         }, => 'onKernelController'], 0);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1728.         }, => 'onKernelResponse'], 0);
  1729.         $instance->addListener('kernel.request', [=> function () {
  1730.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1731.         }, => 'configure'], 2048);
  1732.         $instance->addListener('console.command', [=> function () {
  1733.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1734.         }, => 'configure'], 2048);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1737.         }, => 'onKernelRequest'], 32);
  1738.         $instance->addListener('kernel.finish_request', [=> function () {
  1739.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1740.         }, => 'onKernelFinishRequest'], 0);
  1741.         $instance->addListener('kernel.exception', [=> function () {
  1742.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1743.         }, => 'onKernelException'], -64);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1746.         }, => 'onKernelResponse'], 0);
  1747.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1748.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1749.         }, => 'onVoterVote'], 0);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1752.         }, => 'configureLogoutUrlGenerator'], 8);
  1753.         $instance->addListener('kernel.request', [=> function () {
  1754.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1755.         }, => 'onKernelRequest'], 8);
  1756.         $instance->addListener('kernel.finish_request', [=> function () {
  1757.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1758.         }, => 'onKernelFinishRequest'], 0);
  1759.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1760.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1761.         }, => 'onMessage'], 0);
  1762.         $instance->addListener('console.command', [=> function () {
  1763.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1764.         }, => 'onCommand'], 255);
  1765.         $instance->addListener('console.terminate', [=> function () {
  1766.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1767.         }, => 'onTerminate'], -255);
  1768.         $instance->addListener('kernel.exception', [=> function () {
  1769.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1770.         }, => 'onException'], 0);
  1771.         $instance->addListener('kernel.terminate', [=> function () {
  1772.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1773.         }, => 'onTerminate'], 0);
  1774.         $instance->addListener('console.error', [=> function () {
  1775.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1776.         }, => 'onException'], 0);
  1777.         $instance->addListener('console.terminate', [=> function () {
  1778.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1779.         }, => 'onTerminate'], 0);
  1780.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1781.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1782.         }, => 'onWorkerMessageHandled'], 0);
  1783.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1784.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1785.         }, => 'onWorkerMessageFailed'], 0);
  1786.         $instance->addListener('kernel.controller', [=> function () {
  1787.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] ?? $this->getControllerListenerService());
  1788.         }, => 'onKernelController'], 0);
  1789.         $instance->addListener('kernel.controller', [=> function () {
  1790.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'] ?? $this->getParamConverterListenerService());
  1791.         }, => 'onKernelController'], 0);
  1792.         $instance->addListener('kernel.controller', [=> function () {
  1793.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1794.         }, => 'onKernelController'], -128);
  1795.         $instance->addListener('kernel.view', [=> function () {
  1796.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1797.         }, => 'onKernelView'], 0);
  1798.         $instance->addListener('kernel.controller', [=> function () {
  1799.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1800.         }, => 'onKernelController'], 0);
  1801.         $instance->addListener('kernel.response', [=> function () {
  1802.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1803.         }, => 'onKernelResponse'], 0);
  1804.         $instance->addListener('kernel.controller', [=> function () {
  1805.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1806.         }, => 'onKernelController'], 0);
  1807.         $instance->addListener('kernel.controller', [=> function () {
  1808.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] ?? $this->getIsGrantedListenerService());
  1809.         }, => 'onKernelController'], 0);
  1810.         $instance->addListener('kernel.view', [=> function () {
  1811.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1812.         }, => 'onKernelView'], 30);
  1813.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1814.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1815.         }, => 'onImplicitLogin'], 0);
  1816.         $instance->addListener('security.interactive_login', [=> function () {
  1817.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1818.         }, => 'onSecurityInteractiveLogin'], 0);
  1819.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1820.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1821.         }, => 'authenticate'], 0);
  1822.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1823.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1824.         }, => 'authenticate'], 0);
  1825.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1826.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1827.         }, => 'authenticate'], 0);
  1828.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1829.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1830.         }, => 'addSuccessFlash'], 0);
  1831.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1832.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1833.         }, => 'addSuccessFlash'], 0);
  1834.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1835.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1836.         }, => 'addSuccessFlash'], 0);
  1837.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1838.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1839.         }, => 'addSuccessFlash'], 0);
  1840.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1841.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1842.         }, => 'addSuccessFlash'], 0);
  1843.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1844.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1845.         }, => 'addSuccessFlash'], 0);
  1846.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1847.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1848.         }, => 'addSuccessFlash'], 0);
  1849.         $instance->addListener('fos_user.registration.success', [=> function () {
  1850.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  1851.         }, => 'onRegistrationSuccess'], 0);
  1852.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1853.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1854.         }, => 'onResettingResetInitialize'], 0);
  1855.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1856.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1857.         }, => 'onResettingResetSuccess'], 0);
  1858.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1859.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1860.         }, => 'onResettingResetRequest'], 0);
  1861.         $instance->addListener('console.command', [=> function () {
  1862.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1863.         }, => 'configure'], 1024);
  1864.         $instance->addListener('kernel.response', [=> function () {
  1865.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1866.         }, => 'onKernelResponse'], -128);
  1867.         $instance->addListener('console.error', [=> function () {
  1868.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1869.         }, => 'onConsoleError'], 0);
  1870.         $instance->addListener('console.terminate', [=> function () {
  1871.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1872.         }, => 'onConsoleTerminate'], 0);
  1873.         $instance->addListener('knp_pager.before', [=> function () {
  1874.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1875.         }, => 'before'], 0);
  1876.         $instance->addListener('knp_pager.pagination', [=> function () {
  1877.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1878.         }, => 'pagination'], 0);
  1879.         $instance->addListener('knp_pager.before', [=> function () {
  1880.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1881.         }, => 'before'], 1);
  1882.         $instance->addListener('knp_pager.before', [=> function () {
  1883.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1884.         }, => 'before'], 1);
  1885.         $instance->addListener('knp_pager.pagination', [=> function () {
  1886.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1887.         }, => 'pagination'], 1);
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the public 'filesystem' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Filesystem\Filesystem
  1894.      */
  1895.     protected function getFilesystemService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  1898.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1899.     }
  1900.     /**
  1901.      * Gets the public 'form.factory' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\Form\FormFactory
  1904.      */
  1905.     protected function getForm_FactoryService()
  1906.     {
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php';
  1909.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'form.type.file' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1915.      */
  1916.     protected function getForm_Type_FileService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php';
  1921.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1922.     }
  1923.     /**
  1924.      * Gets the public 'fos_js_routing.controller' shared service.
  1925.      *
  1926.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1927.      */
  1928.     protected function getFosJsRouting_ControllerService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1931.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1932.     }
  1933.     /**
  1934.      * Gets the public 'fos_js_routing.extractor' shared service.
  1935.      *
  1936.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1937.      */
  1938.     protected function getFosJsRouting_ExtractorService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1942.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1943.     }
  1944.     /**
  1945.      * Gets the public 'fos_js_routing.serializer' shared service.
  1946.      *
  1947.      * @return \Symfony\Component\Serializer\Serializer
  1948.      */
  1949.     protected function getFosJsRouting_SerializerService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  1955.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php';
  1961.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  1965.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> ($this->privates['fos_js_routing.normalizer.route_collection'] ?? ($this->privates['fos_js_routing.normalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer())), => ($this->privates['fos_js_routing.normalizer.routes_response'] ?? ($this->privates['fos_js_routing.normalizer.routes_response'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer())), => ($this->privates['fos_js_routing.denormalizer.route_collection'] ?? ($this->privates['fos_js_routing.denormalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()))], ['json' => ($this->privates['fos_js_routing.encoder'] ?? ($this->privates['fos_js_routing.encoder'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder()))]);
  1966.     }
  1967.     /**
  1968.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1969.      *
  1970.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  1971.      */
  1972.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1973.     {
  1974.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  1975.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistry(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  1976.     }
  1977.     /**
  1978.      * Gets the public 'fos_rest.view_handler' shared service.
  1979.      *
  1980.      * @return \FOS\RestBundle\View\ViewHandler
  1981.      */
  1982.     protected function getFosRest_ViewHandlerService()
  1983.     {
  1984.         $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false'json' => false'xml' => false'html' => true], 400204false, ['json' => 302'html' => 302'xml' => 302], 'php', ['serializeNullStrategy' => false], false);
  1985.         $instance->registerHandler('jsonp', [=> ($this->privates['fos_rest.view_handler.jsonp'] ?? ($this->privates['fos_rest.view_handler.jsonp'] = new \FOS\RestBundle\View\JsonpHandler('callback'))), => 'createResponse']);
  1986.         return $instance;
  1987.     }
  1988.     /**
  1989.      * Gets the public 'fos_user.change_password.controller' shared service.
  1990.      *
  1991.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1992.      */
  1993.     protected function getFosUser_ChangePassword_ControllerService()
  1994.     {
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  1999.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  2000.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2001.         $instance->setContainer($this);
  2002.         return $instance;
  2003.     }
  2004.     /**
  2005.      * Gets the public 'fos_user.profile.controller' shared service.
  2006.      *
  2007.      * @return \FOS\UserBundle\Controller\ProfileController
  2008.      */
  2009.     protected function getFosUser_Profile_ControllerService()
  2010.     {
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2016.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2017.         $instance->setContainer($this);
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the public 'fos_user.registration.controller' shared service.
  2022.      *
  2023.      * @return \FOS\UserBundle\Controller\RegistrationController
  2024.      */
  2025.     protected function getFosUser_Registration_ControllerService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2032.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2033.         $instance->setContainer($this);
  2034.         return $instance;
  2035.     }
  2036.     /**
  2037.      * Gets the public 'fos_user.resetting.controller' shared service.
  2038.      *
  2039.      * @return \FOS\UserBundle\Controller\ResettingController
  2040.      */
  2041.     protected function getFosUser_Resetting_ControllerService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2050.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()), 7200);
  2051.         $instance->setContainer($this);
  2052.         return $instance;
  2053.     }
  2054.     /**
  2055.      * Gets the public 'fos_user.security.controller' shared service.
  2056.      *
  2057.      * @return \FOS\UserBundle\Controller\SecurityController
  2058.      */
  2059.     protected function getFosUser_Security_ControllerService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2066.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2067.         $instance->setContainer($this);
  2068.         return $instance;
  2069.     }
  2070.     /**
  2071.      * Gets the public 'fos_user.user_manager' shared service.
  2072.      *
  2073.      * @return \FOS\UserBundle\Doctrine\UserManager
  2074.      */
  2075.     protected function getFosUser_UserManagerService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2080.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'OceanExpertBundle\\Entity\\User');
  2081.     }
  2082.     /**
  2083.      * Gets the public 'http_kernel' shared service.
  2084.      *
  2085.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2086.      */
  2087.     protected function getHttpKernelService()
  2088.     {
  2089.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  2090.     }
  2091.     /**
  2092.      * Gets the public 'jms_serializer' shared service.
  2093.      *
  2094.      * @return \JMS\Serializer\Serializer
  2095.      */
  2096.     protected function getJmsSerializerService()
  2097.     {
  2098.         $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->getFosRest_Serializer_JmsHandlerRegistryService()), ($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())]), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), NULL, ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  2099.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2100.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2101.         return $instance;
  2102.     }
  2103.     /**
  2104.      * Gets the public 'jms_serializer.array_collection_handler' shared service.
  2105.      *
  2106.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  2107.      */
  2108.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  2109.     {
  2110.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php';
  2112.         return $this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  2113.     }
  2114.     /**
  2115.      * Gets the public 'jms_serializer.constraint_violation_handler' shared service.
  2116.      *
  2117.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  2118.      */
  2119.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ConstraintViolationHandler.php';
  2123.         return $this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  2124.     }
  2125.     /**
  2126.      * Gets the public 'jms_serializer.datetime_handler' shared service.
  2127.      *
  2128.      * @return \JMS\Serializer\Handler\DateHandler
  2129.      */
  2130.     protected function getJmsSerializer_DatetimeHandlerService()
  2131.     {
  2132.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/DateHandler.php';
  2134.         return $this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Berlin'true);
  2135.     }
  2136.     /**
  2137.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2138.      *
  2139.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2140.      */
  2141.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2142.     {
  2143.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2144.     }
  2145.     /**
  2146.      * Gets the public 'jms_serializer.doctrine_proxy_subscriber' shared service.
  2147.      *
  2148.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  2149.      */
  2150.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  2154.         return $this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  2155.     }
  2156.     /**
  2157.      * Gets the public 'jms_serializer.form_error_handler' shared service.
  2158.      *
  2159.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  2160.      */
  2161.     protected function getJmsSerializer_FormErrorHandlerService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  2165.         return $this->services['jms_serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(($this->privates['fos_rest.serializer.form_error_handler.inner'] ?? $this->getFosRest_Serializer_FormErrorHandler_InnerService()));
  2166.     }
  2167.     /**
  2168.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2169.      *
  2170.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  2171.      */
  2172.     protected function getJmsSerializer_HandlerRegistryService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  2175.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistry(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  2176.     }
  2177.     /**
  2178.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  2179.      *
  2180.      * @return \JMS\Serializer\JsonDeserializationVisitor
  2181.      */
  2182.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  2183.     {
  2184.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2185.     }
  2186.     /**
  2187.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  2188.      *
  2189.      * @return \JMS\Serializer\JsonSerializationVisitor
  2190.      */
  2191.     protected function getJmsSerializer_JsonSerializationVisitorService()
  2192.     {
  2193.         $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()));
  2194.         $instance->setOptions(1216);
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2199.      *
  2200.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  2201.      */
  2202.     protected function getJmsSerializer_MetadataDriverService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/DoctrineTypeDriver.php';
  2206.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(($this->privates['jms_serializer.metadata.chain_driver'] ?? $this->getJmsSerializer_Metadata_ChainDriverService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2207.     }
  2208.     /**
  2209.      * Gets the public 'jms_serializer.object_constructor' shared service.
  2210.      *
  2211.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  2212.      */
  2213.     protected function getJmsSerializer_ObjectConstructorService()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php';
  2216.         return $this->services['jms_serializer.object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  2217.     }
  2218.     /**
  2219.      * Gets the public 'jms_serializer.php_collection_handler' shared service.
  2220.      *
  2221.      * @return \JMS\Serializer\Handler\PhpCollectionHandler
  2222.      */
  2223.     protected function getJmsSerializer_PhpCollectionHandlerService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/PhpCollectionHandler.php';
  2227.         return $this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler();
  2228.     }
  2229.     /**
  2230.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2231.      *
  2232.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2233.      */
  2234.     protected function getJmsSerializer_SerializationContextFactoryService()
  2235.     {
  2236.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2237.     }
  2238.     /**
  2239.      * Gets the public 'jms_serializer.stopwatch_subscriber' shared service.
  2240.      *
  2241.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  2242.      */
  2243.     protected function getJmsSerializer_StopwatchSubscriberService()
  2244.     {
  2245.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  2247.         return $this->services['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2248.     }
  2249.     /**
  2250.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2251.      *
  2252.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2253.      */
  2254.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeHelper.php';
  2257.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2258.     }
  2259.     /**
  2260.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  2261.      *
  2262.      * @return \JMS\Serializer\XmlDeserializationVisitor
  2263.      */
  2264.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  2265.     {
  2266.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2267.         $instance->setDoctypeWhitelist([]);
  2268.         return $instance;
  2269.     }
  2270.     /**
  2271.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  2272.      *
  2273.      * @return \JMS\Serializer\XmlSerializationVisitor
  2274.      */
  2275.     protected function getJmsSerializer_XmlSerializationVisitorService()
  2276.     {
  2277.         $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()));
  2278.         $instance->setFormatOutput(true);
  2279.         return $instance;
  2280.     }
  2281.     /**
  2282.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  2283.      *
  2284.      * @return \JMS\Serializer\YamlSerializationVisitor
  2285.      */
  2286.     protected function getJmsSerializer_YamlSerializationVisitorService()
  2287.     {
  2288.         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()));
  2289.     }
  2290.     /**
  2291.      * Gets the public 'knp_paginator' shared service.
  2292.      *
  2293.      * @return \Knp\Component\Pager\Paginator
  2294.      */
  2295.     protected function getKnpPaginatorService($lazyLoad true)
  2296.     {
  2297.         if ($lazyLoad) {
  2298.             return $this->services['knp_paginator'] = $this->createProxy('Paginator_f262b94', function () {
  2299.                 return \Paginator_f262b94::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2300.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2301.                     $proxy->setProxyInitializer(null);
  2302.                     return true;
  2303.                 });
  2304.             });
  2305.         }
  2306.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2307.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  2308.         return $instance;
  2309.     }
  2310.     /**
  2311.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2312.      *
  2313.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2314.      */
  2315.     protected function getLexikJwtAuthentication_EncoderService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2320.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  2321.     }
  2322.     /**
  2323.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2324.      *
  2325.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2326.      */
  2327.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2331.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  2332.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  2333.         }, 1));
  2334.         $instance->setName('lexik:jwt:generate-token');
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2339.      *
  2340.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2341.      */
  2342.     protected function getLexikJwtAuthentication_JwtManagerService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  2349.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username', ($this->privates['lexik_jwt_authentication.payload_enrichment'] ?? ($this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]))));
  2350.         $instance->setUserIdentityField('username'false);
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2355.      *
  2356.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2357.      */
  2358.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2364.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  2365.     }
  2366.     /**
  2367.      * Gets the public 'profiler' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2370.      */
  2371.     protected function getProfilerService()
  2372.     {
  2373.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  2374.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2375.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  2376.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  2377.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  2378.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  2379.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2380.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  2381.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  2382.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  2383.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2384.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  2385.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  2386.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  2387.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  2388.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  2389.         $instance->add(($this->privates['swiftmailer.data_collector'] ?? ($this->privates['swiftmailer.data_collector'] = new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this))));
  2390.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2391.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  2392.         return $instance;
  2393.     }
  2394.     /**
  2395.      * Gets the public 'request_stack' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2398.      */
  2399.     protected function getRequestStackService()
  2400.     {
  2401.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2402.     }
  2403.     /**
  2404.      * Gets the public 'router' shared service.
  2405.      *
  2406.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2407.      */
  2408.     protected function getRouterService()
  2409.     {
  2410.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2411.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2412.         ], [
  2413.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2414.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), $this->getEnv('APP_LOCALE'));
  2415.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the public 'routing.loader' shared service.
  2420.      *
  2421.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2422.      */
  2423.     protected function getRouting_LoaderService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php';
  2429.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), [], ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))));
  2430.     }
  2431.     /**
  2432.      * Gets the public 'security.authentication_utils' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2435.      */
  2436.     protected function getSecurity_AuthenticationUtilsService()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php';
  2439.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2440.     }
  2441.     /**
  2442.      * Gets the public 'security.authorization_checker' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2445.      */
  2446.     protected function getSecurity_AuthorizationCheckerService()
  2447.     {
  2448.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2449.     }
  2450.     /**
  2451.      * Gets the public 'security.csrf.token_manager' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2454.      */
  2455.     protected function getSecurity_Csrf_TokenManagerService()
  2456.     {
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2461.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2462.     }
  2463.     /**
  2464.      * Gets the public 'security.password_encoder' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2467.      */
  2468.     protected function getSecurity_PasswordEncoderService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php';
  2472.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2473.     }
  2474.     /**
  2475.      * Gets the public 'security.token_storage' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2478.      */
  2479.     protected function getSecurity_TokenStorageService()
  2480.     {
  2481.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2482.             'session' => ['services''session''getSessionService'false],
  2483.         ], [
  2484.             'session' => '?',
  2485.         ]));
  2486.     }
  2487.     /**
  2488.      * Gets the public 'services_resetter' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2491.      */
  2492.     protected function getServicesResetterService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php';
  2495.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2496.             if (isset($this->services['cache.app'])) {
  2497.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2498.             }
  2499.             if (isset($this->services['cache.system'])) {
  2500.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2501.             }
  2502.             if (isset($this->privates['cache.validator'])) {
  2503.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2504.             }
  2505.             if (isset($this->privates['cache.serializer'])) {
  2506.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2507.             }
  2508.             if (isset($this->privates['cache.annotations'])) {
  2509.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2510.             }
  2511.             if (isset($this->privates['cache.property_info'])) {
  2512.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2513.             }
  2514.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2515.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2516.             }
  2517.             if (isset($this->services['profiler'])) {
  2518.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2519.             }
  2520.             if (isset($this->services['validator'])) {
  2521.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2522.             }
  2523.             if (isset($this->privates['debug.stopwatch'])) {
  2524.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2525.             }
  2526.             if (isset($this->services['event_dispatcher'])) {
  2527.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2528.             }
  2529.             if (isset($this->services['security.token_storage'])) {
  2530.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2531.             }
  2532.             if (isset($this->privates['cache.security_expression_language'])) {
  2533.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2534.             }
  2535.             if (isset($this->privates['twig.form.engine'])) {
  2536.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2537.             }
  2538.             if (isset($this->privates['monolog.handler.main'])) {
  2539.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2540.             }
  2541.             if (isset($this->privates['monolog.handler.console'])) {
  2542.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2543.             }
  2544.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2545.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2546.             }
  2547.             if (isset($this->services['doctrine'])) {
  2548.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2549.             }
  2550.             if (isset($this->privates['form.type.entity'])) {
  2551.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2552.             }
  2553.             if (false) {
  2554.                 yield 'fos_rest.view_handler.default' => null;
  2555.             }
  2556.         }, function () {
  2557.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (false);
  2558.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset']]);
  2559.     }
  2560.     /**
  2561.      * Gets the public 'session' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2564.      */
  2565.     protected function getSessionService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php';
  2569.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.mock_file'] ?? $this->getSession_Storage_MockFileService()));
  2570.     }
  2571.     /**
  2572.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2573.      *
  2574.      * @return \Swift_Mailer
  2575.      */
  2576.     protected function getSwiftmailer_Mailer_DefaultService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2579.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  2580.     }
  2581.     /**
  2582.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2583.      *
  2584.      * @return \Swift_Plugins_MessageLogger
  2585.      */
  2586.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2587.     {
  2588.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2591.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2592.     }
  2593.     /**
  2594.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  2595.      *
  2596.      * @return \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport
  2597.      */
  2598.     protected function getSwiftmailer_Mailer_Default_TransportService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer/Accord/MandrillSwiftMailer/SwiftMailer/MandrillTransport.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2607.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport(($this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] ?? ($this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] = new \Swift_Events_SimpleEventDispatcher())));
  2608.         $instance->setApiKey('YqyQydC8dO6JgwE7fXr8vg');
  2609.         $instance->setAsync(false);
  2610.         $instance->setSubAccount(NULL);
  2611.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2612.         return $instance;
  2613.     }
  2614.     /**
  2615.      * Gets the public 'templating' shared service.
  2616.      *
  2617.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  2618.      *
  2619.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  2620.      */
  2621.     protected function getTemplatingService()
  2622.     {
  2623.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  2624.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2625.     }
  2626.     /**
  2627.      * Gets the public 'templating.loader' shared service.
  2628.      *
  2629.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  2630.      *
  2631.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2632.      */
  2633.     protected function getTemplating_LoaderService()
  2634.     {
  2635.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2636.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'test.client' service.
  2640.      *
  2641.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  2642.      */
  2643.     protected function getTest_ClientService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/AbstractBrowser.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php';
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php';
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php';
  2653.         return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  2654.     }
  2655.     /**
  2656.      * Gets the public 'test.private_services_locator' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2659.      */
  2660.     protected function getTest_PrivateServicesLocatorService()
  2661.     {
  2662.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2663.             'Doctrine\\Bundle\\DoctrineBundle\\Registry' => ['services''doctrine''getDoctrineService'false],
  2664.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2665.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2666.             'Doctrine\\Common\\Persistence\\ObjectManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2667.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2668.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2669.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2670.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2671.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  2672.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2673.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  2674.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  2675.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  2676.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  2677.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  2678.             'JMS\\Serializer\\ArrayTransformerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  2679.             'JMS\\Serializer\\SerializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  2680.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  2681.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  2682.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  2683.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  2684.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  2685.             'OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand''getCheckMandrillForEmailStatusCommandService'false],
  2686.             'OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand''getCheckMandrillForWebhooksCommandService'false],
  2687.             'OceanExpertBundle\\Command\\CleanupDatabaseCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand''getCleanupDatabaseCommandService'false],
  2688.             'OceanExpertBundle\\Command\\CleanupEventsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand''getCleanupEventsCommandService'false],
  2689.             'OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand''getCleanupFOSUsersCommandService'false],
  2690.             'OceanExpertBundle\\Command\\CreateSitemapsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand''getCreateSitemapsCommandService'false],
  2691.             'OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand''getProcessQueuedMailFilesCommandService'false],
  2692.             'OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand''getReportGroupInactiveMembersCommandService'false],
  2693.             'OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand''getReportRejectedMailsCommandService'false],
  2694.             'OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand''getSendEmailsToMandrillCommandService'false],
  2695.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  2696.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  2697.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  2698.             'OceanExpertBundle\\Repository\\SearegionsRepository' => ['privates''OceanExpertBundle\\Repository\\SearegionsRepository''getSearegionsRepositoryService'false],
  2699.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  2700.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  2701.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  2702.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2703.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  2704.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  2705.             'Psr\\Log\\LoggerInterface $debugLogger' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  2706.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  2707.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  2708.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  2709.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  2710.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  2711.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  2712.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  2713.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener''getControllerListenerService'false],
  2714.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener''getHttpCacheListenerService'false],
  2715.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener''getIsGrantedListenerService'false],
  2716.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener''getParamConverterListenerService'false],
  2717.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener''getSecurityListenerService'false],
  2718.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener''getTemplateListenerService'false],
  2719.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter''getDateTimeParamConverterService'false],
  2720.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter''getDoctrineParamConverterService'false],
  2721.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager''getParamConverterManagerService'false],
  2722.             'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader''getAnnotatedRouteControllerLoaderService'false],
  2723.             'Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage''getExpressionLanguageService'false],
  2724.             'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser''getTemplateGuesserService'false],
  2725.             'Swift_Mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2726.             'Swift_Transport' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  2727.             'Symfony\\Bridge\\Doctrine\\RegistryInterface' => ['services''doctrine''getDoctrineService'false],
  2728.             'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface' => ['services''templating''getTemplatingService'false],
  2729.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  2730.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  2731.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  2732.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2733.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2734.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  2735.             'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => ['privates''Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage''getExpressionLanguage2Service'false],
  2736.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''filesystem''getFilesystemService'false],
  2737.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''form.factory''getForm_FactoryService'false],
  2738.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  2739.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  2740.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2741.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''session''getSessionService'false],
  2742.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  2743.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  2744.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  2745.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  2746.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2747.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  2748.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  2749.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  2750.             'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => ['privates''Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader''getAnnotationDirectoryLoaderService'false],
  2751.             'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => ['privates''Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader''getAnnotationFileLoaderService'false],
  2752.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  2753.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  2754.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  2755.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2756.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  2757.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2758.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  2759.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2760.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  2761.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2762.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  2763.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  2764.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  2765.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2766.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  2767.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  2768.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  2769.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2770.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  2771.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  2772.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  2773.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  2774.             'Symfony\\Component\\Templating\\EngineInterface' => ['services''templating''getTemplatingService'false],
  2775.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  2776.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  2777.             'Symfony\\Component\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2778.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  2779.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''validator''getValidatorService'false],
  2780.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  2781.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  2782.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2783.             'Twig\\Environment' => ['services''twig''getTwigService'false],
  2784.             'Twig_Environment' => ['services''twig''getTwigService'false],
  2785.             'accord_mandrill' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  2786.             'acme_api.event.jwt_created_listener' => ['privates''acme_api.event.jwt_created_listener''getAcmeApi_Event_JwtCreatedListenerService'false],
  2787.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2788.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  2789.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  2790.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2791.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  2792.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  2793.             'app.byte_conversion.twig.extension' => ['privates''app.byte_conversion.twig.extension''getApp_ByteConversion_Twig_ExtensionService'false],
  2794.             'app.file.twig.extension' => ['privates''app.file.twig.extension''getApp_File_Twig_ExtensionService'false],
  2795.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  2796.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  2797.             'argument_resolver.controller_locator' => ['privates''.service_locator.Ms0FddW''get_ServiceLocator_Ms0FddWService'false],
  2798.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  2799.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  2800.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  2801.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  2802.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  2803.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  2804.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  2805.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  2806.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  2807.             'assets.empty_version_strategy' => ['privates''assets.empty_version_strategy''getAssets_EmptyVersionStrategyService'false],
  2808.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  2809.             'cache.annotations' => ['privates''cache.annotations''getCache_AnnotationsService'false],
  2810.             'cache.annotations.recorder_inner' => ['privates''cache.annotations.recorder_inner''getCache_Annotations_RecorderInnerService'false],
  2811.             'cache.app.recorder_inner' => ['privates''cache.app.recorder_inner''getCache_App_RecorderInnerService'false],
  2812.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  2813.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  2814.             'cache.default_pdo_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2815.             'cache.doctrine.orm.default.metadata' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  2816.             'cache.doctrine.orm.default.metadata.recorder_inner' => ['privates''cache.doctrine.orm.default.metadata.recorder_inner''getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService'false],
  2817.             'cache.doctrine.orm.default.query' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  2818.             'cache.doctrine.orm.default.query.recorder_inner' => ['privates''cache.doctrine.orm.default.query.recorder_inner''getCache_Doctrine_Orm_Default_Query_RecorderInnerService'false],
  2819.             'cache.doctrine.orm.default.result' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  2820.             'cache.doctrine.orm.default.result.recorder_inner' => ['privates''cache.doctrine.orm.default.result.recorder_inner''getCache_Doctrine_Orm_Default_Result_RecorderInnerService'false],
  2821.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  2822.             'cache.property_info' => ['privates''cache.property_info''getCache_PropertyInfoService'false],
  2823.             'cache.property_info.recorder_inner' => ['privates''cache.property_info.recorder_inner''getCache_PropertyInfo_RecorderInnerService'false],
  2824.             'cache.security_expression_language' => ['privates''cache.security_expression_language''getCache_SecurityExpressionLanguageService'false],
  2825.             'cache.security_expression_language.recorder_inner' => ['privates''cache.security_expression_language.recorder_inner''getCache_SecurityExpressionLanguage_RecorderInnerService'false],
  2826.             'cache.serializer' => ['privates''cache.serializer''getCache_SerializerService'false],
  2827.             'cache.serializer.recorder_inner' => ['privates''cache.serializer.recorder_inner''getCache_Serializer_RecorderInnerService'false],
  2828.             'cache.system.recorder_inner' => ['privates''cache.system.recorder_inner''getCache_System_RecorderInnerService'false],
  2829.             'cache.validator' => ['privates''cache.validator''getCache_ValidatorService'false],
  2830.             'cache.validator.recorder_inner' => ['privates''cache.validator.recorder_inner''getCache_Validator_RecorderInnerService'false],
  2831.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  2832.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  2833.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2834.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2835.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2836.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2837.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2838.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2839.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2840.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2841.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2842.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2843.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2844.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2845.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2846.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2847.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2848.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2849.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2850.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2851.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2852.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2853.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2854.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2855.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2856.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2857.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2858.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2859.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2860.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  2861.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  2862.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2863.             'controller_name_converter' => ['privates''.legacy_controller_name_converter''get_LegacyControllerNameConverterService'false],
  2864.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  2865.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  2866.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  2867.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  2868.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  2869.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  2870.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  2871.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  2872.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  2873.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  2874.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  2875.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  2876.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  2877.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  2878.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  2879.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  2880.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  2881.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  2882.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  2883.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  2884.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  2885.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  2886.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  2887.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  2888.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  2889.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  2890.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  2891.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  2892.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  2893.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  2894.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  2895.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  2896.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  2897.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  2898.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  2899.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  2900.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  2901.             'debug.dump_listener' => ['privates''debug.dump_listener''getDebug_DumpListenerService'false],
  2902.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2903.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  2904.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  2905.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  2906.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  2907.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  2908.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  2909.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  2910.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  2911.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  2912.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  2913.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  2914.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  2915.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  2916.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  2917.             'debug.validator' => ['services''validator''getValidatorService'false],
  2918.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  2919.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  2920.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  2921.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2922.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2923.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2924.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2925.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2926.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2927.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2928.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2929.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2930.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  2931.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  2932.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2933.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2934.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  2935.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  2936.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  2937.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2938.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  2939.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2940.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2941.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2942.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  2943.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  2944.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  2945.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  2946.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  2947.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  2948.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  2949.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  2950.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  2951.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService'false],
  2952.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.query''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService'false],
  2953.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.result''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService'false],
  2954.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  2955.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  2956.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  2957.             'doctrine.orm.default_entity_listener_resolver' => ['privates''doctrine.orm.default_entity_listener_resolver''getDoctrine_Orm_DefaultEntityListenerResolverService'false],
  2958.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2959.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  2960.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2961.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  2962.             'doctrine.orm.default_metadata_cache' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService'false],
  2963.             'doctrine.orm.default_metadata_driver' => ['privates''doctrine.orm.default_metadata_driver''getDoctrine_Orm_DefaultMetadataDriverService'false],
  2964.             'doctrine.orm.default_query_cache' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.query''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService'false],
  2965.             'doctrine.orm.default_result_cache' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.result''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService'false],
  2966.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => ['privates''doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager''getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'false],
  2967.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2968.             'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates''doctrine.orm.naming_strategy.underscore_number_aware''getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService'false],
  2969.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  2970.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  2971.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  2972.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  2973.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2974.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2975.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2976.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2977.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2978.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2979.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  2980.             'doctrine_cache.contains_command' => ['services''console.command.public_alias.doctrine_cache.contains_command''getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService'false],
  2981.             'doctrine_cache.delete_command' => ['services''console.command.public_alias.doctrine_cache.delete_command''getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService'false],
  2982.             'doctrine_cache.flush_command' => ['services''console.command.public_alias.doctrine_cache.flush_command''getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService'false],
  2983.             'doctrine_cache.stats_command' => ['services''console.command.public_alias.doctrine_cache.stats_command''getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService'false],
  2984.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2985.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2986.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2987.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2988.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2989.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2990.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2991.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2992.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2993.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2994.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2995.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2996.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2997.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  2998.             'error_renderer' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  2999.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3000.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  3001.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  3002.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3003.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3004.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  3005.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  3006.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  3007.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3008.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  3009.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  3010.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  3011.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3012.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3013.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  3014.             'form.type_extension.csrf' => ['privates''form.type_extension.csrf''getForm_TypeExtension_CsrfService'false],
  3015.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  3016.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  3017.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  3018.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  3019.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  3020.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  3021.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  3022.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  3023.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  3024.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  3025.             'fos_js_routing.denormalizer.route_collection' => ['privates''fos_js_routing.denormalizer.route_collection''getFosJsRouting_Denormalizer_RouteCollectionService'false],
  3026.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  3027.             'fos_js_routing.encoder' => ['privates''fos_js_routing.encoder''getFosJsRouting_EncoderService'false],
  3028.             'fos_js_routing.normalizer.route_collection' => ['privates''fos_js_routing.normalizer.route_collection''getFosJsRouting_Normalizer_RouteCollectionService'false],
  3029.             'fos_js_routing.normalizer.routes_response' => ['privates''fos_js_routing.normalizer.routes_response''getFosJsRouting_Normalizer_RoutesResponseService'false],
  3030.             'fos_js_routing.router' => ['services''router''getRouterService'false],
  3031.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  3032.             'fos_rest.body_listener' => ['privates''fos_rest.body_listener''getFosRest_BodyListenerService'false],
  3033.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  3034.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  3035.             'fos_rest.decoder_provider' => ['privates''fos_rest.decoder_provider''getFosRest_DecoderProviderService'false],
  3036.             'fos_rest.format_listener' => ['privates''fos_rest.format_listener''getFosRest_FormatListenerService'false],
  3037.             'fos_rest.format_negotiator' => ['privates''fos_rest.format_negotiator''getFosRest_FormatNegotiatorService'false],
  3038.             'fos_rest.inflector' => ['privates''fos_rest.inflector.doctrine''getFosRest_Inflector_DoctrineService'false],
  3039.             'fos_rest.inflector.doctrine' => ['privates''fos_rest.inflector.doctrine''getFosRest_Inflector_DoctrineService'false],
  3040.             'fos_rest.mime_type_listener' => ['privates''fos_rest.mime_type_listener''getFosRest_MimeTypeListenerService'false],
  3041.             'fos_rest.param_fetcher_listener' => ['privates''fos_rest.param_fetcher_listener''getFosRest_ParamFetcherListenerService'false],
  3042.             'fos_rest.request.param_fetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  3043.             'fos_rest.request.param_fetcher.reader' => ['privates''fos_rest.request.param_fetcher.reader''getFosRest_Request_ParamFetcher_ReaderService'false],
  3044.             'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' => ['privates''fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386''getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service'false],
  3045.             'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' => ['privates''fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478''getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service'false],
  3046.             'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' => ['privates''fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c''getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService'false],
  3047.             'fos_rest.router' => ['services''router''getRouterService'false],
  3048.             'fos_rest.routing.loader.controller' => ['privates''fos_rest.routing.loader.controller''getFosRest_Routing_Loader_ControllerService'false],
  3049.             'fos_rest.routing.loader.directory' => ['privates''fos_rest.routing.loader.directory''getFosRest_Routing_Loader_DirectoryService'false],
  3050.             'fos_rest.routing.loader.processor' => ['privates''fos_rest.routing.loader.processor''getFosRest_Routing_Loader_ProcessorService'false],
  3051.             'fos_rest.routing.loader.reader.action' => ['privates''fos_rest.routing.loader.reader.action''getFosRest_Routing_Loader_Reader_ActionService'false],
  3052.             'fos_rest.routing.loader.reader.controller' => ['privates''fos_rest.routing.loader.reader.controller''getFosRest_Routing_Loader_Reader_ControllerService'false],
  3053.             'fos_rest.routing.loader.xml_collection' => ['privates''fos_rest.routing.loader.xml_collection''getFosRest_Routing_Loader_XmlCollectionService'false],
  3054.             'fos_rest.routing.loader.yaml_collection' => ['privates''fos_rest.routing.loader.yaml_collection''getFosRest_Routing_Loader_YamlCollectionService'false],
  3055.             'fos_rest.serializer' => ['privates''fos_rest.serializer.jms''getFosRest_Serializer_JmsService'false],
  3056.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  3057.             'fos_rest.serializer.form_error_handler.inner' => ['privates''fos_rest.serializer.form_error_handler.inner''getFosRest_Serializer_FormErrorHandler_InnerService'false],
  3058.             'fos_rest.serializer.jms' => ['privates''fos_rest.serializer.jms''getFosRest_Serializer_JmsService'false],
  3059.             'fos_rest.templating' => ['services''templating''getTemplatingService'false],
  3060.             'fos_rest.versioning.chain_resolver' => ['privates''fos_rest.versioning.chain_resolver''getFosRest_Versioning_ChainResolverService'false],
  3061.             'fos_rest.versioning.exclusion_listener' => ['privates''fos_rest.versioning.exclusion_listener''getFosRest_Versioning_ExclusionListenerService'false],
  3062.             'fos_rest.versioning.listener' => ['privates''fos_rest.versioning.listener''getFosRest_Versioning_ListenerService'false],
  3063.             'fos_rest.view_handler.jsonp' => ['privates''fos_rest.view_handler.jsonp''getFosRest_ViewHandler_JsonpService'false],
  3064.             'fos_rest.view_response_listener' => ['privates''fos_rest.view_response_listener''getFosRest_ViewResponseListenerService'false],
  3065.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  3066.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  3067.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  3068.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  3069.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  3070.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  3071.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  3072.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  3073.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  3074.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  3075.             'fos_user.listener.email_confirmation' => ['privates''fos_user.listener.email_confirmation''getFosUser_Listener_EmailConfirmationService'false],
  3076.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  3077.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  3078.             'fos_user.mailer' => ['privates''fos_user.mailer.twig_swift''getFosUser_Mailer_TwigSwiftService'false],
  3079.             'fos_user.mailer.twig_swift' => ['privates''fos_user.mailer.twig_swift''getFosUser_Mailer_TwigSwiftService'false],
  3080.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  3081.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  3082.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  3083.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3084.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  3085.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  3086.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  3087.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  3088.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  3089.             'fos_user.session' => ['services''session''getSessionService'false],
  3090.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3091.             'fos_user.user_manager.default' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3092.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3093.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  3094.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  3095.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  3096.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3097.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3098.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  3099.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3100.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3101.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  3102.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3103.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  3104.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  3105.             'fragment.listener' => ['privates''fragment.listener''getFragment_ListenerService'false],
  3106.             'fragment.renderer.hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  3107.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  3108.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  3109.             'jms_serializer.accessor_strategy' => ['privates''jms_serializer.accessor_strategy.expression''getJmsSerializer_AccessorStrategy_ExpressionService'false],
  3110.             'jms_serializer.accessor_strategy.default' => ['privates''jms_serializer.accessor_strategy.default''getJmsSerializer_AccessorStrategy_DefaultService'false],
  3111.             'jms_serializer.accessor_strategy.expression' => ['privates''jms_serializer.accessor_strategy.expression''getJmsSerializer_AccessorStrategy_ExpressionService'false],
  3112.             'jms_serializer.cache_naming_strategy' => ['privates''jms_serializer.cache_naming_strategy''getJmsSerializer_CacheNamingStrategyService'false],
  3113.             'jms_serializer.camel_case_naming_strategy' => ['privates''jms_serializer.camel_case_naming_strategy''getJmsSerializer_CamelCaseNamingStrategyService'false],
  3114.             'jms_serializer.configured_deserialization_context_factory' => ['services''jms_serializer.deserialization_context_factory''getJmsSerializer_DeserializationContextFactoryService'false],
  3115.             'jms_serializer.configured_serialization_context_factory' => ['services''jms_serializer.serialization_context_factory''getJmsSerializer_SerializationContextFactoryService'false],
  3116.             'jms_serializer.doctrine_object_constructor' => ['services''jms_serializer.object_constructor''getJmsSerializer_ObjectConstructorService'false],
  3117.             'jms_serializer.event_dispatcher' => ['privates''jms_serializer.event_dispatcher''getJmsSerializer_EventDispatcherService'false],
  3118.             'jms_serializer.expression_evaluator' => ['privates''jms_serializer.expression_evaluator''getJmsSerializer_ExpressionEvaluatorService'false],
  3119.             'jms_serializer.expression_language' => ['privates''jms_serializer.expression_language''getJmsSerializer_ExpressionLanguageService'false],
  3120.             'jms_serializer.expression_language.function_provider' => ['privates''jms_serializer.expression_language.function_provider''getJmsSerializer_ExpressionLanguage_FunctionProviderService'false],
  3121.             'jms_serializer.handler_registry' => ['services''fos_rest.serializer.jms_handler_registry''getFosRest_Serializer_JmsHandlerRegistryService'false],
  3122.             'jms_serializer.metadata.annotation_driver' => ['privates''jms_serializer.metadata.annotation_driver''getJmsSerializer_Metadata_AnnotationDriverService'false],
  3123.             'jms_serializer.metadata.cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  3124.             'jms_serializer.metadata.cache.file_cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  3125.             'jms_serializer.metadata.chain_driver' => ['privates''jms_serializer.metadata.chain_driver''getJmsSerializer_Metadata_ChainDriverService'false],
  3126.             'jms_serializer.metadata.doctrine_type_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  3127.             'jms_serializer.metadata.file_locator' => ['privates''jms_serializer.metadata.file_locator''getJmsSerializer_Metadata_FileLocatorService'false],
  3128.             'jms_serializer.metadata.lazy_loading_driver' => ['privates''jms_serializer.metadata.lazy_loading_driver''getJmsSerializer_Metadata_LazyLoadingDriverService'false],
  3129.             'jms_serializer.metadata.php_driver' => ['privates''jms_serializer.metadata.php_driver''getJmsSerializer_Metadata_PhpDriverService'false],
  3130.             'jms_serializer.metadata.xml_driver' => ['privates''jms_serializer.metadata.xml_driver''getJmsSerializer_Metadata_XmlDriverService'false],
  3131.             'jms_serializer.metadata.yaml_driver' => ['privates''jms_serializer.metadata.yaml_driver''getJmsSerializer_Metadata_YamlDriverService'false],
  3132.             'jms_serializer.metadata_factory' => ['privates''jms_serializer.metadata_factory''getJmsSerializer_MetadataFactoryService'false],
  3133.             'jms_serializer.naming_strategy' => ['privates''jms_serializer.cache_naming_strategy''getJmsSerializer_CacheNamingStrategyService'false],
  3134.             'jms_serializer.serialized_name_annotation_strategy' => ['privates''jms_serializer.serialized_name_annotation_strategy''getJmsSerializer_SerializedNameAnnotationStrategyService'false],
  3135.             'jms_serializer.serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  3136.             'jms_serializer.twig_extension.serializer' => ['privates''jms_serializer.twig_extension.serializer''getJmsSerializer_TwigExtension_SerializerService'false],
  3137.             'jms_serializer.unserialize_object_constructor' => ['privates''jms_serializer.unserialize_object_constructor''getJmsSerializer_UnserializeObjectConstructorService'false],
  3138.             'jwt_token_authenticator' => ['privates''jwt_token_authenticator''getJwtTokenAuthenticatorService'false],
  3139.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  3140.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  3141.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  3142.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  3143.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  3144.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  3145.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  3146.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  3147.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  3148.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  3149.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  3150.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  3151.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  3152.             'lexik_jwt_authentication.payload_enrichment' => ['privates''lexik_jwt_authentication.payload_enrichment''getLexikJwtAuthentication_PayloadEnrichmentService'false],
  3153.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  3154.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  3155.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3156.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  3157.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  3158.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  3159.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  3160.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  3161.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  3162.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  3163.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  3164.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  3165.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  3166.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  3167.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  3168.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  3169.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  3170.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  3171.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  3172.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  3173.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  3174.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  3175.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  3176.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  3177.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  3178.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  3179.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  3180.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  3181.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  3182.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  3183.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  3184.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  3185.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  3186.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  3187.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  3188.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  3189.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  3190.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  3191.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  3192.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  3193.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  3194.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  3195.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  3196.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  3197.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  3198.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  3199.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  3200.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  3201.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  3202.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  3203.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  3204.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  3205.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  3206.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  3207.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  3208.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  3209.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  3210.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  3211.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  3212.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  3213.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  3214.             'monolog.handler.console' => ['privates''monolog.handler.console''getMonolog_Handler_ConsoleService'false],
  3215.             'monolog.handler.main' => ['privates''monolog.handler.main''getMonolog_Handler_MainService'false],
  3216.             'monolog.handler.null_internal' => ['privates''monolog.handler.null_internal''getMonolog_Handler_NullInternalService'false],
  3217.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3218.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  3219.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  3220.             'monolog.logger.debug' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  3221.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  3222.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  3223.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  3224.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  3225.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  3226.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  3227.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  3228.             'monolog.processor.psr_log_message' => ['privates''monolog.processor.psr_log_message''getMonolog_Processor_PsrLogMessageService'false],
  3229.             'nelmio_cors.cors_listener' => ['privates''nelmio_cors.cors_listener''getNelmioCors_CorsListenerService'false],
  3230.             'nelmio_cors.options_provider.config' => ['privates''nelmio_cors.options_provider.config''getNelmioCors_OptionsProvider_ConfigService'false],
  3231.             'nelmio_cors.options_resolver' => ['privates''nelmio_cors.options_resolver''getNelmioCors_OptionsResolverService'false],
  3232.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3233.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  3234.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  3235.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3236.             'resolve_controller_name_subscriber' => ['privates''.legacy_resolve_controller_name_subscriber''get_LegacyResolveControllerNameSubscriberService'false],
  3237.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  3238.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  3239.             'router.default' => ['services''router''getRouterService'false],
  3240.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  3241.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  3242.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  3243.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  3244.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  3245.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  3246.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  3247.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  3248.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  3249.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  3250.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  3251.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  3252.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  3253.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  3254.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  3255.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  3256.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  3257.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  3258.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  3259.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  3260.             'security.authentication.failure_handler.api_login.form_login' => ['privates''security.authentication.failure_handler.api_login.form_login''getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService'false],
  3261.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  3262.             'security.authentication.form_entry_point.api_login' => ['privates''security.authentication.form_entry_point.api_login''getSecurity_Authentication_FormEntryPoint_ApiLoginService'false],
  3263.             'security.authentication.form_entry_point.main' => ['privates''security.authentication.form_entry_point.main''getSecurity_Authentication_FormEntryPoint_MainService'false],
  3264.             'security.authentication.guard_handler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  3265.             'security.authentication.listener.anonymous.api' => ['privates''security.authentication.listener.anonymous.api''getSecurity_Authentication_Listener_Anonymous_ApiService'false],
  3266.             'security.authentication.listener.anonymous.api_login' => ['privates''security.authentication.listener.anonymous.api_login''getSecurity_Authentication_Listener_Anonymous_ApiLoginService'false],
  3267.             'security.authentication.listener.anonymous.main' => ['privates''security.authentication.listener.anonymous.main''getSecurity_Authentication_Listener_Anonymous_MainService'false],
  3268.             'security.authentication.listener.form.api_login' => ['privates''security.authentication.listener.form.api_login''getSecurity_Authentication_Listener_Form_ApiLoginService'false],
  3269.             'security.authentication.listener.form.main' => ['privates''security.authentication.listener.form.main''getSecurity_Authentication_Listener_Form_MainService'false],
  3270.             'security.authentication.listener.guard.api' => ['privates''security.authentication.listener.guard.api''getSecurity_Authentication_Listener_Guard_ApiService'false],
  3271.             'security.authentication.manager' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  3272.             'security.authentication.provider.anonymous.api' => ['privates''security.authentication.provider.anonymous.api''getSecurity_Authentication_Provider_Anonymous_ApiService'false],
  3273.             'security.authentication.provider.anonymous.api_login' => ['privates''security.authentication.provider.anonymous.api_login''getSecurity_Authentication_Provider_Anonymous_ApiLoginService'false],
  3274.             'security.authentication.provider.anonymous.main' => ['privates''security.authentication.provider.anonymous.main''getSecurity_Authentication_Provider_Anonymous_MainService'false],
  3275.             'security.authentication.provider.dao.api_login' => ['privates''security.authentication.provider.dao.api_login''getSecurity_Authentication_Provider_Dao_ApiLoginService'false],
  3276.             'security.authentication.provider.dao.main' => ['privates''security.authentication.provider.dao.main''getSecurity_Authentication_Provider_Dao_MainService'false],
  3277.             'security.authentication.provider.guard.api' => ['privates''security.authentication.provider.guard.api''getSecurity_Authentication_Provider_Guard_ApiService'false],
  3278.             'security.authentication.retry_entry_point' => ['privates''security.authentication.retry_entry_point''getSecurity_Authentication_RetryEntryPointService'false],
  3279.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3280.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3281.             'security.authentication.success_handler.api_login.form_login' => ['privates''security.authentication.success_handler.api_login.form_login''getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService'false],
  3282.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  3283.             'security.authentication.switchuser_listener.main' => ['privates''security.authentication.switchuser_listener.main''getSecurity_Authentication_SwitchuserListener_MainService'false],
  3284.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  3285.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  3286.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3287.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  3288.             'security.csrf.token_generator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  3289.             'security.csrf.token_storage' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  3290.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3291.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3292.             'security.exception_listener.api' => ['privates''security.exception_listener.api''getSecurity_ExceptionListener_ApiService'false],
  3293.             'security.exception_listener.api_login' => ['privates''security.exception_listener.api_login''getSecurity_ExceptionListener_ApiLoginService'false],
  3294.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  3295.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  3296.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  3297.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3298.             'security.firewall.map.config.api' => ['privates''security.firewall.map.config.api''getSecurity_Firewall_Map_Config_ApiService'false],
  3299.             'security.firewall.map.config.api_login' => ['privates''security.firewall.map.config.api_login''getSecurity_Firewall_Map_Config_ApiLoginService'false],
  3300.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  3301.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  3302.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  3303.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3304.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  3305.             'security.logout.handler.csrf_token_clearing' => ['privates''security.logout.handler.csrf_token_clearing''getSecurity_Logout_Handler_CsrfTokenClearingService'false],
  3306.             'security.logout.handler.session' => ['privates''security.logout.handler.session''getSecurity_Logout_Handler_SessionService'false],
  3307.             'security.logout.success_handler.main' => ['privates''security.logout.success_handler.main''getSecurity_Logout_SuccessHandler_MainService'false],
  3308.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  3309.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  3310.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  3311.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  3312.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  3313.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3314.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3315.             'security.user_checker.api' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3316.             'security.user_checker.api_login' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3317.             'security.user_checker.main' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3318.             'security.user_password_encoder.generic' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3319.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  3320.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  3321.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates''Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage''getExpressionLanguage2Service'false],
  3322.             'sensio_framework_extra.security.expression_language' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage''getExpressionLanguageService'false],
  3323.             'session.storage' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3324.             'session.storage.filesystem' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3325.             'session.storage.metadata_bag' => ['privates''session.storage.metadata_bag''getSession_Storage_MetadataBagService'false],
  3326.             'session.storage.mock_file' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3327.             'session_listener' => ['privates''session_listener''getSessionListenerService'false],
  3328.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  3329.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  3330.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  3331.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  3332.             'swiftmailer.data_collector' => ['privates''swiftmailer.data_collector''getSwiftmailer_DataCollectorService'false],
  3333.             'swiftmailer.email_sender.listener' => ['privates''swiftmailer.email_sender.listener''getSwiftmailer_EmailSender_ListenerService'false],
  3334.             'swiftmailer.mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  3335.             'swiftmailer.mailer.transport.accord_mandrill' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  3336.             'swiftmailer.plugin.messagelogger' => ['services''swiftmailer.mailer.default.plugin.messagelogger''getSwiftmailer_Mailer_Default_Plugin_MessageloggerService'false],
  3337.             'swiftmailer.transport.eventdispatcher.accord_mandrill' => ['privates''swiftmailer.transport.eventdispatcher.accord_mandrill''getSwiftmailer_Transport_Eventdispatcher_AccordMandrillService'false],
  3338.             'templating.cache_warmer.template_paths' => ['privates''templating.cache_warmer.template_paths''getTemplating_CacheWarmer_TemplatePathsService'false],
  3339.             'templating.engine.twig' => ['services''templating''getTemplatingService'false],
  3340.             'templating.filename_parser' => ['privates''templating.filename_parser''getTemplating_FilenameParserService'false],
  3341.             'templating.finder' => ['privates''templating.finder''getTemplating_FinderService'false],
  3342.             'templating.loader.filesystem' => ['services''templating.loader''getTemplating_LoaderService'false],
  3343.             'templating.locator' => ['privates''templating.locator''getTemplating_LocatorService'false],
  3344.             'templating.name_parser' => ['privates''templating.name_parser''getTemplating_NameParserService'false],
  3345.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  3346.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  3347.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  3348.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  3349.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  3350.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  3351.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  3352.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  3353.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  3354.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  3355.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  3356.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  3357.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  3358.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  3359.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  3360.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  3361.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  3362.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  3363.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  3364.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  3365.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  3366.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  3367.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  3368.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  3369.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  3370.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  3371.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  3372.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  3373.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  3374.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  3375.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  3376.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  3377.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  3378.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3379.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3380.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  3381.             'twig.cache_warmer' => ['privates''twig.cache_warmer''getTwig_CacheWarmerService'false],
  3382.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3383.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3384.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  3385.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3386.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3387.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  3388.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  3389.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  3390.             'twig.extension.dump' => ['privates''twig.extension.dump''getTwig_Extension_DumpService'false],
  3391.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  3392.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  3393.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  3394.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  3395.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  3396.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  3397.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  3398.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  3399.             'twig.extension.security_csrf' => ['privates''twig.extension.security_csrf''getTwig_Extension_SecurityCsrfService'false],
  3400.             'twig.extension.text' => ['privates''twig.extension.text''getTwig_Extension_TextService'false],
  3401.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  3402.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  3403.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  3404.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  3405.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3406.             'twig.loader' => ['privates''twig.loader.filesystem''getTwig_Loader_FilesystemService'false],
  3407.             'twig.loader.filesystem' => ['privates''twig.loader.filesystem''getTwig_Loader_FilesystemService'false],
  3408.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  3409.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  3410.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  3411.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3412.             'twig.runtime.security_csrf' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3413.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  3414.             'twig.template_cache_warmer' => ['privates''twig.template_cache_warmer''getTwig_TemplateCacheWarmerService'false],
  3415.             'twig.template_iterator' => ['privates''twig.template_iterator''getTwig_TemplateIteratorService'false],
  3416.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  3417.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  3418.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  3419.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  3420.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  3421.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  3422.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  3423.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  3424.             'validator.mapping.class_metadata_factory' => ['services''validator''getValidatorService'false],
  3425.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  3426.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  3427.             'var_dumper.cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  3428.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  3429.             'var_dumper.contextualized_cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  3430.             'var_dumper.contextualized_cli_dumper.inner' => ['privates''var_dumper.contextualized_cli_dumper.inner''getVarDumper_ContextualizedCliDumper_InnerService'false],
  3431.             'var_dumper.dump_server' => ['privates''var_dumper.dump_server''getVarDumper_DumpServerService'false],
  3432.             'var_dumper.html_dumper' => ['privates''var_dumper.html_dumper''getVarDumper_HtmlDumperService'false],
  3433.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  3434.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  3435.         ], [
  3436.             'Doctrine\\Bundle\\DoctrineBundle\\Registry' => '?',
  3437.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  3438.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  3439.             'Doctrine\\Common\\Persistence\\ObjectManager' => '?',
  3440.             'Doctrine\\DBAL\\Connection' => '?',
  3441.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  3442.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  3443.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3444.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => '?',
  3445.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => '?',
  3446.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  3447.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  3448.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  3449.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  3450.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  3451.             'JMS\\Serializer\\ArrayTransformerInterface' => '?',
  3452.             'JMS\\Serializer\\SerializerInterface' => '?',
  3453.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  3454.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  3455.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  3456.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  3457.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  3458.             'OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => '?',
  3459.             'OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => '?',
  3460.             'OceanExpertBundle\\Command\\CleanupDatabaseCommand' => '?',
  3461.             'OceanExpertBundle\\Command\\CleanupEventsCommand' => '?',
  3462.             'OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => '?',
  3463.             'OceanExpertBundle\\Command\\CreateSitemapsCommand' => '?',
  3464.             'OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => '?',
  3465.             'OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => '?',
  3466.             'OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => '?',
  3467.             'OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => '?',
  3468.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  3469.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  3470.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  3471.             'OceanExpertBundle\\Repository\\SearegionsRepository' => '?',
  3472.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  3473.             'Psr\\Container\\ContainerInterface' => '?',
  3474.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  3475.             'Psr\\Log\\LoggerInterface' => '?',
  3476.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  3477.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  3478.             'Psr\\Log\\LoggerInterface $debugLogger' => '?',
  3479.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  3480.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  3481.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  3482.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  3483.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  3484.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  3485.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  3486.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener' => '?',
  3487.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener' => '?',
  3488.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener' => '?',
  3489.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener' => '?',
  3490.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener' => '?',
  3491.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener' => '?',
  3492.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter' => '?',
  3493.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter' => '?',
  3494.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager' => '?',
  3495.             'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader' => '?',
  3496.             'Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage' => '?',
  3497.             'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser' => '?',
  3498.             'Swift_Mailer' => '?',
  3499.             'Swift_Transport' => '?',
  3500.             'Symfony\\Bridge\\Doctrine\\RegistryInterface' => '?',
  3501.             'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface' => '?',
  3502.             'Symfony\\Component\\Asset\\Packages' => '?',
  3503.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  3504.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  3505.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  3506.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3507.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  3508.             'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => '?',
  3509.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  3510.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3511.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  3512.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  3513.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3514.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  3515.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => '?',
  3516.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  3517.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  3518.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  3519.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3520.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  3521.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  3522.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  3523.             'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => '?',
  3524.             'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => '?',
  3525.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  3526.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  3527.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  3528.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3529.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => '?',
  3530.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3531.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  3532.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3533.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  3534.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  3535.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  3536.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
  3537.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  3538.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3539.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
  3540.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
  3541.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => '?',
  3542.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  3543.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  3544.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  3545.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  3546.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  3547.             'Symfony\\Component\\Templating\\EngineInterface' => '?',
  3548.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  3549.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  3550.             'Symfony\\Component\\Translation\\TranslatorInterface' => '?',
  3551.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  3552.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  3553.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  3554.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  3555.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3556.             'Twig\\Environment' => '?',
  3557.             'Twig_Environment' => '?',
  3558.             'accord_mandrill' => '?',
  3559.             'acme_api.event.jwt_created_listener' => '?',
  3560.             'annotation_reader' => '?',
  3561.             'annotations.cache_adapter' => '?',
  3562.             'annotations.cache_warmer' => '?',
  3563.             'annotations.cached_reader' => '?',
  3564.             'annotations.dummy_registry' => '?',
  3565.             'annotations.reader' => '?',
  3566.             'app.byte_conversion.twig.extension' => '?',
  3567.             'app.file.twig.extension' => '?',
  3568.             'argument_metadata_factory' => '?',
  3569.             'argument_resolver' => '?',
  3570.             'argument_resolver.controller_locator' => '?',
  3571.             'argument_resolver.default' => '?',
  3572.             'argument_resolver.not_tagged_controller' => '?',
  3573.             'argument_resolver.request' => '?',
  3574.             'argument_resolver.request_attribute' => '?',
  3575.             'argument_resolver.service' => '?',
  3576.             'argument_resolver.session' => '?',
  3577.             'argument_resolver.variadic' => '?',
  3578.             'assets._default_package' => '?',
  3579.             'assets.context' => '?',
  3580.             'assets.empty_version_strategy' => '?',
  3581.             'assets.packages' => '?',
  3582.             'cache.annotations' => '?',
  3583.             'cache.annotations.recorder_inner' => '?',
  3584.             'cache.app.recorder_inner' => '?',
  3585.             'cache.default_clearer' => '?',
  3586.             'cache.default_marshaller' => '?',
  3587.             'cache.default_pdo_provider' => '?',
  3588.             'cache.doctrine.orm.default.metadata' => '?',
  3589.             'cache.doctrine.orm.default.metadata.recorder_inner' => '?',
  3590.             'cache.doctrine.orm.default.query' => '?',
  3591.             'cache.doctrine.orm.default.query.recorder_inner' => '?',
  3592.             'cache.doctrine.orm.default.result' => '?',
  3593.             'cache.doctrine.orm.default.result.recorder_inner' => '?',
  3594.             'cache.property_access' => '?',
  3595.             'cache.property_info' => '?',
  3596.             'cache.property_info.recorder_inner' => '?',
  3597.             'cache.security_expression_language' => '?',
  3598.             'cache.security_expression_language.recorder_inner' => '?',
  3599.             'cache.serializer' => '?',
  3600.             'cache.serializer.recorder_inner' => '?',
  3601.             'cache.system.recorder_inner' => '?',
  3602.             'cache.validator' => '?',
  3603.             'cache.validator.recorder_inner' => '?',
  3604.             'config.resource.self_checking_resource_checker' => '?',
  3605.             'config_cache_factory' => '?',
  3606.             'console.command.about' => '?',
  3607.             'console.command.assets_install' => '?',
  3608.             'console.command.cache_clear' => '?',
  3609.             'console.command.cache_pool_clear' => '?',
  3610.             'console.command.cache_pool_delete' => '?',
  3611.             'console.command.cache_pool_list' => '?',
  3612.             'console.command.cache_pool_prune' => '?',
  3613.             'console.command.cache_warmup' => '?',
  3614.             'console.command.config_debug' => '?',
  3615.             'console.command.config_dump_reference' => '?',
  3616.             'console.command.container_debug' => '?',
  3617.             'console.command.container_lint' => '?',
  3618.             'console.command.debug_autowiring' => '?',
  3619.             'console.command.event_dispatcher_debug' => '?',
  3620.             'console.command.form_debug' => '?',
  3621.             'console.command.router_debug' => '?',
  3622.             'console.command.router_match' => '?',
  3623.             'console.command.secrets_decrypt_to_local' => '?',
  3624.             'console.command.secrets_encrypt_from_local' => '?',
  3625.             'console.command.secrets_generate_key' => '?',
  3626.             'console.command.secrets_list' => '?',
  3627.             'console.command.secrets_remove' => '?',
  3628.             'console.command.secrets_set' => '?',
  3629.             'console.command.translation_debug' => '?',
  3630.             'console.command.translation_update' => '?',
  3631.             'console.command.xliff_lint' => '?',
  3632.             'console.command.yaml_lint' => '?',
  3633.             'console.error_listener' => '?',
  3634.             'console.suggest_missing_package_subscriber' => '?',
  3635.             'container.env_var_processor' => '?',
  3636.             'controller_name_converter' => '?',
  3637.             'controller_resolver' => '?',
  3638.             'data_collector.ajax' => '?',
  3639.             'data_collector.cache' => '?',
  3640.             'data_collector.config' => '?',
  3641.             'data_collector.doctrine' => '?',
  3642.             'data_collector.events' => '?',
  3643.             'data_collector.exception' => '?',
  3644.             'data_collector.form' => '?',
  3645.             'data_collector.form.extractor' => '?',
  3646.             'data_collector.logger' => '?',
  3647.             'data_collector.memory' => '?',
  3648.             'data_collector.request' => '?',
  3649.             'data_collector.router' => '?',
  3650.             'data_collector.security' => '?',
  3651.             'data_collector.time' => '?',
  3652.             'data_collector.translation' => '?',
  3653.             'data_collector.twig' => '?',
  3654.             'data_collector.validator' => '?',
  3655.             'debug.argument_resolver' => '?',
  3656.             'debug.argument_resolver.default' => '?',
  3657.             'debug.argument_resolver.default.inner' => '?',
  3658.             'debug.argument_resolver.inner' => '?',
  3659.             'debug.argument_resolver.not_tagged_controller' => '?',
  3660.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  3661.             'debug.argument_resolver.request' => '?',
  3662.             'debug.argument_resolver.request.inner' => '?',
  3663.             'debug.argument_resolver.request_attribute' => '?',
  3664.             'debug.argument_resolver.request_attribute.inner' => '?',
  3665.             'debug.argument_resolver.service' => '?',
  3666.             'debug.argument_resolver.service.inner' => '?',
  3667.             'debug.argument_resolver.session' => '?',
  3668.             'debug.argument_resolver.session.inner' => '?',
  3669.             'debug.argument_resolver.variadic' => '?',
  3670.             'debug.argument_resolver.variadic.inner' => '?',
  3671.             'debug.controller_resolver' => '?',
  3672.             'debug.controller_resolver.inner' => '?',
  3673.             'debug.debug_handlers_listener' => '?',
  3674.             'debug.dump_listener' => '?',
  3675.             'debug.event_dispatcher' => '?',
  3676.             'debug.event_dispatcher.inner' => '?',
  3677.             'debug.file_link_formatter' => '?',
  3678.             'debug.file_link_formatter.url_format' => '?',
  3679.             'debug.log_processor' => '?',
  3680.             'debug.security.access.decision_manager' => '?',
  3681.             'debug.security.access.decision_manager.inner' => '?',
  3682.             'debug.security.firewall' => '?',
  3683.             'debug.security.user_value_resolver' => '?',
  3684.             'debug.security.user_value_resolver.inner' => '?',
  3685.             'debug.security.voter.security.access.authenticated_voter' => '?',
  3686.             'debug.security.voter.security.access.expression_voter' => '?',
  3687.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  3688.             'debug.security.voter.vote_listener' => '?',
  3689.             'debug.stopwatch' => '?',
  3690.             'debug.validator' => '?',
  3691.             'debug.validator.inner' => '?',
  3692.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  3693.             'disallow_search_engine_index_response_listener' => '?',
  3694.             'doctrine.cache_clear_metadata_command' => '?',
  3695.             'doctrine.cache_clear_query_cache_command' => '?',
  3696.             'doctrine.cache_clear_result_command' => '?',
  3697.             'doctrine.cache_collection_region_command' => '?',
  3698.             'doctrine.clear_entity_region_command' => '?',
  3699.             'doctrine.clear_query_region_command' => '?',
  3700.             'doctrine.database_create_command' => '?',
  3701.             'doctrine.database_drop_command' => '?',
  3702.             'doctrine.database_import_command' => '?',
  3703.             'doctrine.dbal.connection_factory' => '?',
  3704.             'doctrine.dbal.default_connection.configuration' => '?',
  3705.             'doctrine.dbal.default_connection.event_manager' => '?',
  3706.             'doctrine.dbal.event_manager' => '?',
  3707.             'doctrine.dbal.logger' => '?',
  3708.             'doctrine.dbal.logger.chain.default' => '?',
  3709.             'doctrine.dbal.logger.profiling.default' => '?',
  3710.             'doctrine.ensure_production_settings_command' => '?',
  3711.             'doctrine.generate_entities_command' => '?',
  3712.             'doctrine.mapping_convert_command' => '?',
  3713.             'doctrine.mapping_import_command' => '?',
  3714.             'doctrine.mapping_info_command' => '?',
  3715.             'doctrine.migrations.configuration' => '?',
  3716.             'doctrine.migrations.configuration_loader' => '?',
  3717.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  3718.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  3719.             'doctrine.migrations.dependency_factory' => '?',
  3720.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  3721.             'doctrine.migrations.metadata_storage' => '?',
  3722.             'doctrine.migrations.migrations_factory' => '?',
  3723.             'doctrine.migrations.storage.table_storage' => '?',
  3724.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => '?',
  3725.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => '?',
  3726.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => '?',
  3727.             'doctrine.orm.container_repository_factory' => '?',
  3728.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  3729.             'doctrine.orm.default_configuration' => '?',
  3730.             'doctrine.orm.default_entity_listener_resolver' => '?',
  3731.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  3732.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  3733.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3734.             'doctrine.orm.default_manager_configurator' => '?',
  3735.             'doctrine.orm.default_metadata_cache' => '?',
  3736.             'doctrine.orm.default_metadata_driver' => '?',
  3737.             'doctrine.orm.default_query_cache' => '?',
  3738.             'doctrine.orm.default_result_cache' => '?',
  3739.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => '?',
  3740.             'doctrine.orm.metadata.annotation_reader' => '?',
  3741.             'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
  3742.             'doctrine.orm.proxy_cache_warmer' => '?',
  3743.             'doctrine.orm.quote_strategy.default' => '?',
  3744.             'doctrine.orm.validator.unique' => '?',
  3745.             'doctrine.orm.validator_initializer' => '?',
  3746.             'doctrine.query_dql_command' => '?',
  3747.             'doctrine.query_sql_command' => '?',
  3748.             'doctrine.schema_create_command' => '?',
  3749.             'doctrine.schema_drop_command' => '?',
  3750.             'doctrine.schema_update_command' => '?',
  3751.             'doctrine.schema_validate_command' => '?',
  3752.             'doctrine.twig.doctrine_extension' => '?',
  3753.             'doctrine_cache.contains_command' => '?',
  3754.             'doctrine_cache.delete_command' => '?',
  3755.             'doctrine_cache.flush_command' => '?',
  3756.             'doctrine_cache.stats_command' => '?',
  3757.             'doctrine_migrations.current_command' => '?',
  3758.             'doctrine_migrations.diff_command' => '?',
  3759.             'doctrine_migrations.dump_schema_command' => '?',
  3760.             'doctrine_migrations.execute_command' => '?',
  3761.             'doctrine_migrations.generate_command' => '?',
  3762.             'doctrine_migrations.latest_command' => '?',
  3763.             'doctrine_migrations.migrate_command' => '?',
  3764.             'doctrine_migrations.rollup_command' => '?',
  3765.             'doctrine_migrations.status_command' => '?',
  3766.             'doctrine_migrations.sync_metadata_command' => '?',
  3767.             'doctrine_migrations.up_to_date_command' => '?',
  3768.             'doctrine_migrations.version_command' => '?',
  3769.             'doctrine_migrations.versions_command' => '?',
  3770.             'error_handler.error_renderer.html' => '?',
  3771.             'error_renderer' => '?',
  3772.             'error_renderer.html' => '?',
  3773.             'exception_listener' => '?',
  3774.             'file_locator' => '?',
  3775.             'form.choice_list_factory' => '?',
  3776.             'form.choice_list_factory.cached' => '?',
  3777.             'form.choice_list_factory.default' => '?',
  3778.             'form.choice_list_factory.property_access' => '?',
  3779.             'form.extension' => '?',
  3780.             'form.property_accessor' => '?',
  3781.             'form.registry' => '?',
  3782.             'form.resolved_type_factory' => '?',
  3783.             'form.server_params' => '?',
  3784.             'form.type.choice' => '?',
  3785.             'form.type.entity' => '?',
  3786.             'form.type.form' => '?',
  3787.             'form.type_extension.csrf' => '?',
  3788.             'form.type_extension.form.data_collector' => '?',
  3789.             'form.type_extension.form.http_foundation' => '?',
  3790.             'form.type_extension.form.request_handler' => '?',
  3791.             'form.type_extension.form.transformation_failure_handling' => '?',
  3792.             'form.type_extension.form.validator' => '?',
  3793.             'form.type_extension.repeated.validator' => '?',
  3794.             'form.type_extension.submit.validator' => '?',
  3795.             'form.type_extension.upload.validator' => '?',
  3796.             'form.type_guesser.doctrine' => '?',
  3797.             'form.type_guesser.validator' => '?',
  3798.             'fos_js_routing.denormalizer.route_collection' => '?',
  3799.             'fos_js_routing.dump_command' => '?',
  3800.             'fos_js_routing.encoder' => '?',
  3801.             'fos_js_routing.normalizer.route_collection' => '?',
  3802.             'fos_js_routing.normalizer.routes_response' => '?',
  3803.             'fos_js_routing.router' => '?',
  3804.             'fos_js_routing.router_debug_exposed_command' => '?',
  3805.             'fos_rest.body_listener' => '?',
  3806.             'fos_rest.decoder.json' => '?',
  3807.             'fos_rest.decoder.xml' => '?',
  3808.             'fos_rest.decoder_provider' => '?',
  3809.             'fos_rest.format_listener' => '?',
  3810.             'fos_rest.format_negotiator' => '?',
  3811.             'fos_rest.inflector' => '?',
  3812.             'fos_rest.inflector.doctrine' => '?',
  3813.             'fos_rest.mime_type_listener' => '?',
  3814.             'fos_rest.param_fetcher_listener' => '?',
  3815.             'fos_rest.request.param_fetcher' => '?',
  3816.             'fos_rest.request.param_fetcher.reader' => '?',
  3817.             'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' => '?',
  3818.             'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' => '?',
  3819.             'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' => '?',
  3820.             'fos_rest.router' => '?',
  3821.             'fos_rest.routing.loader.controller' => '?',
  3822.             'fos_rest.routing.loader.directory' => '?',
  3823.             'fos_rest.routing.loader.processor' => '?',
  3824.             'fos_rest.routing.loader.reader.action' => '?',
  3825.             'fos_rest.routing.loader.reader.controller' => '?',
  3826.             'fos_rest.routing.loader.xml_collection' => '?',
  3827.             'fos_rest.routing.loader.yaml_collection' => '?',
  3828.             'fos_rest.serializer' => '?',
  3829.             'fos_rest.serializer.form_error_handler' => '?',
  3830.             'fos_rest.serializer.form_error_handler.inner' => '?',
  3831.             'fos_rest.serializer.jms' => '?',
  3832.             'fos_rest.templating' => '?',
  3833.             'fos_rest.versioning.chain_resolver' => '?',
  3834.             'fos_rest.versioning.exclusion_listener' => '?',
  3835.             'fos_rest.versioning.listener' => '?',
  3836.             'fos_rest.view_handler.jsonp' => '?',
  3837.             'fos_rest.view_response_listener' => '?',
  3838.             'fos_user.change_password.form.factory' => '?',
  3839.             'fos_user.change_password.form.type' => '?',
  3840.             'fos_user.command.activate_user' => '?',
  3841.             'fos_user.command.change_password' => '?',
  3842.             'fos_user.command.create_user' => '?',
  3843.             'fos_user.command.deactivate_user' => '?',
  3844.             'fos_user.command.demote_user' => '?',
  3845.             'fos_user.command.promote_user' => '?',
  3846.             'fos_user.doctrine_registry' => '?',
  3847.             'fos_user.listener.authentication' => '?',
  3848.             'fos_user.listener.email_confirmation' => '?',
  3849.             'fos_user.listener.flash' => '?',
  3850.             'fos_user.listener.resetting' => '?',
  3851.             'fos_user.mailer' => '?',
  3852.             'fos_user.mailer.twig_swift' => '?',
  3853.             'fos_user.object_manager' => '?',
  3854.             'fos_user.profile.form.factory' => '?',
  3855.             'fos_user.profile.form.type' => '?',
  3856.             'fos_user.registration.form.factory' => '?',
  3857.             'fos_user.registration.form.type' => '?',
  3858.             'fos_user.resetting.form.factory' => '?',
  3859.             'fos_user.resetting.form.type' => '?',
  3860.             'fos_user.security.interactive_login_listener' => '?',
  3861.             'fos_user.security.login_manager' => '?',
  3862.             'fos_user.session' => '?',
  3863.             'fos_user.user_listener' => '?',
  3864.             'fos_user.user_manager.default' => '?',
  3865.             'fos_user.user_provider.username_email' => '?',
  3866.             'fos_user.user_to_username_transformer' => '?',
  3867.             'fos_user.username_form_type' => '?',
  3868.             'fos_user.util.canonical_fields_updater' => '?',
  3869.             'fos_user.util.canonicalizer.default' => '?',
  3870.             'fos_user.util.email_canonicalizer' => '?',
  3871.             'fos_user.util.password_updater' => '?',
  3872.             'fos_user.util.token_generator' => '?',
  3873.             'fos_user.util.token_generator.default' => '?',
  3874.             'fos_user.util.user_manipulator' => '?',
  3875.             'fos_user.util.username_canonicalizer' => '?',
  3876.             'fos_user.validator.initializer' => '?',
  3877.             'fragment.handler' => '?',
  3878.             'fragment.listener' => '?',
  3879.             'fragment.renderer.hinclude' => '?',
  3880.             'fragment.renderer.inline' => '?',
  3881.             'identity_translator' => '?',
  3882.             'jms_serializer.accessor_strategy' => '?',
  3883.             'jms_serializer.accessor_strategy.default' => '?',
  3884.             'jms_serializer.accessor_strategy.expression' => '?',
  3885.             'jms_serializer.cache_naming_strategy' => '?',
  3886.             'jms_serializer.camel_case_naming_strategy' => '?',
  3887.             'jms_serializer.configured_deserialization_context_factory' => '?',
  3888.             'jms_serializer.configured_serialization_context_factory' => '?',
  3889.             'jms_serializer.doctrine_object_constructor' => '?',
  3890.             'jms_serializer.event_dispatcher' => '?',
  3891.             'jms_serializer.expression_evaluator' => '?',
  3892.             'jms_serializer.expression_language' => '?',
  3893.             'jms_serializer.expression_language.function_provider' => '?',
  3894.             'jms_serializer.handler_registry' => '?',
  3895.             'jms_serializer.metadata.annotation_driver' => '?',
  3896.             'jms_serializer.metadata.cache' => '?',
  3897.             'jms_serializer.metadata.cache.file_cache' => '?',
  3898.             'jms_serializer.metadata.chain_driver' => '?',
  3899.             'jms_serializer.metadata.doctrine_type_driver' => '?',
  3900.             'jms_serializer.metadata.file_locator' => '?',
  3901.             'jms_serializer.metadata.lazy_loading_driver' => '?',
  3902.             'jms_serializer.metadata.php_driver' => '?',
  3903.             'jms_serializer.metadata.xml_driver' => '?',
  3904.             'jms_serializer.metadata.yaml_driver' => '?',
  3905.             'jms_serializer.metadata_factory' => '?',
  3906.             'jms_serializer.naming_strategy' => '?',
  3907.             'jms_serializer.serialized_name_annotation_strategy' => '?',
  3908.             'jms_serializer.serializer' => '?',
  3909.             'jms_serializer.twig_extension.serializer' => '?',
  3910.             'jms_serializer.unserialize_object_constructor' => '?',
  3911.             'jwt_token_authenticator' => '?',
  3912.             'knp_paginator.helper.processor' => '?',
  3913.             'knp_paginator.subscriber.filtration' => '?',
  3914.             'knp_paginator.subscriber.paginate' => '?',
  3915.             'knp_paginator.subscriber.sliding_pagination' => '?',
  3916.             'knp_paginator.subscriber.sortable' => '?',
  3917.             'knp_paginator.twig.extension.pagination' => '?',
  3918.             'lexik_jwt_authentication.check_config_command' => '?',
  3919.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  3920.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  3921.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  3922.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  3923.             'lexik_jwt_authentication.key_loader.raw' => '?',
  3924.             'lexik_jwt_authentication.migrate_config_command' => '?',
  3925.             'lexik_jwt_authentication.payload_enrichment' => '?',
  3926.             'locale_aware_listener' => '?',
  3927.             'locale_listener' => '?',
  3928.             'logger' => '?',
  3929.             'maker.auto_command.make_auth' => '?',
  3930.             'maker.auto_command.make_command' => '?',
  3931.             'maker.auto_command.make_controller' => '?',
  3932.             'maker.auto_command.make_crud' => '?',
  3933.             'maker.auto_command.make_docker_database' => '?',
  3934.             'maker.auto_command.make_entity' => '?',
  3935.             'maker.auto_command.make_fixtures' => '?',
  3936.             'maker.auto_command.make_form' => '?',
  3937.             'maker.auto_command.make_message' => '?',
  3938.             'maker.auto_command.make_messenger_middleware' => '?',
  3939.             'maker.auto_command.make_migration' => '?',
  3940.             'maker.auto_command.make_registration_form' => '?',
  3941.             'maker.auto_command.make_reset_password' => '?',
  3942.             'maker.auto_command.make_serializer_encoder' => '?',
  3943.             'maker.auto_command.make_serializer_normalizer' => '?',
  3944.             'maker.auto_command.make_subscriber' => '?',
  3945.             'maker.auto_command.make_test' => '?',
  3946.             'maker.auto_command.make_twig_extension' => '?',
  3947.             'maker.auto_command.make_user' => '?',
  3948.             'maker.auto_command.make_validator' => '?',
  3949.             'maker.auto_command.make_voter' => '?',
  3950.             'maker.autoloader_finder' => '?',
  3951.             'maker.autoloader_util' => '?',
  3952.             'maker.console_error_listener' => '?',
  3953.             'maker.doctrine_helper' => '?',
  3954.             'maker.entity_class_generator' => '?',
  3955.             'maker.event_registry' => '?',
  3956.             'maker.file_link_formatter' => '?',
  3957.             'maker.file_manager' => '?',
  3958.             'maker.generator' => '?',
  3959.             'maker.maker.make_authenticator' => '?',
  3960.             'maker.maker.make_command' => '?',
  3961.             'maker.maker.make_controller' => '?',
  3962.             'maker.maker.make_crud' => '?',
  3963.             'maker.maker.make_docker_database' => '?',
  3964.             'maker.maker.make_entity' => '?',
  3965.             'maker.maker.make_fixtures' => '?',
  3966.             'maker.maker.make_form' => '?',
  3967.             'maker.maker.make_message' => '?',
  3968.             'maker.maker.make_messenger_middleware' => '?',
  3969.             'maker.maker.make_migration' => '?',
  3970.             'maker.maker.make_registration_form' => '?',
  3971.             'maker.maker.make_reset_password' => '?',
  3972.             'maker.maker.make_serializer_encoder' => '?',
  3973.             'maker.maker.make_serializer_normalizer' => '?',
  3974.             'maker.maker.make_subscriber' => '?',
  3975.             'maker.maker.make_test' => '?',
  3976.             'maker.maker.make_twig_extension' => '?',
  3977.             'maker.maker.make_user' => '?',
  3978.             'maker.maker.make_validator' => '?',
  3979.             'maker.maker.make_voter' => '?',
  3980.             'maker.php_compat_util' => '?',
  3981.             'maker.renderer.form_type_renderer' => '?',
  3982.             'maker.security_config_updater' => '?',
  3983.             'maker.security_controller_builder' => '?',
  3984.             'maker.template_component_generator' => '?',
  3985.             'maker.user_class_builder' => '?',
  3986.             'monolog.command.server_log' => '?',
  3987.             'monolog.handler.console' => '?',
  3988.             'monolog.handler.main' => '?',
  3989.             'monolog.handler.null_internal' => '?',
  3990.             'monolog.logger' => '?',
  3991.             'monolog.logger.cache' => '?',
  3992.             'monolog.logger.console' => '?',
  3993.             'monolog.logger.debug' => '?',
  3994.             'monolog.logger.doctrine' => '?',
  3995.             'monolog.logger.event' => '?',
  3996.             'monolog.logger.php' => '?',
  3997.             'monolog.logger.profiler' => '?',
  3998.             'monolog.logger.request' => '?',
  3999.             'monolog.logger.router' => '?',
  4000.             'monolog.logger.security' => '?',
  4001.             'monolog.processor.psr_log_message' => '?',
  4002.             'nelmio_cors.cors_listener' => '?',
  4003.             'nelmio_cors.options_provider.config' => '?',
  4004.             'nelmio_cors.options_resolver' => '?',
  4005.             'parameter_bag' => '?',
  4006.             'profiler.storage' => '?',
  4007.             'profiler_listener' => '?',
  4008.             'property_accessor' => '?',
  4009.             'resolve_controller_name_subscriber' => '?',
  4010.             'response_listener' => '?',
  4011.             'router.cache_warmer' => '?',
  4012.             'router.default' => '?',
  4013.             'router.request_context' => '?',
  4014.             'router_listener' => '?',
  4015.             'routing.loader.annotation' => '?',
  4016.             'routing.loader.annotation.directory' => '?',
  4017.             'routing.loader.annotation.file' => '?',
  4018.             'routing.loader.container' => '?',
  4019.             'routing.loader.directory' => '?',
  4020.             'routing.loader.glob' => '?',
  4021.             'routing.loader.php' => '?',
  4022.             'routing.loader.xml' => '?',
  4023.             'routing.loader.yml' => '?',
  4024.             'routing.resolver' => '?',
  4025.             'secrets.local_vault' => '?',
  4026.             'secrets.vault' => '?',
  4027.             'security.access.authenticated_voter' => '?',
  4028.             'security.access.decision_manager' => '?',
  4029.             'security.access.expression_voter' => '?',
  4030.             'security.access.role_hierarchy_voter' => '?',
  4031.             'security.access_listener' => '?',
  4032.             'security.access_map' => '?',
  4033.             'security.authentication.failure_handler.api_login.form_login' => '?',
  4034.             'security.authentication.failure_handler.main.form_login' => '?',
  4035.             'security.authentication.form_entry_point.api_login' => '?',
  4036.             'security.authentication.form_entry_point.main' => '?',
  4037.             'security.authentication.guard_handler' => '?',
  4038.             'security.authentication.listener.anonymous.api' => '?',
  4039.             'security.authentication.listener.anonymous.api_login' => '?',
  4040.             'security.authentication.listener.anonymous.main' => '?',
  4041.             'security.authentication.listener.form.api_login' => '?',
  4042.             'security.authentication.listener.form.main' => '?',
  4043.             'security.authentication.listener.guard.api' => '?',
  4044.             'security.authentication.manager' => '?',
  4045.             'security.authentication.provider.anonymous.api' => '?',
  4046.             'security.authentication.provider.anonymous.api_login' => '?',
  4047.             'security.authentication.provider.anonymous.main' => '?',
  4048.             'security.authentication.provider.dao.api_login' => '?',
  4049.             'security.authentication.provider.dao.main' => '?',
  4050.             'security.authentication.provider.guard.api' => '?',
  4051.             'security.authentication.retry_entry_point' => '?',
  4052.             'security.authentication.session_strategy' => '?',
  4053.             'security.authentication.session_strategy.main' => '?',
  4054.             'security.authentication.success_handler.api_login.form_login' => '?',
  4055.             'security.authentication.success_handler.main.form_login' => '?',
  4056.             'security.authentication.switchuser_listener.main' => '?',
  4057.             'security.authentication.trust_resolver' => '?',
  4058.             'security.channel_listener' => '?',
  4059.             'security.command.user_password_encoder' => '?',
  4060.             'security.context_listener.0' => '?',
  4061.             'security.csrf.token_generator' => '?',
  4062.             'security.csrf.token_storage' => '?',
  4063.             'security.encoder_factory' => '?',
  4064.             'security.encoder_factory.generic' => '?',
  4065.             'security.exception_listener.api' => '?',
  4066.             'security.exception_listener.api_login' => '?',
  4067.             'security.exception_listener.main' => '?',
  4068.             'security.expression_language' => '?',
  4069.             'security.firewall' => '?',
  4070.             'security.firewall.map' => '?',
  4071.             'security.firewall.map.config.api' => '?',
  4072.             'security.firewall.map.config.api_login' => '?',
  4073.             'security.firewall.map.config.main' => '?',
  4074.             'security.firewall.map.context.api' => '?',
  4075.             'security.firewall.map.context.api_login' => '?',
  4076.             'security.firewall.map.context.main' => '?',
  4077.             'security.http_utils' => '?',
  4078.             'security.logout.handler.csrf_token_clearing' => '?',
  4079.             'security.logout.handler.session' => '?',
  4080.             'security.logout.success_handler.main' => '?',
  4081.             'security.logout_listener.main' => '?',
  4082.             'security.logout_url_generator' => '?',
  4083.             'security.rememberme.response_listener' => '?',
  4084.             'security.role_hierarchy' => '?',
  4085.             'security.untracked_token_storage' => '?',
  4086.             'security.user.provider.concrete.fos_userbundle' => '?',
  4087.             'security.user_checker' => '?',
  4088.             'security.user_checker.api' => '?',
  4089.             'security.user_checker.api_login' => '?',
  4090.             'security.user_checker.main' => '?',
  4091.             'security.user_password_encoder.generic' => '?',
  4092.             'security.user_value_resolver' => '?',
  4093.             'security.validator.user_password' => '?',
  4094.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  4095.             'sensio_framework_extra.security.expression_language' => '?',
  4096.             'session.storage' => '?',
  4097.             'session.storage.filesystem' => '?',
  4098.             'session.storage.metadata_bag' => '?',
  4099.             'session.storage.mock_file' => '?',
  4100.             'session_listener' => '?',
  4101.             'streamed_response_listener' => '?',
  4102.             'swiftmailer.command.debug' => '?',
  4103.             'swiftmailer.command.new_email' => '?',
  4104.             'swiftmailer.command.send_email' => '?',
  4105.             'swiftmailer.data_collector' => '?',
  4106.             'swiftmailer.email_sender.listener' => '?',
  4107.             'swiftmailer.mailer' => '?',
  4108.             'swiftmailer.mailer.transport.accord_mandrill' => '?',
  4109.             'swiftmailer.plugin.messagelogger' => '?',
  4110.             'swiftmailer.transport.eventdispatcher.accord_mandrill' => '?',
  4111.             'templating.cache_warmer.template_paths' => '?',
  4112.             'templating.engine.twig' => '?',
  4113.             'templating.filename_parser' => '?',
  4114.             'templating.finder' => '?',
  4115.             'templating.loader.filesystem' => '?',
  4116.             'templating.locator' => '?',
  4117.             'templating.name_parser' => '?',
  4118.             'test.client.cookiejar' => '?',
  4119.             'test.client.history' => '?',
  4120.             'test.session.listener' => '?',
  4121.             'translation.dumper.csv' => '?',
  4122.             'translation.dumper.ini' => '?',
  4123.             'translation.dumper.json' => '?',
  4124.             'translation.dumper.mo' => '?',
  4125.             'translation.dumper.php' => '?',
  4126.             'translation.dumper.po' => '?',
  4127.             'translation.dumper.qt' => '?',
  4128.             'translation.dumper.res' => '?',
  4129.             'translation.dumper.xliff' => '?',
  4130.             'translation.dumper.yaml' => '?',
  4131.             'translation.dumper.yml' => '?',
  4132.             'translation.extractor' => '?',
  4133.             'translation.extractor.php' => '?',
  4134.             'translation.loader.csv' => '?',
  4135.             'translation.loader.dat' => '?',
  4136.             'translation.loader.ini' => '?',
  4137.             'translation.loader.json' => '?',
  4138.             'translation.loader.mo' => '?',
  4139.             'translation.loader.php' => '?',
  4140.             'translation.loader.po' => '?',
  4141.             'translation.loader.qt' => '?',
  4142.             'translation.loader.res' => '?',
  4143.             'translation.loader.xliff' => '?',
  4144.             'translation.loader.yml' => '?',
  4145.             'translation.reader' => '?',
  4146.             'translation.warmer' => '?',
  4147.             'translation.writer' => '?',
  4148.             'translator.data_collector' => '?',
  4149.             'translator.data_collector.inner' => '?',
  4150.             'translator.default' => '?',
  4151.             'translator.formatter' => '?',
  4152.             'translator.formatter.default' => '?',
  4153.             'twig.app_variable' => '?',
  4154.             'twig.cache_warmer' => '?',
  4155.             'twig.command.debug' => '?',
  4156.             'twig.command.lint' => '?',
  4157.             'twig.configurator.environment' => '?',
  4158.             'twig.error_renderer.html' => '?',
  4159.             'twig.error_renderer.html.inner' => '?',
  4160.             'twig.extension.assets' => '?',
  4161.             'twig.extension.code' => '?',
  4162.             'twig.extension.debug.stopwatch' => '?',
  4163.             'twig.extension.dump' => '?',
  4164.             'twig.extension.expression' => '?',
  4165.             'twig.extension.form' => '?',
  4166.             'twig.extension.httpfoundation' => '?',
  4167.             'twig.extension.httpkernel' => '?',
  4168.             'twig.extension.logout_url' => '?',
  4169.             'twig.extension.profiler' => '?',
  4170.             'twig.extension.routing' => '?',
  4171.             'twig.extension.security' => '?',
  4172.             'twig.extension.security_csrf' => '?',
  4173.             'twig.extension.text' => '?',
  4174.             'twig.extension.trans' => '?',
  4175.             'twig.extension.webprofiler' => '?',
  4176.             'twig.extension.yaml' => '?',
  4177.             'twig.form.engine' => '?',
  4178.             'twig.form.renderer' => '?',
  4179.             'twig.loader' => '?',
  4180.             'twig.loader.filesystem' => '?',
  4181.             'twig.mailer.message_listener' => '?',
  4182.             'twig.mime_body_renderer' => '?',
  4183.             'twig.profile' => '?',
  4184.             'twig.runtime.httpkernel' => '?',
  4185.             'twig.runtime.security_csrf' => '?',
  4186.             'twig.runtime_loader' => '?',
  4187.             'twig.template_cache_warmer' => '?',
  4188.             'twig.template_iterator' => '?',
  4189.             'twig.translation.extractor' => '?',
  4190.             'uri_signer' => '?',
  4191.             'url_helper' => '?',
  4192.             'validate_request_listener' => '?',
  4193.             'validator.builder' => '?',
  4194.             'validator.email' => '?',
  4195.             'validator.expression' => '?',
  4196.             'validator.mapping.cache_warmer' => '?',
  4197.             'validator.mapping.class_metadata_factory' => '?',
  4198.             'validator.not_compromised_password' => '?',
  4199.             'validator.validator_factory' => '?',
  4200.             'var_dumper.cli_dumper' => '?',
  4201.             'var_dumper.command.server_dump' => '?',
  4202.             'var_dumper.contextualized_cli_dumper' => '?',
  4203.             'var_dumper.contextualized_cli_dumper.inner' => '?',
  4204.             'var_dumper.dump_server' => '?',
  4205.             'var_dumper.html_dumper' => '?',
  4206.             'web_profiler.csp.handler' => '?',
  4207.             'web_profiler.debug_toolbar' => '?',
  4208.         ]);
  4209.     }
  4210.     /**
  4211.      * Gets the public 'test.service_container' shared service.
  4212.      *
  4213.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  4214.      */
  4215.     protected function getTest_ServiceContainerService()
  4216.     {
  4217.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  4218.     }
  4219.     /**
  4220.      * Gets the public 'translator' shared service.
  4221.      *
  4222.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4223.      */
  4224.     protected function getTranslatorService()
  4225.     {
  4226.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4227.     }
  4228.     /**
  4229.      * Gets the public 'twig' shared service.
  4230.      *
  4231.      * @return \Twig\Environment
  4232.      */
  4233.     protected function getTwigService()
  4234.     {
  4235.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4236.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  4237.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  4238.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  4239.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  4240.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  4241.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  4242.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  4243.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  4244.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  4245.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  4246.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  4247.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  4248.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  4249.         $instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
  4250.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  4251.         $instance->addExtension(($this->privates['twig.extension.text'] ?? ($this->privates['twig.extension.text'] = new \Twig_Extensions_Extension_Text())));
  4252.         $instance->addExtension(($this->privates['app.byte_conversion.twig.extension'] ?? ($this->privates['app.byte_conversion.twig.extension'] = new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension())));
  4253.         $instance->addExtension(($this->privates['app.file.twig.extension'] ?? ($this->privates['app.file.twig.extension'] = new \OceanExpertBundle\Twig\Extension\FileExtension())));
  4254.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  4255.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
  4256.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  4257.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  4258.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  4259.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  4260.         $instance->addGlobal('version''V1.0');
  4261.         $instance->addGlobal('web_path', (\dirname(__DIR__4).'/app/../web'));
  4262.         $instance->addGlobal('allowedLanguages', [=> 'Afrikaans'=> 'Albanian'=> 'Amharic'=> 'Arabic'=> 'Azerbaijani'=> 'Bahasa Malaysia'=> 'Balochi'=> 'Bantu'=> 'Basque'=> 'Bengali'10 => 'Bislama'11 => 'Bosnian'12 => 'British Sign Language'13 => 'Bulgarian'14 => 'Burmese'15 => 'Catalan'16 => 'Cebuano'17 => 'Chinese'18 => 'Croatian'19 => 'Czech'20 => 'Danish'21 => 'Dutch'22 => 'English'23 => 'Esperanto'24 => 'Estonian'25 => 'Faroese'26 => 'Farsi'27 => 'Fijian'28 => 'Filipino'29 => 'Finish'30 => 'Finnish'31 => 'French'32 => 'Gaelic'33 => 'Galician'34 => 'Georgian'35 => 'German'36 => 'Greek'37 => 'Gujarati'38 => 'Hebrew'39 => 'Herero'40 => 'Hindi'41 => 'Hungarian'42 => 'Icelandic'43 => 'Ilocano'44 => 'Indonesian'45 => 'Italian'46 => 'Japanese'47 => 'Javanese'48 => 'Kannada'49 => 'Kazakh'50 => 'Kiribati'51 => 'Konkani'52 => 'Korean'53 => 'Latvian'54 => 'Lebanese'55 => 'Lithuanian'56 => 'Luganda'57 => 'Malagasy'58 => 'Malay'59 => 'Malayalam'60 => 'Maltese'61 => 'Marathi'62 => 'Mongolian'63 => 'Nepalese'64 => 'Norwegian'65 => 'Odia'66 => 'Odiya'67 => 'Oriya'68 => 'Oromo'69 => 'Oshivambo'70 => 'Ovambo'71 => 'Palauan'72 => 'Persian'73 => 'Pohnpeian'74 => 'Polish'75 => 'Portuguese'76 => 'Romanian'77 => 'Russian'78 => 'Samoan'79 => 'Serbian'80 => 'Shona'81 => 'Sindhi'82 => 'Singhala'83 => 'Sinhala'84 => 'Siraiki'85 => 'Slovak'86 => 'Slovenian'87 => 'Somali'88 => 'Spanish'89 => 'Swahili'90 => 'Swedish'91 => 'Tagalog'92 => 'Tamil'93 => 'Telugu'94 => 'Tetum'95 => 'Thai'96 => 'Tigrinya'97 => 'Tongan'98 => 'Tunisian'99 => 'Turkish'100 => 'Tuvaluan'101 => 'Ukrainian'102 => 'Urdu'103 => 'Valenciano'104 => 'Vietnamese'105 => 'Waray'106 => 'Wolof'107 => 'Yoruba']);
  4263.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the public 'twig.controller.exception' shared service.
  4268.      *
  4269.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4270.      *
  4271.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4272.      */
  4273.     protected function getTwig_Controller_ExceptionService()
  4274.     {
  4275.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4276.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4277.     }
  4278.     /**
  4279.      * Gets the public 'twig.controller.preview_error' shared service.
  4280.      *
  4281.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4282.      *
  4283.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4284.      */
  4285.     protected function getTwig_Controller_PreviewErrorService()
  4286.     {
  4287.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4288.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4289.     }
  4290.     /**
  4291.      * Gets the public 'validator' shared service.
  4292.      *
  4293.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4294.      */
  4295.     protected function getValidatorService()
  4296.     {
  4297.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
  4298.     }
  4299.     /**
  4300.      * Gets the public 'var_dumper.cloner' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4303.      */
  4304.     protected function getVarDumper_ClonerService()
  4305.     {
  4306.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4307.         $instance->setMaxItems(2500);
  4308.         $instance->setMinDepth(1);
  4309.         $instance->setMaxString(-1);
  4310.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the public 'web_profiler.controller.exception' shared service.
  4315.      *
  4316.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4317.      *
  4318.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4319.      */
  4320.     protected function getWebProfiler_Controller_ExceptionService()
  4321.     {
  4322.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  4323.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  4324.     }
  4325.     /**
  4326.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4327.      *
  4328.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4329.      */
  4330.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4331.     {
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php';
  4333.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  4334.     }
  4335.     /**
  4336.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4337.      *
  4338.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4339.      */
  4340.     protected function getWebProfiler_Controller_ProfilerService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php';
  4343.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4344.     }
  4345.     /**
  4346.      * Gets the public 'web_profiler.controller.router' shared service.
  4347.      *
  4348.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4349.      */
  4350.     protected function getWebProfiler_Controller_RouterService()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php';
  4353.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  4354.             return new \EmptyIterator();
  4355.         }, 0));
  4356.     }
  4357.     /**
  4358.      * Gets the private '.errored..service_locator.W7I8oXK.OceanExpertBundle\Entity\Events' shared service.
  4359.      *
  4360.      * @return \OceanExpertBundle\Entity\Events
  4361.      */
  4362.     protected function getEventsService()
  4363.     {
  4364.         $this->throw('Cannot autowire service ".service_locator.W7I8oXK": it references class "OceanExpertBundle\\Entity\\Events" but no such service exists.');
  4365.     }
  4366.     /**
  4367.      * Gets the private '.legacy_controller_name_converter' shared service.
  4368.      *
  4369.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  4370.      */
  4371.     protected function get_LegacyControllerNameConverterService()
  4372.     {
  4373.         return $this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false);
  4374.     }
  4375.     /**
  4376.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4377.      *
  4378.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4379.      */
  4380.     protected function get_LegacyResolveControllerNameSubscriberService()
  4381.     {
  4382.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  4383.     }
  4384.     /**
  4385.      * Gets the private '.service_locator.JPEOy76' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4388.      */
  4389.     protected function get_ServiceLocator_JPEOy76Service()
  4390.     {
  4391.         return $this->privates['.service_locator.JPEOy76'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4392.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4393.         ], [
  4394.             'fosUserManager' => '?',
  4395.         ]);
  4396.     }
  4397.     /**
  4398.      * Gets the private '.service_locator.Ms0FddW' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4401.      */
  4402.     protected function get_ServiceLocator_Ms0FddWService()
  4403.     {
  4404.         return $this->privates['.service_locator.Ms0FddW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4405.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4406.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4407.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4408.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4409.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4410.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4411.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4412.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4413.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4414.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4415.             'OceanExpertBundle\\Controller\\EventController::addEventMemberAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4416.             'OceanExpertBundle\\Controller\\EventController::copyEventAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4417.             'OceanExpertBundle\\Controller\\EventController::storeTheEvent' => ['privates''.service_locator.W7I8oXK''get_ServiceLocator_W7I8oXKService'false],
  4418.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  4419.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  4420.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4421.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4422.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4423.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4424.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4425.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  4426.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4427.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4428.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4429.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4430.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4431.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4432.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4433.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4434.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4435.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4436.             'OceanExpertBundle\\Controller\\EventController:addEventMemberAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4437.             'OceanExpertBundle\\Controller\\EventController:copyEventAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4438.             'OceanExpertBundle\\Controller\\EventController:storeTheEvent' => ['privates''.service_locator.W7I8oXK''get_ServiceLocator_W7I8oXKService'false],
  4439.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  4440.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  4441.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4442.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4443.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4444.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4445.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4446.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  4447.         ], [
  4448.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => '?',
  4449.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => '?',
  4450.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => '?',
  4451.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => '?',
  4452.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => '?',
  4453.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => '?',
  4454.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => '?',
  4455.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController::setViewHandler' => '?',
  4456.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => '?',
  4457.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => '?',
  4458.             'OceanExpertBundle\\Controller\\EventController::addEventMemberAction' => '?',
  4459.             'OceanExpertBundle\\Controller\\EventController::copyEventAction' => '?',
  4460.             'OceanExpertBundle\\Controller\\EventController::storeTheEvent' => '?',
  4461.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => '?',
  4462.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => '?',
  4463.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => '?',
  4464.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => '?',
  4465.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => '?',
  4466.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => '?',
  4467.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => '?',
  4468.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => '?',
  4469.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => '?',
  4470.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => '?',
  4471.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => '?',
  4472.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => '?',
  4473.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => '?',
  4474.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => '?',
  4475.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => '?',
  4476.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController:setViewHandler' => '?',
  4477.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => '?',
  4478.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => '?',
  4479.             'OceanExpertBundle\\Controller\\EventController:addEventMemberAction' => '?',
  4480.             'OceanExpertBundle\\Controller\\EventController:copyEventAction' => '?',
  4481.             'OceanExpertBundle\\Controller\\EventController:storeTheEvent' => '?',
  4482.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => '?',
  4483.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => '?',
  4484.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => '?',
  4485.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => '?',
  4486.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => '?',
  4487.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => '?',
  4488.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => '?',
  4489.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => '?',
  4490.         ]);
  4491.     }
  4492.     /**
  4493.      * Gets the private '.service_locator.RGIiAl4' shared service.
  4494.      *
  4495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4496.      */
  4497.     protected function get_ServiceLocator_RGIiAl4Service()
  4498.     {
  4499.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4500.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4501.         ], [
  4502.             'viewhandler' => '?',
  4503.         ]);
  4504.     }
  4505.     /**
  4506.      * Gets the private '.service_locator.W7I8oXK' shared service.
  4507.      *
  4508.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4509.      */
  4510.     protected function get_ServiceLocator_W7I8oXKService()
  4511.     {
  4512.         return $this->privates['.service_locator.W7I8oXK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4513.             'event' => ['privates''.errored..service_locator.W7I8oXK.OceanExpertBundle\\Entity\\Events'NULL'Cannot autowire service ".service_locator.W7I8oXK": it references class "OceanExpertBundle\\Entity\\Events" but no such service exists.'],
  4514.         ], [
  4515.             'event' => 'OceanExpertBundle\\Entity\\Events',
  4516.         ]);
  4517.     }
  4518.     /**
  4519.      * Gets the private '.service_locator.ipjTSUc' shared service.
  4520.      *
  4521.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4522.      */
  4523.     protected function get_ServiceLocator_IpjTSUcService()
  4524.     {
  4525.         return $this->privates['.service_locator.ipjTSUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4526.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4527.         ], [
  4528.             'em' => '?',
  4529.         ]);
  4530.     }
  4531.     /**
  4532.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4533.      *
  4534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4535.      */
  4536.     protected function get_ServiceLocator_O9nGMXBService()
  4537.     {
  4538.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4539.             'twig' => ['services''twig''getTwigService'false],
  4540.         ], [
  4541.             'twig' => 'Twig\\Environment',
  4542.         ]);
  4543.     }
  4544.     /**
  4545.      * Gets the private '.service_locator.sDHplmp' shared service.
  4546.      *
  4547.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4548.      */
  4549.     protected function get_ServiceLocator_SDHplmpService()
  4550.     {
  4551.         return $this->privates['.service_locator.sDHplmp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4552.             'fosTokenGenerator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4553.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4554.         ], [
  4555.             'fosTokenGenerator' => '?',
  4556.             'fosUserManager' => '?',
  4557.         ]);
  4558.     }
  4559.     /**
  4560.      * Gets the private '.service_locator.wHQ6.0W' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4563.      */
  4564.     protected function get_ServiceLocator_WHQ6_0WService()
  4565.     {
  4566.         return $this->privates['.service_locator.wHQ6.0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4567.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4568.         ], [
  4569.             'logger' => '?',
  4570.         ]);
  4571.     }
  4572.     /**
  4573.      * Gets the private '.service_locator.x8FmIZ0' shared service.
  4574.      *
  4575.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4576.      */
  4577.     protected function get_ServiceLocator_X8FmIZ0Service()
  4578.     {
  4579.         return $this->privates['.service_locator.x8FmIZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4580.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4581.         ], [
  4582.             'entityManager' => '?',
  4583.         ]);
  4584.     }
  4585.     /**
  4586.      * Gets the private '.service_locator.xI4tcWT' shared service.
  4587.      *
  4588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4589.      */
  4590.     protected function get_ServiceLocator_XI4tcWTService()
  4591.     {
  4592.         return $this->privates['.service_locator.xI4tcWT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4593.             'fosRegistrationFormFactory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  4594.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4595.         ], [
  4596.             'fosRegistrationFormFactory' => '?',
  4597.             'fosUserManager' => '?',
  4598.         ]);
  4599.     }
  4600.     /**
  4601.      * Gets the private 'OceanExpertBundle\Repository\DoclistsRepository' shared autowired service.
  4602.      *
  4603.      * @return \OceanExpertBundle\Repository\DoclistsRepository
  4604.      */
  4605.     protected function getDoclistsRepositoryService()
  4606.     {
  4607.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4612.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/DoclistsRepository.php';
  4613.         return $this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] = new \OceanExpertBundle\Repository\DoclistsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4614.     }
  4615.     /**
  4616.      * Gets the private 'OceanExpertBundle\Repository\IndivRepository' shared autowired service.
  4617.      *
  4618.      * @return \OceanExpertBundle\Repository\IndivRepository
  4619.      */
  4620.     protected function getIndivRepositoryService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4627.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/IndivRepository.php';
  4628.         return $this->privates['OceanExpertBundle\\Repository\\IndivRepository'] = new \OceanExpertBundle\Repository\IndivRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4629.     }
  4630.     /**
  4631.      * Gets the private 'OceanExpertBundle\Repository\RegionsRepository' shared autowired service.
  4632.      *
  4633.      * @return \OceanExpertBundle\Repository\RegionsRepository
  4634.      */
  4635.     protected function getRegionsRepositoryService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4642.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/RegionsRepository.php';
  4643.         return $this->privates['OceanExpertBundle\\Repository\\RegionsRepository'] = new \OceanExpertBundle\Repository\RegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4644.     }
  4645.     /**
  4646.      * Gets the private 'OceanExpertBundle\Repository\SearegionsRepository' shared autowired service.
  4647.      *
  4648.      * @return \OceanExpertBundle\Repository\SearegionsRepository
  4649.      */
  4650.     protected function getSearegionsRepositoryService()
  4651.     {
  4652.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4657.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/SearegionsRepository.php';
  4658.         return $this->privates['OceanExpertBundle\\Repository\\SearegionsRepository'] = new \OceanExpertBundle\Repository\SearegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener' shared service.
  4662.      *
  4663.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4664.      */
  4665.     protected function getControllerListenerService()
  4666.     {
  4667.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4668.     }
  4669.     /**
  4670.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener' shared service.
  4671.      *
  4672.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  4673.      */
  4674.     protected function getHttpCacheListenerService()
  4675.     {
  4676.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  4677.     }
  4678.     /**
  4679.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener' shared service.
  4680.      *
  4681.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4682.      */
  4683.     protected function getIsGrantedListenerService()
  4684.     {
  4685.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4686.     }
  4687.     /**
  4688.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener' shared service.
  4689.      *
  4690.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4691.      */
  4692.     protected function getParamConverterListenerService()
  4693.     {
  4694.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager'] ?? $this->getParamConverterManagerService()), true);
  4695.     }
  4696.     /**
  4697.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener' shared service.
  4698.      *
  4699.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4700.      */
  4701.     protected function getSecurityListenerService()
  4702.     {
  4703.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4704.     }
  4705.     /**
  4706.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener' shared service.
  4707.      *
  4708.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4709.      */
  4710.     protected function getTemplateListenerService()
  4711.     {
  4712.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->services['twig'] ?? $this->getTwigService()));
  4713.     }
  4714.     /**
  4715.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter' shared service.
  4716.      *
  4717.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  4718.      */
  4719.     protected function getDateTimeParamConverterService()
  4720.     {
  4721.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  4722.     }
  4723.     /**
  4724.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter' shared service.
  4725.      *
  4726.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  4727.      */
  4728.     protected function getDoctrineParamConverterService()
  4729.     {
  4730.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage'] ?? ($this->privates['Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
  4731.     }
  4732.     /**
  4733.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager' shared service.
  4734.      *
  4735.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  4736.      */
  4737.     protected function getParamConverterManagerService()
  4738.     {
  4739.         $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4740.         $instance->add(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter'] ?? $this->getDoctrineParamConverterService()), 0'doctrine.orm');
  4741.         $instance->add(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0'datetime');
  4742.         return $instance;
  4743.     }
  4744.     /**
  4745.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader' shared service.
  4746.      *
  4747.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  4748.      */
  4749.     protected function getAnnotatedRouteControllerLoaderService()
  4750.     {
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4754.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4755.     }
  4756.     /**
  4757.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage' shared service.
  4758.      *
  4759.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  4760.      */
  4761.     protected function getExpressionLanguageService()
  4762.     {
  4763.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4764.     }
  4765.     /**
  4766.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser' shared service.
  4767.      *
  4768.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  4769.      */
  4770.     protected function getTemplateGuesserService()
  4771.     {
  4772.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'Symfony\Component\ExpressionLanguage\ExpressionLanguage' shared service.
  4776.      *
  4777.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  4778.      */
  4779.     protected function getExpressionLanguage2Service()
  4780.     {
  4781.         return $this->privates['Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4782.     }
  4783.     /**
  4784.      * Gets the private 'Symfony\Component\Routing\Loader\AnnotationDirectoryLoader' shared service.
  4785.      *
  4786.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  4787.      */
  4788.     protected function getAnnotationDirectoryLoaderService()
  4789.     {
  4790.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  4795.         return $this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader'] = new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] ?? $this->getAnnotatedRouteControllerLoaderService()));
  4796.     }
  4797.     /**
  4798.      * Gets the private 'Symfony\Component\Routing\Loader\AnnotationFileLoader' shared service.
  4799.      *
  4800.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  4801.      */
  4802.     protected function getAnnotationFileLoaderService()
  4803.     {
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  4808.         return $this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader'] = new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] ?? $this->getAnnotatedRouteControllerLoaderService()));
  4809.     }
  4810.     /**
  4811.      * Gets the private 'acme_api.event.jwt_created_listener' shared autowired service.
  4812.      *
  4813.      * @return \OceanExpertBundle\EventListener\JWTCreatedListener
  4814.      */
  4815.     protected function getAcmeApi_Event_JwtCreatedListenerService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/EventListener/JWTCreatedListener.php';
  4818.         return $this->privates['acme_api.event.jwt_created_listener'] = new \OceanExpertBundle\EventListener\JWTCreatedListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4819.     }
  4820.     /**
  4821.      * Gets the private 'annotations.cache_adapter' shared service.
  4822.      *
  4823.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4824.      */
  4825.     protected function getAnnotations_CacheAdapterService()
  4826.     {
  4827.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4828.     }
  4829.     /**
  4830.      * Gets the private 'annotations.cache_warmer' shared service.
  4831.      *
  4832.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4833.      */
  4834.     protected function getAnnotations_CacheWarmerService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4839.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  4840.     }
  4841.     /**
  4842.      * Gets the private 'annotations.cached_reader' shared service.
  4843.      *
  4844.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4845.      */
  4846.     protected function getAnnotations_CachedReaderService()
  4847.     {
  4848.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
  4849.     }
  4850.     /**
  4851.      * Gets the private 'annotations.dummy_registry' shared service.
  4852.      *
  4853.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  4854.      */
  4855.     protected function getAnnotations_DummyRegistryService()
  4856.     {
  4857.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4858.         $instance->registerUniqueLoader('class_exists');
  4859.         return $instance;
  4860.     }
  4861.     /**
  4862.      * Gets the private 'annotations.reader' shared service.
  4863.      *
  4864.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4865.      */
  4866.     protected function getAnnotations_ReaderService()
  4867.     {
  4868.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4869.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  4870.         return $instance;
  4871.     }
  4872.     /**
  4873.      * Gets the private 'app.byte_conversion.twig.extension' shared autowired service.
  4874.      *
  4875.      * @return \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension
  4876.      */
  4877.     protected function getApp_ByteConversion_Twig_ExtensionService()
  4878.     {
  4879.         return $this->privates['app.byte_conversion.twig.extension'] = new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension();
  4880.     }
  4881.     /**
  4882.      * Gets the private 'app.file.twig.extension' shared autowired service.
  4883.      *
  4884.      * @return \OceanExpertBundle\Twig\Extension\FileExtension
  4885.      */
  4886.     protected function getApp_File_Twig_ExtensionService()
  4887.     {
  4888.         return $this->privates['app.file.twig.extension'] = new \OceanExpertBundle\Twig\Extension\FileExtension();
  4889.     }
  4890.     /**
  4891.      * Gets the private 'argument_metadata_factory' shared service.
  4892.      *
  4893.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  4894.      */
  4895.     protected function getArgumentMetadataFactoryService()
  4896.     {
  4897.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  4898.     }
  4899.     /**
  4900.      * Gets the private 'assets._default_package' shared service.
  4901.      *
  4902.      * @return \Symfony\Component\Asset\PathPackage
  4903.      */
  4904.     protected function getAssets_DefaultPackageService()
  4905.     {
  4906.         return $this->privates['assets._default_package'] = new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'assets.context' shared service.
  4910.      *
  4911.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  4912.      */
  4913.     protected function getAssets_ContextService()
  4914.     {
  4915.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''true);
  4916.     }
  4917.     /**
  4918.      * Gets the private 'assets.empty_version_strategy' shared service.
  4919.      *
  4920.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  4921.      */
  4922.     protected function getAssets_EmptyVersionStrategyService()
  4923.     {
  4924.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  4925.     }
  4926.     /**
  4927.      * Gets the private 'assets.packages' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\Asset\Packages
  4930.      */
  4931.     protected function getAssets_PackagesService()
  4932.     {
  4933.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), []);
  4934.     }
  4935.     /**
  4936.      * Gets the private 'cache.annotations' shared service.
  4937.      *
  4938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4939.      */
  4940.     protected function getCache_AnnotationsService()
  4941.     {
  4942.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  4943.     }
  4944.     /**
  4945.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  4946.      *
  4947.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  4948.      */
  4949.     protected function getCache_Annotations_RecorderInnerService()
  4950.     {
  4951.         return $this->privates['cache.annotations.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nz-uPGiKjL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4952.     }
  4953.     /**
  4954.      * Gets the private 'cache.app.recorder_inner' shared service.
  4955.      *
  4956.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  4957.      */
  4958.     protected function getCache_App_RecorderInnerService()
  4959.     {
  4960.         $this->privates['cache.app.recorder_inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2+QdI91QTI'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  4961.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4962.         return $instance;
  4963.     }
  4964.     /**
  4965.      * Gets the private 'cache.default_marshaller' shared service.
  4966.      *
  4967.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  4968.      */
  4969.     protected function getCache_DefaultMarshallerService()
  4970.     {
  4971.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL);
  4972.     }
  4973.     /**
  4974.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4975.      *
  4976.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4977.      */
  4978.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4979.     {
  4980.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4981.     }
  4982.     /**
  4983.      * Gets the private 'cache.doctrine.orm.default.metadata.recorder_inner' shared service.
  4984.      *
  4985.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  4986.      */
  4987.     protected function getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService()
  4988.     {
  4989.         return $this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  4990.     }
  4991.     /**
  4992.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4993.      *
  4994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4995.      */
  4996.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4997.     {
  4998.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.query.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4999.     }
  5000.     /**
  5001.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  5002.      *
  5003.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5004.      */
  5005.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  5006.     {
  5007.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5008.     }
  5009.     /**
  5010.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5011.      *
  5012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5013.      */
  5014.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5015.     {
  5016.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.doctrine.orm.default.result.recorder_inner'] ?? ($this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  5017.     }
  5018.     /**
  5019.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  5020.      *
  5021.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5022.      */
  5023.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  5024.     {
  5025.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5026.     }
  5027.     /**
  5028.      * Gets the private 'cache.property_access' shared service.
  5029.      *
  5030.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5031.      */
  5032.     protected function getCache_PropertyAccessService()
  5033.     {
  5034.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  5035.     }
  5036.     /**
  5037.      * Gets the private 'cache.property_info' shared service.
  5038.      *
  5039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5040.      */
  5041.     protected function getCache_PropertyInfoService()
  5042.     {
  5043.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  5044.     }
  5045.     /**
  5046.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  5047.      *
  5048.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5049.      */
  5050.     protected function getCache_PropertyInfo_RecorderInnerService()
  5051.     {
  5052.         return $this->privates['cache.property_info.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BLnUmLfv6b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5053.     }
  5054.     /**
  5055.      * Gets the private 'cache.security_expression_language' shared service.
  5056.      *
  5057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5058.      */
  5059.     protected function getCache_SecurityExpressionLanguageService()
  5060.     {
  5061.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_RecorderInnerService()));
  5062.     }
  5063.     /**
  5064.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  5065.      *
  5066.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5067.      */
  5068.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  5069.     {
  5070.         return $this->privates['cache.security_expression_language.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Bc+EFH2CEv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'cache.serializer' shared service.
  5074.      *
  5075.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5076.      */
  5077.     protected function getCache_SerializerService()
  5078.     {
  5079.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5085.      */
  5086.     protected function getCache_Serializer_RecorderInnerService()
  5087.     {
  5088.         return $this->privates['cache.serializer.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GbezDScnnV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5089.     }
  5090.     /**
  5091.      * Gets the private 'cache.system.recorder_inner' shared service.
  5092.      *
  5093.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5094.      */
  5095.     protected function getCache_System_RecorderInnerService()
  5096.     {
  5097.         return $this->privates['cache.system.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iVqU-dn-JC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5098.     }
  5099.     /**
  5100.      * Gets the private 'cache.validator' shared service.
  5101.      *
  5102.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5103.      */
  5104.     protected function getCache_ValidatorService()
  5105.     {
  5106.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  5107.     }
  5108.     /**
  5109.      * Gets the private 'cache.validator.recorder_inner' shared service.
  5110.      *
  5111.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5112.      */
  5113.     protected function getCache_Validator_RecorderInnerService()
  5114.     {
  5115.         return $this->privates['cache.validator.recorder_inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-ricyBBRY3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  5119.      *
  5120.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  5121.      */
  5122.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php';
  5126.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  5127.     }
  5128.     /**
  5129.      * Gets the private 'config_cache_factory' shared service.
  5130.      *
  5131.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5132.      */
  5133.     protected function getConfigCacheFactoryService()
  5134.     {
  5135.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5136.             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)));
  5137.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5138.         }, 2));
  5139.     }
  5140.     /**
  5141.      * Gets the private 'console.command.about' shared service.
  5142.      *
  5143.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5144.      */
  5145.     protected function getConsole_Command_AboutService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php';
  5149.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5150.         $instance->setName('about');
  5151.         return $instance;
  5152.     }
  5153.     /**
  5154.      * Gets the private 'console.command.assets_install' shared service.
  5155.      *
  5156.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5157.      */
  5158.     protected function getConsole_Command_AssetsInstallService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5163.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5164.         $instance->setName('assets:install');
  5165.         return $instance;
  5166.     }
  5167.     /**
  5168.      * Gets the private 'console.command.cache_clear' shared service.
  5169.      *
  5170.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5171.      */
  5172.     protected function getConsole_Command_CacheClearService()
  5173.     {
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5177.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5178.         $instance->setName('cache:clear');
  5179.         return $instance;
  5180.     }
  5181.     /**
  5182.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5183.      *
  5184.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5185.      */
  5186.     protected function getConsole_Command_CachePoolClearService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php';
  5190.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5191.         $instance->setName('cache:pool:clear');
  5192.         return $instance;
  5193.     }
  5194.     /**
  5195.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5196.      *
  5197.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5198.      */
  5199.     protected function getConsole_Command_CachePoolDeleteService()
  5200.     {
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php';
  5203.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5204.         $instance->setName('cache:pool:delete');
  5205.         return $instance;
  5206.     }
  5207.     /**
  5208.      * Gets the private 'console.command.cache_pool_list' shared service.
  5209.      *
  5210.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5211.      */
  5212.     protected function getConsole_Command_CachePoolListService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php';
  5216.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  5217.         $instance->setName('cache:pool:list');
  5218.         return $instance;
  5219.     }
  5220.     /**
  5221.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5222.      *
  5223.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5224.      */
  5225.     protected function getConsole_Command_CachePoolPruneService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php';
  5229.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5230.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5231.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5232.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5233.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5234.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5235.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5236.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5237.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5238.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5239.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5240.         }, 10));
  5241.         $instance->setName('cache:pool:prune');
  5242.         return $instance;
  5243.     }
  5244.     /**
  5245.      * Gets the private 'console.command.cache_warmup' shared service.
  5246.      *
  5247.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5248.      */
  5249.     protected function getConsole_Command_CacheWarmupService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php';
  5253.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5254.         $instance->setName('cache:warmup');
  5255.         return $instance;
  5256.     }
  5257.     /**
  5258.      * Gets the private 'console.command.config_debug' shared service.
  5259.      *
  5260.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5261.      */
  5262.     protected function getConsole_Command_ConfigDebugService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php';
  5268.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5269.         $instance->setName('debug:config');
  5270.         return $instance;
  5271.     }
  5272.     /**
  5273.      * Gets the private 'console.command.config_dump_reference' shared service.
  5274.      *
  5275.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5276.      */
  5277.     protected function getConsole_Command_ConfigDumpReferenceService()
  5278.     {
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php';
  5283.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5284.         $instance->setName('config:dump-reference');
  5285.         return $instance;
  5286.     }
  5287.     /**
  5288.      * Gets the private 'console.command.container_debug' shared service.
  5289.      *
  5290.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5291.      */
  5292.     protected function getConsole_Command_ContainerDebugService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5296.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5297.         $instance->setName('debug:container');
  5298.         return $instance;
  5299.     }
  5300.     /**
  5301.      * Gets the private 'console.command.container_lint' shared service.
  5302.      *
  5303.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5304.      */
  5305.     protected function getConsole_Command_ContainerLintService()
  5306.     {
  5307.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php';
  5309.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5310.         $instance->setName('lint:container');
  5311.         return $instance;
  5312.     }
  5313.     /**
  5314.      * Gets the private 'console.command.debug_autowiring' shared service.
  5315.      *
  5316.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5317.      */
  5318.     protected function getConsole_Command_DebugAutowiringService()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php';
  5323.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5324.         $instance->setName('debug:autowiring');
  5325.         return $instance;
  5326.     }
  5327.     /**
  5328.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5329.      *
  5330.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5331.      */
  5332.     protected function getConsole_Command_EventDispatcherDebugService()
  5333.     {
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php';
  5336.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5337.         $instance->setName('debug:event-dispatcher');
  5338.         return $instance;
  5339.     }
  5340.     /**
  5341.      * Gets the private 'console.command.form_debug' shared service.
  5342.      *
  5343.      * @return \Symfony\Component\Form\Command\DebugCommand
  5344.      */
  5345.     protected function getConsole_Command_FormDebugService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Command/DebugCommand.php';
  5349.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'=> 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'=> 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'=> 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'=> 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5350.         $instance->setName('debug:form');
  5351.         return $instance;
  5352.     }
  5353.     /**
  5354.      * Gets the private 'console.command.router_debug' shared service.
  5355.      *
  5356.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5357.      */
  5358.     protected function getConsole_Command_RouterDebugService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php';
  5362.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5363.         $instance->setName('debug:router');
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the private 'console.command.router_match' shared service.
  5368.      *
  5369.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5370.      */
  5371.     protected function getConsole_Command_RouterMatchService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php';
  5375.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5376.         $instance->setName('router:match');
  5377.         return $instance;
  5378.     }
  5379.     /**
  5380.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5381.      *
  5382.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5383.      */
  5384.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5392.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5393.         $instance->setName('secrets:decrypt-to-local');
  5394.         return $instance;
  5395.     }
  5396.     /**
  5397.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5398.      *
  5399.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5400.      */
  5401.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5409.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5410.         $instance->setName('secrets:encrypt-from-local');
  5411.         return $instance;
  5412.     }
  5413.     /**
  5414.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5415.      *
  5416.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5417.      */
  5418.     protected function getConsole_Command_SecretsGenerateKeyService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5426.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5427.         $instance->setName('secrets:generate-keys');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'console.command.secrets_list' shared service.
  5432.      *
  5433.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5434.      */
  5435.     protected function getConsole_Command_SecretsListService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5443.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5444.         $instance->setName('secrets:list');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'console.command.secrets_remove' shared service.
  5449.      *
  5450.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5451.      */
  5452.     protected function getConsole_Command_SecretsRemoveService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5460.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5461.         $instance->setName('secrets:remove');
  5462.         return $instance;
  5463.     }
  5464.     /**
  5465.      * Gets the private 'console.command.secrets_set' shared service.
  5466.      *
  5467.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5468.      */
  5469.     protected function getConsole_Command_SecretsSetService()
  5470.     {
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5477.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5478.         $instance->setName('secrets:set');
  5479.         return $instance;
  5480.     }
  5481.     /**
  5482.      * Gets the private 'console.command.translation_debug' shared service.
  5483.      *
  5484.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5485.      */
  5486.     protected function getConsole_Command_TranslationDebugService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php';
  5490.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 13 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php')]);
  5491.         $instance->setName('debug:translation');
  5492.         return $instance;
  5493.     }
  5494.     /**
  5495.      * Gets the private 'console.command.translation_update' shared service.
  5496.      *
  5497.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5498.      */
  5499.     protected function getConsole_Command_TranslationUpdateService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php';
  5503.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), $this->getEnv('APP_LOCALE'), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 13 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php')]);
  5504.         $instance->setName('translation:update');
  5505.         return $instance;
  5506.     }
  5507.     /**
  5508.      * Gets the private 'console.command.xliff_lint' shared service.
  5509.      *
  5510.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5511.      */
  5512.     protected function getConsole_Command_XliffLintService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Command/XliffLintCommand.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php';
  5517.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5518.         $instance->setName('lint:xliff');
  5519.         return $instance;
  5520.     }
  5521.     /**
  5522.      * Gets the private 'console.command.yaml_lint' shared service.
  5523.      *
  5524.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5525.      */
  5526.     protected function getConsole_Command_YamlLintService()
  5527.     {
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Yaml/Command/LintCommand.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php';
  5531.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5532.         $instance->setName('lint:yaml');
  5533.         return $instance;
  5534.     }
  5535.     /**
  5536.      * Gets the private 'console.error_listener' shared service.
  5537.      *
  5538.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5539.      */
  5540.     protected function getConsole_ErrorListenerService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/EventListener/ErrorListener.php';
  5543.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  5544.     }
  5545.     /**
  5546.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  5547.      *
  5548.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  5549.      */
  5550.     protected function getConsole_SuggestMissingPackageSubscriberService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php';
  5553.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  5554.     }
  5555.     /**
  5556.      * Gets the private 'container.env_var_processor' shared service.
  5557.      *
  5558.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5559.      */
  5560.     protected function getContainer_EnvVarProcessorService()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php';
  5564.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5565.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  5566.         }, 1));
  5567.     }
  5568.     /**
  5569.      * Gets the private 'data_collector.ajax' shared service.
  5570.      *
  5571.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  5572.      */
  5573.     protected function getDataCollector_AjaxService()
  5574.     {
  5575.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  5576.     }
  5577.     /**
  5578.      * Gets the private 'data_collector.cache' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  5581.      */
  5582.     protected function getDataCollector_CacheService()
  5583.     {
  5584.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  5585.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5586.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  5587.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  5588.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  5589.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5590.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  5591.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5592.         $instance->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  5593.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  5594.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  5595.         return $instance;
  5596.     }
  5597.     /**
  5598.      * Gets the private 'data_collector.config' shared service.
  5599.      *
  5600.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  5601.      */
  5602.     protected function getDataCollector_ConfigService()
  5603.     {
  5604.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  5605.         if ($this->has('kernel')) {
  5606.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  5607.         }
  5608.         return $instance;
  5609.     }
  5610.     /**
  5611.      * Gets the private 'data_collector.doctrine' shared service.
  5612.      *
  5613.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  5614.      */
  5615.     protected function getDataCollector_DoctrineService()
  5616.     {
  5617.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5618.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  5619.         return $instance;
  5620.     }
  5621.     /**
  5622.      * Gets the private 'data_collector.events' shared service.
  5623.      *
  5624.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  5625.      */
  5626.     protected function getDataCollector_EventsService()
  5627.     {
  5628.         return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5629.     }
  5630.     /**
  5631.      * Gets the private 'data_collector.exception' shared service.
  5632.      *
  5633.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  5634.      */
  5635.     protected function getDataCollector_ExceptionService()
  5636.     {
  5637.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  5638.     }
  5639.     /**
  5640.      * Gets the private 'data_collector.form' shared service.
  5641.      *
  5642.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5643.      */
  5644.     protected function getDataCollector_FormService()
  5645.     {
  5646.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
  5647.     }
  5648.     /**
  5649.      * Gets the private 'data_collector.form.extractor' shared service.
  5650.      *
  5651.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  5652.      */
  5653.     protected function getDataCollector_Form_ExtractorService()
  5654.     {
  5655.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  5656.     }
  5657.     /**
  5658.      * Gets the private 'data_collector.logger' shared service.
  5659.      *
  5660.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  5661.      */
  5662.     protected function getDataCollector_LoggerService()
  5663.     {
  5664.         return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/appAppKernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5665.     }
  5666.     /**
  5667.      * Gets the private 'data_collector.memory' shared service.
  5668.      *
  5669.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  5670.      */
  5671.     protected function getDataCollector_MemoryService()
  5672.     {
  5673.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  5674.     }
  5675.     /**
  5676.      * Gets the private 'data_collector.request' shared service.
  5677.      *
  5678.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5679.      */
  5680.     protected function getDataCollector_RequestService()
  5681.     {
  5682.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector();
  5683.     }
  5684.     /**
  5685.      * Gets the private 'data_collector.router' shared service.
  5686.      *
  5687.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  5688.      */
  5689.     protected function getDataCollector_RouterService()
  5690.     {
  5691.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  5692.     }
  5693.     /**
  5694.      * Gets the private 'data_collector.security' shared service.
  5695.      *
  5696.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  5697.      */
  5698.     protected function getDataCollector_SecurityService()
  5699.     {
  5700.         return $this->privates['data_collector.security'] = new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()));
  5701.     }
  5702.     /**
  5703.      * Gets the private 'data_collector.time' shared service.
  5704.      *
  5705.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  5706.      */
  5707.     protected function getDataCollector_TimeService()
  5708.     {
  5709.         return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel'3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5710.     }
  5711.     /**
  5712.      * Gets the private 'data_collector.translation' shared service.
  5713.      *
  5714.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  5715.      */
  5716.     protected function getDataCollector_TranslationService()
  5717.     {
  5718.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  5719.     }
  5720.     /**
  5721.      * Gets the private 'data_collector.twig' shared service.
  5722.      *
  5723.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  5724.      */
  5725.     protected function getDataCollector_TwigService()
  5726.     {
  5727.         return $this->privates['data_collector.twig'] = new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService()));
  5728.     }
  5729.     /**
  5730.      * Gets the private 'data_collector.validator' shared service.
  5731.      *
  5732.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  5733.      */
  5734.     protected function getDataCollector_ValidatorService()
  5735.     {
  5736.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'debug.argument_resolver' shared service.
  5740.      *
  5741.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  5742.      */
  5743.     protected function getDebug_ArgumentResolverService()
  5744.     {
  5745.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5746.     }
  5747.     /**
  5748.      * Gets the private 'debug.argument_resolver.default' shared service.
  5749.      *
  5750.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5751.      */
  5752.     protected function getDebug_ArgumentResolver_DefaultService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5757.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.default.inner'] ?? ($this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5758.     }
  5759.     /**
  5760.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  5761.      *
  5762.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  5763.      */
  5764.     protected function getDebug_ArgumentResolver_Default_InnerService()
  5765.     {
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5768.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  5769.     }
  5770.     /**
  5771.      * Gets the private 'debug.argument_resolver.inner' shared service.
  5772.      *
  5773.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  5774.      */
  5775.     protected function getDebug_ArgumentResolver_InnerService()
  5776.     {
  5777.         return $this->privates['debug.argument_resolver.inner'] = 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 () {
  5778.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  5779.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  5780.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  5781.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  5782.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  5783.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  5784.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  5785.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  5786.         }, 8));
  5787.     }
  5788.     /**
  5789.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5790.      *
  5791.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5792.      */
  5793.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5794.     {
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5797.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5798.     }
  5799.     /**
  5800.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  5801.      *
  5802.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  5803.      */
  5804.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  5805.     {
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5808.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.Ms0FddW'] ?? $this->get_ServiceLocator_Ms0FddWService()));
  5809.     }
  5810.     /**
  5811.      * Gets the private 'debug.argument_resolver.request' shared service.
  5812.      *
  5813.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5814.      */
  5815.     protected function getDebug_ArgumentResolver_RequestService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5820.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request.inner'] ?? ($this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5821.     }
  5822.     /**
  5823.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  5824.      *
  5825.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  5826.      */
  5827.     protected function getDebug_ArgumentResolver_Request_InnerService()
  5828.     {
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5831.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  5832.     }
  5833.     /**
  5834.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5835.      *
  5836.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5837.      */
  5838.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5843.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request_attribute.inner'] ?? ($this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5844.     }
  5845.     /**
  5846.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  5849.      */
  5850.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5854.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  5855.     }
  5856.     /**
  5857.      * Gets the private 'debug.argument_resolver.service' shared service.
  5858.      *
  5859.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5860.      */
  5861.     protected function getDebug_ArgumentResolver_ServiceService()
  5862.     {
  5863.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5865.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5866.     }
  5867.     /**
  5868.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  5869.      *
  5870.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  5871.      */
  5872.     protected function getDebug_ArgumentResolver_Service_InnerService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5876.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.Ms0FddW'] ?? $this->get_ServiceLocator_Ms0FddWService()));
  5877.     }
  5878.     /**
  5879.      * Gets the private 'debug.argument_resolver.session' shared service.
  5880.      *
  5881.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5882.      */
  5883.     protected function getDebug_ArgumentResolver_SessionService()
  5884.     {
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5888.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.session.inner'] ?? ($this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5889.     }
  5890.     /**
  5891.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  5892.      *
  5893.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  5894.      */
  5895.     protected function getDebug_ArgumentResolver_Session_InnerService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5899.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  5900.     }
  5901.     /**
  5902.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5903.      *
  5904.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5905.      */
  5906.     protected function getDebug_ArgumentResolver_VariadicService()
  5907.     {
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5911.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.variadic.inner'] ?? ($this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5912.     }
  5913.     /**
  5914.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  5915.      *
  5916.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  5917.      */
  5918.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5922.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  5923.     }
  5924.     /**
  5925.      * Gets the private 'debug.controller_resolver' shared service.
  5926.      *
  5927.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  5928.      */
  5929.     protected function getDebug_ControllerResolverService()
  5930.     {
  5931.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5932.     }
  5933.     /**
  5934.      * Gets the private 'debug.controller_resolver.inner' shared service.
  5935.      *
  5936.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  5937.      */
  5938.     protected function getDebug_ControllerResolver_InnerService()
  5939.     {
  5940.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5946.      */
  5947.     protected function getDebug_DebugHandlersListenerService()
  5948.     {
  5949.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  5950.     }
  5951.     /**
  5952.      * Gets the private 'debug.dump_listener' shared service.
  5953.      *
  5954.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5955.      */
  5956.     protected function getDebug_DumpListenerService()
  5957.     {
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php';
  5959.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), NULL);
  5960.     }
  5961.     /**
  5962.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  5963.      *
  5964.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5965.      */
  5966.     protected function getDebug_EventDispatcher_InnerService()
  5967.     {
  5968.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5969.     }
  5970.     /**
  5971.      * Gets the private 'debug.file_link_formatter' shared service.
  5972.      *
  5973.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5974.      */
  5975.     protected function getDebug_FileLinkFormatterService()
  5976.     {
  5977.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  5978.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5979.         });
  5980.     }
  5981.     /**
  5982.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5983.      *
  5984.      * @return \string
  5985.      */
  5986.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5987.     {
  5988.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  5989.     }
  5990.     /**
  5991.      * Gets the private 'debug.log_processor' shared service.
  5992.      *
  5993.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5994.      */
  5995.     protected function getDebug_LogProcessorService()
  5996.     {
  5997.         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())));
  5998.     }
  5999.     /**
  6000.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6001.      *
  6002.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6003.      */
  6004.     protected function getDebug_Security_Access_DecisionManagerService()
  6005.     {
  6006.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService()));
  6007.     }
  6008.     /**
  6009.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  6010.      *
  6011.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  6012.      */
  6013.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  6014.     {
  6015.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6016.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6017.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6018.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6019.         }, 3), 'affirmative'falsetrue);
  6020.     }
  6021.     /**
  6022.      * Gets the private 'debug.security.firewall' shared service.
  6023.      *
  6024.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6025.      */
  6026.     protected function getDebug_Security_FirewallService()
  6027.     {
  6028.         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()));
  6029.     }
  6030.     /**
  6031.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6032.      *
  6033.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6034.      */
  6035.     protected function getDebug_Security_UserValueResolverService()
  6036.     {
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6039.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.security.user_value_resolver.inner'] ?? $this->getDebug_Security_UserValueResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6040.     }
  6041.     /**
  6042.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  6043.      *
  6044.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  6045.      */
  6046.     protected function getDebug_Security_UserValueResolver_InnerService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php';
  6050.         return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6051.     }
  6052.     /**
  6053.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6054.      *
  6055.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6056.      */
  6057.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6061.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.authenticated_voter'] ?? $this->getSecurity_Access_AuthenticatedVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6062.     }
  6063.     /**
  6064.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6065.      *
  6066.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6067.      */
  6068.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6069.     {
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6072.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6073.     }
  6074.     /**
  6075.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6076.      *
  6077.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6078.      */
  6079.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6080.     {
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6083.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.role_hierarchy_voter'] ?? $this->getSecurity_Access_RoleHierarchyVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6084.     }
  6085.     /**
  6086.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6087.      *
  6088.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6089.      */
  6090.     protected function getDebug_Security_Voter_VoteListenerService()
  6091.     {
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php';
  6093.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  6094.     }
  6095.     /**
  6096.      * Gets the private 'debug.stopwatch' shared service.
  6097.      *
  6098.      * @return \Symfony\Component\Stopwatch\Stopwatch
  6099.      */
  6100.     protected function getDebug_StopwatchService()
  6101.     {
  6102.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  6103.     }
  6104.     /**
  6105.      * Gets the private 'debug.validator.inner' shared service.
  6106.      *
  6107.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  6108.      */
  6109.     protected function getDebug_Validator_InnerService()
  6110.     {
  6111.         return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
  6112.     }
  6113.     /**
  6114.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  6115.      *
  6116.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  6117.      */
  6118.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  6119.     {
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php';
  6121.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php';
  6122.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  6123.     }
  6124.     /**
  6125.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  6126.      *
  6127.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  6128.      */
  6129.     protected function getDisallowSearchEngineIndexResponseListenerService()
  6130.     {
  6131.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  6132.     }
  6133.     /**
  6134.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6135.      *
  6136.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6137.      */
  6138.     protected function getDoctrine_CacheClearMetadataCommandService()
  6139.     {
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6143.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6144.         $instance->setName('doctrine:cache:clear-metadata');
  6145.         return $instance;
  6146.     }
  6147.     /**
  6148.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6149.      *
  6150.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6151.      */
  6152.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6153.     {
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6157.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6158.         $instance->setName('doctrine:cache:clear-query');
  6159.         return $instance;
  6160.     }
  6161.     /**
  6162.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6163.      *
  6164.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6165.      */
  6166.     protected function getDoctrine_CacheClearResultCommandService()
  6167.     {
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6171.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6172.         $instance->setName('doctrine:cache:clear-result');
  6173.         return $instance;
  6174.     }
  6175.     /**
  6176.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6177.      *
  6178.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6179.      */
  6180.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6181.     {
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6185.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6186.         $instance->setName('doctrine:cache:clear-collection-region');
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6191.      *
  6192.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6193.      */
  6194.     protected function getDoctrine_ClearEntityRegionCommandService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6199.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6200.         $instance->setName('doctrine:cache:clear-entity-region');
  6201.         return $instance;
  6202.     }
  6203.     /**
  6204.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6205.      *
  6206.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6207.      */
  6208.     protected function getDoctrine_ClearQueryRegionCommandService()
  6209.     {
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6213.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6214.         $instance->setName('doctrine:cache:clear-query-region');
  6215.         return $instance;
  6216.     }
  6217.     /**
  6218.      * Gets the private 'doctrine.database_create_command' shared service.
  6219.      *
  6220.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6221.      */
  6222.     protected function getDoctrine_DatabaseCreateCommandService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6227.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6228.         $instance->setName('doctrine:database:create');
  6229.         return $instance;
  6230.     }
  6231.     /**
  6232.      * Gets the private 'doctrine.database_drop_command' shared service.
  6233.      *
  6234.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6235.      */
  6236.     protected function getDoctrine_DatabaseDropCommandService()
  6237.     {
  6238.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6241.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6242.         $instance->setName('doctrine:database:drop');
  6243.         return $instance;
  6244.     }
  6245.     /**
  6246.      * Gets the private 'doctrine.database_import_command' shared service.
  6247.      *
  6248.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6249.      */
  6250.     protected function getDoctrine_DatabaseImportCommandService()
  6251.     {
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6255.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6256.         $instance->setName('doctrine:database:import');
  6257.         return $instance;
  6258.     }
  6259.     /**
  6260.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  6261.      *
  6262.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  6263.      */
  6264.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  6265.     {
  6266.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  6267.     }
  6268.     /**
  6269.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  6270.      *
  6271.      * @return \Doctrine\DBAL\Configuration
  6272.      */
  6273.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  6274.     {
  6275.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  6276.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  6277.         return $instance;
  6278.     }
  6279.     /**
  6280.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6281.      *
  6282.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6283.      */
  6284.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6285.     {
  6286.         $this->privates['doctrine.dbal.default_connection.event_manager'] = $instance = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6287.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6288.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  6289.         ], [
  6290.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6291.             'fos_user.user_listener' => '?',
  6292.         ]), [=> 'fos_user.user_listener']);
  6293.         $instance->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  6294.         return $instance;
  6295.     }
  6296.     /**
  6297.      * Gets the private 'doctrine.dbal.logger' shared service.
  6298.      *
  6299.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  6300.      */
  6301.     protected function getDoctrine_Dbal_LoggerService()
  6302.     {
  6303.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6304.     }
  6305.     /**
  6306.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  6307.      *
  6308.      * @return \Doctrine\DBAL\Logging\LoggerChain
  6309.      */
  6310.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  6311.     {
  6312.         $this->privates['doctrine.dbal.logger.chain.default'] = $instance = new \Doctrine\DBAL\Logging\LoggerChain();
  6313.         $instance->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  6314.         $instance->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  6315.         return $instance;
  6316.     }
  6317.     /**
  6318.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  6319.      *
  6320.      * @return \Doctrine\DBAL\Logging\DebugStack
  6321.      */
  6322.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  6323.     {
  6324.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  6325.     }
  6326.     /**
  6327.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6328.      *
  6329.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6330.      */
  6331.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6336.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6337.         $instance->setName('doctrine:ensure-production-settings');
  6338.         return $instance;
  6339.     }
  6340.     /**
  6341.      * Gets the private 'doctrine.generate_entities_command' shared service.
  6342.      *
  6343.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  6344.      */
  6345.     protected function getDoctrine_GenerateEntitiesCommandService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  6350.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6351.         $instance->setName('doctrine:generate:entities');
  6352.         return $instance;
  6353.     }
  6354.     /**
  6355.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6356.      *
  6357.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6358.      */
  6359.     protected function getDoctrine_MappingConvertCommandService()
  6360.     {
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6364.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6365.         $instance->setName('doctrine:mapping:convert');
  6366.         return $instance;
  6367.     }
  6368.     /**
  6369.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6370.      *
  6371.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6372.      */
  6373.     protected function getDoctrine_MappingImportCommandService()
  6374.     {
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6378.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6379.         $instance->setName('doctrine:mapping:import');
  6380.         return $instance;
  6381.     }
  6382.     /**
  6383.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6384.      *
  6385.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6386.      */
  6387.     protected function getDoctrine_MappingInfoCommandService()
  6388.     {
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6392.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6393.         $instance->setName('doctrine:mapping:info');
  6394.         return $instance;
  6395.     }
  6396.     /**
  6397.      * Gets the private 'doctrine.migrations.configuration' shared service.
  6398.      *
  6399.      * @return \Doctrine\Migrations\Configuration\Configuration
  6400.      */
  6401.     protected function getDoctrine_Migrations_ConfigurationService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6404.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  6405.         $instance->addMigrationsDirectory('OceanExpertBundle\\Migrations', (\dirname(__DIR__4).'/src/OceanExpertBundle/Migrations'));
  6406.         $instance->setAllOrNothing(false);
  6407.         $instance->setCheckDatabasePlatform(true);
  6408.         $instance->setTransactional(true);
  6409.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? $this->getDoctrine_Migrations_Storage_TableStorageService()));
  6410.         return $instance;
  6411.     }
  6412.     /**
  6413.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  6414.      *
  6415.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  6416.      */
  6417.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6421.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  6422.     }
  6423.     /**
  6424.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6425.      *
  6426.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6427.      */
  6428.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6429.     {
  6430.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6432.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()), $this);
  6433.     }
  6434.     /**
  6435.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  6436.      *
  6437.      * @return \Doctrine\Migrations\Version\MigrationFactory
  6438.      */
  6439.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  6440.     {
  6441.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6442.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory();
  6443.     }
  6444.     /**
  6445.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6446.      *
  6447.      * @return \Doctrine\Migrations\DependencyFactory
  6448.      */
  6449.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6450.     {
  6451.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6452.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(($this->privates['doctrine.migrations.configuration_loader'] ?? $this->getDoctrine_Migrations_ConfigurationLoaderService()), ($this->privates['doctrine.migrations.entity_manager_registry_loader'] ?? $this->getDoctrine_Migrations_EntityManagerRegistryLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6453.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6454.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6455.         });
  6456.         return $instance;
  6457.     }
  6458.     /**
  6459.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  6460.      *
  6461.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  6462.      */
  6463.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  6464.     {
  6465.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6467.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()), 'default');
  6468.     }
  6469.     /**
  6470.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  6471.      *
  6472.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  6473.      */
  6474.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  6475.     {
  6476.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6478.         $this->privates['doctrine.migrations.storage.table_storage'] = $instance = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6479.         $instance->setTableName('doctrine_migration_versions');
  6480.         $instance->setVersionColumnName('version');
  6481.         $instance->setVersionColumnLength(192);
  6482.         $instance->setExecutedAtColumnName('executed_at');
  6483.         return $instance;
  6484.     }
  6485.     /**
  6486.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
  6487.      *
  6488.      * @return \Symfony\Component\Cache\DoctrineProvider
  6489.      */
  6490.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
  6491.     {
  6492.         return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  6493.     }
  6494.     /**
  6495.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
  6496.      *
  6497.      * @return \Symfony\Component\Cache\DoctrineProvider
  6498.      */
  6499.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
  6500.     {
  6501.         return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  6502.     }
  6503.     /**
  6504.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
  6505.      *
  6506.      * @return \Symfony\Component\Cache\DoctrineProvider
  6507.      */
  6508.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
  6509.     {
  6510.         return $this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  6511.     }
  6512.     /**
  6513.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  6514.      *
  6515.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  6516.      */
  6517.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  6518.     {
  6519.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6520.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  6521.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  6522.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  6523.             'OceanExpertBundle\\Repository\\SearegionsRepository' => ['privates''OceanExpertBundle\\Repository\\SearegionsRepository''getSearegionsRepositoryService'false],
  6524.         ], [
  6525.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  6526.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  6527.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  6528.             'OceanExpertBundle\\Repository\\SearegionsRepository' => '?',
  6529.         ]));
  6530.     }
  6531.     /**
  6532.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6533.      *
  6534.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6535.      */
  6536.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6537.     {
  6538.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/OceanExpertBundle/Entity')]);
  6539.     }
  6540.     /**
  6541.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  6542.      *
  6543.      * @return \Doctrine\ORM\Configuration
  6544.      */
  6545.     protected function getDoctrine_Orm_DefaultConfigurationService()
  6546.     {
  6547.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  6548.         $instance->setEntityNamespaces(['OceanExpertBundle' => 'OceanExpertBundle\\Entity']);
  6549.         $instance->setMetadataCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()));
  6550.         $instance->setQueryCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()));
  6551.         $instance->setResultCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()));
  6552.         $instance->setMetadataDriverImpl(($this->privates['doctrine.orm.default_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultMetadataDriverService()));
  6553.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6554.         $instance->setProxyNamespace('Proxies');
  6555.         $instance->setAutoGenerateProxyClasses(true);
  6556.         $instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  6557.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6558.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  6559.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  6560.         $instance->setEntityListenerResolver(($this->privates['doctrine.orm.default_entity_listener_resolver'] ?? ($this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this))));
  6561.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  6562.         $instance->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6563.         $instance->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  6564.         $instance->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  6565.         $instance->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  6566.         $instance->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  6567.         $instance->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  6568.         $instance->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6569.         $instance->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6570.         $instance->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6571.         $instance->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6572.         $instance->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6573.         $instance->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6574.         $instance->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6575.         $instance->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6576.         $instance->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6577.         $instance->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6578.         $instance->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6579.         $instance->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  6580.         $instance->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  6581.         $instance->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6582.         $instance->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6583.         $instance->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6584.         $instance->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  6585.         return $instance;
  6586.     }
  6587.     /**
  6588.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  6589.      *
  6590.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  6591.      */
  6592.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  6593.     {
  6594.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  6595.     }
  6596.     /**
  6597.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  6598.      *
  6599.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  6600.      */
  6601.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  6602.     {
  6603.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
  6604.     }
  6605.     /**
  6606.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6607.      *
  6608.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6609.      */
  6610.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6613.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6614.     }
  6615.     /**
  6616.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  6617.      *
  6618.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  6619.      */
  6620.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  6621.     {
  6622.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  6623.     }
  6624.     /**
  6625.      * Gets the private 'doctrine.orm.default_metadata_driver' shared service.
  6626.      *
  6627.      * @return \Doctrine\Persistence\Mapping\Driver\MappingDriverChain
  6628.      */
  6629.     protected function getDoctrine_Orm_DefaultMetadataDriverService()
  6630.     {
  6631.         $this->privates['doctrine.orm.default_metadata_driver'] = $instance = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6632.         $instance->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'OceanExpertBundle\\Entity');
  6633.         $instance->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  6634.         return $instance;
  6635.     }
  6636.     /**
  6637.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  6638.      *
  6639.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  6640.      */
  6641.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  6644.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6645.     }
  6646.     /**
  6647.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  6648.      *
  6649.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  6650.      */
  6651.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  6652.     {
  6653.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  6654.     }
  6655.     /**
  6656.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6657.      *
  6658.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6659.      */
  6660.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6661.     {
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php';
  6664.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6665.     }
  6666.     /**
  6667.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  6668.      *
  6669.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  6670.      */
  6671.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  6672.     {
  6673.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  6674.     }
  6675.     /**
  6676.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6677.      *
  6678.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6679.      */
  6680.     protected function getDoctrine_Orm_Validator_UniqueService()
  6681.     {
  6682.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php';
  6685.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6686.     }
  6687.     /**
  6688.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  6689.      *
  6690.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  6691.      */
  6692.     protected function getDoctrine_Orm_ValidatorInitializerService()
  6693.     {
  6694.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6695.     }
  6696.     /**
  6697.      * Gets the private 'doctrine.query_dql_command' shared service.
  6698.      *
  6699.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6700.      */
  6701.     protected function getDoctrine_QueryDqlCommandService()
  6702.     {
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6706.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6707.         $instance->setName('doctrine:query:dql');
  6708.         return $instance;
  6709.     }
  6710.     /**
  6711.      * Gets the private 'doctrine.query_sql_command' shared service.
  6712.      *
  6713.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6714.      */
  6715.     protected function getDoctrine_QuerySqlCommandService()
  6716.     {
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6720.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  6721.         $instance->setName('doctrine:query:sql');
  6722.         return $instance;
  6723.     }
  6724.     /**
  6725.      * Gets the private 'doctrine.schema_create_command' shared service.
  6726.      *
  6727.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6728.      */
  6729.     protected function getDoctrine_SchemaCreateCommandService()
  6730.     {
  6731.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6735.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6736.         $instance->setName('doctrine:schema:create');
  6737.         return $instance;
  6738.     }
  6739.     /**
  6740.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6741.      *
  6742.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6743.      */
  6744.     protected function getDoctrine_SchemaDropCommandService()
  6745.     {
  6746.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6747.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6750.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6751.         $instance->setName('doctrine:schema:drop');
  6752.         return $instance;
  6753.     }
  6754.     /**
  6755.      * Gets the private 'doctrine.schema_update_command' shared service.
  6756.      *
  6757.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6758.      */
  6759.     protected function getDoctrine_SchemaUpdateCommandService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6765.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6766.         $instance->setName('doctrine:schema:update');
  6767.         return $instance;
  6768.     }
  6769.     /**
  6770.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6771.      *
  6772.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6773.      */
  6774.     protected function getDoctrine_SchemaValidateCommandService()
  6775.     {
  6776.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6777.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6779.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6780.         $instance->setName('doctrine:schema:validate');
  6781.         return $instance;
  6782.     }
  6783.     /**
  6784.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  6785.      *
  6786.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  6787.      */
  6788.     protected function getDoctrine_Twig_DoctrineExtensionService()
  6789.     {
  6790.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  6791.     }
  6792.     /**
  6793.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6794.      *
  6795.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6796.      */
  6797.     protected function getDoctrineMigrations_CurrentCommandService()
  6798.     {
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6802.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  6803.         $instance->setName('doctrine:migrations:current');
  6804.         return $instance;
  6805.     }
  6806.     /**
  6807.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6808.      *
  6809.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6810.      */
  6811.     protected function getDoctrineMigrations_DiffCommandService()
  6812.     {
  6813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6814.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6815.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6816.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  6817.         $instance->setName('doctrine:migrations:diff');
  6818.         return $instance;
  6819.     }
  6820.     /**
  6821.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6822.      *
  6823.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6824.      */
  6825.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6826.     {
  6827.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6830.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  6831.         $instance->setName('doctrine:migrations:dump-schema');
  6832.         return $instance;
  6833.     }
  6834.     /**
  6835.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6836.      *
  6837.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6838.      */
  6839.     protected function getDoctrineMigrations_ExecuteCommandService()
  6840.     {
  6841.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6842.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6844.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  6845.         $instance->setName('doctrine:migrations:execute');
  6846.         return $instance;
  6847.     }
  6848.     /**
  6849.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6850.      *
  6851.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6852.      */
  6853.     protected function getDoctrineMigrations_GenerateCommandService()
  6854.     {
  6855.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6858.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  6859.         $instance->setName('doctrine:migrations:generate');
  6860.         return $instance;
  6861.     }
  6862.     /**
  6863.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6864.      *
  6865.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6866.      */
  6867.     protected function getDoctrineMigrations_LatestCommandService()
  6868.     {
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6872.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  6873.         $instance->setName('doctrine:migrations:latest');
  6874.         return $instance;
  6875.     }
  6876.     /**
  6877.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6878.      *
  6879.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6880.      */
  6881.     protected function getDoctrineMigrations_MigrateCommandService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6885.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6886.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  6887.         $instance->setName('doctrine:migrations:migrate');
  6888.         return $instance;
  6889.     }
  6890.     /**
  6891.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6892.      *
  6893.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6894.      */
  6895.     protected function getDoctrineMigrations_RollupCommandService()
  6896.     {
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6900.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  6901.         $instance->setName('doctrine:migrations:rollup');
  6902.         return $instance;
  6903.     }
  6904.     /**
  6905.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6906.      *
  6907.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6908.      */
  6909.     protected function getDoctrineMigrations_StatusCommandService()
  6910.     {
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6914.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  6915.         $instance->setName('doctrine:migrations:status');
  6916.         return $instance;
  6917.     }
  6918.     /**
  6919.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6920.      *
  6921.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6922.      */
  6923.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6924.     {
  6925.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6926.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6927.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6928.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  6929.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6930.         return $instance;
  6931.     }
  6932.     /**
  6933.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6934.      *
  6935.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6936.      */
  6937.     protected function getDoctrineMigrations_UpToDateCommandService()
  6938.     {
  6939.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6941.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6942.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  6943.         $instance->setName('doctrine:migrations:up-to-date');
  6944.         return $instance;
  6945.     }
  6946.     /**
  6947.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6948.      *
  6949.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6950.      */
  6951.     protected function getDoctrineMigrations_VersionCommandService()
  6952.     {
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6956.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  6957.         $instance->setName('doctrine:migrations:version');
  6958.         return $instance;
  6959.     }
  6960.     /**
  6961.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6962.      *
  6963.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6964.      */
  6965.     protected function getDoctrineMigrations_VersionsCommandService()
  6966.     {
  6967.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6968.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6970.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  6971.         $instance->setName('doctrine:migrations:list');
  6972.         return $instance;
  6973.     }
  6974.     /**
  6975.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6976.      *
  6977.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6978.      */
  6979.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6980.     {
  6981.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php';
  6983.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6984.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6985.     }
  6986.     /**
  6987.      * Gets the private 'exception_listener' shared service.
  6988.      *
  6989.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6990.      */
  6991.     protected function getExceptionListenerService()
  6992.     {
  6993.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6994.     }
  6995.     /**
  6996.      * Gets the private 'file_locator' shared service.
  6997.      *
  6998.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  6999.      */
  7000.     protected function getFileLocatorService()
  7001.     {
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  7005.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/app/Resources'), [=> (\dirname(__DIR__4).'/app')], false);
  7006.     }
  7007.     /**
  7008.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7009.      *
  7010.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7011.      */
  7012.     protected function getForm_ChoiceListFactory_CachedService()
  7013.     {
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7016.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(($this->privates['form.choice_list_factory.property_access'] ?? $this->getForm_ChoiceListFactory_PropertyAccessService()));
  7017.     }
  7018.     /**
  7019.      * Gets the private 'form.choice_list_factory.default' shared service.
  7020.      *
  7021.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  7022.      */
  7023.     protected function getForm_ChoiceListFactory_DefaultService()
  7024.     {
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7027.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  7028.     }
  7029.     /**
  7030.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  7031.      *
  7032.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  7033.      */
  7034.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  7035.     {
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7039.         return $this->privates['form.choice_list_factory.property_access'] = new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7040.     }
  7041.     /**
  7042.      * Gets the private 'form.extension' shared service.
  7043.      *
  7044.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  7045.      */
  7046.     protected function getForm_ExtensionService()
  7047.     {
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7050.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7051.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  7052.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  7053.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  7054.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  7055.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  7056.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7057.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7058.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7059.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7060.         ], [
  7061.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  7062.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  7063.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  7064.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  7065.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  7066.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7067.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7068.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7069.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7070.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7071.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7072.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7073.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7074.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7075.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7076.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7077.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7078.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7079.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7080.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7081.         }, 1)], new RewindableGenerator(function () {
  7082.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7083.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7084.         }, 2));
  7085.     }
  7086.     /**
  7087.      * Gets the private 'form.registry' shared service.
  7088.      *
  7089.      * @return \Symfony\Component\Form\FormRegistry
  7090.      */
  7091.     protected function getForm_RegistryService()
  7092.     {
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php';
  7095.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> ($this->privates['form.extension'] ?? $this->getForm_ExtensionService())], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
  7096.     }
  7097.     /**
  7098.      * Gets the private 'form.resolved_type_factory' shared service.
  7099.      *
  7100.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  7101.      */
  7102.     protected function getForm_ResolvedTypeFactoryService()
  7103.     {
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php';
  7107.         return $this->privates['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7108.     }
  7109.     /**
  7110.      * Gets the private 'form.server_params' shared service.
  7111.      *
  7112.      * @return \Symfony\Component\Form\Util\ServerParams
  7113.      */
  7114.     protected function getForm_ServerParamsService()
  7115.     {
  7116.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php';
  7117.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7118.     }
  7119.     /**
  7120.      * Gets the private 'form.type.choice' shared service.
  7121.      *
  7122.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7123.      */
  7124.     protected function getForm_Type_ChoiceService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php';
  7129.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7130.     }
  7131.     /**
  7132.      * Gets the private 'form.type.entity' shared service.
  7133.      *
  7134.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7135.      */
  7136.     protected function getForm_Type_EntityService()
  7137.     {
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php';
  7142.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7143.     }
  7144.     /**
  7145.      * Gets the private 'form.type.form' shared service.
  7146.      *
  7147.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7148.      */
  7149.     protected function getForm_Type_FormService()
  7150.     {
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php';
  7155.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7156.     }
  7157.     /**
  7158.      * Gets the private 'form.type_extension.csrf' shared service.
  7159.      *
  7160.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7161.      */
  7162.     protected function getForm_TypeExtension_CsrfService()
  7163.     {
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7167.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7168.     }
  7169.     /**
  7170.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7171.      *
  7172.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7173.      */
  7174.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7179.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  7180.     }
  7181.     /**
  7182.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7183.      *
  7184.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7185.      */
  7186.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7187.     {
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7191.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(($this->privates['form.type_extension.form.request_handler'] ?? $this->getForm_TypeExtension_Form_RequestHandlerService()));
  7192.     }
  7193.     /**
  7194.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  7195.      *
  7196.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  7197.      */
  7198.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  7199.     {
  7200.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php';
  7201.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7202.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7203.     }
  7204.     /**
  7205.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7206.      *
  7207.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7208.      */
  7209.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7210.     {
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php';
  7214.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7215.     }
  7216.     /**
  7217.      * Gets the private 'form.type_extension.form.validator' shared service.
  7218.      *
  7219.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7220.      */
  7221.     protected function getForm_TypeExtension_Form_ValidatorService()
  7222.     {
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7227.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7228.     }
  7229.     /**
  7230.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  7231.      *
  7232.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  7233.      */
  7234.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  7235.     {
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  7239.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  7240.     }
  7241.     /**
  7242.      * Gets the private 'form.type_extension.submit.validator' shared service.
  7243.      *
  7244.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  7245.      */
  7246.     protected function getForm_TypeExtension_Submit_ValidatorService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  7252.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  7253.     }
  7254.     /**
  7255.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7256.      *
  7257.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7258.      */
  7259.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7260.     {
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php';
  7264.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7265.     }
  7266.     /**
  7267.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7268.      *
  7269.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7270.      */
  7271.     protected function getForm_TypeGuesser_DoctrineService()
  7272.     {
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php';
  7275.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7276.     }
  7277.     /**
  7278.      * Gets the private 'form.type_guesser.validator' shared service.
  7279.      *
  7280.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7281.      */
  7282.     protected function getForm_TypeGuesser_ValidatorService()
  7283.     {
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php';
  7286.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7287.     }
  7288.     /**
  7289.      * Gets the private 'fos_js_routing.denormalizer.route_collection' shared service.
  7290.      *
  7291.      * @return \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer
  7292.      */
  7293.     protected function getFosJsRouting_Denormalizer_RouteCollectionService()
  7294.     {
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  7297.         return $this->privates['fos_js_routing.denormalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer();
  7298.     }
  7299.     /**
  7300.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7301.      *
  7302.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7303.      */
  7304.     protected function getFosJsRouting_DumpCommandService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7308.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  7309.         $instance->setName('fos:js-routing:dump');
  7310.         return $instance;
  7311.     }
  7312.     /**
  7313.      * Gets the private 'fos_js_routing.encoder' shared service.
  7314.      *
  7315.      * @return \Symfony\Component\Serializer\Encoder\JsonEncoder
  7316.      */
  7317.     protected function getFosJsRouting_EncoderService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  7322.         return $this->privates['fos_js_routing.encoder'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  7323.     }
  7324.     /**
  7325.      * Gets the private 'fos_js_routing.normalizer.route_collection' shared service.
  7326.      *
  7327.      * @return \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer
  7328.      */
  7329.     protected function getFosJsRouting_Normalizer_RouteCollectionService()
  7330.     {
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  7333.         return $this->privates['fos_js_routing.normalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer();
  7334.     }
  7335.     /**
  7336.      * Gets the private 'fos_js_routing.normalizer.routes_response' shared service.
  7337.      *
  7338.      * @return \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer
  7339.      */
  7340.     protected function getFosJsRouting_Normalizer_RoutesResponseService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  7344.         return $this->privates['fos_js_routing.normalizer.routes_response'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer();
  7345.     }
  7346.     /**
  7347.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7348.      *
  7349.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7350.      */
  7351.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7355.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  7356.         $instance->setName('fos:js-routing:debug');
  7357.         return $instance;
  7358.     }
  7359.     /**
  7360.      * Gets the private 'fos_rest.body_listener' shared service.
  7361.      *
  7362.      * @return \FOS\RestBundle\EventListener\BodyListener
  7363.      */
  7364.     protected function getFosRest_BodyListenerService()
  7365.     {
  7366.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(($this->privates['fos_rest.decoder_provider'] ?? $this->getFosRest_DecoderProviderService()), false);
  7367.         $instance->setDefaultFormat(NULL);
  7368.         return $instance;
  7369.     }
  7370.     /**
  7371.      * Gets the private 'fos_rest.decoder.json' shared service.
  7372.      *
  7373.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  7374.      */
  7375.     protected function getFosRest_Decoder_JsonService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  7379.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  7380.     }
  7381.     /**
  7382.      * Gets the private 'fos_rest.decoder.xml' shared service.
  7383.      *
  7384.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  7385.      */
  7386.     protected function getFosRest_Decoder_XmlService()
  7387.     {
  7388.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  7390.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  7391.     }
  7392.     /**
  7393.      * Gets the private 'fos_rest.decoder_provider' shared service.
  7394.      *
  7395.      * @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
  7396.      */
  7397.     protected function getFosRest_DecoderProviderService()
  7398.     {
  7399.         return $this->privates['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7400.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  7401.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  7402.         ], [
  7403.             'fos_rest.decoder.json' => '?',
  7404.             'fos_rest.decoder.xml' => '?',
  7405.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']);
  7406.     }
  7407.     /**
  7408.      * Gets the private 'fos_rest.format_listener' shared service.
  7409.      *
  7410.      * @return \FOS\RestBundle\EventListener\FormatListener
  7411.      */
  7412.     protected function getFosRest_FormatListenerService()
  7413.     {
  7414.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener(($this->privates['fos_rest.format_negotiator'] ?? $this->getFosRest_FormatNegotiatorService()));
  7415.     }
  7416.     /**
  7417.      * Gets the private 'fos_rest.format_negotiator' shared service.
  7418.      *
  7419.      * @return \FOS\RestBundle\Negotiation\FormatNegotiator
  7420.      */
  7421.     protected function getFosRest_FormatNegotiatorService()
  7422.     {
  7423.         $this->privates['fos_rest.format_negotiator'] = $instance = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7424.         $instance->add(($this->privates['fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c'] ?? $this->getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService()), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  7425.         $instance->add(($this->privates['fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478'] ?? $this->getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service()), ['priorities' => [=> 'html'=> 'json'=> 'xml'], 'fallback_format' => 'html''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  7426.         $instance->add(($this->privates['fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386'] ?? $this->getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service()), ['priorities' => [=> 'json'=> 'csv'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  7427.         return $instance;
  7428.     }
  7429.     /**
  7430.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  7431.      *
  7432.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  7433.      *
  7434.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  7435.      */
  7436.     protected function getFosRest_Inflector_DoctrineService()
  7437.     {
  7438.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7439.         return $this->privates['fos_rest.inflector.doctrine'] = new \FOS\RestBundle\Inflector\DoctrineInflector();
  7440.     }
  7441.     /**
  7442.      * Gets the private 'fos_rest.mime_type_listener' shared service.
  7443.      *
  7444.      * @return \FOS\RestBundle\EventListener\MimeTypeListener
  7445.      */
  7446.     protected function getFosRest_MimeTypeListenerService()
  7447.     {
  7448.         return $this->privates['fos_rest.mime_type_listener'] = new \FOS\RestBundle\EventListener\MimeTypeListener(['json' => [=> 'application/json'=> 'application/x-json'=> 'application/vnd.example-com.foo+json'], 'rss' => [=> 'application/rss+xml'], 'jpg' => [=> 'image/jpeg'], 'png' => [=> 'image/png'], 'csv' => [=> 'text/csv'=> 'text/plain']]);
  7449.     }
  7450.     /**
  7451.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  7452.      *
  7453.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  7454.      */
  7455.     protected function getFosRest_ParamFetcherListenerService()
  7456.     {
  7457.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), true);
  7458.     }
  7459.     /**
  7460.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  7461.      *
  7462.      * @return \FOS\RestBundle\Request\ParamFetcher
  7463.      */
  7464.     protected function getFosRest_Request_ParamFetcherService()
  7465.     {
  7466.         return $this->privates['fos_rest.request.param_fetcher'] = 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()));
  7467.     }
  7468.     /**
  7469.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  7470.      *
  7471.      * @return \FOS\RestBundle\Request\ParamReader
  7472.      */
  7473.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  7474.     {
  7475.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7476.     }
  7477.     /**
  7478.      * Gets the private 'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' shared service.
  7479.      *
  7480.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7481.      */
  7482.     protected function getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service()
  7483.     {
  7484.         return $this->privates['fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []);
  7485.     }
  7486.     /**
  7487.      * Gets the private 'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' shared service.
  7488.      *
  7489.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7490.      */
  7491.     protected function getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service()
  7492.     {
  7493.         return $this->privates['fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []);
  7494.     }
  7495.     /**
  7496.      * Gets the private 'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' shared service.
  7497.      *
  7498.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7499.      */
  7500.     protected function getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService()
  7501.     {
  7502.         return $this->privates['fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []);
  7503.     }
  7504.     /**
  7505.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  7506.      *
  7507.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  7508.      *
  7509.      * @deprecated The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7510.      */
  7511.     protected function getFosRest_Routing_Loader_ControllerService()
  7512.     {
  7513.         @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  7514.         return $this->privates['fos_rest.routing.loader.controller'] = new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), ($this->privates['fos_rest.routing.loader.reader.controller'] ?? $this->getFosRest_Routing_Loader_Reader_ControllerService()), NULL);
  7515.     }
  7516.     /**
  7517.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  7518.      *
  7519.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  7520.      *
  7521.      * @deprecated The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7522.      */
  7523.     protected function getFosRest_Routing_Loader_DirectoryService()
  7524.     {
  7525.         @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  7526.         return $this->privates['fos_rest.routing.loader.directory'] = new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  7527.     }
  7528.     /**
  7529.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  7530.      *
  7531.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  7532.      *
  7533.      * @deprecated The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7534.      */
  7535.     protected function getFosRest_Routing_Loader_ProcessorService()
  7536.     {
  7537.         @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  7538.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  7539.     }
  7540.     /**
  7541.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  7542.      *
  7543.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  7544.      *
  7545.      * @deprecated The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7546.      */
  7547.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  7548.     {
  7549.         @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  7550.         return $this->privates['fos_rest.routing.loader.reader.action'] = new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->privates['fos_rest.inflector.doctrine'] ?? $this->getFosRest_Inflector_DoctrineService()), true, ['jsonp' => false'json' => false'xml' => false'html' => true], true);
  7551.     }
  7552.     /**
  7553.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  7554.      *
  7555.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  7556.      *
  7557.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  7558.      */
  7559.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  7560.     {
  7561.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7562.         return $this->privates['fos_rest.routing.loader.reader.controller'] = new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader(($this->privates['fos_rest.routing.loader.reader.action'] ?? $this->getFosRest_Routing_Loader_Reader_ActionService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7563.     }
  7564.     /**
  7565.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  7566.      *
  7567.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  7568.      *
  7569.      * @deprecated The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7570.      */
  7571.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  7572.     {
  7573.         @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  7574.         return $this->privates['fos_rest.routing.loader.xml_collection'] = new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['jsonp' => false'json' => false'xml' => false'html' => true], NULL);
  7575.     }
  7576.     /**
  7577.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  7578.      *
  7579.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  7580.      *
  7581.      * @deprecated The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  7582.      */
  7583.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  7584.     {
  7585.         @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  7586.         return $this->privates['fos_rest.routing.loader.yaml_collection'] = new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['jsonp' => false'json' => false'xml' => false'html' => true], NULL);
  7587.     }
  7588.     /**
  7589.      * Gets the private 'fos_rest.serializer.form_error_handler.inner' shared service.
  7590.      *
  7591.      * @return \JMS\Serializer\Handler\FormErrorHandler
  7592.      */
  7593.     protected function getFosRest_Serializer_FormErrorHandler_InnerService()
  7594.     {
  7595.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php';
  7597.         return $this->privates['fos_rest.serializer.form_error_handler.inner'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7598.     }
  7599.     /**
  7600.      * Gets the private 'fos_rest.serializer.jms' shared service.
  7601.      *
  7602.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  7603.      */
  7604.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  7605.     {
  7606.         if ($lazyLoad) {
  7607.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  7608.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7609.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  7610.                     $proxy->setProxyInitializer(null);
  7611.                     return true;
  7612.                 });
  7613.             });
  7614.         }
  7615.         return 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())));
  7616.     }
  7617.     /**
  7618.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  7619.      *
  7620.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  7621.      */
  7622.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  7623.     {
  7624.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7625.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  7626.             'jms_serializer.array_collection_handler' => ['services''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  7627.             'jms_serializer.constraint_violation_handler' => ['services''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  7628.             'jms_serializer.datetime_handler' => ['services''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  7629.             'jms_serializer.php_collection_handler' => ['services''jms_serializer.php_collection_handler''getJmsSerializer_PhpCollectionHandlerService'false],
  7630.         ], [
  7631.             'fos_rest.serializer.form_error_handler' => '?',
  7632.             'jms_serializer.array_collection_handler' => '?',
  7633.             'jms_serializer.constraint_violation_handler' => '?',
  7634.             'jms_serializer.datetime_handler' => '?',
  7635.             'jms_serializer.php_collection_handler' => '?',
  7636.         ]), [=> ['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']]]]);
  7637.     }
  7638.     /**
  7639.      * Gets the private 'fos_rest.versioning.chain_resolver' shared service.
  7640.      *
  7641.      * @return \FOS\RestBundle\Version\ChainVersionResolver
  7642.      */
  7643.     protected function getFosRest_Versioning_ChainResolverService()
  7644.     {
  7645.         $this->privates['fos_rest.versioning.chain_resolver'] = $instance = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  7646.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  7647.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  7648.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  7649.         return $instance;
  7650.     }
  7651.     /**
  7652.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  7653.      *
  7654.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  7655.      */
  7656.     protected function getFosRest_Versioning_ExclusionListenerService()
  7657.     {
  7658.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  7659.     }
  7660.     /**
  7661.      * Gets the private 'fos_rest.versioning.listener' shared service.
  7662.      *
  7663.      * @return \FOS\RestBundle\EventListener\VersionListener
  7664.      */
  7665.     protected function getFosRest_Versioning_ListenerService()
  7666.     {
  7667.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener(($this->privates['fos_rest.versioning.chain_resolver'] ?? $this->getFosRest_Versioning_ChainResolverService()), 'v1');
  7668.     }
  7669.     /**
  7670.      * Gets the private 'fos_rest.view_handler.jsonp' shared service.
  7671.      *
  7672.      * @return \FOS\RestBundle\View\JsonpHandler
  7673.      */
  7674.     protected function getFosRest_ViewHandler_JsonpService()
  7675.     {
  7676.         return $this->privates['fos_rest.view_handler.jsonp'] = new \FOS\RestBundle\View\JsonpHandler('callback');
  7677.     }
  7678.     /**
  7679.      * Gets the private 'fos_rest.view_response_listener' shared service.
  7680.      *
  7681.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  7682.      */
  7683.     protected function getFosRest_ViewResponseListenerService()
  7684.     {
  7685.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  7686.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  7687.     }
  7688.     /**
  7689.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  7690.      *
  7691.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7692.      */
  7693.     protected function getFosUser_ChangePassword_Form_FactoryService()
  7694.     {
  7695.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7697.         return $this->privates['fos_user.change_password.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']);
  7698.     }
  7699.     /**
  7700.      * Gets the private 'fos_user.change_password.form.type' shared service.
  7701.      *
  7702.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  7703.      */
  7704.     protected function getFosUser_ChangePassword_Form_TypeService()
  7705.     {
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  7709.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('OceanExpertBundle\\Entity\\User');
  7710.     }
  7711.     /**
  7712.      * Gets the private 'fos_user.command.activate_user' shared service.
  7713.      *
  7714.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  7715.      */
  7716.     protected function getFosUser_Command_ActivateUserService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  7720.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7721.         $instance->setName('fos:user:activate');
  7722.         return $instance;
  7723.     }
  7724.     /**
  7725.      * Gets the private 'fos_user.command.change_password' shared service.
  7726.      *
  7727.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  7728.      */
  7729.     protected function getFosUser_Command_ChangePasswordService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  7733.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7734.         $instance->setName('fos:user:change-password');
  7735.         return $instance;
  7736.     }
  7737.     /**
  7738.      * Gets the private 'fos_user.command.create_user' shared service.
  7739.      *
  7740.      * @return \FOS\UserBundle\Command\CreateUserCommand
  7741.      */
  7742.     protected function getFosUser_Command_CreateUserService()
  7743.     {
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  7746.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7747.         $instance->setName('fos:user:create');
  7748.         return $instance;
  7749.     }
  7750.     /**
  7751.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  7752.      *
  7753.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  7754.      */
  7755.     protected function getFosUser_Command_DeactivateUserService()
  7756.     {
  7757.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  7759.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7760.         $instance->setName('fos:user:deactivate');
  7761.         return $instance;
  7762.     }
  7763.     /**
  7764.      * Gets the private 'fos_user.command.demote_user' shared service.
  7765.      *
  7766.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  7767.      */
  7768.     protected function getFosUser_Command_DemoteUserService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  7773.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7774.         $instance->setName('fos:user:demote');
  7775.         return $instance;
  7776.     }
  7777.     /**
  7778.      * Gets the private 'fos_user.command.promote_user' shared service.
  7779.      *
  7780.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  7781.      */
  7782.     protected function getFosUser_Command_PromoteUserService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  7787.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7788.         $instance->setName('fos:user:promote');
  7789.         return $instance;
  7790.     }
  7791.     /**
  7792.      * Gets the private 'fos_user.listener.authentication' shared service.
  7793.      *
  7794.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  7795.      */
  7796.     protected function getFosUser_Listener_AuthenticationService()
  7797.     {
  7798.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  7799.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  7800.     }
  7801.     /**
  7802.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  7803.      *
  7804.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  7805.      */
  7806.     protected function getFosUser_Listener_EmailConfirmationService()
  7807.     {
  7808.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  7811.         return $this->privates['fos_user.listener.email_confirmation'] = new \FOS\UserBundle\EventListener\EmailConfirmationListener(($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
  7812.     }
  7813.     /**
  7814.      * Gets the private 'fos_user.listener.flash' shared service.
  7815.      *
  7816.      * @return \FOS\UserBundle\EventListener\FlashListener
  7817.      */
  7818.     protected function getFosUser_Listener_FlashService()
  7819.     {
  7820.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  7821.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7822.     }
  7823.     /**
  7824.      * Gets the private 'fos_user.listener.resetting' shared service.
  7825.      *
  7826.      * @return \FOS\UserBundle\EventListener\ResettingListener
  7827.      */
  7828.     protected function getFosUser_Listener_ResettingService()
  7829.     {
  7830.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  7831.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 1800);
  7832.     }
  7833.     /**
  7834.      * Gets the private 'fos_user.mailer.twig_swift' shared service.
  7835.      *
  7836.      * @return \FOS\UserBundle\Mailer\TwigSwiftMailer
  7837.      */
  7838.     protected function getFosUser_Mailer_TwigSwiftService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/TwigSwiftMailer.php';
  7842.         return $this->privates['fos_user.mailer.twig_swift'] = new \FOS\UserBundle\Mailer\TwigSwiftMailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['twig'] ?? $this->getTwigService()), ['template' => ['confirmation' => 'Email/registration.html.twig''resetting' => 'Email/resetting.html.twig'], 'from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]);
  7843.     }
  7844.     /**
  7845.      * Gets the private 'fos_user.object_manager' shared service.
  7846.      *
  7847.      * @return \Doctrine\Persistence\ObjectManager
  7848.      */
  7849.     protected function getFosUser_ObjectManagerService()
  7850.     {
  7851.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  7852.     }
  7853.     /**
  7854.      * Gets the private 'fos_user.profile.form.factory' shared service.
  7855.      *
  7856.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7857.      */
  7858.     protected function getFosUser_Profile_Form_FactoryService()
  7859.     {
  7860.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7862.         return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']);
  7863.     }
  7864.     /**
  7865.      * Gets the private 'fos_user.profile.form.type' shared service.
  7866.      *
  7867.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  7868.      */
  7869.     protected function getFosUser_Profile_Form_TypeService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  7874.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('OceanExpertBundle\\Entity\\User');
  7875.     }
  7876.     /**
  7877.      * Gets the private 'fos_user.registration.form.factory' shared service.
  7878.      *
  7879.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7880.      */
  7881.     protected function getFosUser_Registration_Form_FactoryService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7885.         return $this->privates['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''OceanExpertBundle\\Utils\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']);
  7886.     }
  7887.     /**
  7888.      * Gets the private 'fos_user.registration.form.type' shared service.
  7889.      *
  7890.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  7891.      */
  7892.     protected function getFosUser_Registration_Form_TypeService()
  7893.     {
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  7897.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('OceanExpertBundle\\Entity\\User');
  7898.     }
  7899.     /**
  7900.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  7901.      *
  7902.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7903.      */
  7904.     protected function getFosUser_Resetting_Form_FactoryService()
  7905.     {
  7906.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7908.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  7909.     }
  7910.     /**
  7911.      * Gets the private 'fos_user.resetting.form.type' shared service.
  7912.      *
  7913.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  7914.      */
  7915.     protected function getFosUser_Resetting_Form_TypeService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  7920.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('OceanExpertBundle\\Entity\\User');
  7921.     }
  7922.     /**
  7923.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  7924.      *
  7925.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  7926.      */
  7927.     protected function getFosUser_Security_InteractiveLoginListenerService()
  7928.     {
  7929.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  7930.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7931.     }
  7932.     /**
  7933.      * Gets the private 'fos_user.security.login_manager' shared service.
  7934.      *
  7935.      * @return \FOS\UserBundle\Security\LoginManager
  7936.      */
  7937.     protected function getFosUser_Security_LoginManagerService()
  7938.     {
  7939.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  7940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  7943.         return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  7944.     }
  7945.     /**
  7946.      * Gets the private 'fos_user.user_listener' shared service.
  7947.      *
  7948.      * @return \FOS\UserBundle\Doctrine\UserListener
  7949.      */
  7950.     protected function getFosUser_UserListenerService()
  7951.     {
  7952.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  7954.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  7955.     }
  7956.     /**
  7957.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  7958.      *
  7959.      * @return \FOS\UserBundle\Security\EmailUserProvider
  7960.      */
  7961.     protected function getFosUser_UserProvider_UsernameEmailService()
  7962.     {
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  7966.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7967.     }
  7968.     /**
  7969.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  7970.      *
  7971.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  7972.      */
  7973.     protected function getFosUser_UserToUsernameTransformerService()
  7974.     {
  7975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php';
  7976.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  7977.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7978.     }
  7979.     /**
  7980.      * Gets the private 'fos_user.username_form_type' shared service.
  7981.      *
  7982.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  7983.      */
  7984.     protected function getFosUser_UsernameFormTypeService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7988.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  7989.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(($this->privates['fos_user.user_to_username_transformer'] ?? $this->getFosUser_UserToUsernameTransformerService()));
  7990.     }
  7991.     /**
  7992.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  7993.      *
  7994.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  7995.      */
  7996.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  7997.     {
  7998.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  7999.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  8000.     }
  8001.     /**
  8002.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  8003.      *
  8004.      * @return \FOS\UserBundle\Util\Canonicalizer
  8005.      */
  8006.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  8007.     {
  8008.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  8009.     }
  8010.     /**
  8011.      * Gets the private 'fos_user.util.password_updater' shared service.
  8012.      *
  8013.      * @return \FOS\UserBundle\Util\PasswordUpdater
  8014.      */
  8015.     protected function getFosUser_Util_PasswordUpdaterService()
  8016.     {
  8017.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  8018.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  8019.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8020.     }
  8021.     /**
  8022.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  8023.      *
  8024.      * @return \FOS\UserBundle\Util\TokenGenerator
  8025.      */
  8026.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  8027.     {
  8028.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  8029.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  8030.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  8031.     }
  8032.     /**
  8033.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  8034.      *
  8035.      * @return \FOS\UserBundle\Util\UserManipulator
  8036.      */
  8037.     protected function getFosUser_Util_UserManipulatorService()
  8038.     {
  8039.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  8040.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8041.     }
  8042.     /**
  8043.      * Gets the private 'fos_user.validator.initializer' shared service.
  8044.      *
  8045.      * @return \FOS\UserBundle\Validator\Initializer
  8046.      */
  8047.     protected function getFosUser_Validator_InitializerService()
  8048.     {
  8049.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  8050.     }
  8051.     /**
  8052.      * Gets the private 'fragment.handler' shared service.
  8053.      *
  8054.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  8055.      */
  8056.     protected function getFragment_HandlerService()
  8057.     {
  8058.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php';
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8060.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8061.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  8062.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8063.         ], [
  8064.             'hinclude' => '?',
  8065.             'inline' => '?',
  8066.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  8067.     }
  8068.     /**
  8069.      * Gets the private 'fragment.listener' shared service.
  8070.      *
  8071.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  8072.      */
  8073.     protected function getFragment_ListenerService()
  8074.     {
  8075.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  8076.     }
  8077.     /**
  8078.      * Gets the private 'fragment.renderer.hinclude' shared service.
  8079.      *
  8080.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  8081.      */
  8082.     protected function getFragment_Renderer_HincludeService()
  8083.     {
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php';
  8087.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  8088.         $instance->setFragmentPath('/_fragment');
  8089.         return $instance;
  8090.     }
  8091.     /**
  8092.      * Gets the private 'fragment.renderer.inline' shared service.
  8093.      *
  8094.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8095.      */
  8096.     protected function getFragment_Renderer_InlineService()
  8097.     {
  8098.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php';
  8101.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8102.         $instance->setFragmentPath('/_fragment');
  8103.         return $instance;
  8104.     }
  8105.     /**
  8106.      * Gets the private 'identity_translator' shared service.
  8107.      *
  8108.      * @return \Symfony\Component\Translation\IdentityTranslator
  8109.      */
  8110.     protected function getIdentityTranslatorService()
  8111.     {
  8112.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  8113.     }
  8114.     /**
  8115.      * Gets the private 'jms_serializer.accessor_strategy.default' shared service.
  8116.      *
  8117.      * @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
  8118.      */
  8119.     protected function getJmsSerializer_AccessorStrategy_DefaultService()
  8120.     {
  8121.         return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  8122.     }
  8123.     /**
  8124.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  8125.      *
  8126.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  8127.      */
  8128.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  8129.     {
  8130.         return $this->privates['jms_serializer.accessor_strategy.expression'] = new \JMS\Serializer\Accessor\ExpressionAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? ($this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy())));
  8131.     }
  8132.     /**
  8133.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  8134.      *
  8135.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  8136.      */
  8137.     protected function getJmsSerializer_CacheNamingStrategyService()
  8138.     {
  8139.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()));
  8140.     }
  8141.     /**
  8142.      * Gets the private 'jms_serializer.camel_case_naming_strategy' shared service.
  8143.      *
  8144.      * @return \JMS\Serializer\Naming\CamelCaseNamingStrategy
  8145.      */
  8146.     protected function getJmsSerializer_CamelCaseNamingStrategyService()
  8147.     {
  8148.         return $this->privates['jms_serializer.camel_case_naming_strategy'] = new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true);
  8149.     }
  8150.     /**
  8151.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  8152.      *
  8153.      * @return \JMS\Serializer\EventDispatcher\LazyEventDispatcher
  8154.      */
  8155.     protected function getJmsSerializer_EventDispatcherService()
  8156.     {
  8157.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8158.             'jms_serializer.doctrine_proxy_subscriber' => ['services''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  8159.             'jms_serializer.stopwatch_subscriber' => ['services''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  8160.         ], [
  8161.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  8162.             'jms_serializer.stopwatch_subscriber' => '?',
  8163.         ]));
  8164.         $instance->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]]]);
  8165.         return $instance;
  8166.     }
  8167.     /**
  8168.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  8169.      *
  8170.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  8171.      */
  8172.     protected function getJmsSerializer_ExpressionEvaluatorService()
  8173.     {
  8174.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
  8175.     }
  8176.     /**
  8177.      * Gets the private 'jms_serializer.expression_language' shared service.
  8178.      *
  8179.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  8180.      */
  8181.     protected function getJmsSerializer_ExpressionLanguageService()
  8182.     {
  8183.         $this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8184.         $instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
  8185.         return $instance;
  8186.     }
  8187.     /**
  8188.      * Gets the private 'jms_serializer.expression_language.function_provider' shared service.
  8189.      *
  8190.      * @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
  8191.      */
  8192.     protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
  8193.     {
  8194.         return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
  8195.     }
  8196.     /**
  8197.      * Gets the private 'jms_serializer.metadata.annotation_driver' shared service.
  8198.      *
  8199.      * @return \JMS\Serializer\Metadata\Driver\AnnotationDriver
  8200.      */
  8201.     protected function getJmsSerializer_Metadata_AnnotationDriverService()
  8202.     {
  8203.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php';
  8204.         return $this->privates['jms_serializer.metadata.annotation_driver'] = new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8205.     }
  8206.     /**
  8207.      * Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
  8208.      *
  8209.      * @return \Metadata\Cache\FileCache
  8210.      */
  8211.     protected function getJmsSerializer_Metadata_Cache_FileCacheService()
  8212.     {
  8213.         return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer'));
  8214.     }
  8215.     /**
  8216.      * Gets the private 'jms_serializer.metadata.chain_driver' shared service.
  8217.      *
  8218.      * @return \Metadata\Driver\DriverChain
  8219.      */
  8220.     protected function getJmsSerializer_Metadata_ChainDriverService()
  8221.     {
  8222.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  8224.         return $this->privates['jms_serializer.metadata.chain_driver'] = new \Metadata\Driver\DriverChain([=> ($this->privates['jms_serializer.metadata.yaml_driver'] ?? $this->getJmsSerializer_Metadata_YamlDriverService()), => ($this->privates['jms_serializer.metadata.xml_driver'] ?? $this->getJmsSerializer_Metadata_XmlDriverService()), => ($this->privates['jms_serializer.metadata.php_driver'] ?? $this->getJmsSerializer_Metadata_PhpDriverService()), => ($this->privates['jms_serializer.metadata.annotation_driver'] ?? $this->getJmsSerializer_Metadata_AnnotationDriverService())]);
  8225.     }
  8226.     /**
  8227.      * Gets the private 'jms_serializer.metadata.file_locator' shared service.
  8228.      *
  8229.      * @return \Metadata\Driver\FileLocator
  8230.      */
  8231.     protected function getJmsSerializer_Metadata_FileLocatorService()
  8232.     {
  8233.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8234.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8235.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8236.         return $this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]);
  8237.     }
  8238.     /**
  8239.      * Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
  8240.      *
  8241.      * @return \Metadata\Driver\LazyLoadingDriver
  8242.      */
  8243.     protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
  8244.     {
  8245.         return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver');
  8246.     }
  8247.     /**
  8248.      * Gets the private 'jms_serializer.metadata.php_driver' shared service.
  8249.      *
  8250.      * @return \JMS\Serializer\Metadata\Driver\PhpDriver
  8251.      */
  8252.     protected function getJmsSerializer_Metadata_PhpDriverService()
  8253.     {
  8254.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8255.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8256.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/PhpDriver.php';
  8257.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8258.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8260.         return $this->privates['jms_serializer.metadata.php_driver'] = new \JMS\Serializer\Metadata\Driver\PhpDriver(($this->privates['jms_serializer.metadata.file_locator'] ?? ($this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
  8261.     }
  8262.     /**
  8263.      * Gets the private 'jms_serializer.metadata.xml_driver' shared service.
  8264.      *
  8265.      * @return \JMS\Serializer\Metadata\Driver\XmlDriver
  8266.      */
  8267.     protected function getJmsSerializer_Metadata_XmlDriverService()
  8268.     {
  8269.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8271.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/XmlDriver.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8275.         return $this->privates['jms_serializer.metadata.xml_driver'] = new \JMS\Serializer\Metadata\Driver\XmlDriver(($this->privates['jms_serializer.metadata.file_locator'] ?? ($this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
  8276.     }
  8277.     /**
  8278.      * Gets the private 'jms_serializer.metadata.yaml_driver' shared service.
  8279.      *
  8280.      * @return \JMS\Serializer\Metadata\Driver\YamlDriver
  8281.      */
  8282.     protected function getJmsSerializer_Metadata_YamlDriverService()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/YamlDriver.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8290.         return $this->privates['jms_serializer.metadata.yaml_driver'] = new \JMS\Serializer\Metadata\Driver\YamlDriver(($this->privates['jms_serializer.metadata.file_locator'] ?? ($this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]))));
  8291.     }
  8292.     /**
  8293.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  8294.      *
  8295.      * @return \Metadata\MetadataFactory
  8296.      */
  8297.     protected function getJmsSerializer_MetadataFactoryService()
  8298.     {
  8299.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(($this->privates['jms_serializer.metadata.lazy_loading_driver'] ?? ($this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'))), 'Metadata\\ClassHierarchyMetadata'true);
  8300.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  8301.         return $instance;
  8302.     }
  8303.     /**
  8304.      * Gets the private 'jms_serializer.serialized_name_annotation_strategy' shared service.
  8305.      *
  8306.      * @return \JMS\Serializer\Naming\SerializedNameAnnotationStrategy
  8307.      */
  8308.     protected function getJmsSerializer_SerializedNameAnnotationStrategyService()
  8309.     {
  8310.         return $this->privates['jms_serializer.serialized_name_annotation_strategy'] = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(($this->privates['jms_serializer.camel_case_naming_strategy'] ?? ($this->privates['jms_serializer.camel_case_naming_strategy'] = new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true))));
  8311.     }
  8312.     /**
  8313.      * Gets the private 'jms_serializer.twig_extension.serializer' shared service.
  8314.      *
  8315.      * @return \JMS\Serializer\Twig\SerializerRuntimeExtension
  8316.      */
  8317.     protected function getJmsSerializer_TwigExtension_SerializerService()
  8318.     {
  8319.         return $this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension();
  8320.     }
  8321.     /**
  8322.      * Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
  8323.      *
  8324.      * @return \JMS\Serializer\Construction\UnserializeObjectConstructor
  8325.      */
  8326.     protected function getJmsSerializer_UnserializeObjectConstructorService()
  8327.     {
  8328.         return $this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
  8329.     }
  8330.     /**
  8331.      * Gets the private 'jwt_token_authenticator' shared autowired service.
  8332.      *
  8333.      * @return \OceanExpertBundle\Security\JwtTokenAuthenticator
  8334.      */
  8335.     protected function getJwtTokenAuthenticatorService()
  8336.     {
  8337.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AuthenticatorInterface.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php';
  8340.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Security/JwtTokenAuthenticator.php';
  8341.         return $this->privates['jwt_token_authenticator'] = new \OceanExpertBundle\Security\JwtTokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8342.     }
  8343.     /**
  8344.      * Gets the private 'knp_paginator.helper.processor' shared service.
  8345.      *
  8346.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  8347.      */
  8348.     protected function getKnpPaginator_Helper_ProcessorService()
  8349.     {
  8350.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8351.     }
  8352.     /**
  8353.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  8354.      *
  8355.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  8356.      */
  8357.     protected function getKnpPaginator_Subscriber_FiltrationService()
  8358.     {
  8359.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  8360.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  8361.     }
  8362.     /**
  8363.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  8364.      *
  8365.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  8366.      */
  8367.     protected function getKnpPaginator_Subscriber_PaginateService()
  8368.     {
  8369.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  8370.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  8371.     }
  8372.     /**
  8373.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  8374.      *
  8375.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  8376.      */
  8377.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  8378.     {
  8379.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'KnpPaginatorBundle:Pagination:twitter_bootstrap_v3_pagination.html.twig''defaultSortableTemplate' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  8380.     }
  8381.     /**
  8382.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  8383.      *
  8384.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  8385.      */
  8386.     protected function getKnpPaginator_Subscriber_SortableService()
  8387.     {
  8388.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  8389.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  8390.     }
  8391.     /**
  8392.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  8393.      *
  8394.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  8395.      */
  8396.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  8397.     {
  8398.         return $this->privates['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()));
  8399.     }
  8400.     /**
  8401.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  8402.      *
  8403.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  8404.      */
  8405.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  8406.     {
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  8409.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  8410.         $instance->setName('lexik:jwt:check-config');
  8411.         return $instance;
  8412.     }
  8413.     /**
  8414.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  8415.      *
  8416.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  8417.      */
  8418.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  8424.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  8425.         $instance->setName('lexik:jwt:enable-encryption');
  8426.         return $instance;
  8427.     }
  8428.     /**
  8429.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  8430.      *
  8431.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  8432.      */
  8433.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  8434.     {
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  8438.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  8439.         $instance->setName('lexik:jwt:generate-keypair');
  8440.         return $instance;
  8441.     }
  8442.     /**
  8443.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  8444.      *
  8445.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  8446.      */
  8447.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  8448.     {
  8449.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  8451.         return $this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'36000false);
  8452.     }
  8453.     /**
  8454.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  8455.      *
  8456.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  8457.      */
  8458.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  8464.         $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  8465.         $instance->setName('lexik:jwt:migrate-config');
  8466.         return $instance;
  8467.     }
  8468.     /**
  8469.      * Gets the private 'lexik_jwt_authentication.payload_enrichment' shared service.
  8470.      *
  8471.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment
  8472.      */
  8473.     protected function getLexikJwtAuthentication_PayloadEnrichmentService()
  8474.     {
  8475.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  8477.         return $this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]);
  8478.     }
  8479.     /**
  8480.      * Gets the private 'locale_aware_listener' shared service.
  8481.      *
  8482.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8483.      */
  8484.     protected function getLocaleAwareListenerService()
  8485.     {
  8486.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8487.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8488.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8489.     }
  8490.     /**
  8491.      * Gets the private 'locale_listener' shared service.
  8492.      *
  8493.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8494.      */
  8495.     protected function getLocaleListenerService()
  8496.     {
  8497.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('APP_LOCALE'), ($this->services['router'] ?? $this->getRouterService()));
  8498.     }
  8499.     /**
  8500.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8501.      *
  8502.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8503.      */
  8504.     protected function getMaker_AutoCommand_MakeAuthService()
  8505.     {
  8506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8508.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_authenticator'] ?? $this->getMaker_Maker_MakeAuthenticatorService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8509.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8510.         $instance->setName('make:auth');
  8511.         return $instance;
  8512.     }
  8513.     /**
  8514.      * Gets the private 'maker.auto_command.make_command' shared service.
  8515.      *
  8516.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8517.      */
  8518.     protected function getMaker_AutoCommand_MakeCommandService()
  8519.     {
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8525.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_command'] ?? ($this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8526.         $instance->setDescription('Creates a new console command class');
  8527.         $instance->setName('make:command');
  8528.         return $instance;
  8529.     }
  8530.     /**
  8531.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8532.      *
  8533.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8534.      */
  8535.     protected function getMaker_AutoCommand_MakeControllerService()
  8536.     {
  8537.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8539.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_controller'] ?? $this->getMaker_Maker_MakeControllerService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8540.         $instance->setDescription('Creates a new controller class');
  8541.         $instance->setName('make:controller');
  8542.         return $instance;
  8543.     }
  8544.     /**
  8545.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8546.      *
  8547.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8548.      */
  8549.     protected function getMaker_AutoCommand_MakeCrudService()
  8550.     {
  8551.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8553.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_crud'] ?? $this->getMaker_Maker_MakeCrudService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8554.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8555.         $instance->setName('make:crud');
  8556.         return $instance;
  8557.     }
  8558.     /**
  8559.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8560.      *
  8561.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8562.      */
  8563.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8564.     {
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8567.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_docker_database'] ?? $this->getMaker_Maker_MakeDockerDatabaseService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8568.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8569.         $instance->setName('make:docker:database');
  8570.         return $instance;
  8571.     }
  8572.     /**
  8573.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8574.      *
  8575.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8576.      */
  8577.     protected function getMaker_AutoCommand_MakeEntityService()
  8578.     {
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8581.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_entity'] ?? $this->getMaker_Maker_MakeEntityService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8582.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8583.         $instance->setName('make:entity');
  8584.         return $instance;
  8585.     }
  8586.     /**
  8587.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8588.      *
  8589.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8590.      */
  8591.     protected function getMaker_AutoCommand_MakeFixturesService()
  8592.     {
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8598.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_fixtures'] ?? ($this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8599.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8600.         $instance->setName('make:fixtures');
  8601.         return $instance;
  8602.     }
  8603.     /**
  8604.      * Gets the private 'maker.auto_command.make_form' shared service.
  8605.      *
  8606.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8607.      */
  8608.     protected function getMaker_AutoCommand_MakeFormService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8612.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_form'] ?? $this->getMaker_Maker_MakeFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8613.         $instance->setDescription('Creates a new form class');
  8614.         $instance->setName('make:form');
  8615.         return $instance;
  8616.     }
  8617.     /**
  8618.      * Gets the private 'maker.auto_command.make_message' shared service.
  8619.      *
  8620.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8621.      */
  8622.     protected function getMaker_AutoCommand_MakeMessageService()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8626.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_message'] ?? $this->getMaker_Maker_MakeMessageService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8627.         $instance->setDescription('Creates a new message and handler');
  8628.         $instance->setName('make:message');
  8629.         return $instance;
  8630.     }
  8631.     /**
  8632.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8633.      *
  8634.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8635.      */
  8636.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8637.     {
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8643.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_messenger_middleware'] ?? ($this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8644.         $instance->setDescription('Creates a new messenger middleware');
  8645.         $instance->setName('make:messenger-middleware');
  8646.         return $instance;
  8647.     }
  8648.     /**
  8649.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8650.      *
  8651.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8652.      */
  8653.     protected function getMaker_AutoCommand_MakeMigrationService()
  8654.     {
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8661.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_migration'] ?? ($this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8662.         $instance->setDescription('Creates a new migration based on database changes');
  8663.         $instance->setName('make:migration');
  8664.         return $instance;
  8665.     }
  8666.     /**
  8667.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8668.      *
  8669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8670.      */
  8671.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8672.     {
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8675.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_registration_form'] ?? $this->getMaker_Maker_MakeRegistrationFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8676.         $instance->setDescription('Creates a new registration form system');
  8677.         $instance->setName('make:registration-form');
  8678.         return $instance;
  8679.     }
  8680.     /**
  8681.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8682.      *
  8683.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8684.      */
  8685.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8686.     {
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8689.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_reset_password'] ?? $this->getMaker_Maker_MakeResetPasswordService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8690.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8691.         $instance->setName('make:reset-password');
  8692.         return $instance;
  8693.     }
  8694.     /**
  8695.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8696.      *
  8697.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8698.      */
  8699.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8700.     {
  8701.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8706.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_encoder'] ?? ($this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8707.         $instance->setDescription('Creates a new serializer encoder class');
  8708.         $instance->setName('make:serializer:encoder');
  8709.         return $instance;
  8710.     }
  8711.     /**
  8712.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8713.      *
  8714.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8715.      */
  8716.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8723.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_normalizer'] ?? ($this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8724.         $instance->setDescription('Creates a new serializer normalizer class');
  8725.         $instance->setName('make:serializer:normalizer');
  8726.         return $instance;
  8727.     }
  8728.     /**
  8729.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8730.      *
  8731.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8732.      */
  8733.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8734.     {
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8737.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_subscriber'] ?? $this->getMaker_Maker_MakeSubscriberService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8738.         $instance->setDescription('Creates a new event subscriber class');
  8739.         $instance->setName('make:subscriber');
  8740.         return $instance;
  8741.     }
  8742.     /**
  8743.      * Gets the private 'maker.auto_command.make_test' shared service.
  8744.      *
  8745.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8746.      */
  8747.     protected function getMaker_AutoCommand_MakeTestService()
  8748.     {
  8749.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8755.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_test'] ?? ($this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8756.         $instance->setDescription('Creates a new test class');
  8757.         $instance->setName('make:test');
  8758.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8759.         return $instance;
  8760.     }
  8761.     /**
  8762.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8763.      *
  8764.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8765.      */
  8766.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8767.     {
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8773.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_extension'] ?? ($this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8774.         $instance->setDescription('Creates a new Twig extension class');
  8775.         $instance->setName('make:twig-extension');
  8776.         return $instance;
  8777.     }
  8778.     /**
  8779.      * Gets the private 'maker.auto_command.make_user' shared service.
  8780.      *
  8781.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8782.      */
  8783.     protected function getMaker_AutoCommand_MakeUserService()
  8784.     {
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8787.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_user'] ?? $this->getMaker_Maker_MakeUserService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8788.         $instance->setDescription('Creates a new security user class');
  8789.         $instance->setName('make:user');
  8790.         return $instance;
  8791.     }
  8792.     /**
  8793.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8794.      *
  8795.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8796.      */
  8797.     protected function getMaker_AutoCommand_MakeValidatorService()
  8798.     {
  8799.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8804.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_validator'] ?? ($this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8805.         $instance->setDescription('Creates a new validator and constraint class');
  8806.         $instance->setName('make:validator');
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8811.      *
  8812.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8813.      */
  8814.     protected function getMaker_AutoCommand_MakeVoterService()
  8815.     {
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8821.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_voter'] ?? ($this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8822.         $instance->setDescription('Creates a new security voter class');
  8823.         $instance->setName('make:voter');
  8824.         return $instance;
  8825.     }
  8826.     /**
  8827.      * Gets the private 'maker.autoloader_finder' shared service.
  8828.      *
  8829.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  8830.      */
  8831.     protected function getMaker_AutoloaderFinderService()
  8832.     {
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8834.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  8835.     }
  8836.     /**
  8837.      * Gets the private 'maker.autoloader_util' shared service.
  8838.      *
  8839.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  8840.      */
  8841.     protected function getMaker_AutoloaderUtilService()
  8842.     {
  8843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8845.         return $this->privates['maker.autoloader_util'] = new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(($this->privates['maker.autoloader_finder'] ?? ($this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App'))));
  8846.     }
  8847.     /**
  8848.      * Gets the private 'maker.console_error_listener' shared service.
  8849.      *
  8850.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  8851.      */
  8852.     protected function getMaker_ConsoleErrorListenerService()
  8853.     {
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  8855.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  8856.     }
  8857.     /**
  8858.      * Gets the private 'maker.doctrine_helper' shared service.
  8859.      *
  8860.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8861.      */
  8862.     protected function getMaker_DoctrineHelperService()
  8863.     {
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8865.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false);
  8866.     }
  8867.     /**
  8868.      * Gets the private 'maker.entity_class_generator' shared service.
  8869.      *
  8870.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8871.      */
  8872.     protected function getMaker_EntityClassGeneratorService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8875.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8876.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8877.         return $instance;
  8878.     }
  8879.     /**
  8880.      * Gets the private 'maker.event_registry' shared service.
  8881.      *
  8882.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  8883.      */
  8884.     protected function getMaker_EventRegistryService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8887.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8888.     }
  8889.     /**
  8890.      * Gets the private 'maker.file_link_formatter' shared service.
  8891.      *
  8892.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  8893.      */
  8894.     protected function getMaker_FileLinkFormatterService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8897.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8898.     }
  8899.     /**
  8900.      * Gets the private 'maker.file_manager' shared service.
  8901.      *
  8902.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8903.      */
  8904.     protected function getMaker_FileManagerService()
  8905.     {
  8906.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  8908.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['maker.autoloader_util'] ?? $this->getMaker_AutoloaderUtilService()), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8909.     }
  8910.     /**
  8911.      * Gets the private 'maker.generator' shared service.
  8912.      *
  8913.      * @return \Symfony\Bundle\MakerBundle\Generator
  8914.      */
  8915.     protected function getMaker_GeneratorService()
  8916.     {
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8918.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->privates['maker.template_component_generator'] ?? $this->getMaker_TemplateComponentGeneratorService()));
  8919.     }
  8920.     /**
  8921.      * Gets the private 'maker.maker.make_authenticator' shared service.
  8922.      *
  8923.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  8924.      */
  8925.     protected function getMaker_Maker_MakeAuthenticatorService()
  8926.     {
  8927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8931.         return $this->privates['maker.maker.make_authenticator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? $this->getMaker_SecurityControllerBuilderService()));
  8932.     }
  8933.     /**
  8934.      * Gets the private 'maker.maker.make_command' shared service.
  8935.      *
  8936.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  8937.      */
  8938.     protected function getMaker_Maker_MakeCommandService()
  8939.     {
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8943.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand();
  8944.     }
  8945.     /**
  8946.      * Gets the private 'maker.maker.make_controller' shared service.
  8947.      *
  8948.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  8949.      */
  8950.     protected function getMaker_Maker_MakeControllerService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8955.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8956.     }
  8957.     /**
  8958.      * Gets the private 'maker.maker.make_crud' shared service.
  8959.      *
  8960.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  8961.      */
  8962.     protected function getMaker_Maker_MakeCrudService()
  8963.     {
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8967.         return $this->privates['maker.maker.make_crud'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()));
  8968.     }
  8969.     /**
  8970.      * Gets the private 'maker.maker.make_docker_database' shared service.
  8971.      *
  8972.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  8973.      */
  8974.     protected function getMaker_Maker_MakeDockerDatabaseService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8979.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8980.     }
  8981.     /**
  8982.      * Gets the private 'maker.maker.make_entity' shared service.
  8983.      *
  8984.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  8985.      */
  8986.     protected function getMaker_Maker_MakeEntityService()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8992.         return $this->privates['maker.maker.make_entity'] = new \Symfony\Bundle\MakerBundle\Maker\MakeEntity(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
  8993.     }
  8994.     /**
  8995.      * Gets the private 'maker.maker.make_fixtures' shared service.
  8996.      *
  8997.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  8998.      */
  8999.     protected function getMaker_Maker_MakeFixturesService()
  9000.     {
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9004.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  9005.     }
  9006.     /**
  9007.      * Gets the private 'maker.maker.make_form' shared service.
  9008.      *
  9009.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  9010.      */
  9011.     protected function getMaker_Maker_MakeFormService()
  9012.     {
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9016.         return $this->privates['maker.maker.make_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()));
  9017.     }
  9018.     /**
  9019.      * Gets the private 'maker.maker.make_message' shared service.
  9020.      *
  9021.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  9022.      */
  9023.     protected function getMaker_Maker_MakeMessageService()
  9024.     {
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9028.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9029.     }
  9030.     /**
  9031.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  9032.      *
  9033.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  9034.      */
  9035.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  9036.     {
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9039.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9040.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  9041.     }
  9042.     /**
  9043.      * Gets the private 'maker.maker.make_migration' shared service.
  9044.      *
  9045.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  9046.      */
  9047.     protected function getMaker_Maker_MakeMigrationService()
  9048.     {
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9053.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  9054.     }
  9055.     /**
  9056.      * Gets the private 'maker.maker.make_registration_form' shared service.
  9057.      *
  9058.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  9059.      */
  9060.     protected function getMaker_Maker_MakeRegistrationFormService()
  9061.     {
  9062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9065.         return $this->privates['maker.maker.make_registration_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9066.     }
  9067.     /**
  9068.      * Gets the private 'maker.maker.make_reset_password' shared service.
  9069.      *
  9070.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  9071.      */
  9072.     protected function getMaker_Maker_MakeResetPasswordService()
  9073.     {
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9077.         return $this->privates['maker.maker.make_reset_password'] = new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
  9078.     }
  9079.     /**
  9080.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  9081.      *
  9082.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  9083.      */
  9084.     protected function getMaker_Maker_MakeSerializerEncoderService()
  9085.     {
  9086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9089.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  9090.     }
  9091.     /**
  9092.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  9093.      *
  9094.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  9095.      */
  9096.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  9097.     {
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9101.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  9102.     }
  9103.     /**
  9104.      * Gets the private 'maker.maker.make_subscriber' shared service.
  9105.      *
  9106.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  9107.      */
  9108.     protected function getMaker_Maker_MakeSubscriberService()
  9109.     {
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9113.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  9114.     }
  9115.     /**
  9116.      * Gets the private 'maker.maker.make_test' shared service.
  9117.      *
  9118.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  9119.      */
  9120.     protected function getMaker_Maker_MakeTestService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9126.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  9127.     }
  9128.     /**
  9129.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  9130.      *
  9131.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  9132.      */
  9133.     protected function getMaker_Maker_MakeTwigExtensionService()
  9134.     {
  9135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9138.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  9139.     }
  9140.     /**
  9141.      * Gets the private 'maker.maker.make_user' shared service.
  9142.      *
  9143.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  9144.      */
  9145.     protected function getMaker_Maker_MakeUserService()
  9146.     {
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9152.         return $this->privates['maker.maker.make_user'] = new \Symfony\Bundle\MakerBundle\Maker\MakeUser(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.user_class_builder'] ?? ($this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder())), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9153.     }
  9154.     /**
  9155.      * Gets the private 'maker.maker.make_validator' shared service.
  9156.      *
  9157.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  9158.      */
  9159.     protected function getMaker_Maker_MakeValidatorService()
  9160.     {
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9164.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  9165.     }
  9166.     /**
  9167.      * Gets the private 'maker.maker.make_voter' shared service.
  9168.      *
  9169.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  9170.      */
  9171.     protected function getMaker_Maker_MakeVoterService()
  9172.     {
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9176.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  9177.     }
  9178.     /**
  9179.      * Gets the private 'maker.php_compat_util' shared service.
  9180.      *
  9181.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9182.      */
  9183.     protected function getMaker_PhpCompatUtilService()
  9184.     {
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9186.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9187.     }
  9188.     /**
  9189.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9190.      *
  9191.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9192.      */
  9193.     protected function getMaker_Renderer_FormTypeRendererService()
  9194.     {
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9196.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9197.     }
  9198.     /**
  9199.      * Gets the private 'maker.security_config_updater' shared service.
  9200.      *
  9201.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  9202.      */
  9203.     protected function getMaker_SecurityConfigUpdaterService()
  9204.     {
  9205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9206.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  9207.     }
  9208.     /**
  9209.      * Gets the private 'maker.security_controller_builder' shared service.
  9210.      *
  9211.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  9212.      */
  9213.     protected function getMaker_SecurityControllerBuilderService()
  9214.     {
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9216.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  9217.     }
  9218.     /**
  9219.      * Gets the private 'maker.template_component_generator' shared service.
  9220.      *
  9221.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  9222.      */
  9223.     protected function getMaker_TemplateComponentGeneratorService()
  9224.     {
  9225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9226.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  9227.     }
  9228.     /**
  9229.      * Gets the private 'maker.user_class_builder' shared service.
  9230.      *
  9231.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  9232.      */
  9233.     protected function getMaker_UserClassBuilderService()
  9234.     {
  9235.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9236.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  9237.     }
  9238.     /**
  9239.      * Gets the private 'monolog.command.server_log' shared service.
  9240.      *
  9241.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9242.      */
  9243.     protected function getMonolog_Command_ServerLogService()
  9244.     {
  9245.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  9246.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php';
  9247.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9248.         $instance->setName('server:log');
  9249.         return $instance;
  9250.     }
  9251.     /**
  9252.      * Gets the private 'monolog.handler.console' shared service.
  9253.      *
  9254.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9255.      */
  9256.     protected function getMonolog_Handler_ConsoleService()
  9257.     {
  9258.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9259.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9260.         return $instance;
  9261.     }
  9262.     /**
  9263.      * Gets the private 'monolog.handler.main' shared service.
  9264.      *
  9265.      * @return \Monolog\Handler\StreamHandler
  9266.      */
  9267.     protected function getMonolog_Handler_MainService()
  9268.     {
  9269.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9270.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9271.         return $instance;
  9272.     }
  9273.     /**
  9274.      * Gets the private 'monolog.handler.null_internal' shared service.
  9275.      *
  9276.      * @return \Monolog\Handler\NullHandler
  9277.      */
  9278.     protected function getMonolog_Handler_NullInternalService()
  9279.     {
  9280.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  9281.     }
  9282.     /**
  9283.      * Gets the private 'monolog.logger' shared service.
  9284.      *
  9285.      * @return \Symfony\Bridge\Monolog\Logger
  9286.      */
  9287.     protected function getMonolog_LoggerService()
  9288.     {
  9289.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9290.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9291.         $instance->useMicrosecondTimestamps(true);
  9292.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9293.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9294.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9295.         return $instance;
  9296.     }
  9297.     /**
  9298.      * Gets the private 'monolog.logger.cache' shared service.
  9299.      *
  9300.      * @return \Symfony\Bridge\Monolog\Logger
  9301.      */
  9302.     protected function getMonolog_Logger_CacheService()
  9303.     {
  9304.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9305.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9306.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9307.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9308.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9309.         return $instance;
  9310.     }
  9311.     /**
  9312.      * Gets the private 'monolog.logger.console' shared service.
  9313.      *
  9314.      * @return \Symfony\Bridge\Monolog\Logger
  9315.      */
  9316.     protected function getMonolog_Logger_ConsoleService()
  9317.     {
  9318.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  9319.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9320.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9321.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9322.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9323.         return $instance;
  9324.     }
  9325.     /**
  9326.      * Gets the private 'monolog.logger.debug' shared service.
  9327.      *
  9328.      * @return \Symfony\Bridge\Monolog\Logger
  9329.      */
  9330.     protected function getMonolog_Logger_DebugService()
  9331.     {
  9332.         $this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
  9333.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9334.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9335.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9336.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9337.         return $instance;
  9338.     }
  9339.     /**
  9340.      * Gets the private 'monolog.logger.doctrine' shared service.
  9341.      *
  9342.      * @return \Symfony\Bridge\Monolog\Logger
  9343.      */
  9344.     protected function getMonolog_Logger_DoctrineService()
  9345.     {
  9346.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  9347.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9348.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9349.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9350.         return $instance;
  9351.     }
  9352.     /**
  9353.      * Gets the private 'monolog.logger.event' shared service.
  9354.      *
  9355.      * @return \Symfony\Bridge\Monolog\Logger
  9356.      */
  9357.     protected function getMonolog_Logger_EventService()
  9358.     {
  9359.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  9360.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9361.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  9362.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9363.         return $instance;
  9364.     }
  9365.     /**
  9366.      * Gets the private 'monolog.logger.php' shared service.
  9367.      *
  9368.      * @return \Symfony\Bridge\Monolog\Logger
  9369.      */
  9370.     protected function getMonolog_Logger_PhpService()
  9371.     {
  9372.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  9373.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9374.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9375.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9376.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9377.         return $instance;
  9378.     }
  9379.     /**
  9380.      * Gets the private 'monolog.logger.profiler' shared service.
  9381.      *
  9382.      * @return \Symfony\Bridge\Monolog\Logger
  9383.      */
  9384.     protected function getMonolog_Logger_ProfilerService()
  9385.     {
  9386.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  9387.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9388.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9389.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9390.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9391.         return $instance;
  9392.     }
  9393.     /**
  9394.      * Gets the private 'monolog.logger.request' shared service.
  9395.      *
  9396.      * @return \Symfony\Bridge\Monolog\Logger
  9397.      */
  9398.     protected function getMonolog_Logger_RequestService()
  9399.     {
  9400.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9401.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9402.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9403.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9404.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9405.         return $instance;
  9406.     }
  9407.     /**
  9408.      * Gets the private 'monolog.logger.router' shared service.
  9409.      *
  9410.      * @return \Symfony\Bridge\Monolog\Logger
  9411.      */
  9412.     protected function getMonolog_Logger_RouterService()
  9413.     {
  9414.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  9415.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9416.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9417.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9418.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9419.         return $instance;
  9420.     }
  9421.     /**
  9422.      * Gets the private 'monolog.logger.security' shared service.
  9423.      *
  9424.      * @return \Symfony\Bridge\Monolog\Logger
  9425.      */
  9426.     protected function getMonolog_Logger_SecurityService()
  9427.     {
  9428.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9429.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9430.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9431.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9432.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9433.         return $instance;
  9434.     }
  9435.     /**
  9436.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  9437.      *
  9438.      * @return \Monolog\Processor\PsrLogMessageProcessor
  9439.      */
  9440.     protected function getMonolog_Processor_PsrLogMessageService()
  9441.     {
  9442.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  9443.     }
  9444.     /**
  9445.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9446.      *
  9447.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9448.      */
  9449.     protected function getNelmioCors_CorsListenerService()
  9450.     {
  9451.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
  9452.     }
  9453.     /**
  9454.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  9455.      *
  9456.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  9457.      */
  9458.     protected function getNelmioCors_OptionsProvider_ConfigService()
  9459.     {
  9460.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  9461.     }
  9462.     /**
  9463.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  9464.      *
  9465.      * @return \Nelmio\CorsBundle\Options\Resolver
  9466.      */
  9467.     protected function getNelmioCors_OptionsResolverService()
  9468.     {
  9469.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  9470.     }
  9471.     /**
  9472.      * Gets the private 'parameter_bag' shared service.
  9473.      *
  9474.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9475.      */
  9476.     protected function getParameterBagService()
  9477.     {
  9478.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9479.     }
  9480.     /**
  9481.      * Gets the private 'profiler.storage' shared service.
  9482.      *
  9483.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  9484.      */
  9485.     protected function getProfiler_StorageService()
  9486.     {
  9487.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  9488.     }
  9489.     /**
  9490.      * Gets the private 'profiler_listener' shared service.
  9491.      *
  9492.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9493.      */
  9494.     protected function getProfilerListenerService()
  9495.     {
  9496.         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);
  9497.     }
  9498.     /**
  9499.      * Gets the private 'property_accessor' shared service.
  9500.      *
  9501.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9502.      */
  9503.     protected function getPropertyAccessorService()
  9504.     {
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php';
  9507.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, ($this->privates['cache.property_access'] ?? ($this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false))), true);
  9508.     }
  9509.     /**
  9510.      * Gets the private 'response_listener' shared service.
  9511.      *
  9512.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  9513.      */
  9514.     protected function getResponseListenerService()
  9515.     {
  9516.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  9517.     }
  9518.     /**
  9519.      * Gets the private 'router.cache_warmer' shared service.
  9520.      *
  9521.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9522.      */
  9523.     protected function getRouter_CacheWarmerService()
  9524.     {
  9525.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  9526.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php';
  9527.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9528.             'router' => ['services''router''getRouterService'false],
  9529.         ], [
  9530.             'router' => '?',
  9531.         ]))->withContext('router.cache_warmer'$this));
  9532.     }
  9533.     /**
  9534.      * Gets the private 'router.request_context' shared service.
  9535.      *
  9536.      * @return \Symfony\Component\Routing\RequestContext
  9537.      */
  9538.     protected function getRouter_RequestContextService()
  9539.     {
  9540.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('https://dev.oceanexpert.org''GET''dev.oceanexpert.org''https'80443);
  9541.     }
  9542.     /**
  9543.      * Gets the private 'router_listener' shared service.
  9544.      *
  9545.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9546.      */
  9547.     protected function getRouterListenerService()
  9548.     {
  9549.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  9550.     }
  9551.     /**
  9552.      * Gets the private 'routing.loader.annotation' shared service.
  9553.      *
  9554.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  9555.      */
  9556.     protected function getRouting_Loader_AnnotationService()
  9557.     {
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/AnnotatedRouteControllerLoader.php';
  9561.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9562.     }
  9563.     /**
  9564.      * Gets the private 'routing.loader.annotation.directory' shared service.
  9565.      *
  9566.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  9567.      */
  9568.     protected function getRouting_Loader_Annotation_DirectoryService()
  9569.     {
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9572.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9573.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  9574.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  9575.         return $this->privates['routing.loader.annotation.directory'] = new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  9576.     }
  9577.     /**
  9578.      * Gets the private 'routing.loader.annotation.file' shared service.
  9579.      *
  9580.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  9581.      */
  9582.     protected function getRouting_Loader_Annotation_FileService()
  9583.     {
  9584.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9585.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9586.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  9588.         return $this->privates['routing.loader.annotation.file'] = new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  9589.     }
  9590.     /**
  9591.      * Gets the private 'routing.loader.container' shared service.
  9592.      *
  9593.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  9594.      */
  9595.     protected function getRouting_Loader_ContainerService()
  9596.     {
  9597.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9598.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectLoader.php';
  9600.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ContainerLoader.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/LegacyRouteLoaderContainer.php';
  9602.         return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9603.             'kernel' => ['services''kernel''getKernelService'false],
  9604.         ], [
  9605.             'kernel' => 'AppKernel',
  9606.         ])));
  9607.     }
  9608.     /**
  9609.      * Gets the private 'routing.loader.directory' shared service.
  9610.      *
  9611.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  9612.      */
  9613.     protected function getRouting_Loader_DirectoryService()
  9614.     {
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9616.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php';
  9619.         return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9620.     }
  9621.     /**
  9622.      * Gets the private 'routing.loader.glob' shared service.
  9623.      *
  9624.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  9625.      */
  9626.     protected function getRouting_Loader_GlobService()
  9627.     {
  9628.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9630.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9631.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/GlobFileLoader.php';
  9632.         return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9633.     }
  9634.     /**
  9635.      * Gets the private 'routing.loader.php' shared service.
  9636.      *
  9637.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  9638.      */
  9639.     protected function getRouting_Loader_PhpService()
  9640.     {
  9641.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php';
  9645.         return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9646.     }
  9647.     /**
  9648.      * Gets the private 'routing.loader.xml' shared service.
  9649.      *
  9650.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  9651.      */
  9652.     protected function getRouting_Loader_XmlService()
  9653.     {
  9654.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php';
  9658.         return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9659.     }
  9660.     /**
  9661.      * Gets the private 'routing.loader.yml' shared service.
  9662.      *
  9663.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  9664.      */
  9665.     protected function getRouting_Loader_YmlService()
  9666.     {
  9667.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9669.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php';
  9671.         return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9672.     }
  9673.     /**
  9674.      * Gets the private 'routing.resolver' shared service.
  9675.      *
  9676.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  9677.      */
  9678.     protected function getRouting_ResolverService()
  9679.     {
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php';
  9682.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  9683.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  9684.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  9685.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  9686.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  9687.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  9688.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  9689.         $instance->addLoader(($this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader'] ?? $this->getAnnotationDirectoryLoaderService()));
  9690.         $instance->addLoader(($this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader'] ?? $this->getAnnotationFileLoaderService()));
  9691.         $instance->addLoader(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] ?? $this->getAnnotatedRouteControllerLoaderService()));
  9692.         $instance->addLoader(($this->privates['fos_rest.routing.loader.directory'] ?? $this->getFosRest_Routing_Loader_DirectoryService()));
  9693.         $instance->addLoader(($this->privates['fos_rest.routing.loader.controller'] ?? $this->getFosRest_Routing_Loader_ControllerService()));
  9694.         $instance->addLoader(($this->privates['fos_rest.routing.loader.yaml_collection'] ?? $this->getFosRest_Routing_Loader_YamlCollectionService()));
  9695.         $instance->addLoader(($this->privates['fos_rest.routing.loader.xml_collection'] ?? $this->getFosRest_Routing_Loader_XmlCollectionService()));
  9696.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  9697.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  9698.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  9699.         return $instance;
  9700.     }
  9701.     /**
  9702.      * Gets the private 'secrets.local_vault' shared service.
  9703.      *
  9704.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  9705.      */
  9706.     protected function getSecrets_LocalVaultService()
  9707.     {
  9708.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  9709.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  9710.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  9711.     }
  9712.     /**
  9713.      * Gets the private 'secrets.vault' shared service.
  9714.      *
  9715.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9716.      */
  9717.     protected function getSecrets_VaultService()
  9718.     {
  9719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  9720.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  9722.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'));
  9723.     }
  9724.     /**
  9725.      * Gets the private 'security.access.authenticated_voter' shared service.
  9726.      *
  9727.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  9728.      */
  9729.     protected function getSecurity_Access_AuthenticatedVoterService()
  9730.     {
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php';
  9733.         return $this->privates['security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))));
  9734.     }
  9735.     /**
  9736.      * Gets the private 'security.access.expression_voter' shared service.
  9737.      *
  9738.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  9739.      */
  9740.     protected function getSecurity_Access_ExpressionVoterService()
  9741.     {
  9742.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9743.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php';
  9744.         return $this->privates['security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  9745.     }
  9746.     /**
  9747.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  9748.      *
  9749.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  9750.      */
  9751.     protected function getSecurity_Access_RoleHierarchyVoterService()
  9752.     {
  9753.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9754.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php';
  9755.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php';
  9756.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  9757.     }
  9758.     /**
  9759.      * Gets the private 'security.access_listener' shared service.
  9760.      *
  9761.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9762.      */
  9763.     protected function getSecurity_AccessListenerService()
  9764.     {
  9765.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9766.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9767.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9768.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php';
  9769.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9770.     }
  9771.     /**
  9772.      * Gets the private 'security.access_map' shared service.
  9773.      *
  9774.      * @return \Symfony\Component\Security\Http\AccessMap
  9775.      */
  9776.     protected function getSecurity_AccessMapService()
  9777.     {
  9778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php';
  9779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php';
  9780.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9781.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9782.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9783.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9784.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  9785.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/edit'), [=> 'ROLE_USER'], NULL);
  9786.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9787.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9788.         return $instance;
  9789.     }
  9790.     /**
  9791.      * Gets the private 'security.authentication.failure_handler.api_login.form_login' shared service.
  9792.      *
  9793.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  9794.      */
  9795.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService()
  9796.     {
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  9798.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9799.         $this->privates['security.authentication.failure_handler.api_login.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9800.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9801.         return $instance;
  9802.     }
  9803.     /**
  9804.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  9805.      *
  9806.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  9807.      */
  9808.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  9809.     {
  9810.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  9811.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9812.         $this->privates['security.authentication.failure_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  9813.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9814.         return $instance;
  9815.     }
  9816.     /**
  9817.      * Gets the private 'security.authentication.form_entry_point.api_login' shared service.
  9818.      *
  9819.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  9820.      */
  9821.     protected function getSecurity_Authentication_FormEntryPoint_ApiLoginService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  9825.         return $this->privates['security.authentication.form_entry_point.api_login'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login'false);
  9826.     }
  9827.     /**
  9828.      * Gets the private 'security.authentication.form_entry_point.main' shared service.
  9829.      *
  9830.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  9831.      */
  9832.     protected function getSecurity_Authentication_FormEntryPoint_MainService()
  9833.     {
  9834.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  9836.         return $this->privates['security.authentication.form_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login'false);
  9837.     }
  9838.     /**
  9839.      * Gets the private 'security.authentication.guard_handler' shared service.
  9840.      *
  9841.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9842.      */
  9843.     protected function getSecurity_Authentication_GuardHandlerService()
  9844.     {
  9845.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php';
  9846.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api_login'=> 'api']);
  9847.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9848.         return $instance;
  9849.     }
  9850.     /**
  9851.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  9852.      *
  9853.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9854.      */
  9855.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9856.     {
  9857.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9861.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9862.     }
  9863.     /**
  9864.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  9865.      *
  9866.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9867.      */
  9868.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  9869.     {
  9870.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9871.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9872.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9873.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9874.         return $this->privates['security.authentication.listener.anonymous.api_login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9875.     }
  9876.     /**
  9877.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9878.      *
  9879.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9880.      */
  9881.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9882.     {
  9883.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9884.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9885.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9886.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9887.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  9888.     }
  9889.     /**
  9890.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  9891.      *
  9892.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9893.      */
  9894.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  9895.     {
  9896.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9898.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9899.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  9900.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9901.         return $this->privates['security.authentication.listener.form.api_login'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', ($this->privates['security.authentication.success_handler.api_login.form_login'] ?? $this->getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService()), ($this->privates['security.authentication.failure_handler.api_login.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService()), ['check_path' => 'api_login_check''username_parameter' => 'username''password_parameter' => 'password''require_previous_session' => false'use_forward' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  9902.     }
  9903.     /**
  9904.      * Gets the private 'security.authentication.listener.form.main' shared service.
  9905.      *
  9906.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9907.      */
  9908.     protected function getSecurity_Authentication_Listener_Form_MainService()
  9909.     {
  9910.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9911.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9915.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.success_handler.main.form_login'] ?? $this->getSecurity_Authentication_SuccessHandler_Main_FormLoginService()), ($this->privates['security.authentication.failure_handler.main.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Main_FormLoginService()), ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9916.     }
  9917.     /**
  9918.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9919.      *
  9920.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9921.      */
  9922.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php';
  9928.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  9929.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  9930.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9931.     }
  9932.     /**
  9933.      * Gets the private 'security.authentication.manager' shared service.
  9934.      *
  9935.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9936.      */
  9937.     protected function getSecurity_Authentication_ManagerService()
  9938.     {
  9939.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9940.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  9941.             yield => ($this->privates['security.authentication.provider.anonymous.api_login'] ?? ($this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9942.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  9943.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9944.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  9945.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  9946.         }, 6), true);
  9947.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9948.         return $instance;
  9949.     }
  9950.     /**
  9951.      * Gets the private 'security.authentication.provider.anonymous.api' shared service.
  9952.      *
  9953.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9954.      */
  9955.     protected function getSecurity_Authentication_Provider_Anonymous_ApiService()
  9956.     {
  9957.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9959.         return $this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9960.     }
  9961.     /**
  9962.      * Gets the private 'security.authentication.provider.anonymous.api_login' shared service.
  9963.      *
  9964.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9965.      */
  9966.     protected function getSecurity_Authentication_Provider_Anonymous_ApiLoginService()
  9967.     {
  9968.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9970.         return $this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9971.     }
  9972.     /**
  9973.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  9974.      *
  9975.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9976.      */
  9977.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  9978.     {
  9979.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9980.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9981.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9982.     }
  9983.     /**
  9984.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  9985.      *
  9986.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  9987.      */
  9988.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  9989.     {
  9990.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  9993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  9995.         return $this->privates['security.authentication.provider.dao.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'api_login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  9996.     }
  9997.     /**
  9998.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  9999.      *
  10000.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10001.      */
  10002.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  10003.     {
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10009.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  10010.     }
  10011.     /**
  10012.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  10013.      *
  10014.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  10015.      */
  10016.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  10017.     {
  10018.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10022.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  10023.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  10024.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  10025.     }
  10026.     /**
  10027.      * Gets the private 'security.authentication.retry_entry_point' shared service.
  10028.      *
  10029.      * @return \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint
  10030.      */
  10031.     protected function getSecurity_Authentication_RetryEntryPointService()
  10032.     {
  10033.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  10034.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10035.         return $this->privates['security.authentication.retry_entry_point'] = new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443);
  10036.     }
  10037.     /**
  10038.      * Gets the private 'security.authentication.session_strategy' shared service.
  10039.      *
  10040.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  10041.      */
  10042.     protected function getSecurity_Authentication_SessionStrategyService()
  10043.     {
  10044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php';
  10045.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php';
  10046.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  10047.     }
  10048.     /**
  10049.      * Gets the private 'security.authentication.success_handler.api_login.form_login' shared service.
  10050.      *
  10051.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  10052.      */
  10053.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService()
  10054.     {
  10055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10058.         $this->privates['security.authentication.success_handler.api_login.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10059.         $instance->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  10060.         $instance->setProviderKey('api_login');
  10061.         return $instance;
  10062.     }
  10063.     /**
  10064.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  10065.      *
  10066.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  10067.      */
  10068.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  10069.     {
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10071.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10073.         $this->privates['security.authentication.success_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10074.         $instance->setOptions(['use_referer' => true'always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path']);
  10075.         $instance->setProviderKey('main');
  10076.         return $instance;
  10077.     }
  10078.     /**
  10079.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  10080.      *
  10081.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  10082.      */
  10083.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  10084.     {
  10085.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10086.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10090.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10091.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ADMIN', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), false);
  10092.     }
  10093.     /**
  10094.      * Gets the private 'security.authentication.trust_resolver' shared service.
  10095.      *
  10096.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  10097.      */
  10098.     protected function getSecurity_Authentication_TrustResolverService()
  10099.     {
  10100.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL);
  10101.     }
  10102.     /**
  10103.      * Gets the private 'security.channel_listener' shared service.
  10104.      *
  10105.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  10106.      */
  10107.     protected function getSecurity_ChannelListenerService()
  10108.     {
  10109.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10110.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10111.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10112.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php';
  10113.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  10114.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10115.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.retry_entry_point'] ?? ($this->privates['security.authentication.retry_entry_point'] = new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443))), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  10116.     }
  10117.     /**
  10118.      * Gets the private 'security.command.user_password_encoder' shared service.
  10119.      *
  10120.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  10121.      */
  10122.     protected function getSecurity_Command_UserPasswordEncoderService()
  10123.     {
  10124.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10125.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php';
  10126.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  10127.         $instance->setName('security:encode-password');
  10128.         return $instance;
  10129.     }
  10130.     /**
  10131.      * Gets the private 'security.context_listener.0' shared service.
  10132.      *
  10133.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10134.      */
  10135.     protected function getSecurity_ContextListener_0Service()
  10136.     {
  10137.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10139.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php';
  10141.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  10142.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  10143.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  10144.     }
  10145.     /**
  10146.      * Gets the private 'security.csrf.token_generator' shared service.
  10147.      *
  10148.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  10149.      */
  10150.     protected function getSecurity_Csrf_TokenGeneratorService()
  10151.     {
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  10154.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  10155.     }
  10156.     /**
  10157.      * Gets the private 'security.csrf.token_storage' shared service.
  10158.      *
  10159.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10160.      */
  10161.     protected function getSecurity_Csrf_TokenStorageService()
  10162.     {
  10163.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php';
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php';
  10166.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  10167.     }
  10168.     /**
  10169.      * Gets the private 'security.encoder_factory.generic' shared service.
  10170.      *
  10171.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10172.      */
  10173.     protected function getSecurity_EncoderFactory_GenericService()
  10174.     {
  10175.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php';
  10176.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php';
  10177.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  10178.     }
  10179.     /**
  10180.      * Gets the private 'security.exception_listener.api' shared service.
  10181.      *
  10182.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10183.      */
  10184.     protected function getSecurity_ExceptionListener_ApiService()
  10185.     {
  10186.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10187.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10188.         return $this->privates['security.exception_listener.api'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  10189.     }
  10190.     /**
  10191.      * Gets the private 'security.exception_listener.api_login' shared service.
  10192.      *
  10193.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10194.      */
  10195.     protected function getSecurity_ExceptionListener_ApiLoginService()
  10196.     {
  10197.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10199.         return $this->privates['security.exception_listener.api_login'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api_login', ($this->privates['security.authentication.form_entry_point.api_login'] ?? $this->getSecurity_Authentication_FormEntryPoint_ApiLoginService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  10200.     }
  10201.     /**
  10202.      * Gets the private 'security.exception_listener.main' shared service.
  10203.      *
  10204.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10205.      */
  10206.     protected function getSecurity_ExceptionListener_MainService()
  10207.     {
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10210.         return $this->privates['security.exception_listener.main'] = new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.form_entry_point.main'] ?? $this->getSecurity_Authentication_FormEntryPoint_MainService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
  10211.     }
  10212.     /**
  10213.      * Gets the private 'security.expression_language' shared service.
  10214.      *
  10215.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  10216.      */
  10217.     protected function getSecurity_ExpressionLanguageService()
  10218.     {
  10219.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  10220.     }
  10221.     /**
  10222.      * Gets the private 'security.firewall.map' shared service.
  10223.      *
  10224.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10225.      */
  10226.     protected function getSecurity_Firewall_MapService()
  10227.     {
  10228.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10229.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  10230.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  10231.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  10232.         ], [
  10233.             'security.firewall.map.context.api' => '?',
  10234.             'security.firewall.map.context.api_login' => '?',
  10235.             'security.firewall.map.context.main' => '?',
  10236.         ]), new RewindableGenerator(function () {
  10237.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.ZOeVpVU'] ?? ($this->privates['.security.request_matcher.ZOeVpVU'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login_check')));
  10238.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  10239.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  10240.         }, 3));
  10241.     }
  10242.     /**
  10243.      * Gets the private 'security.firewall.map.config.api' shared service.
  10244.      *
  10245.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10246.      */
  10247.     protected function getSecurity_Firewall_Map_Config_ApiService()
  10248.     {
  10249.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10250.         return $this->privates['security.firewall.map.config.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.uTv4pMG'truetrue'fos_user.user_provider.username_email'NULL'jwt_token_authenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL);
  10251.     }
  10252.     /**
  10253.      * Gets the private 'security.firewall.map.config.api_login' shared service.
  10254.      *
  10255.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10256.      */
  10257.     protected function getSecurity_Firewall_Map_Config_ApiLoginService()
  10258.     {
  10259.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10260.         return $this->privates['security.firewall.map.config.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api_login''security.user_checker''.security.request_matcher.ZOeVpVU'truetrue'fos_user.user_provider.username_email'NULL'security.authentication.form_entry_point.api_login'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL);
  10261.     }
  10262.     /**
  10263.      * Gets the private 'security.firewall.map.config.main' shared service.
  10264.      *
  10265.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10266.      */
  10267.     protected function getSecurity_Firewall_Map_Config_MainService()
  10268.     {
  10269.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10270.         return $this->privates['security.firewall.map.config.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username_email''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'switch_user'=> 'form_login'=> 'anonymous'], ['role' => 'ROLE_ADMIN''parameter' => '_switch_user''stateless' => false]);
  10271.     }
  10272.     /**
  10273.      * Gets the private 'security.firewall.map.context.api' shared service.
  10274.      *
  10275.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10276.      */
  10277.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10278.     {
  10279.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10280.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10281.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10282.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10283.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  10284.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10285.         }, 4), ($this->privates['security.exception_listener.api'] ?? $this->getSecurity_ExceptionListener_ApiService()), NULL, ($this->privates['security.firewall.map.config.api'] ?? $this->getSecurity_Firewall_Map_Config_ApiService()));
  10286.     }
  10287.     /**
  10288.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  10289.      *
  10290.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10291.      */
  10292.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  10293.     {
  10294.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10295.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10296.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10297.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  10298.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  10299.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10300.         }, 4), ($this->privates['security.exception_listener.api_login'] ?? $this->getSecurity_ExceptionListener_ApiLoginService()), NULL, ($this->privates['security.firewall.map.config.api_login'] ?? $this->getSecurity_Firewall_Map_Config_ApiLoginService()));
  10301.     }
  10302.     /**
  10303.      * Gets the private 'security.firewall.map.context.main' shared service.
  10304.      *
  10305.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10306.      */
  10307.     protected function getSecurity_Firewall_Map_Context_MainService()
  10308.     {
  10309.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10310.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10311.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10312.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10313.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  10314.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10315.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  10316.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10317.         }, 6), ($this->privates['security.exception_listener.main'] ?? $this->getSecurity_ExceptionListener_MainService()), ($this->privates['security.logout_listener.main'] ?? $this->getSecurity_LogoutListener_MainService()), ($this->privates['security.firewall.map.config.main'] ?? $this->getSecurity_Firewall_Map_Config_MainService()));
  10318.     }
  10319.     /**
  10320.      * Gets the private 'security.http_utils' shared service.
  10321.      *
  10322.      * @return \Symfony\Component\Security\Http\HttpUtils
  10323.      */
  10324.     protected function getSecurity_HttpUtilsService()
  10325.     {
  10326.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php';
  10327.         $a = ($this->services['router'] ?? $this->getRouterService());
  10328.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  10329.     }
  10330.     /**
  10331.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  10332.      *
  10333.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  10334.      */
  10335.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  10336.     {
  10337.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10338.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CsrfTokenClearingLogoutHandler.php';
  10339.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  10340.     }
  10341.     /**
  10342.      * Gets the private 'security.logout.handler.session' shared service.
  10343.      *
  10344.      * @return \Symfony\Component\Security\Http\Logout\SessionLogoutHandler
  10345.      */
  10346.     protected function getSecurity_Logout_Handler_SessionService()
  10347.     {
  10348.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  10350.         return $this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler();
  10351.     }
  10352.     /**
  10353.      * Gets the private 'security.logout.success_handler.main' shared service.
  10354.      *
  10355.      * @return \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler
  10356.      */
  10357.     protected function getSecurity_Logout_SuccessHandler_MainService()
  10358.     {
  10359.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php';
  10360.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php';
  10361.         return $this->privates['security.logout.success_handler.main'] = new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10362.     }
  10363.     /**
  10364.      * Gets the private 'security.logout_listener.main' shared service.
  10365.      *
  10366.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  10367.      */
  10368.     protected function getSecurity_LogoutListener_MainService()
  10369.     {
  10370.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10371.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10372.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10373.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php';
  10374.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10375.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  10376.         $this->privates['security.logout_listener.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\LogoutListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.logout.success_handler.main'] ?? $this->getSecurity_Logout_SuccessHandler_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  10377.         $instance->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  10378.         $instance->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  10379.         return $instance;
  10380.     }
  10381.     /**
  10382.      * Gets the private 'security.logout_url_generator' shared service.
  10383.      *
  10384.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10385.      */
  10386.     protected function getSecurity_LogoutUrlGeneratorService()
  10387.     {
  10388.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  10389.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  10390.         return $instance;
  10391.     }
  10392.     /**
  10393.      * Gets the private 'security.rememberme.response_listener' shared service.
  10394.      *
  10395.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  10396.      */
  10397.     protected function getSecurity_Rememberme_ResponseListenerService()
  10398.     {
  10399.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  10400.     }
  10401.     /**
  10402.      * Gets the private 'security.role_hierarchy' shared service.
  10403.      *
  10404.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10405.      */
  10406.     protected function getSecurity_RoleHierarchyService()
  10407.     {
  10408.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10409.     }
  10410.     /**
  10411.      * Gets the private 'security.untracked_token_storage' shared service.
  10412.      *
  10413.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  10414.      */
  10415.     protected function getSecurity_UntrackedTokenStorageService()
  10416.     {
  10417.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  10418.     }
  10419.     /**
  10420.      * Gets the private 'security.user_checker' shared service.
  10421.      *
  10422.      * @return \Symfony\Component\Security\Core\User\UserChecker
  10423.      */
  10424.     protected function getSecurity_UserCheckerService()
  10425.     {
  10426.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10428.         return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker();
  10429.     }
  10430.     /**
  10431.      * Gets the private 'security.validator.user_password' shared service.
  10432.      *
  10433.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10434.      */
  10435.     protected function getSecurity_Validator_UserPasswordService()
  10436.     {
  10437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  10438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php';
  10440.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  10441.     }
  10442.     /**
  10443.      * Gets the private 'session.storage.metadata_bag' shared service.
  10444.      *
  10445.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10446.      */
  10447.     protected function getSession_Storage_MetadataBagService()
  10448.     {
  10449.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  10450.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  10451.         return $this->privates['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10452.     }
  10453.     /**
  10454.      * Gets the private 'session.storage.mock_file' shared service.
  10455.      *
  10456.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
  10457.      */
  10458.     protected function getSession_Storage_MockFileService()
  10459.     {
  10460.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  10464.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  10465.         return $this->privates['session.storage.mock_file'] = new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage(($this->targetDir.''.'/sessions'), 'MOCKSESSID', ($this->privates['session.storage.metadata_bag'] ?? ($this->privates['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0))));
  10466.     }
  10467.     /**
  10468.      * Gets the private 'session_listener' shared service.
  10469.      *
  10470.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10471.      */
  10472.     protected function getSessionListenerService()
  10473.     {
  10474.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10475.             'initialized_session' => ['services''session'NULLfalse],
  10476.             'session' => ['services''session''getSessionService'false],
  10477.         ], [
  10478.             'initialized_session' => '?',
  10479.             'session' => '?',
  10480.         ]));
  10481.     }
  10482.     /**
  10483.      * Gets the private 'streamed_response_listener' shared service.
  10484.      *
  10485.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  10486.      */
  10487.     protected function getStreamedResponseListenerService()
  10488.     {
  10489.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  10490.     }
  10491.     /**
  10492.      * Gets the private 'swiftmailer.command.debug' shared service.
  10493.      *
  10494.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  10495.      */
  10496.     protected function getSwiftmailer_Command_DebugService()
  10497.     {
  10498.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10499.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10500.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  10501.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  10502.         $instance->setName('debug:swiftmailer');
  10503.         return $instance;
  10504.     }
  10505.     /**
  10506.      * Gets the private 'swiftmailer.command.new_email' shared service.
  10507.      *
  10508.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  10509.      */
  10510.     protected function getSwiftmailer_Command_NewEmailService()
  10511.     {
  10512.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10513.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10514.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  10515.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  10516.         $instance->setName('swiftmailer:email:send');
  10517.         return $instance;
  10518.     }
  10519.     /**
  10520.      * Gets the private 'swiftmailer.command.send_email' shared service.
  10521.      *
  10522.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  10523.      */
  10524.     protected function getSwiftmailer_Command_SendEmailService()
  10525.     {
  10526.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10527.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  10529.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  10530.         $instance->setName('swiftmailer:spool:send');
  10531.         return $instance;
  10532.     }
  10533.     /**
  10534.      * Gets the private 'swiftmailer.data_collector' shared service.
  10535.      *
  10536.      * @return \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector
  10537.      */
  10538.     protected function getSwiftmailer_DataCollectorService()
  10539.     {
  10540.         return $this->privates['swiftmailer.data_collector'] = new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this);
  10541.     }
  10542.     /**
  10543.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  10544.      *
  10545.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  10546.      */
  10547.     protected function getSwiftmailer_EmailSender_ListenerService()
  10548.     {
  10549.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  10550.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10551.     }
  10552.     /**
  10553.      * Gets the private 'swiftmailer.transport.eventdispatcher.accord_mandrill' shared service.
  10554.      *
  10555.      * @return \Swift_Events_SimpleEventDispatcher
  10556.      */
  10557.     protected function getSwiftmailer_Transport_Eventdispatcher_AccordMandrillService()
  10558.     {
  10559.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10560.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10561.         return $this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] = new \Swift_Events_SimpleEventDispatcher();
  10562.     }
  10563.     /**
  10564.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  10565.      *
  10566.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  10567.      *
  10568.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10569.      */
  10570.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  10571.     {
  10572.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10573.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  10574.     }
  10575.     /**
  10576.      * Gets the private 'templating.filename_parser' shared service.
  10577.      *
  10578.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser
  10579.      */
  10580.     protected function getTemplating_FilenameParserService()
  10581.     {
  10582.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  10583.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  10584.         return $this->privates['templating.filename_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser();
  10585.     }
  10586.     /**
  10587.      * Gets the private 'templating.finder' shared service.
  10588.      *
  10589.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  10590.      *
  10591.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10592.      */
  10593.     protected function getTemplating_FinderService()
  10594.     {
  10595.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10596.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  10597.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  10598.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['templating.filename_parser'] ?? ($this->privates['templating.filename_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser())), (\dirname(__DIR__4).'/app/Resources'));
  10599.     }
  10600.     /**
  10601.      * Gets the private 'templating.locator' shared service.
  10602.      *
  10603.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  10604.      *
  10605.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10606.      */
  10607.     protected function getTemplating_LocatorService()
  10608.     {
  10609.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10610.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  10611.     }
  10612.     /**
  10613.      * Gets the private 'templating.name_parser' shared service.
  10614.      *
  10615.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  10616.      *
  10617.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10618.      */
  10619.     protected function getTemplating_NameParserService()
  10620.     {
  10621.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10622.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  10623.     }
  10624.     /**
  10625.      * Gets the private 'test.client.cookiejar' service.
  10626.      *
  10627.      * @return \Symfony\Component\BrowserKit\CookieJar
  10628.      */
  10629.     protected function getTest_Client_CookiejarService()
  10630.     {
  10631.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php';
  10632.         return new \Symfony\Component\BrowserKit\CookieJar();
  10633.     }
  10634.     /**
  10635.      * Gets the private 'test.client.history' service.
  10636.      *
  10637.      * @return \Symfony\Component\BrowserKit\History
  10638.      */
  10639.     protected function getTest_Client_HistoryService()
  10640.     {
  10641.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php';
  10642.         return new \Symfony\Component\BrowserKit\History();
  10643.     }
  10644.     /**
  10645.      * Gets the private 'test.session.listener' shared service.
  10646.      *
  10647.      * @return \Symfony\Component\HttpKernel\EventListener\TestSessionListener
  10648.      */
  10649.     protected function getTest_Session_ListenerService()
  10650.     {
  10651.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\TestSessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10652.             'session' => ['services''session''getSessionService'false],
  10653.         ], [
  10654.             'session' => '?',
  10655.         ]), $this->parameters['session.storage.options']);
  10656.     }
  10657.     /**
  10658.      * Gets the private 'translation.dumper.csv' shared service.
  10659.      *
  10660.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  10661.      */
  10662.     protected function getTranslation_Dumper_CsvService()
  10663.     {
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10665.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10666.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  10667.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  10668.     }
  10669.     /**
  10670.      * Gets the private 'translation.dumper.ini' shared service.
  10671.      *
  10672.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  10673.      */
  10674.     protected function getTranslation_Dumper_IniService()
  10675.     {
  10676.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10678.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  10679.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  10680.     }
  10681.     /**
  10682.      * Gets the private 'translation.dumper.json' shared service.
  10683.      *
  10684.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  10685.      */
  10686.     protected function getTranslation_Dumper_JsonService()
  10687.     {
  10688.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10689.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10690.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  10691.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  10692.     }
  10693.     /**
  10694.      * Gets the private 'translation.dumper.mo' shared service.
  10695.      *
  10696.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  10697.      */
  10698.     protected function getTranslation_Dumper_MoService()
  10699.     {
  10700.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10701.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  10703.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  10704.     }
  10705.     /**
  10706.      * Gets the private 'translation.dumper.php' shared service.
  10707.      *
  10708.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  10709.      */
  10710.     protected function getTranslation_Dumper_PhpService()
  10711.     {
  10712.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  10715.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  10716.     }
  10717.     /**
  10718.      * Gets the private 'translation.dumper.po' shared service.
  10719.      *
  10720.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  10721.      */
  10722.     protected function getTranslation_Dumper_PoService()
  10723.     {
  10724.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10725.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  10727.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  10728.     }
  10729.     /**
  10730.      * Gets the private 'translation.dumper.qt' shared service.
  10731.      *
  10732.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  10733.      */
  10734.     protected function getTranslation_Dumper_QtService()
  10735.     {
  10736.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10737.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10738.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  10739.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  10740.     }
  10741.     /**
  10742.      * Gets the private 'translation.dumper.res' shared service.
  10743.      *
  10744.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  10745.      */
  10746.     protected function getTranslation_Dumper_ResService()
  10747.     {
  10748.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10749.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10750.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  10751.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  10752.     }
  10753.     /**
  10754.      * Gets the private 'translation.dumper.xliff' shared service.
  10755.      *
  10756.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  10757.      */
  10758.     protected function getTranslation_Dumper_XliffService()
  10759.     {
  10760.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10761.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10762.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  10763.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  10764.     }
  10765.     /**
  10766.      * Gets the private 'translation.dumper.yaml' shared service.
  10767.      *
  10768.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  10769.      */
  10770.     protected function getTranslation_Dumper_YamlService()
  10771.     {
  10772.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10773.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10774.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  10775.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  10776.     }
  10777.     /**
  10778.      * Gets the private 'translation.dumper.yml' shared service.
  10779.      *
  10780.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  10781.      */
  10782.     protected function getTranslation_Dumper_YmlService()
  10783.     {
  10784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10786.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  10787.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  10788.     }
  10789.     /**
  10790.      * Gets the private 'translation.extractor' shared service.
  10791.      *
  10792.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10793.      */
  10794.     protected function getTranslation_ExtractorService()
  10795.     {
  10796.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php';
  10798.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  10799.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  10800.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10801.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  10802.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  10803.         return $instance;
  10804.     }
  10805.     /**
  10806.      * Gets the private 'translation.extractor.php' shared service.
  10807.      *
  10808.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  10809.      */
  10810.     protected function getTranslation_Extractor_PhpService()
  10811.     {
  10812.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  10813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  10814.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  10815.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  10816.     }
  10817.     /**
  10818.      * Gets the private 'translation.loader.csv' shared service.
  10819.      *
  10820.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10821.      */
  10822.     protected function getTranslation_Loader_CsvService()
  10823.     {
  10824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  10828.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10829.     }
  10830.     /**
  10831.      * Gets the private 'translation.loader.dat' shared service.
  10832.      *
  10833.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10834.      */
  10835.     protected function getTranslation_Loader_DatService()
  10836.     {
  10837.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10838.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10839.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  10840.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10841.     }
  10842.     /**
  10843.      * Gets the private 'translation.loader.ini' shared service.
  10844.      *
  10845.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10846.      */
  10847.     protected function getTranslation_Loader_IniService()
  10848.     {
  10849.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10850.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10851.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10852.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  10853.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10854.     }
  10855.     /**
  10856.      * Gets the private 'translation.loader.json' shared service.
  10857.      *
  10858.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10859.      */
  10860.     protected function getTranslation_Loader_JsonService()
  10861.     {
  10862.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10863.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  10866.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10867.     }
  10868.     /**
  10869.      * Gets the private 'translation.loader.mo' shared service.
  10870.      *
  10871.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10872.      */
  10873.     protected function getTranslation_Loader_MoService()
  10874.     {
  10875.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10876.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10878.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  10879.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10880.     }
  10881.     /**
  10882.      * Gets the private 'translation.loader.php' shared service.
  10883.      *
  10884.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10885.      */
  10886.     protected function getTranslation_Loader_PhpService()
  10887.     {
  10888.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10889.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10890.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10891.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  10892.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10893.     }
  10894.     /**
  10895.      * Gets the private 'translation.loader.po' shared service.
  10896.      *
  10897.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10898.      */
  10899.     protected function getTranslation_Loader_PoService()
  10900.     {
  10901.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10902.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10903.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  10905.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10906.     }
  10907.     /**
  10908.      * Gets the private 'translation.loader.qt' shared service.
  10909.      *
  10910.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10911.      */
  10912.     protected function getTranslation_Loader_QtService()
  10913.     {
  10914.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10915.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  10916.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10917.     }
  10918.     /**
  10919.      * Gets the private 'translation.loader.res' shared service.
  10920.      *
  10921.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10922.      */
  10923.     protected function getTranslation_Loader_ResService()
  10924.     {
  10925.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10926.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10927.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10928.     }
  10929.     /**
  10930.      * Gets the private 'translation.loader.xliff' shared service.
  10931.      *
  10932.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10933.      */
  10934.     protected function getTranslation_Loader_XliffService()
  10935.     {
  10936.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10937.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  10938.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10939.     }
  10940.     /**
  10941.      * Gets the private 'translation.loader.yml' shared service.
  10942.      *
  10943.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10944.      */
  10945.     protected function getTranslation_Loader_YmlService()
  10946.     {
  10947.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10948.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10949.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10950.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  10951.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10952.     }
  10953.     /**
  10954.      * Gets the private 'translation.reader' shared service.
  10955.      *
  10956.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10957.      */
  10958.     protected function getTranslation_ReaderService()
  10959.     {
  10960.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReaderInterface.php';
  10961.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReader.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  10966.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  10967.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  10968.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  10969.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  10970.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  10971.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  10972.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10973.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  10974.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  10975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  10976.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10977.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10978.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10979.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10980.         $instance->addLoader('yaml'$a);
  10981.         $instance->addLoader('yml'$a);
  10982.         $instance->addLoader('xlf'$b);
  10983.         $instance->addLoader('xliff'$b);
  10984.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10985.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10986.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10987.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10988.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10989.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10990.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10991.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10992.         return $instance;
  10993.     }
  10994.     /**
  10995.      * Gets the private 'translation.warmer' shared service.
  10996.      *
  10997.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10998.      */
  10999.     protected function getTranslation_WarmerService()
  11000.     {
  11001.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11002.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php';
  11003.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11004.             'translator' => ['services''translator''getTranslatorService'false],
  11005.         ], [
  11006.             'translator' => '?',
  11007.         ]))->withContext('translation.warmer'$this));
  11008.     }
  11009.     /**
  11010.      * Gets the private 'translation.writer' shared service.
  11011.      *
  11012.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  11013.      */
  11014.     protected function getTranslation_WriterService()
  11015.     {
  11016.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php';
  11017.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php';
  11018.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  11019.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  11021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  11024.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  11025.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  11026.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  11027.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  11028.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  11029.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  11030.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  11031.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  11032.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  11033.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  11034.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  11035.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  11036.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  11037.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  11038.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  11039.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  11040.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  11041.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  11042.         return $instance;
  11043.     }
  11044.     /**
  11045.      * Gets the private 'translator.default' shared service.
  11046.      *
  11047.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11048.      */
  11049.     protected function getTranslator_DefaultService()
  11050.     {
  11051.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11052.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11053.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11054.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11055.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11056.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11057.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11058.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11059.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11060.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11061.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11062.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11063.         ], [
  11064.             'translation.loader.csv' => '?',
  11065.             'translation.loader.dat' => '?',
  11066.             'translation.loader.ini' => '?',
  11067.             'translation.loader.json' => '?',
  11068.             'translation.loader.mo' => '?',
  11069.             'translation.loader.php' => '?',
  11070.             'translation.loader.po' => '?',
  11071.             'translation.loader.qt' => '?',
  11072.             'translation.loader.res' => '?',
  11073.             'translation.loader.xliff' => '?',
  11074.             'translation.loader.yml' => '?',
  11075.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), $this->getEnv('APP_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/OceanExpertBundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/src/OceanExpertBundle/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/src/OceanExpertBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/src/OceanExpertBundle/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__4).'/src/OceanExpertBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/app/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/translations'), => (\dirname(__DIR__4).'/app/Resources/SecurityBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/translations'), 11 => (\dirname(__DIR__4).'/app/Resources/TwigBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/app/Resources/MonologBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 15 => (\dirname(__DIR__4).'/app/Resources/SwiftmailerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/app/Resources/DoctrineBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/translations'), 19 => (\dirname(__DIR__4).'/app/Resources/SensioFrameworkExtraBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 21 => (\dirname(__DIR__4).'/app/Resources/FOSRestBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 23 => (\dirname(__DIR__4).'/app/Resources/JMSSerializerBundle/translations'), 24 => (\dirname(__DIR__4).'/app/Resources/FOSUserBundle/translations'), 25 => (\dirname(__DIR__4).'/app/Resources/KnpPaginatorBundle/translations'), 26 => (\dirname(__DIR__4).'/app/Resources/OceanExpertBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 28 => (\dirname(__DIR__4).'/app/Resources/NelmioCorsBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer-bundle/Accord/MandrillSwiftMailerBundle/translations'), 30 => (\dirname(__DIR__4).'/app/Resources/AccordMandrillSwiftMailerBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/translations'), 32 => (\dirname(__DIR__4).'/app/Resources/DebugBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/translations'), 34 => (\dirname(__DIR__4).'/app/Resources/WebProfilerBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), 36 => (\dirname(__DIR__4).'/app/Resources/DoctrineCacheBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 38 => (\dirname(__DIR__4).'/app/Resources/FOSJsRoutingBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 40 => (\dirname(__DIR__4).'/app/Resources/LexikJWTAuthenticationBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/app/Resources/MakerBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 44 => (\dirname(__DIR__4).'/app/Resources/DoctrineMigrationsBundle/translations'), 45 => (\dirname(__DIR__4).'/translations'), 46 => (\dirname(__DIR__4).'/app/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations'=> 'vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations'=> 'vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'src/OceanExpertBundle/Resources/translations'=> 'vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/translations'=> 'app/Resources/FrameworkBundle/translations'=> 'vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/translations'=> 'app/Resources/SecurityBundle/translations'10 => 'vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/translations'11 => 'app/Resources/TwigBundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'app/Resources/MonologBundle/translations'14 => 'vendor/symfony/swiftmailer-bundle/translations'15 => 'app/Resources/SwiftmailerBundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'app/Resources/DoctrineBundle/translations'18 => 'vendor/sensio/framework-extra-bundle/translations'19 => 'app/Resources/SensioFrameworkExtraBundle/translations'20 => 'vendor/friendsofsymfony/rest-bundle/translations'21 => 'app/Resources/FOSRestBundle/translations'22 => 'vendor/jms/serializer-bundle/translations'23 => 'app/Resources/JMSSerializerBundle/translations'24 => 'app/Resources/FOSUserBundle/translations'25 => 'app/Resources/KnpPaginatorBundle/translations'26 => 'app/Resources/OceanExpertBundle/translations'27 => 'vendor/nelmio/cors-bundle/translations'28 => 'app/Resources/NelmioCorsBundle/translations'29 => 'vendor/accord/mandrill-swiftmailer-bundle/Accord/MandrillSwiftMailerBundle/translations'30 => 'app/Resources/AccordMandrillSwiftMailerBundle/translations'31 => 'vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/translations'32 => 'app/Resources/DebugBundle/translations'33 => 'vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/translations'34 => 'app/Resources/WebProfilerBundle/translations'35 => 'vendor/doctrine/doctrine-cache-bundle/translations'36 => 'app/Resources/DoctrineCacheBundle/translations'37 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'38 => 'app/Resources/FOSJsRoutingBundle/translations'39 => 'vendor/lexik/jwt-authentication-bundle/translations'40 => 'app/Resources/LexikJWTAuthenticationBundle/translations'41 => 'vendor/symfony/maker-bundle/src/translations'42 => 'app/Resources/MakerBundle/translations'43 => 'vendor/doctrine/doctrine-migrations-bundle/translations'44 => 'app/Resources/DoctrineMigrationsBundle/translations'45 => 'translations'46 => 'app/Resources/translations']]]);
  11076.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  11077.         $instance->setFallbackLocales([=> $this->getEnv('APP_LOCALE')]);
  11078.         return $instance;
  11079.     }
  11080.     /**
  11081.      * Gets the private 'translator.formatter.default' shared service.
  11082.      *
  11083.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  11084.      */
  11085.     protected function getTranslator_Formatter_DefaultService()
  11086.     {
  11087.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
  11088.     }
  11089.     /**
  11090.      * Gets the private 'twig.app_variable' shared service.
  11091.      *
  11092.      * @return \Symfony\Bridge\Twig\AppVariable
  11093.      */
  11094.     protected function getTwig_AppVariableService()
  11095.     {
  11096.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  11097.         $instance->setEnvironment('dev');
  11098.         $instance->setDebug(true);
  11099.         if ($this->has('security.token_storage')) {
  11100.             $instance->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  11101.         }
  11102.         if ($this->has('request_stack')) {
  11103.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11104.         }
  11105.         return $instance;
  11106.     }
  11107.     /**
  11108.      * Gets the private 'twig.cache_warmer' shared service.
  11109.      *
  11110.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  11111.      *
  11112.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  11113.      */
  11114.     protected function getTwig_CacheWarmerService()
  11115.     {
  11116.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  11117.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form') => NULL]);
  11118.     }
  11119.     /**
  11120.      * Gets the private 'twig.command.debug' shared service.
  11121.      *
  11122.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  11123.      */
  11124.     protected function getTwig_Command_DebugService()
  11125.     {
  11126.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11127.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php';
  11128.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/app'));
  11129.         $instance->setName('debug:twig');
  11130.         return $instance;
  11131.     }
  11132.     /**
  11133.      * Gets the private 'twig.command.lint' shared service.
  11134.      *
  11135.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  11136.      */
  11137.     protected function getTwig_Command_LintService()
  11138.     {
  11139.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11140.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php';
  11141.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php';
  11142.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  11143.         $instance->setName('lint:twig');
  11144.         return $instance;
  11145.     }
  11146.     /**
  11147.      * Gets the private 'twig.configurator.environment' shared service.
  11148.      *
  11149.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  11150.      */
  11151.     protected function getTwig_Configurator_EnvironmentService()
  11152.     {
  11153.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  11154.     }
  11155.     /**
  11156.      * Gets the private 'twig.error_renderer.html' shared service.
  11157.      *
  11158.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  11159.      */
  11160.     protected function getTwig_ErrorRenderer_HtmlService()
  11161.     {
  11162.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  11163.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php';
  11164.         return $this->privates['twig.error_renderer.html'] = new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  11165.     }
  11166.     /**
  11167.      * Gets the private 'twig.extension.assets' shared service.
  11168.      *
  11169.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  11170.      */
  11171.     protected function getTwig_Extension_AssetsService()
  11172.     {
  11173.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  11174.     }
  11175.     /**
  11176.      * Gets the private 'twig.extension.code' shared service.
  11177.      *
  11178.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  11179.      */
  11180.     protected function getTwig_Extension_CodeService()
  11181.     {
  11182.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  11183.     }
  11184.     /**
  11185.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  11186.      *
  11187.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  11188.      */
  11189.     protected function getTwig_Extension_Debug_StopwatchService()
  11190.     {
  11191.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  11192.     }
  11193.     /**
  11194.      * Gets the private 'twig.extension.dump' shared service.
  11195.      *
  11196.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  11197.      */
  11198.     protected function getTwig_Extension_DumpService()
  11199.     {
  11200.         return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
  11201.     }
  11202.     /**
  11203.      * Gets the private 'twig.extension.expression' shared service.
  11204.      *
  11205.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  11206.      */
  11207.     protected function getTwig_Extension_ExpressionService()
  11208.     {
  11209.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  11210.     }
  11211.     /**
  11212.      * Gets the private 'twig.extension.form' shared service.
  11213.      *
  11214.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  11215.      */
  11216.     protected function getTwig_Extension_FormService()
  11217.     {
  11218.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension();
  11219.     }
  11220.     /**
  11221.      * Gets the private 'twig.extension.httpfoundation' shared service.
  11222.      *
  11223.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  11224.      */
  11225.     protected function getTwig_Extension_HttpfoundationService()
  11226.     {
  11227.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  11228.     }
  11229.     /**
  11230.      * Gets the private 'twig.extension.httpkernel' shared service.
  11231.      *
  11232.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  11233.      */
  11234.     protected function getTwig_Extension_HttpkernelService()
  11235.     {
  11236.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  11237.     }
  11238.     /**
  11239.      * Gets the private 'twig.extension.logout_url' shared service.
  11240.      *
  11241.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  11242.      */
  11243.     protected function getTwig_Extension_LogoutUrlService()
  11244.     {
  11245.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  11246.     }
  11247.     /**
  11248.      * Gets the private 'twig.extension.profiler' shared service.
  11249.      *
  11250.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  11251.      */
  11252.     protected function getTwig_Extension_ProfilerService()
  11253.     {
  11254.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11255.     }
  11256.     /**
  11257.      * Gets the private 'twig.extension.routing' shared service.
  11258.      *
  11259.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  11260.      */
  11261.     protected function getTwig_Extension_RoutingService()
  11262.     {
  11263.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  11264.     }
  11265.     /**
  11266.      * Gets the private 'twig.extension.security' shared service.
  11267.      *
  11268.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  11269.      */
  11270.     protected function getTwig_Extension_SecurityService()
  11271.     {
  11272.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  11273.     }
  11274.     /**
  11275.      * Gets the private 'twig.extension.security_csrf' shared service.
  11276.      *
  11277.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  11278.      */
  11279.     protected function getTwig_Extension_SecurityCsrfService()
  11280.     {
  11281.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  11282.     }
  11283.     /**
  11284.      * Gets the private 'twig.extension.text' shared autowired service.
  11285.      *
  11286.      * @return \Twig_Extensions_Extension_Text
  11287.      */
  11288.     protected function getTwig_Extension_TextService()
  11289.     {
  11290.         return $this->privates['twig.extension.text'] = new \Twig_Extensions_Extension_Text();
  11291.     }
  11292.     /**
  11293.      * Gets the private 'twig.extension.trans' shared service.
  11294.      *
  11295.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  11296.      */
  11297.     protected function getTwig_Extension_TransService()
  11298.     {
  11299.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  11300.     }
  11301.     /**
  11302.      * Gets the private 'twig.extension.webprofiler' shared service.
  11303.      *
  11304.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  11305.      */
  11306.     protected function getTwig_Extension_WebprofilerService()
  11307.     {
  11308.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  11309.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11310.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  11311.     }
  11312.     /**
  11313.      * Gets the private 'twig.extension.yaml' shared service.
  11314.      *
  11315.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  11316.      */
  11317.     protected function getTwig_Extension_YamlService()
  11318.     {
  11319.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  11320.     }
  11321.     /**
  11322.      * Gets the private 'twig.form.engine' shared service.
  11323.      *
  11324.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  11325.      */
  11326.     protected function getTwig_Form_EngineService()
  11327.     {
  11328.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php';
  11329.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php';
  11330.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php';
  11331.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  11332.     }
  11333.     /**
  11334.      * Gets the private 'twig.form.renderer' shared service.
  11335.      *
  11336.      * @return \Symfony\Component\Form\FormRenderer
  11337.      */
  11338.     protected function getTwig_Form_RendererService()
  11339.     {
  11340.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php';
  11341.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php';
  11342.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11343.     }
  11344.     /**
  11345.      * Gets the private 'twig.loader.filesystem' shared service.
  11346.      *
  11347.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  11348.      */
  11349.     protected function getTwig_Loader_FilesystemService()
  11350.     {
  11351.         $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  11352.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  11353.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  11354.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  11355.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  11356.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  11357.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  11358.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  11359.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  11360.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  11361.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  11362.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  11363.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  11364.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  11365.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  11366.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  11367.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  11368.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  11369.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  11370.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  11371.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  11372.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  11373.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), 'email');
  11374.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), '!email');
  11375.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  11376.         return $instance;
  11377.     }
  11378.     /**
  11379.      * Gets the private 'twig.mailer.message_listener' shared service.
  11380.      *
  11381.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  11382.      */
  11383.     protected function getTwig_Mailer_MessageListenerService()
  11384.     {
  11385.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mailer/EventListener/MessageListener.php';
  11386.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService()));
  11387.     }
  11388.     /**
  11389.      * Gets the private 'twig.mime_body_renderer' shared service.
  11390.      *
  11391.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  11392.      */
  11393.     protected function getTwig_MimeBodyRendererService()
  11394.     {
  11395.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mime/BodyRendererInterface.php';
  11396.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php';
  11397.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService()));
  11398.     }
  11399.     /**
  11400.      * Gets the private 'twig.profile' shared service.
  11401.      *
  11402.      * @return \Twig\Profiler\Profile
  11403.      */
  11404.     protected function getTwig_ProfileService()
  11405.     {
  11406.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  11407.     }
  11408.     /**
  11409.      * Gets the private 'twig.runtime.httpkernel' shared service.
  11410.      *
  11411.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11412.      */
  11413.     protected function getTwig_Runtime_HttpkernelService()
  11414.     {
  11415.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php';
  11416.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  11417.     }
  11418.     /**
  11419.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11420.      *
  11421.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11422.      */
  11423.     protected function getTwig_Runtime_SecurityCsrfService()
  11424.     {
  11425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfRuntime.php';
  11426.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11427.     }
  11428.     /**
  11429.      * Gets the private 'twig.runtime_loader' shared service.
  11430.      *
  11431.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  11432.      */
  11433.     protected function getTwig_RuntimeLoaderService()
  11434.     {
  11435.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11436.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  11437.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  11438.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  11439.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  11440.         ], [
  11441.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  11442.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  11443.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  11444.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  11445.         ]));
  11446.     }
  11447.     /**
  11448.      * Gets the private 'twig.template_cache_warmer' shared service.
  11449.      *
  11450.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11451.      */
  11452.     protected function getTwig_TemplateCacheWarmerService()
  11453.     {
  11454.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  11456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php';
  11457.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), ($this->privates['twig.template_iterator'] ?? $this->getTwig_TemplateIteratorService()));
  11458.     }
  11459.     /**
  11460.      * Gets the private 'twig.template_iterator' shared service.
  11461.      *
  11462.      * @return \Symfony\Bundle\TwigBundle\TemplateIterator
  11463.      */
  11464.     protected function getTwig_TemplateIteratorService()
  11465.     {
  11466.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php';
  11467.         return $this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/app'), [(\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates'));
  11468.     }
  11469.     /**
  11470.      * Gets the private 'twig.translation.extractor' shared service.
  11471.      *
  11472.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  11473.      */
  11474.     protected function getTwig_Translation_ExtractorService()
  11475.     {
  11476.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  11477.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  11478.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php';
  11479.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService()));
  11480.     }
  11481.     /**
  11482.      * Gets the private 'uri_signer' shared service.
  11483.      *
  11484.      * @return \Symfony\Component\HttpKernel\UriSigner
  11485.      */
  11486.     protected function getUriSignerService()
  11487.     {
  11488.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  11489.     }
  11490.     /**
  11491.      * Gets the private 'url_helper' shared service.
  11492.      *
  11493.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  11494.      */
  11495.     protected function getUrlHelperService()
  11496.     {
  11497.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  11498.     }
  11499.     /**
  11500.      * Gets the private 'validate_request_listener' shared service.
  11501.      *
  11502.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  11503.      */
  11504.     protected function getValidateRequestListenerService()
  11505.     {
  11506.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  11507.     }
  11508.     /**
  11509.      * Gets the private 'validator.builder' shared service.
  11510.      *
  11511.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11512.      */
  11513.     protected function getValidator_BuilderService()
  11514.     {
  11515.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11516.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  11517.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  11518.         $instance->setTranslationDomain('validators');
  11519.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  11520.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11521.         $instance->addMethodMapping('loadValidatorMetadata');
  11522.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
  11523.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  11524.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  11525.         return $instance;
  11526.     }
  11527.     /**
  11528.      * Gets the private 'validator.email' shared service.
  11529.      *
  11530.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11531.      */
  11532.     protected function getValidator_EmailService()
  11533.     {
  11534.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11535.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11536.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php';
  11537.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  11538.     }
  11539.     /**
  11540.      * Gets the private 'validator.expression' shared service.
  11541.      *
  11542.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11543.      */
  11544.     protected function getValidator_ExpressionService()
  11545.     {
  11546.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11547.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11548.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php';
  11549.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  11550.     }
  11551.     /**
  11552.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11553.      *
  11554.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11555.      */
  11556.     protected function getValidator_Mapping_CacheWarmerService()
  11557.     {
  11558.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11559.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11560.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php';
  11561.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11562.     }
  11563.     /**
  11564.      * Gets the private 'validator.not_compromised_password' shared service.
  11565.      *
  11566.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11567.      */
  11568.     protected function getValidator_NotCompromisedPasswordService()
  11569.     {
  11570.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11571.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11572.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php';
  11573.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  11574.     }
  11575.     /**
  11576.      * Gets the private 'validator.validator_factory' shared service.
  11577.      *
  11578.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  11579.      */
  11580.     protected function getValidator_ValidatorFactoryService()
  11581.     {
  11582.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11583.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11584.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11585.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11586.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11587.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11588.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11589.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11590.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11591.         ], [
  11592.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11593.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11594.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11595.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11596.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11597.             'doctrine.orm.validator.unique' => '?',
  11598.             'security.validator.user_password' => '?',
  11599.             'validator.expression' => '?',
  11600.         ]));
  11601.     }
  11602.     /**
  11603.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11604.      *
  11605.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  11606.      */
  11607.     protected function getVarDumper_Command_ServerDumpService()
  11608.     {
  11609.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11610.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php';
  11611.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php';
  11612.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php';
  11613.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php';
  11614.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand(($this->privates['var_dumper.dump_server'] ?? $this->getVarDumper_DumpServerService()), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  11615.         $instance->setName('server:dump');
  11616.         return $instance;
  11617.     }
  11618.     /**
  11619.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  11620.      *
  11621.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  11622.      */
  11623.     protected function getVarDumper_ContextualizedCliDumperService()
  11624.     {
  11625.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php';
  11626.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php';
  11628.         return $this->privates['var_dumper.contextualized_cli_dumper'] = new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]);
  11629.     }
  11630.     /**
  11631.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11632.      *
  11633.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11634.      */
  11635.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11636.     {
  11637.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11638.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11639.         return $instance;
  11640.     }
  11641.     /**
  11642.      * Gets the private 'var_dumper.dump_server' shared service.
  11643.      *
  11644.      * @return \Symfony\Component\VarDumper\Server\DumpServer
  11645.      */
  11646.     protected function getVarDumper_DumpServerService()
  11647.     {
  11648.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Server/DumpServer.php';
  11649.         return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('', ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
  11650.     }
  11651.     /**
  11652.      * Gets the private 'var_dumper.html_dumper' shared service.
  11653.      *
  11654.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11655.      */
  11656.     protected function getVarDumper_HtmlDumperService()
  11657.     {
  11658.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11659.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11660.         return $instance;
  11661.     }
  11662.     /**
  11663.      * Gets the private 'web_profiler.csp.handler' shared service.
  11664.      *
  11665.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11666.      */
  11667.     protected function getWebProfiler_Csp_HandlerService()
  11668.     {
  11669.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11670.     }
  11671.     /**
  11672.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11673.      *
  11674.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11675.      */
  11676.     protected function getWebProfiler_DebugToolbarService()
  11677.     {
  11678.         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()));
  11679.     }
  11680.     /**
  11681.      * @return array|bool|float|int|string|\UnitEnum|null
  11682.      */
  11683.     public function getParameter($name)
  11684.     {
  11685.         $name = (string) $name;
  11686.         if (isset($this->buildParameters[$name])) {
  11687.             return $this->buildParameters[$name];
  11688.         }
  11689.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  11690.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11691.         }
  11692.         if (isset($this->loadedDynamicParameters[$name])) {
  11693.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11694.         }
  11695.         return $this->parameters[$name];
  11696.     }
  11697.     public function hasParameter($name): bool
  11698.     {
  11699.         $name = (string) $name;
  11700.         if (isset($this->buildParameters[$name])) {
  11701.             return true;
  11702.         }
  11703.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  11704.     }
  11705.     public function setParameter($name$value): void
  11706.     {
  11707.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11708.     }
  11709.     public function getParameterBag(): ParameterBagInterface
  11710.     {
  11711.         if (null === $this->parameterBag) {
  11712.             $parameters $this->parameters;
  11713.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11714.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11715.             }
  11716.             foreach ($this->buildParameters as $name => $value) {
  11717.                 $parameters[$name] = $value;
  11718.             }
  11719.             $this->parameterBag = new FrozenParameterBag($parameters);
  11720.         }
  11721.         return $this->parameterBag;
  11722.     }
  11723.     private $loadedDynamicParameters = [
  11724.         'kernel.cache_dir' => false,
  11725.         'kernel.secret' => false,
  11726.         'kernel.default_locale' => false,
  11727.         'session.save_path' => false,
  11728.         'validator.mapping.cache.file' => false,
  11729.         'profiler.storage.dsn' => false,
  11730.         'debug.container.dump' => false,
  11731.         'doctrine.orm.proxy_dir' => false,
  11732.         'lexik_jwt_authentication.pass_phrase' => false,
  11733.     ];
  11734.     private $dynamicParameters = [];
  11735.     private function getDynamicParameter(string $name)
  11736.     {
  11737.         switch ($name) {
  11738.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11739.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11740.             case 'kernel.default_locale'$value $this->getEnv('APP_LOCALE'); break;
  11741.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11742.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11743.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11744.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appAppKernelDevDebugContainer.xml'); break;
  11745.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11746.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11747.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11748.         }
  11749.         $this->loadedDynamicParameters[$name] = true;
  11750.         return $this->dynamicParameters[$name] = $value;
  11751.     }
  11752.     protected function getDefaultParameters(): array
  11753.     {
  11754.         return [
  11755.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  11756.             'kernel.project_dir' => \dirname(__DIR__4),
  11757.             'kernel.environment' => 'dev',
  11758.             'kernel.debug' => true,
  11759.             'kernel.name' => 'app',
  11760.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11761.             'kernel.bundles' => [
  11762.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11763.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11764.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11765.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11766.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  11767.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11768.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11769.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11770.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  11771.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  11772.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  11773.                 'OceanExpertBundle' => 'OceanExpertBundle\\OceanExpertBundle',
  11774.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  11775.                 'AccordMandrillSwiftMailerBundle' => 'Accord\\MandrillSwiftMailerBundle\\AccordMandrillSwiftMailerBundle',
  11776.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11777.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11778.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  11779.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  11780.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11781.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11782.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11783.             ],
  11784.             'kernel.bundles_metadata' => [
  11785.                 'FrameworkBundle' => [
  11786.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  11787.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11788.                 ],
  11789.                 'SecurityBundle' => [
  11790.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  11791.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11792.                 ],
  11793.                 'TwigBundle' => [
  11794.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  11795.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11796.                 ],
  11797.                 'MonologBundle' => [
  11798.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11799.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11800.                 ],
  11801.                 'SwiftmailerBundle' => [
  11802.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  11803.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  11804.                 ],
  11805.                 'DoctrineBundle' => [
  11806.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11807.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11808.                 ],
  11809.                 'SensioFrameworkExtraBundle' => [
  11810.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle'),
  11811.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11812.                 ],
  11813.                 'FOSRestBundle' => [
  11814.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11815.                     'namespace' => 'FOS\\RestBundle',
  11816.                 ],
  11817.                 'JMSSerializerBundle' => [
  11818.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  11819.                     'namespace' => 'JMS\\SerializerBundle',
  11820.                 ],
  11821.                 'FOSUserBundle' => [
  11822.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  11823.                     'namespace' => 'FOS\\UserBundle',
  11824.                 ],
  11825.                 'KnpPaginatorBundle' => [
  11826.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  11827.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  11828.                 ],
  11829.                 'OceanExpertBundle' => [
  11830.                     'path' => (\dirname(__DIR__4).'/src/OceanExpertBundle'),
  11831.                     'namespace' => 'OceanExpertBundle',
  11832.                 ],
  11833.                 'NelmioCorsBundle' => [
  11834.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  11835.                     'namespace' => 'Nelmio\\CorsBundle',
  11836.                 ],
  11837.                 'AccordMandrillSwiftMailerBundle' => [
  11838.                     'path' => (\dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer-bundle/Accord/MandrillSwiftMailerBundle'),
  11839.                     'namespace' => 'Accord\\MandrillSwiftMailerBundle',
  11840.                 ],
  11841.                 'DebugBundle' => [
  11842.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  11843.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11844.                 ],
  11845.                 'WebProfilerBundle' => [
  11846.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  11847.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11848.                 ],
  11849.                 'DoctrineCacheBundle' => [
  11850.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  11851.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  11852.                 ],
  11853.                 'FOSJsRoutingBundle' => [
  11854.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  11855.                     'namespace' => 'FOS\\JsRoutingBundle',
  11856.                 ],
  11857.                 'LexikJWTAuthenticationBundle' => [
  11858.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  11859.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  11860.                 ],
  11861.                 'MakerBundle' => [
  11862.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11863.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11864.                 ],
  11865.                 'DoctrineMigrationsBundle' => [
  11866.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11867.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11868.                 ],
  11869.             ],
  11870.             'kernel.charset' => 'UTF-8',
  11871.             'kernel.container_class' => 'appAppKernelDevDebugContainer',
  11872.             'container.dumper.inline_class_loader' => true,
  11873.             'container.dumper.inline_factories' => true,
  11874.             'router.request_context.host' => 'dev.oceanexpert.org',
  11875.             'router.request_context.scheme' => 'https',
  11876.             'router.request_context.base_url' => 'https://dev.oceanexpert.org',
  11877.             'asset.request_context.secure' => true,
  11878.             'event_dispatcher.event_aliases' => [
  11879.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11880.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11881.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11882.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11883.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11884.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11885.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11886.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11887.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11888.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11889.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11890.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11891.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11892.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11893.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11894.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11895.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  11896.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  11897.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  11898.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  11899.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  11900.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  11901.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  11902.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11903.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11904.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11905.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11906.             ],
  11907.             'fragment.renderer.hinclude.global_template' => NULL,
  11908.             'fragment.path' => '/_fragment',
  11909.             'kernel.http_method_override' => true,
  11910.             'kernel.trusted_hosts' => [
  11911.             ],
  11912.             'kernel.error_controller' => 'error_controller',
  11913.             'templating.helper.code.file_link_format' => NULL,
  11914.             'debug.file_link_format' => NULL,
  11915.             'test.client.parameters' => [
  11916.             ],
  11917.             'session.metadata.storage_key' => '_sf2_meta',
  11918.             'session.storage.options' => [
  11919.                 'cache_limiter' => '0',
  11920.                 'cookie_httponly' => true,
  11921.                 'gc_probability' => 1,
  11922.             ],
  11923.             'session.metadata.update_threshold' => 0,
  11924.             'form.type_extension.csrf.enabled' => true,
  11925.             'form.type_extension.csrf.field_name' => '_token',
  11926.             'asset.request_context.base_path' => '',
  11927.             'templating.loader.cache.path' => NULL,
  11928.             'templating.engines' => [
  11929.                 => 'twig',
  11930.             ],
  11931.             'validator.translation_domain' => 'validators',
  11932.             'translator.logging' => false,
  11933.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11934.             'profiler_listener.only_exceptions' => false,
  11935.             'profiler_listener.only_master_requests' => false,
  11936.             'debug.error_handler.throw_at' => -1,
  11937.             'router.resource' => 'kernel::loadRoutes',
  11938.             'router.cache_class_prefix' => 'appAppKernelDevDebugContainer',
  11939.             'request_listener.http_port' => 80,
  11940.             'request_listener.https_port' => 443,
  11941.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  11942.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  11943.             'security.role_hierarchy.roles' => [
  11944.                 'ROLE_USER' => [
  11945.                 ],
  11946.                 'ROLE_COUNTRY_EDITOR' => [
  11947.                 ],
  11948.                 'ROLE_INSTITUTE_EDITOR' => [
  11949.                 ],
  11950.                 'ROLE_PARTICIPANT_IMPORT' => [
  11951.                 ],
  11952.                 'ROLE_GLOBAL_EDITOR' => [
  11953.                     => 'ROLE_USER',
  11954.                     => 'ROLE_COUNTRY_EDITOR',
  11955.                     => 'ROLE_INSTITUTE_EDITOR',
  11956.                     => 'ROLE_PARTICIPANT_IMPORT',
  11957.                 ],
  11958.                 'ROLE_LME' => [
  11959.                     => 'ROLE_USER',
  11960.                 ],
  11961.                 'ROLE_MANAGER' => [
  11962.                     => 'ROLE_GLOBAL_EDITOR',
  11963.                     => 'ROLE_LME',
  11964.                 ],
  11965.                 'ROLE_ADMIN' => [
  11966.                     => 'ROLE_MANAGER',
  11967.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11968.                 ],
  11969.                 'ROLE_SUPERADMIN' => [
  11970.                     => 'ROLE_ADMIN',
  11971.                 ],
  11972.                 'ROLE_ODISCATADMIN' => [
  11973.                 ],
  11974.                 'ROLE_OCEANCD' => [
  11975.                 ],
  11976.             ],
  11977.             'security.access.denied_url' => NULL,
  11978.             'security.authentication.manager.erase_credentials' => true,
  11979.             'security.authentication.session_strategy.strategy' => 'migrate',
  11980.             'security.access.always_authenticate_before_granting' => false,
  11981.             'security.authentication.hide_user_not_found' => true,
  11982.             'twig.exception_listener.controller' => NULL,
  11983.             'twig.form.resources' => [
  11984.                 => 'form_div_layout.html.twig',
  11985.                 => 'bootstrap_3_layout.html.twig',
  11986.             ],
  11987.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11988.             'monolog.use_microseconds' => true,
  11989.             'monolog.swift_mailer.handlers' => [
  11990.             ],
  11991.             'monolog.handlers_to_channels' => [
  11992.                 'monolog.handler.console' => [
  11993.                     'type' => 'exclusive',
  11994.                     'elements' => [
  11995.                         => 'event',
  11996.                         => 'doctrine',
  11997.                     ],
  11998.                 ],
  11999.                 'monolog.handler.main' => [
  12000.                     'type' => 'exclusive',
  12001.                     'elements' => [
  12002.                         => 'event',
  12003.                     ],
  12004.                 ],
  12005.             ],
  12006.             'swiftmailer.mailer.default.transport.name' => 'accord_mandrill',
  12007.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  12008.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  12009.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  12010.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  12011.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  12012.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  12013.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  12014.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  12015.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  12016.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  12017.             ],
  12018.             'swiftmailer.mailer.default.spool.enabled' => false,
  12019.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  12020.             'swiftmailer.mailer.default.single_address' => NULL,
  12021.             'swiftmailer.mailer.default.delivery.enabled' => true,
  12022.             'swiftmailer.spool.enabled' => false,
  12023.             'swiftmailer.delivery.enabled' => true,
  12024.             'swiftmailer.single_address' => NULL,
  12025.             'swiftmailer.mailers' => [
  12026.                 'default' => 'swiftmailer.mailer.default',
  12027.             ],
  12028.             'swiftmailer.default_mailer' => 'default',
  12029.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12030.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  12031.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12032.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  12033.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  12034.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  12035.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  12036.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  12037.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  12038.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12039.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  12040.             'doctrine_cache.memcache.host' => 'localhost',
  12041.             'doctrine_cache.memcache.port' => 11211,
  12042.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12043.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  12044.             'doctrine_cache.memcached.host' => 'localhost',
  12045.             'doctrine_cache.memcached.port' => 11211,
  12046.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  12047.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  12048.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  12049.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  12050.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  12051.             'doctrine_cache.predis.scheme' => 'tcp',
  12052.             'doctrine_cache.predis.host' => 'localhost',
  12053.             'doctrine_cache.predis.port' => 6379,
  12054.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12055.             'doctrine_cache.redis.connection.class' => 'Redis',
  12056.             'doctrine_cache.redis.host' => 'localhost',
  12057.             'doctrine_cache.redis.port' => 6379,
  12058.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  12059.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  12060.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  12061.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  12062.             'doctrine_cache.riak.host' => 'localhost',
  12063.             'doctrine_cache.riak.port' => 8087,
  12064.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  12065.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  12066.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  12067.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12068.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12069.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12070.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  12071.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  12072.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  12073.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  12074.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  12075.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  12076.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  12077.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  12078.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  12079.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  12080.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  12081.             'doctrine.entity_managers' => [
  12082.                 'default' => 'doctrine.orm.default_entity_manager',
  12083.             ],
  12084.             'doctrine.default_entity_manager' => 'default',
  12085.             'doctrine.dbal.connection_factory.types' => [
  12086.             ],
  12087.             'doctrine.connections' => [
  12088.                 'default' => 'doctrine.dbal.default_connection',
  12089.             ],
  12090.             'doctrine.default_connection' => 'default',
  12091.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  12092.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  12093.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  12094.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12095.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12096.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12097.             'doctrine.orm.cache.memcache_host' => 'localhost',
  12098.             'doctrine.orm.cache.memcache_port' => 11211,
  12099.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  12100.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12101.             'doctrine.orm.cache.memcached_host' => 'localhost',
  12102.             'doctrine.orm.cache.memcached_port' => 11211,
  12103.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  12104.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12105.             'doctrine.orm.cache.redis_host' => 'localhost',
  12106.             'doctrine.orm.cache.redis_port' => 6379,
  12107.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  12108.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12109.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12110.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12111.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12112.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12113.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12114.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12115.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12116.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12117.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12118.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12119.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12120.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12121.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12122.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12123.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12124.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12125.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12126.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12127.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12128.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12129.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12130.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12131.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12132.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12133.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12134.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12135.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12136.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12137.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12138.             'fos_rest.format_listener.rules' => NULL,
  12139.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  12140.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  12141.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  12142.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  12143.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  12144.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  12145.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  12146.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  12147.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  12148.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  12149.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  12150.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  12151.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  12152.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  12153.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  12154.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  12155.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  12156.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  12157.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  12158.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  12159.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  12160.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  12161.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  12162.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  12163.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  12164.             'jms_serializer.json_serialization_visitor.options' => 1216,
  12165.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  12166.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  12167.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  12168.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  12169.             ],
  12170.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  12171.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  12172.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  12173.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  12174.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  12175.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  12176.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  12177.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  12178.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  12179.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  12180.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  12181.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  12182.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  12183.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  12184.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  12185.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  12186.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  12187.             'fos_user.backend_type_orm' => true,
  12188.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  12189.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  12190.             'fos_user.resetting.email.template' => 'Email/resetting.html.twig',
  12191.             'fos_user.registration.confirmation.template' => 'Email/registration.html.twig',
  12192.             'fos_user.registration.confirmation.from_email' => [
  12193.                 'info@oceanexpert.org' => 'OceanExpert Team',
  12194.             ],
  12195.             'fos_user.resetting.email.from_email' => [
  12196.                 'info@oceanexpert.org' => 'OceanExpert Team',
  12197.             ],
  12198.             'fos_user.storage' => 'orm',
  12199.             'fos_user.firewall_name' => 'main',
  12200.             'fos_user.model_manager_name' => NULL,
  12201.             'fos_user.model.user.class' => 'OceanExpertBundle\\Entity\\User',
  12202.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  12203.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  12204.             'fos_user.profile.form.validation_groups' => [
  12205.                 => 'Profile',
  12206.                 => 'Default',
  12207.             ],
  12208.             'fos_user.registration.confirmation.enabled' => true,
  12209.             'fos_user.registration.form.type' => 'OceanExpertBundle\\Utils\\Form\\Type\\RegistrationFormType',
  12210.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  12211.             'fos_user.registration.form.validation_groups' => [
  12212.                 => 'Registration',
  12213.                 => 'Default',
  12214.             ],
  12215.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  12216.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  12217.             'fos_user.change_password.form.validation_groups' => [
  12218.                 => 'ChangePassword',
  12219.                 => 'Default',
  12220.             ],
  12221.             'fos_user.resetting.retry_ttl' => 7200,
  12222.             'fos_user.resetting.token_ttl' => 1800,
  12223.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  12224.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  12225.             'fos_user.resetting.form.validation_groups' => [
  12226.                 => 'ResetPassword',
  12227.                 => 'Default',
  12228.             ],
  12229.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  12230.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  12231.             'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:twitter_bootstrap_v3_pagination.html.twig',
  12232.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  12233.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  12234.             'knp_paginator.page_range' => 5,
  12235.             'nelmio_cors.map' => [
  12236.                 '^/api/' => [
  12237.                     'allow_origin' => true,
  12238.                     'allow_headers' => true,
  12239.                     'allow_methods' => [
  12240.                         => 'POST',
  12241.                         => 'PUT',
  12242.                         => 'GET',
  12243.                         => 'DELETE',
  12244.                     ],
  12245.                     'max_age' => 3600,
  12246.                 ],
  12247.             ],
  12248.             'nelmio_cors.defaults' => [
  12249.                 'allow_origin' => true,
  12250.                 'allow_credentials' => false,
  12251.                 'allow_headers' => true,
  12252.                 'expose_headers' => [
  12253.                 ],
  12254.                 'allow_methods' => [
  12255.                     => 'GET',
  12256.                     => 'POST',
  12257.                     => 'PUT',
  12258.                     => 'DELETE',
  12259.                     => 'OPTIONS',
  12260.                 ],
  12261.                 'max_age' => 3600,
  12262.                 'hosts' => [
  12263.                 ],
  12264.                 'origin_regex' => false,
  12265.                 'forced_allow_origin_value' => NULL,
  12266.             ],
  12267.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  12268.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  12269.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  12270.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12271.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12272.             'web_profiler.debug_toolbar.mode' => 2,
  12273.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  12274.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  12275.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  12276.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  12277.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  12278.             'fos_js_routing.request_context_base_url' => NULL,
  12279.             'fos_js_routing.cache_control' => [
  12280.                 'enabled' => false,
  12281.             ],
  12282.             'lexik_jwt_authentication.token_ttl' => 3600,
  12283.             'lexik_jwt_authentication.clock_skew' => 0,
  12284.             'lexik_jwt_authentication.user_identity_field' => 'username',
  12285.             'lexik_jwt_authentication.allow_no_expiration' => false,
  12286.             'lexik_jwt_authentication.user_id_claim' => 'username',
  12287.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  12288.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  12289.             'doctrine.migrations.preferred_em' => 'default',
  12290.             'doctrine.migrations.preferred_connection' => NULL,
  12291.             'maker.compatible_check.doctrine.supports_attributes' => false,
  12292.             'data_collector.templates' => [
  12293.                 'data_collector.request' => [
  12294.                     => 'request',
  12295.                     => '@WebProfiler/Collector/request.html.twig',
  12296.                 ],
  12297.                 'data_collector.time' => [
  12298.                     => 'time',
  12299.                     => '@WebProfiler/Collector/time.html.twig',
  12300.                 ],
  12301.                 'data_collector.memory' => [
  12302.                     => 'memory',
  12303.                     => '@WebProfiler/Collector/memory.html.twig',
  12304.                 ],
  12305.                 'data_collector.validator' => [
  12306.                     => 'validator',
  12307.                     => '@WebProfiler/Collector/validator.html.twig',
  12308.                 ],
  12309.                 'data_collector.ajax' => [
  12310.                     => 'ajax',
  12311.                     => '@WebProfiler/Collector/ajax.html.twig',
  12312.                 ],
  12313.                 'data_collector.form' => [
  12314.                     => 'form',
  12315.                     => '@WebProfiler/Collector/form.html.twig',
  12316.                 ],
  12317.                 'data_collector.exception' => [
  12318.                     => 'exception',
  12319.                     => '@WebProfiler/Collector/exception.html.twig',
  12320.                 ],
  12321.                 'data_collector.logger' => [
  12322.                     => 'logger',
  12323.                     => '@WebProfiler/Collector/logger.html.twig',
  12324.                 ],
  12325.                 'data_collector.events' => [
  12326.                     => 'events',
  12327.                     => '@WebProfiler/Collector/events.html.twig',
  12328.                 ],
  12329.                 'data_collector.router' => [
  12330.                     => 'router',
  12331.                     => '@WebProfiler/Collector/router.html.twig',
  12332.                 ],
  12333.                 'data_collector.cache' => [
  12334.                     => 'cache',
  12335.                     => '@WebProfiler/Collector/cache.html.twig',
  12336.                 ],
  12337.                 'data_collector.translation' => [
  12338.                     => 'translation',
  12339.                     => '@WebProfiler/Collector/translation.html.twig',
  12340.                 ],
  12341.                 'data_collector.security' => [
  12342.                     => 'security',
  12343.                     => '@Security/Collector/security.html.twig',
  12344.                 ],
  12345.                 'data_collector.twig' => [
  12346.                     => 'twig',
  12347.                     => '@WebProfiler/Collector/twig.html.twig',
  12348.                 ],
  12349.                 'data_collector.doctrine' => [
  12350.                     => 'db',
  12351.                     => '@Doctrine/Collector/db.html.twig',
  12352.                 ],
  12353.                 'swiftmailer.data_collector' => [
  12354.                     => 'swiftmailer',
  12355.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  12356.                 ],
  12357.                 'data_collector.dump' => [
  12358.                     => 'dump',
  12359.                     => '@Debug/Profiler/dump.html.twig',
  12360.                 ],
  12361.                 'data_collector.config' => [
  12362.                     => 'config',
  12363.                     => '@WebProfiler/Collector/config.html.twig',
  12364.                 ],
  12365.             ],
  12366.             'console.command.ids' => [
  12367.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand',
  12368.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand',
  12369.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand',
  12370.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand',
  12371.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand',
  12372.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand',
  12373.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand',
  12374.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand',
  12375.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand',
  12376.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand',
  12377.                 10 => 'console.command.public_alias.doctrine_cache.contains_command',
  12378.                 11 => 'console.command.public_alias.doctrine_cache.delete_command',
  12379.                 12 => 'console.command.public_alias.doctrine_cache.flush_command',
  12380.                 13 => 'console.command.public_alias.doctrine_cache.stats_command',
  12381.             ],
  12382.         ];
  12383.     }
  12384.     protected function throw($message)
  12385.     {
  12386.         throw new RuntimeException($message);
  12387.     }
  12388. }
  12389. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  12390. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  12391. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  12392. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  12393. {
  12394.     /**
  12395.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  12396.      */
  12397.     private $valueHolderef147 null;
  12398.     /**
  12399.      * @var \Closure|null initializer responsible for generating the wrapped object
  12400.      */
  12401.     private $initializer18485 null;
  12402.     /**
  12403.      * @var bool[] map of public properties of the parent class
  12404.      */
  12405.     private static $publicProperties3b8fe = [
  12406.         
  12407.     ];
  12408.     public function getConnection()
  12409.     {
  12410.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getConnection', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12411.         return $this->valueHolderef147->getConnection();
  12412.     }
  12413.     public function getMetadataFactory()
  12414.     {
  12415.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getMetadataFactory', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12416.         return $this->valueHolderef147->getMetadataFactory();
  12417.     }
  12418.     public function getExpressionBuilder()
  12419.     {
  12420.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getExpressionBuilder', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12421.         return $this->valueHolderef147->getExpressionBuilder();
  12422.     }
  12423.     public function beginTransaction()
  12424.     {
  12425.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'beginTransaction', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12426.         return $this->valueHolderef147->beginTransaction();
  12427.     }
  12428.     public function getCache()
  12429.     {
  12430.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getCache', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12431.         return $this->valueHolderef147->getCache();
  12432.     }
  12433.     public function transactional($func)
  12434.     {
  12435.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'transactional', array('func' => $func), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12436.         return $this->valueHolderef147->transactional($func);
  12437.     }
  12438.     public function commit()
  12439.     {
  12440.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'commit', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12441.         return $this->valueHolderef147->commit();
  12442.     }
  12443.     public function rollback()
  12444.     {
  12445.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'rollback', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12446.         return $this->valueHolderef147->rollback();
  12447.     }
  12448.     public function getClassMetadata($className)
  12449.     {
  12450.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getClassMetadata', array('className' => $className), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12451.         return $this->valueHolderef147->getClassMetadata($className);
  12452.     }
  12453.     public function createQuery($dql '')
  12454.     {
  12455.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createQuery', array('dql' => $dql), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12456.         return $this->valueHolderef147->createQuery($dql);
  12457.     }
  12458.     public function createNamedQuery($name)
  12459.     {
  12460.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createNamedQuery', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12461.         return $this->valueHolderef147->createNamedQuery($name);
  12462.     }
  12463.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  12464.     {
  12465.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12466.         return $this->valueHolderef147->createNativeQuery($sql$rsm);
  12467.     }
  12468.     public function createNamedNativeQuery($name)
  12469.     {
  12470.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createNamedNativeQuery', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12471.         return $this->valueHolderef147->createNamedNativeQuery($name);
  12472.     }
  12473.     public function createQueryBuilder()
  12474.     {
  12475.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createQueryBuilder', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12476.         return $this->valueHolderef147->createQueryBuilder();
  12477.     }
  12478.     public function flush($entity null)
  12479.     {
  12480.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'flush', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12481.         return $this->valueHolderef147->flush($entity);
  12482.     }
  12483.     public function find($className$id$lockMode null$lockVersion null)
  12484.     {
  12485.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12486.         return $this->valueHolderef147->find($className$id$lockMode$lockVersion);
  12487.     }
  12488.     public function getReference($entityName$id)
  12489.     {
  12490.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12491.         return $this->valueHolderef147->getReference($entityName$id);
  12492.     }
  12493.     public function getPartialReference($entityName$identifier)
  12494.     {
  12495.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12496.         return $this->valueHolderef147->getPartialReference($entityName$identifier);
  12497.     }
  12498.     public function clear($entityName null)
  12499.     {
  12500.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'clear', array('entityName' => $entityName), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12501.         return $this->valueHolderef147->clear($entityName);
  12502.     }
  12503.     public function close()
  12504.     {
  12505.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'close', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12506.         return $this->valueHolderef147->close();
  12507.     }
  12508.     public function persist($entity)
  12509.     {
  12510.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'persist', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12511.         return $this->valueHolderef147->persist($entity);
  12512.     }
  12513.     public function remove($entity)
  12514.     {
  12515.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'remove', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12516.         return $this->valueHolderef147->remove($entity);
  12517.     }
  12518.     public function refresh($entity)
  12519.     {
  12520.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'refresh', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12521.         return $this->valueHolderef147->refresh($entity);
  12522.     }
  12523.     public function detach($entity)
  12524.     {
  12525.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'detach', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12526.         return $this->valueHolderef147->detach($entity);
  12527.     }
  12528.     public function merge($entity)
  12529.     {
  12530.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'merge', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12531.         return $this->valueHolderef147->merge($entity);
  12532.     }
  12533.     public function copy($entity$deep false)
  12534.     {
  12535.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12536.         return $this->valueHolderef147->copy($entity$deep);
  12537.     }
  12538.     public function lock($entity$lockMode$lockVersion null)
  12539.     {
  12540.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12541.         return $this->valueHolderef147->lock($entity$lockMode$lockVersion);
  12542.     }
  12543.     public function getRepository($entityName)
  12544.     {
  12545.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getRepository', array('entityName' => $entityName), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12546.         return $this->valueHolderef147->getRepository($entityName);
  12547.     }
  12548.     public function contains($entity)
  12549.     {
  12550.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'contains', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12551.         return $this->valueHolderef147->contains($entity);
  12552.     }
  12553.     public function getEventManager()
  12554.     {
  12555.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getEventManager', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12556.         return $this->valueHolderef147->getEventManager();
  12557.     }
  12558.     public function getConfiguration()
  12559.     {
  12560.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getConfiguration', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12561.         return $this->valueHolderef147->getConfiguration();
  12562.     }
  12563.     public function isOpen()
  12564.     {
  12565.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'isOpen', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12566.         return $this->valueHolderef147->isOpen();
  12567.     }
  12568.     public function getUnitOfWork()
  12569.     {
  12570.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getUnitOfWork', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12571.         return $this->valueHolderef147->getUnitOfWork();
  12572.     }
  12573.     public function getHydrator($hydrationMode)
  12574.     {
  12575.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12576.         return $this->valueHolderef147->getHydrator($hydrationMode);
  12577.     }
  12578.     public function newHydrator($hydrationMode)
  12579.     {
  12580.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12581.         return $this->valueHolderef147->newHydrator($hydrationMode);
  12582.     }
  12583.     public function getProxyFactory()
  12584.     {
  12585.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getProxyFactory', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12586.         return $this->valueHolderef147->getProxyFactory();
  12587.     }
  12588.     public function initializeObject($obj)
  12589.     {
  12590.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeObject', array('obj' => $obj), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12591.         return $this->valueHolderef147->initializeObject($obj);
  12592.     }
  12593.     public function getFilters()
  12594.     {
  12595.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getFilters', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12596.         return $this->valueHolderef147->getFilters();
  12597.     }
  12598.     public function isFiltersStateClean()
  12599.     {
  12600.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'isFiltersStateClean', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12601.         return $this->valueHolderef147->isFiltersStateClean();
  12602.     }
  12603.     public function hasFilters()
  12604.     {
  12605.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'hasFilters', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12606.         return $this->valueHolderef147->hasFilters();
  12607.     }
  12608.     /**
  12609.      * Constructor for lazy initialization
  12610.      *
  12611.      * @param \Closure|null $initializer
  12612.      */
  12613.     public static function staticProxyConstructor($initializer)
  12614.     {
  12615.         static $reflection;
  12616.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12617.         $instance   $reflection->newInstanceWithoutConstructor();
  12618.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12619.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12620.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  12621.         $instance->initializer18485 $initializer;
  12622.         return $instance;
  12623.     }
  12624.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  12625.     {
  12626.         static $reflection;
  12627.         if (! $this->valueHolderef147) {
  12628.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12629.             $this->valueHolderef147 $reflection->newInstanceWithoutConstructor();
  12630.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12631.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12632.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  12633.         }
  12634.         $this->valueHolderef147->__construct($conn$config$eventManager);
  12635.     }
  12636.     public function & __get($name)
  12637.     {
  12638.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__get', ['name' => $name], $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12639.         if (isset(self::$publicProperties3b8fe[$name])) {
  12640.             return $this->valueHolderef147->$name;
  12641.         }
  12642.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12643.         if (! $realInstanceReflection->hasProperty($name)) {
  12644.             $targetObject $this->valueHolderef147;
  12645.             $backtrace debug_backtrace(false1);
  12646.             trigger_error(
  12647.                 sprintf(
  12648.                     'Undefined property: %s::$%s in %s on line %s',
  12649.                     $realInstanceReflection->getName(),
  12650.                     $name,
  12651.                     $backtrace[0]['file'],
  12652.                     $backtrace[0]['line']
  12653.                 ),
  12654.                 \E_USER_NOTICE
  12655.             );
  12656.             return $targetObject->$name;
  12657.         }
  12658.         $targetObject $this->valueHolderef147;
  12659.         $accessor = function & () use ($targetObject$name) {
  12660.             return $targetObject->$name;
  12661.         };
  12662.         $backtrace debug_backtrace(true2);
  12663.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12664.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12665.         $returnValue = & $accessor();
  12666.         return $returnValue;
  12667.     }
  12668.     public function __set($name$value)
  12669.     {
  12670.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__set', array('name' => $name'value' => $value), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12671.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12672.         if (! $realInstanceReflection->hasProperty($name)) {
  12673.             $targetObject $this->valueHolderef147;
  12674.             $targetObject->$name $value;
  12675.             return $targetObject->$name;
  12676.         }
  12677.         $targetObject $this->valueHolderef147;
  12678.         $accessor = function & () use ($targetObject$name$value) {
  12679.             $targetObject->$name $value;
  12680.             return $targetObject->$name;
  12681.         };
  12682.         $backtrace debug_backtrace(true2);
  12683.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12684.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12685.         $returnValue = & $accessor();
  12686.         return $returnValue;
  12687.     }
  12688.     public function __isset($name)
  12689.     {
  12690.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__isset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12691.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12692.         if (! $realInstanceReflection->hasProperty($name)) {
  12693.             $targetObject $this->valueHolderef147;
  12694.             return isset($targetObject->$name);
  12695.         }
  12696.         $targetObject $this->valueHolderef147;
  12697.         $accessor = function () use ($targetObject$name) {
  12698.             return isset($targetObject->$name);
  12699.         };
  12700.         $backtrace debug_backtrace(true2);
  12701.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12702.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12703.         $returnValue $accessor();
  12704.         return $returnValue;
  12705.     }
  12706.     public function __unset($name)
  12707.     {
  12708.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__unset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12709.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12710.         if (! $realInstanceReflection->hasProperty($name)) {
  12711.             $targetObject $this->valueHolderef147;
  12712.             unset($targetObject->$name);
  12713.             return;
  12714.         }
  12715.         $targetObject $this->valueHolderef147;
  12716.         $accessor = function () use ($targetObject$name) {
  12717.             unset($targetObject->$name);
  12718.             return;
  12719.         };
  12720.         $backtrace debug_backtrace(true2);
  12721.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12722.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12723.         $accessor();
  12724.     }
  12725.     public function __clone()
  12726.     {
  12727.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__clone', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12728.         $this->valueHolderef147 = clone $this->valueHolderef147;
  12729.     }
  12730.     public function __sleep()
  12731.     {
  12732.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__sleep', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12733.         return array('valueHolderef147');
  12734.     }
  12735.     public function __wakeup()
  12736.     {
  12737.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12738.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12739.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  12740.     }
  12741.     public function setProxyInitializer(?\Closure $initializer null) : void
  12742.     {
  12743.         $this->initializer18485 $initializer;
  12744.     }
  12745.     public function getProxyInitializer() : ?\Closure
  12746.     {
  12747.         return $this->initializer18485;
  12748.     }
  12749.     public function initializeProxy() : bool
  12750.     {
  12751.         return $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeProxy', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12752.     }
  12753.     public function isProxyInitialized() : bool
  12754.     {
  12755.         return null !== $this->valueHolderef147;
  12756.     }
  12757.     public function getWrappedValueHolderValue()
  12758.     {
  12759.         return $this->valueHolderef147;
  12760.     }
  12761. }
  12762. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  12763. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  12764. class JMSSerializerAdapter_a5dd94b extends \FOS\RestBundle\Serializer\JMSSerializerAdapter implements \ProxyManager\Proxy\VirtualProxyInterface
  12765. {
  12766.     /**
  12767.      * @var \FOS\RestBundle\Serializer\JMSSerializerAdapter|null wrapped object, if the proxy is initialized
  12768.      */
  12769.     private $valueHolderef147 null;
  12770.     /**
  12771.      * @var \Closure|null initializer responsible for generating the wrapped object
  12772.      */
  12773.     private $initializer18485 null;
  12774.     /**
  12775.      * @var bool[] map of public properties of the parent class
  12776.      */
  12777.     private static $publicProperties3b8fe = [
  12778.         
  12779.     ];
  12780.     public function serialize($data$format, \FOS\RestBundle\Context\Context $context)
  12781.     {
  12782.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'serialize', array('data' => $data'format' => $format'context' => $context), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12783.         return $this->valueHolderef147->serialize($data$format$context);
  12784.     }
  12785.     public function deserialize($data$type$format, \FOS\RestBundle\Context\Context $context)
  12786.     {
  12787.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'deserialize', array('data' => $data'type' => $type'format' => $format'context' => $context), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12788.         return $this->valueHolderef147->deserialize($data$type$format$context);
  12789.     }
  12790.     /**
  12791.      * Constructor for lazy initialization
  12792.      *
  12793.      * @param \Closure|null $initializer
  12794.      */
  12795.     public static function staticProxyConstructor($initializer)
  12796.     {
  12797.         static $reflection;
  12798.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12799.         $instance   $reflection->newInstanceWithoutConstructor();
  12800.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12801.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12802.         }, $instance'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($instance);
  12803.         $instance->initializer18485 $initializer;
  12804.         return $instance;
  12805.     }
  12806.     public function __construct(\JMS\Serializer\SerializerInterface $serializer, ?\JMS\Serializer\ContextFactory\SerializationContextFactoryInterface $serializationContextFactory null, ?\JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface $deserializationContextFactory null)
  12807.     {
  12808.         static $reflection;
  12809.         if (! $this->valueHolderef147) {
  12810.             $reflection $reflection ?? new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12811.             $this->valueHolderef147 $reflection->newInstanceWithoutConstructor();
  12812.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12813.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12814.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  12815.         }
  12816.         $this->valueHolderef147->__construct($serializer$serializationContextFactory$deserializationContextFactory);
  12817.     }
  12818.     public function & __get($name)
  12819.     {
  12820.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__get', ['name' => $name], $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12821.         if (isset(self::$publicProperties3b8fe[$name])) {
  12822.             return $this->valueHolderef147->$name;
  12823.         }
  12824.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12825.         if (! $realInstanceReflection->hasProperty($name)) {
  12826.             $targetObject $this->valueHolderef147;
  12827.             $backtrace debug_backtrace(false1);
  12828.             trigger_error(
  12829.                 sprintf(
  12830.                     'Undefined property: %s::$%s in %s on line %s',
  12831.                     $realInstanceReflection->getName(),
  12832.                     $name,
  12833.                     $backtrace[0]['file'],
  12834.                     $backtrace[0]['line']
  12835.                 ),
  12836.                 \E_USER_NOTICE
  12837.             );
  12838.             return $targetObject->$name;
  12839.         }
  12840.         $targetObject $this->valueHolderef147;
  12841.         $accessor = function & () use ($targetObject$name) {
  12842.             return $targetObject->$name;
  12843.         };
  12844.         $backtrace debug_backtrace(true2);
  12845.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12846.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12847.         $returnValue = & $accessor();
  12848.         return $returnValue;
  12849.     }
  12850.     public function __set($name$value)
  12851.     {
  12852.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__set', array('name' => $name'value' => $value), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12853.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12854.         if (! $realInstanceReflection->hasProperty($name)) {
  12855.             $targetObject $this->valueHolderef147;
  12856.             $targetObject->$name $value;
  12857.             return $targetObject->$name;
  12858.         }
  12859.         $targetObject $this->valueHolderef147;
  12860.         $accessor = function & () use ($targetObject$name$value) {
  12861.             $targetObject->$name $value;
  12862.             return $targetObject->$name;
  12863.         };
  12864.         $backtrace debug_backtrace(true2);
  12865.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12866.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12867.         $returnValue = & $accessor();
  12868.         return $returnValue;
  12869.     }
  12870.     public function __isset($name)
  12871.     {
  12872.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__isset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12873.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12874.         if (! $realInstanceReflection->hasProperty($name)) {
  12875.             $targetObject $this->valueHolderef147;
  12876.             return isset($targetObject->$name);
  12877.         }
  12878.         $targetObject $this->valueHolderef147;
  12879.         $accessor = function () use ($targetObject$name) {
  12880.             return isset($targetObject->$name);
  12881.         };
  12882.         $backtrace debug_backtrace(true2);
  12883.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12884.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12885.         $returnValue $accessor();
  12886.         return $returnValue;
  12887.     }
  12888.     public function __unset($name)
  12889.     {
  12890.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__unset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12891.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12892.         if (! $realInstanceReflection->hasProperty($name)) {
  12893.             $targetObject $this->valueHolderef147;
  12894.             unset($targetObject->$name);
  12895.             return;
  12896.         }
  12897.         $targetObject $this->valueHolderef147;
  12898.         $accessor = function () use ($targetObject$name) {
  12899.             unset($targetObject->$name);
  12900.             return;
  12901.         };
  12902.         $backtrace debug_backtrace(true2);
  12903.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12904.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12905.         $accessor();
  12906.     }
  12907.     public function __clone()
  12908.     {
  12909.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__clone', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12910.         $this->valueHolderef147 = clone $this->valueHolderef147;
  12911.     }
  12912.     public function __sleep()
  12913.     {
  12914.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__sleep', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12915.         return array('valueHolderef147');
  12916.     }
  12917.     public function __wakeup()
  12918.     {
  12919.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12920.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12921.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  12922.     }
  12923.     public function setProxyInitializer(?\Closure $initializer null) : void
  12924.     {
  12925.         $this->initializer18485 $initializer;
  12926.     }
  12927.     public function getProxyInitializer() : ?\Closure
  12928.     {
  12929.         return $this->initializer18485;
  12930.     }
  12931.     public function initializeProxy() : bool
  12932.     {
  12933.         return $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeProxy', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12934.     }
  12935.     public function isProxyInitialized() : bool
  12936.     {
  12937.         return null !== $this->valueHolderef147;
  12938.     }
  12939.     public function getWrappedValueHolderValue()
  12940.     {
  12941.         return $this->valueHolderef147;
  12942.     }
  12943. }
  12944. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  12945. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  12946. class Paginator_f262b94 extends \Knp\Component\Pager\Paginator implements \ProxyManager\Proxy\VirtualProxyInterface
  12947. {
  12948.     /**
  12949.      * @var \Knp\Component\Pager\Paginator|null wrapped object, if the proxy is initialized
  12950.      */
  12951.     private $valueHolderef147 null;
  12952.     /**
  12953.      * @var \Closure|null initializer responsible for generating the wrapped object
  12954.      */
  12955.     private $initializer18485 null;
  12956.     /**
  12957.      * @var bool[] map of public properties of the parent class
  12958.      */
  12959.     private static $publicProperties3b8fe = [
  12960.         
  12961.     ];
  12962.     public function setDefaultPaginatorOptions(array $options)
  12963.     {
  12964.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'setDefaultPaginatorOptions', array('options' => $options), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12965.         return $this->valueHolderef147->setDefaultPaginatorOptions($options);
  12966.     }
  12967.     public function paginate($target$page 1$limit 10, array $options = [])
  12968.     {
  12969.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12970.         return $this->valueHolderef147->paginate($target$page$limit$options);
  12971.     }
  12972.     public function subscribe(\Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
  12973.     {
  12974.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'subscribe', array('subscriber' => $subscriber), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12975.         return $this->valueHolderef147->subscribe($subscriber);
  12976.     }
  12977.     public function connect($eventName$listener$priority 0)
  12978.     {
  12979.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'connect', array('eventName' => $eventName'listener' => $listener'priority' => $priority), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12980.         return $this->valueHolderef147->connect($eventName$listener$priority);
  12981.     }
  12982.     /**
  12983.      * Constructor for lazy initialization
  12984.      *
  12985.      * @param \Closure|null $initializer
  12986.      */
  12987.     public static function staticProxyConstructor($initializer)
  12988.     {
  12989.         static $reflection;
  12990.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12991.         $instance   $reflection->newInstanceWithoutConstructor();
  12992.         unset($instance->eventDispatcher$instance->defaultOptions);
  12993.         $instance->initializer18485 $initializer;
  12994.         return $instance;
  12995.     }
  12996.     public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher null)
  12997.     {
  12998.         static $reflection;
  12999.         if (! $this->valueHolderef147) {
  13000.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13001.             $this->valueHolderef147 $reflection->newInstanceWithoutConstructor();
  13002.         unset($this->eventDispatcher$this->defaultOptions);
  13003.         }
  13004.         $this->valueHolderef147->__construct($eventDispatcher);
  13005.     }
  13006.     public function & __get($name)
  13007.     {
  13008.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__get', ['name' => $name], $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13009.         if (isset(self::$publicProperties3b8fe[$name])) {
  13010.             return $this->valueHolderef147->$name;
  13011.         }
  13012.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13013.         if (! $realInstanceReflection->hasProperty($name)) {
  13014.             $targetObject $this->valueHolderef147;
  13015.             $backtrace debug_backtrace(false1);
  13016.             trigger_error(
  13017.                 sprintf(
  13018.                     'Undefined property: %s::$%s in %s on line %s',
  13019.                     $realInstanceReflection->getName(),
  13020.                     $name,
  13021.                     $backtrace[0]['file'],
  13022.                     $backtrace[0]['line']
  13023.                 ),
  13024.                 \E_USER_NOTICE
  13025.             );
  13026.             return $targetObject->$name;
  13027.         }
  13028.         $targetObject $this->valueHolderef147;
  13029.         $accessor = function & () use ($targetObject$name) {
  13030.             return $targetObject->$name;
  13031.         };
  13032.         $backtrace debug_backtrace(true2);
  13033.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13034.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13035.         $returnValue = & $accessor();
  13036.         return $returnValue;
  13037.     }
  13038.     public function __set($name$value)
  13039.     {
  13040.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__set', array('name' => $name'value' => $value), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13041.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13042.         if (! $realInstanceReflection->hasProperty($name)) {
  13043.             $targetObject $this->valueHolderef147;
  13044.             $targetObject->$name $value;
  13045.             return $targetObject->$name;
  13046.         }
  13047.         $targetObject $this->valueHolderef147;
  13048.         $accessor = function & () use ($targetObject$name$value) {
  13049.             $targetObject->$name $value;
  13050.             return $targetObject->$name;
  13051.         };
  13052.         $backtrace debug_backtrace(true2);
  13053.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13054.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13055.         $returnValue = & $accessor();
  13056.         return $returnValue;
  13057.     }
  13058.     public function __isset($name)
  13059.     {
  13060.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__isset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13061.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13062.         if (! $realInstanceReflection->hasProperty($name)) {
  13063.             $targetObject $this->valueHolderef147;
  13064.             return isset($targetObject->$name);
  13065.         }
  13066.         $targetObject $this->valueHolderef147;
  13067.         $accessor = function () use ($targetObject$name) {
  13068.             return isset($targetObject->$name);
  13069.         };
  13070.         $backtrace debug_backtrace(true2);
  13071.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13072.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13073.         $returnValue $accessor();
  13074.         return $returnValue;
  13075.     }
  13076.     public function __unset($name)
  13077.     {
  13078.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__unset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13079.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13080.         if (! $realInstanceReflection->hasProperty($name)) {
  13081.             $targetObject $this->valueHolderef147;
  13082.             unset($targetObject->$name);
  13083.             return;
  13084.         }
  13085.         $targetObject $this->valueHolderef147;
  13086.         $accessor = function () use ($targetObject$name) {
  13087.             unset($targetObject->$name);
  13088.             return;
  13089.         };
  13090.         $backtrace debug_backtrace(true2);
  13091.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13092.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13093.         $accessor();
  13094.     }
  13095.     public function __clone()
  13096.     {
  13097.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__clone', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13098.         $this->valueHolderef147 = clone $this->valueHolderef147;
  13099.     }
  13100.     public function __sleep()
  13101.     {
  13102.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__sleep', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13103.         return array('valueHolderef147');
  13104.     }
  13105.     public function __wakeup()
  13106.     {
  13107.         unset($this->eventDispatcher$this->defaultOptions);
  13108.     }
  13109.     public function setProxyInitializer(?\Closure $initializer null) : void
  13110.     {
  13111.         $this->initializer18485 $initializer;
  13112.     }
  13113.     public function getProxyInitializer() : ?\Closure
  13114.     {
  13115.         return $this->initializer18485;
  13116.     }
  13117.     public function initializeProxy() : bool
  13118.     {
  13119.         return $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeProxy', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13120.     }
  13121.     public function isProxyInitialized() : bool
  13122.     {
  13123.         return null !== $this->valueHolderef147;
  13124.     }
  13125.     public function getWrappedValueHolderValue()
  13126.     {
  13127.         return $this->valueHolderef147;
  13128.     }
  13129. }