var/cache/dev/ContainerY4Z2jo7/appAppKernelDevDebugContainer.php line 12090

Open in your IDE?
  1. <?php
  2. namespace ContainerY4Z2jo7;
  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\\MaxEmailsToMandrillCommand' => 'getMaxEmailsToMandrillCommandService',
  82.             'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => 'getProcessQueuedMailFilesCommandService',
  83.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => 'getReportGroupInactiveMembersCommandService',
  84.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => 'getReportRejectedMailsCommandService',
  85.             'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => 'getSendEmailsToMandrillCommandService',
  86.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  87.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  88.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  89.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  90.             'console.command_loader' => 'getConsole_CommandLoaderService',
  91.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  92.             'data_collector.dump' => 'getDataCollector_DumpService',
  93.             'doctrine' => 'getDoctrineService',
  94.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  95.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  96.             'error_controller' => 'getErrorControllerService',
  97.             'event_dispatcher' => 'getEventDispatcherService',
  98.             'filesystem' => 'getFilesystemService',
  99.             'form.factory' => 'getForm_FactoryService',
  100.             'form.type.file' => 'getForm_Type_FileService',
  101.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  102.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  103.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  104.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  105.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  106.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  107.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  108.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  109.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  110.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  111.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  112.             'http_kernel' => 'getHttpKernelService',
  113.             'jms_serializer' => 'getJmsSerializerService',
  114.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService',
  115.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService',
  116.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService',
  117.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  118.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService',
  119.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService',
  120.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  121.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  122.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  123.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  124.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  125.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService',
  126.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  127.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService',
  128.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  129.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  130.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  131.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  132.             'knp_paginator' => 'getKnpPaginatorService',
  133.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  134.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  135.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  136.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  137.             'profiler' => 'getProfilerService',
  138.             'request_stack' => 'getRequestStackService',
  139.             'router' => 'getRouterService',
  140.             'routing.loader' => 'getRouting_LoaderService',
  141.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  142.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  143.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  144.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  145.             'security.token_storage' => 'getSecurity_TokenStorageService',
  146.             'services_resetter' => 'getServicesResetterService',
  147.             'session' => 'getSessionService',
  148.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  149.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  150.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  151.             'templating' => 'getTemplatingService',
  152.             'templating.loader' => 'getTemplating_LoaderService',
  153.             'test.client' => 'getTest_ClientService',
  154.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  155.             'test.service_container' => 'getTest_ServiceContainerService',
  156.             'translator' => 'getTranslatorService',
  157.             'twig' => 'getTwigService',
  158.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  159.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  160.             'validator' => 'getValidatorService',
  161.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  162.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  163.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  164.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  165.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  166.         ];
  167.         $this->aliases = [
  168.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  169.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  170.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  171.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  172.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  173.             'database_connection' => 'doctrine.dbal.default_connection',
  174.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  175.             'mailer' => 'swiftmailer.mailer.default',
  176.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  177.         ];
  178.         $this->privates['service_container'] = function () {
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php';
  185.             include_once \dirname(__DIR__4).'/app/AppKernel.php';
  186.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  188.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  189.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/ByteConversionTwigExtension.php';
  190.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/FileExtension.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php';
  205.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/UrlHelper.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractTestSessionListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfExtension.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/LegacyTranslatorProxy.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ProxyTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/PhpArrayTrait.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  426.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/JsonpHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  436.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  439.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  454.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  459.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  465.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  466.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  468.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  472.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  475.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  476.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  478.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  479.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  481.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  482.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  483.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  485.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  486.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  487.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  489.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  490.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  491.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  492.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  528.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  548.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  551.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  554.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  555.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  558.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  566.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  567.         };
  568.     }
  569.     public function compile(): void
  570.     {
  571.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  572.     }
  573.     public function isCompiled(): bool
  574.     {
  575.         return true;
  576.     }
  577.     public function getRemovedIds(): array
  578.     {
  579.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  580.     }
  581.     protected function createProxy($class, \Closure $factory)
  582.     {
  583.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  584.         return $factory();
  585.     }
  586.     /**
  587.      * Gets the public 'OceanExpertBundle\Controller\AdminController' shared autowired service.
  588.      *
  589.      * @return \OceanExpertBundle\Controller\AdminController
  590.      */
  591.     protected function getAdminControllerService()
  592.     {
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  595.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/AdminController.php';
  596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  597.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  598.         $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()));
  599.         $instance->setContainer($this);
  600.         return $instance;
  601.     }
  602.     /**
  603.      * Gets the public 'OceanExpertBundle\Controller\ApiController' shared autowired service.
  604.      *
  605.      * @return \OceanExpertBundle\Controller\ApiController
  606.      */
  607.     protected function getApiControllerService()
  608.     {
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  610.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  611.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ApiController.php';
  612.         $this->services['OceanExpertBundle\\Controller\\ApiController'] = $instance = new \OceanExpertBundle\Controller\ApiController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  613.         $instance->setContainer($this);
  614.         return $instance;
  615.     }
  616.     /**
  617.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiDocumentController' shared autowired service.
  618.      *
  619.      * @return \OceanExpertBundle\Controller\Api\ApiDocumentController
  620.      */
  621.     protected function getApiDocumentControllerService()
  622.     {
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  624.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  626.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  627.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiDocumentController.php';
  628.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiDocumentController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiDocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  629.         $instance->setContainer($this);
  630.         return $instance;
  631.     }
  632.     /**
  633.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiEventController' shared autowired service.
  634.      *
  635.      * @return \OceanExpertBundle\Controller\Api\ApiEventController
  636.      */
  637.     protected function getApiEventControllerService()
  638.     {
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  641.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  642.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  643.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiEventController.php';
  644.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiEventController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiEventController();
  645.         $instance->setContainer($this);
  646.         return $instance;
  647.     }
  648.     /**
  649.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiExpertController' shared autowired service.
  650.      *
  651.      * @return \OceanExpertBundle\Controller\Api\ApiExpertController
  652.      */
  653.     protected function getApiExpertControllerService()
  654.     {
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  658.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  659.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiExpertController.php';
  660.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiExpertController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiExpertController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  661.         $instance->setContainer($this);
  662.         return $instance;
  663.     }
  664.     /**
  665.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiGroupController' shared autowired service.
  666.      *
  667.      * @return \OceanExpertBundle\Controller\Api\ApiGroupController
  668.      */
  669.     protected function getApiGroupControllerService()
  670.     {
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  674.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  675.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiGroupController.php';
  676.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiGroupController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiGroupController();
  677.         $instance->setContainer($this);
  678.         return $instance;
  679.     }
  680.     /**
  681.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiInstitutionController' shared autowired service.
  682.      *
  683.      * @return \OceanExpertBundle\Controller\Api\ApiInstitutionController
  684.      */
  685.     protected function getApiInstitutionControllerService()
  686.     {
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  688.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  689.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  690.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  691.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiInstitutionController.php';
  692.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiInstitutionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiInstitutionController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  693.         $instance->setContainer($this);
  694.         return $instance;
  695.     }
  696.     /**
  697.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiRegionController' shared autowired service.
  698.      *
  699.      * @return \OceanExpertBundle\Controller\Api\ApiRegionController
  700.      */
  701.     protected function getApiRegionControllerService()
  702.     {
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  705.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  706.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  707.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiRegionController.php';
  708.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiRegionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiRegionController();
  709.         $instance->setContainer($this);
  710.         return $instance;
  711.     }
  712.     /**
  713.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiReportsController' shared autowired service.
  714.      *
  715.      * @return \OceanExpertBundle\Controller\Api\ApiReportsController
  716.      */
  717.     protected function getApiReportsControllerService()
  718.     {
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  721.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  722.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  723.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiReportsController.php';
  724.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiReportsController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiReportsController();
  725.         $instance->setContainer($this);
  726.         return $instance;
  727.     }
  728.     /**
  729.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiSearchController' shared autowired service.
  730.      *
  731.      * @return \OceanExpertBundle\Controller\Api\ApiSearchController
  732.      */
  733.     protected function getApiSearchControllerService()
  734.     {
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  736.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  738.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  739.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiSearchController.php';
  740.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiSearchController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiSearchController();
  741.         $instance->setContainer($this);
  742.         return $instance;
  743.     }
  744.     /**
  745.      * Gets the public 'OceanExpertBundle\Controller\ChangePasswordController' shared autowired service.
  746.      *
  747.      * @return \OceanExpertBundle\Controller\ChangePasswordController
  748.      */
  749.     protected function getChangePasswordControllerService()
  750.     {
  751.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  753.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ChangePasswordController.php';
  754.         $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()));
  755.         $instance->setContainer($this);
  756.         return $instance;
  757.     }
  758.     /**
  759.      * Gets the public 'OceanExpertBundle\Controller\CountriesController' shared autowired service.
  760.      *
  761.      * @return \OceanExpertBundle\Controller\CountriesController
  762.      */
  763.     protected function getCountriesControllerService()
  764.     {
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  767.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CountriesController.php';
  768.         $this->services['OceanExpertBundle\\Controller\\CountriesController'] = $instance = new \OceanExpertBundle\Controller\CountriesController();
  769.         $instance->setContainer($this);
  770.         return $instance;
  771.     }
  772.     /**
  773.      * Gets the public 'OceanExpertBundle\Controller\CronsController' shared autowired service.
  774.      *
  775.      * @return \OceanExpertBundle\Controller\CronsController
  776.      */
  777.     protected function getCronsControllerService()
  778.     {
  779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  781.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CronsController.php';
  782.         $this->services['OceanExpertBundle\\Controller\\CronsController'] = $instance = new \OceanExpertBundle\Controller\CronsController();
  783.         $instance->setContainer($this);
  784.         return $instance;
  785.     }
  786.     /**
  787.      * Gets the public 'OceanExpertBundle\Controller\DashboardController' shared autowired service.
  788.      *
  789.      * @return \OceanExpertBundle\Controller\DashboardController
  790.      */
  791.     protected function getDashboardControllerService()
  792.     {
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  795.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DashboardController.php';
  796.         $this->services['OceanExpertBundle\\Controller\\DashboardController'] = $instance = new \OceanExpertBundle\Controller\DashboardController();
  797.         $instance->setContainer($this);
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public 'OceanExpertBundle\Controller\DefaultController' shared autowired service.
  802.      *
  803.      * @return \OceanExpertBundle\Controller\DefaultController
  804.      */
  805.     protected function getDefaultControllerService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  809.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DefaultController.php';
  810.         $this->services['OceanExpertBundle\\Controller\\DefaultController'] = $instance = new \OceanExpertBundle\Controller\DefaultController();
  811.         $instance->setContainer($this);
  812.         return $instance;
  813.     }
  814.     /**
  815.      * Gets the public 'OceanExpertBundle\Controller\DocumentController' shared autowired service.
  816.      *
  817.      * @return \OceanExpertBundle\Controller\DocumentController
  818.      */
  819.     protected function getDocumentControllerService()
  820.     {
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  822.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  823.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DocumentController.php';
  824.         $this->services['OceanExpertBundle\\Controller\\DocumentController'] = $instance = new \OceanExpertBundle\Controller\DocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  825.         $instance->setContainer($this);
  826.         return $instance;
  827.     }
  828.     /**
  829.      * Gets the public 'OceanExpertBundle\Controller\EventController' shared autowired service.
  830.      *
  831.      * @return \OceanExpertBundle\Controller\EventController
  832.      */
  833.     protected function getEventControllerService()
  834.     {
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  837.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/EventController.php';
  838.         $this->services['OceanExpertBundle\\Controller\\EventController'] = $instance = new \OceanExpertBundle\Controller\EventController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  839.         $instance->setContainer($this);
  840.         return $instance;
  841.     }
  842.     /**
  843.      * Gets the public 'OceanExpertBundle\Controller\ExceptionController' shared autowired service.
  844.      *
  845.      * @return \OceanExpertBundle\Controller\ExceptionController
  846.      */
  847.     protected function getExceptionControllerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  851.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ExceptionController.php';
  852.         $this->services['OceanExpertBundle\\Controller\\ExceptionController'] = $instance = new \OceanExpertBundle\Controller\ExceptionController();
  853.         $instance->setContainer($this);
  854.         return $instance;
  855.     }
  856.     /**
  857.      * Gets the public 'OceanExpertBundle\Controller\GroupController' shared autowired service.
  858.      *
  859.      * @return \OceanExpertBundle\Controller\GroupController
  860.      */
  861.     protected function getGroupControllerService()
  862.     {
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  864.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  865.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/GroupController.php';
  866.         $this->services['OceanExpertBundle\\Controller\\GroupController'] = $instance = new \OceanExpertBundle\Controller\GroupController();
  867.         $instance->setContainer($this);
  868.         return $instance;
  869.     }
  870.     /**
  871.      * Gets the public 'OceanExpertBundle\Controller\InstitutionController' shared autowired service.
  872.      *
  873.      * @return \OceanExpertBundle\Controller\InstitutionController
  874.      */
  875.     protected function getInstitutionControllerService()
  876.     {
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  878.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  879.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/InstitutionController.php';
  880.         $this->services['OceanExpertBundle\\Controller\\InstitutionController'] = $instance = new \OceanExpertBundle\Controller\InstitutionController();
  881.         $instance->setContainer($this);
  882.         return $instance;
  883.     }
  884.     /**
  885.      * Gets the public 'OceanExpertBundle\Controller\LmeController' shared autowired service.
  886.      *
  887.      * @return \OceanExpertBundle\Controller\LmeController
  888.      */
  889.     protected function getLmeControllerService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  892.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  893.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/LmeController.php';
  894.         $this->services['OceanExpertBundle\\Controller\\LmeController'] = $instance = new \OceanExpertBundle\Controller\LmeController();
  895.         $instance->setContainer($this);
  896.         return $instance;
  897.     }
  898.     /**
  899.      * Gets the public 'OceanExpertBundle\Controller\MailsController' shared autowired service.
  900.      *
  901.      * @return \OceanExpertBundle\Controller\MailsController
  902.      */
  903.     protected function getMailsControllerService()
  904.     {
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  907.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MailsController.php';
  908.         $this->services['OceanExpertBundle\\Controller\\MailsController'] = $instance = new \OceanExpertBundle\Controller\MailsController();
  909.         $instance->setContainer($this);
  910.         return $instance;
  911.     }
  912.     /**
  913.      * Gets the public 'OceanExpertBundle\Controller\MessageController' shared autowired service.
  914.      *
  915.      * @return \OceanExpertBundle\Controller\MessageController
  916.      */
  917.     protected function getMessageControllerService()
  918.     {
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  921.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MessageController.php';
  922.         $this->services['OceanExpertBundle\\Controller\\MessageController'] = $instance = new \OceanExpertBundle\Controller\MessageController();
  923.         $instance->setContainer($this);
  924.         return $instance;
  925.     }
  926.     /**
  927.      * Gets the public 'OceanExpertBundle\Controller\ProfileController' shared autowired service.
  928.      *
  929.      * @return \OceanExpertBundle\Controller\ProfileController
  930.      */
  931.     protected function getProfileControllerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  934.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  935.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ProfileController.php';
  936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  937.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  938.         $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()));
  939.         $instance->setContainer($this);
  940.         return $instance;
  941.     }
  942.     /**
  943.      * Gets the public 'OceanExpertBundle\Controller\RegionController' shared autowired service.
  944.      *
  945.      * @return \OceanExpertBundle\Controller\RegionController
  946.      */
  947.     protected function getRegionControllerService()
  948.     {
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  950.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  951.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegionController.php';
  952.         $this->services['OceanExpertBundle\\Controller\\RegionController'] = $instance = new \OceanExpertBundle\Controller\RegionController();
  953.         $instance->setContainer($this);
  954.         return $instance;
  955.     }
  956.     /**
  957.      * Gets the public 'OceanExpertBundle\Controller\RegistrationController' shared autowired service.
  958.      *
  959.      * @return \OceanExpertBundle\Controller\RegistrationController
  960.      */
  961.     protected function getRegistrationControllerService()
  962.     {
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  965.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegistrationController.php';
  966.         $this->services['OceanExpertBundle\\Controller\\RegistrationController'] = $instance = new \OceanExpertBundle\Controller\RegistrationController();
  967.         $instance->setContainer($this);
  968.         return $instance;
  969.     }
  970.     /**
  971.      * Gets the public 'OceanExpertBundle\Controller\ResettingController' shared autowired service.
  972.      *
  973.      * @return \OceanExpertBundle\Controller\ResettingController
  974.      */
  975.     protected function getResettingControllerService()
  976.     {
  977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  978.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  979.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ResettingController.php';
  980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  981.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  982.         $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()));
  983.         $instance->setContainer($this);
  984.         return $instance;
  985.     }
  986.     /**
  987.      * Gets the public 'OceanExpertBundle\Controller\SearchController' shared autowired service.
  988.      *
  989.      * @return \OceanExpertBundle\Controller\SearchController
  990.      */
  991.     protected function getSearchControllerService()
  992.     {
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  994.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  995.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SearchController.php';
  996.         $this->services['OceanExpertBundle\\Controller\\SearchController'] = $instance = new \OceanExpertBundle\Controller\SearchController();
  997.         $instance->setContainer($this);
  998.         return $instance;
  999.     }
  1000.     /**
  1001.      * Gets the public 'OceanExpertBundle\Controller\SecurityController' shared autowired service.
  1002.      *
  1003.      * @return \OceanExpertBundle\Controller\SecurityController
  1004.      */
  1005.     protected function getSecurityControllerService()
  1006.     {
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1008.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  1009.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SecurityController.php';
  1010.         $this->services['OceanExpertBundle\\Controller\\SecurityController'] = $instance = new \OceanExpertBundle\Controller\SecurityController();
  1011.         $instance->setContainer($this);
  1012.         return $instance;
  1013.     }
  1014.     /**
  1015.      * Gets the public 'OceanExpertBundle\Controller\UserController' shared autowired service.
  1016.      *
  1017.      * @return \OceanExpertBundle\Controller\UserController
  1018.      */
  1019.     protected function getUserControllerService()
  1020.     {
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  1023.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/UserController.php';
  1024.         $this->services['OceanExpertBundle\\Controller\\UserController'] = $instance = new \OceanExpertBundle\Controller\UserController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1025.         $instance->setContainer($this);
  1026.         return $instance;
  1027.     }
  1028.     /**
  1029.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1030.      *
  1031.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1032.      */
  1033.     protected function getRedirectControllerService()
  1034.     {
  1035.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php';
  1036.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1037.     }
  1038.     /**
  1039.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1040.      *
  1041.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1042.      */
  1043.     protected function getTemplateControllerService()
  1044.     {
  1045.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php';
  1046.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1047.     }
  1048.     /**
  1049.      * Gets the public 'cache.app' shared service.
  1050.      *
  1051.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1052.      */
  1053.     protected function getCache_AppService()
  1054.     {
  1055.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  1056.     }
  1057.     /**
  1058.      * Gets the public 'cache.app_clearer' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1061.      */
  1062.     protected function getCache_AppClearerService()
  1063.     {
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1066.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1067.     }
  1068.     /**
  1069.      * Gets the public 'cache.global_clearer' shared service.
  1070.      *
  1071.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1072.      */
  1073.     protected function getCache_GlobalClearerService()
  1074.     {
  1075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1076.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1077.         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())]);
  1078.     }
  1079.     /**
  1080.      * Gets the public 'cache.system' shared service.
  1081.      *
  1082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1083.      */
  1084.     protected function getCache_SystemService()
  1085.     {
  1086.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  1087.     }
  1088.     /**
  1089.      * Gets the public 'cache.system_clearer' shared service.
  1090.      *
  1091.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1092.      */
  1093.     protected function getCache_SystemClearerService()
  1094.     {
  1095.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1097.         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())]);
  1098.     }
  1099.     /**
  1100.      * Gets the public 'cache_clearer' shared service.
  1101.      *
  1102.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1103.      */
  1104.     protected function getCacheClearerService()
  1105.     {
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1107.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php';
  1108.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1109.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1110.         }, 1));
  1111.     }
  1112.     /**
  1113.      * Gets the public 'cache_warmer' shared service.
  1114.      *
  1115.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1116.      */
  1117.     protected function getCacheWarmerService()
  1118.     {
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php';
  1121.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1122.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1123.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1124.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1125.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1126.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1127.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1128.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1129.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1130.         }, 8), true, ($this->targetDir.''.'/appAppKernelDevDebugContainerDeprecations.log'));
  1131.     }
  1132.     /**
  1133.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand' shared autowired service.
  1134.      *
  1135.      * @return \OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand
  1136.      */
  1137.     protected function getCheckMandrillForEmailStatusCommandService()
  1138.     {
  1139.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1140.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForEmailStatusCommand.php';
  1141.         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()));
  1142.     }
  1143.     /**
  1144.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForWebhooksCommand' shared autowired service.
  1145.      *
  1146.      * @return \OceanExpertBundle\Command\CheckMandrillForWebhooksCommand
  1147.      */
  1148.     protected function getCheckMandrillForWebhooksCommandService()
  1149.     {
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1151.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForWebhooksCommand.php';
  1152.         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()));
  1153.     }
  1154.     /**
  1155.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupDatabaseCommand' shared autowired service.
  1156.      *
  1157.      * @return \OceanExpertBundle\Command\CleanupDatabaseCommand
  1158.      */
  1159.     protected function getCleanupDatabaseCommandService()
  1160.     {
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1162.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupDatabaseCommand.php';
  1163.         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()));
  1164.     }
  1165.     /**
  1166.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupEventsCommand' shared autowired service.
  1167.      *
  1168.      * @return \OceanExpertBundle\Command\CleanupEventsCommand
  1169.      */
  1170.     protected function getCleanupEventsCommandService()
  1171.     {
  1172.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1173.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupEventsCommand.php';
  1174.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand'] = new \OceanExpertBundle\Command\CleanupEventsCommand($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1175.     }
  1176.     /**
  1177.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupFOSUsersCommand' shared autowired service.
  1178.      *
  1179.      * @return \OceanExpertBundle\Command\CleanupFOSUsersCommand
  1180.      */
  1181.     protected function getCleanupFOSUsersCommandService()
  1182.     {
  1183.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1184.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupFOSUsersCommand.php';
  1185.         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()));
  1186.     }
  1187.     /**
  1188.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CreateSitemapsCommand' shared autowired service.
  1189.      *
  1190.      * @return \OceanExpertBundle\Command\CreateSitemapsCommand
  1191.      */
  1192.     protected function getCreateSitemapsCommandService()
  1193.     {
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1195.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CreateSitemapsCommand.php';
  1196.         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()));
  1197.     }
  1198.     /**
  1199.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\MaxEmailsToMandrillCommand' shared autowired service.
  1200.      *
  1201.      * @return \OceanExpertBundle\Command\MaxEmailsToMandrillCommand
  1202.      */
  1203.     protected function getMaxEmailsToMandrillCommandService()
  1204.     {
  1205.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1206.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/MaxEmailsToMandrillCommand.php';
  1207.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\MaxEmailsToMandrillCommand'] = new \OceanExpertBundle\Command\MaxEmailsToMandrillCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1208.     }
  1209.     /**
  1210.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ProcessQueuedMailFilesCommand' shared autowired service.
  1211.      *
  1212.      * @return \OceanExpertBundle\Command\ProcessQueuedMailFilesCommand
  1213.      */
  1214.     protected function getProcessQueuedMailFilesCommandService()
  1215.     {
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1217.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ProcessQueuedMailFilesCommand.php';
  1218.         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()));
  1219.     }
  1220.     /**
  1221.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportGroupInactiveMembersCommand' shared autowired service.
  1222.      *
  1223.      * @return \OceanExpertBundle\Command\ReportGroupInactiveMembersCommand
  1224.      */
  1225.     protected function getReportGroupInactiveMembersCommandService()
  1226.     {
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1228.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportGroupInactiveMembersCommand.php';
  1229.         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()));
  1230.     }
  1231.     /**
  1232.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportRejectedMailsCommand' shared autowired service.
  1233.      *
  1234.      * @return \OceanExpertBundle\Command\ReportRejectedMailsCommand
  1235.      */
  1236.     protected function getReportRejectedMailsCommandService()
  1237.     {
  1238.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1239.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportRejectedMailsCommand.php';
  1240.         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()));
  1241.     }
  1242.     /**
  1243.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\SendEmailsToMandrillCommand' shared autowired service.
  1244.      *
  1245.      * @return \OceanExpertBundle\Command\SendEmailsToMandrillCommand
  1246.      */
  1247.     protected function getSendEmailsToMandrillCommandService()
  1248.     {
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1250.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/SendEmailsToMandrillCommand.php';
  1251.         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()));
  1252.     }
  1253.     /**
  1254.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  1255.      *
  1256.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  1257.      */
  1258.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  1259.     {
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  1264.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  1265.     }
  1266.     /**
  1267.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  1268.      *
  1269.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  1270.      */
  1271.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  1277.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  1278.     }
  1279.     /**
  1280.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  1281.      *
  1282.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  1283.      */
  1284.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  1285.     {
  1286.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  1290.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  1291.     }
  1292.     /**
  1293.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  1294.      *
  1295.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  1296.      */
  1297.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  1303.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  1304.     }
  1305.     /**
  1306.      * Gets the public 'console.command_loader' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1309.      */
  1310.     protected function getConsole_CommandLoaderService()
  1311.     {
  1312.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php';
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php';
  1314.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1315.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1316.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1317.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1318.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1319.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1320.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1321.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1322.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1323.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1324.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1325.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1326.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1327.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1328.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1329.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1330.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1331.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1332.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1333.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1334.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1335.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1336.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1337.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1338.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1339.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1340.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1341.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1342.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1343.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1344.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1345.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1346.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1347.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1348.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1349.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1350.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1351.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1352.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  1353.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1354.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1355.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1356.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1357.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1358.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1359.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1360.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1361.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1362.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1363.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1364.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1365.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1366.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1367.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1368.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1369.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1370.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1371.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1372.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1373.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1374.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1375.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1376.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1377.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1378.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1379.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1380.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1381.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1382.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1383.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1384.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  1385.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1386.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1387.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  1388.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1389.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1390.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1391.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1392.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1393.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1394.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1395.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1396.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1397.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1398.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1399.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1400.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1401.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1402.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1403.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1404.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1405.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1406.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1407.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1408.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1409.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1410.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1411.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1412.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1413.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1414.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1415.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1416.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1417.         ], [
  1418.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1419.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1420.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1421.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1422.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1423.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1424.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1425.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1426.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1427.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1428.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1429.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1430.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1431.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1432.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1433.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1434.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1435.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1436.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1437.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1438.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1439.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1440.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1441.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1442.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1443.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1444.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1445.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1446.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1447.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1448.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1449.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1450.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1451.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1452.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1453.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1454.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1455.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  1456.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1457.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1458.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1459.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1460.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1461.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1462.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1463.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1464.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1465.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1466.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1467.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1468.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1469.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1470.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1471.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1472.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1473.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1474.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1475.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1476.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1477.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1478.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1479.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1480.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1481.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1482.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1483.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1484.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1485.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1486.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1487.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  1488.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1489.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1490.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  1491.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1492.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1493.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1494.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1495.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1496.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1497.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1498.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1499.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1500.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1501.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1502.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1503.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1504.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1505.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1506.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1507.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1508.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1509.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1510.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1511.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1512.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1513.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1514.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1515.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1516.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1517.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1518.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1519.             'var_dumper.command.server_dump' => 'Symfony\\Bundle\\DebugBundle\\Command\\ServerDumpPlaceholderCommand',
  1520.         ]), ['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']);
  1521.     }
  1522.     /**
  1523.      * Gets the public 'container.env_var_processors_locator' shared service.
  1524.      *
  1525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1526.      */
  1527.     protected function getContainer_EnvVarProcessorsLocatorService()
  1528.     {
  1529.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1530.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1531.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1532.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1533.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1534.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1535.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1536.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1537.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1538.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1539.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1540.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1541.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1542.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1543.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1544.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1545.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1546.         ], [
  1547.             'base64' => '?',
  1548.             'bool' => '?',
  1549.             'const' => '?',
  1550.             'csv' => '?',
  1551.             'default' => '?',
  1552.             'file' => '?',
  1553.             'float' => '?',
  1554.             'int' => '?',
  1555.             'json' => '?',
  1556.             'key' => '?',
  1557.             'query_string' => '?',
  1558.             'require' => '?',
  1559.             'resolve' => '?',
  1560.             'string' => '?',
  1561.             'trim' => '?',
  1562.             'url' => '?',
  1563.         ]);
  1564.     }
  1565.     /**
  1566.      * Gets the public 'data_collector.dump' shared service.
  1567.      *
  1568.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1569.      */
  1570.     protected function getDataCollector_DumpService()
  1571.     {
  1572.         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);
  1573.     }
  1574.     /**
  1575.      * Gets the public 'doctrine' shared service.
  1576.      *
  1577.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1578.      */
  1579.     protected function getDoctrineService()
  1580.     {
  1581.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1582.     }
  1583.     /**
  1584.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1585.      *
  1586.      * @return \Doctrine\DBAL\Connection
  1587.      */
  1588.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1589.     {
  1590.         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']);
  1591.     }
  1592.     /**
  1593.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1594.      *
  1595.      * @return \Doctrine\ORM\EntityManager
  1596.      */
  1597.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1598.     {
  1599.         if ($lazyLoad) {
  1600.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1601.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1602.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1603.                     $proxy->setProxyInitializer(null);
  1604.                     return true;
  1605.                 });
  1606.             });
  1607.         }
  1608.         $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()));
  1609.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the public 'error_controller' shared service.
  1614.      *
  1615.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1616.      */
  1617.     protected function getErrorControllerService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ErrorController.php';
  1620.         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()));
  1621.     }
  1622.     /**
  1623.      * Gets the public 'event_dispatcher' shared service.
  1624.      *
  1625.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1626.      */
  1627.     protected function getEventDispatcherService()
  1628.     {
  1629.         $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())));
  1630.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1631.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->getAcmeApi_Event_JwtCreatedListenerService());
  1632.         }, => 'onJWTCreated'], 0);
  1633.         $instance->addListener('kernel.controller', [=> function () {
  1634.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1635.         }, => 'onKernelController'], 0);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  1638.         }, => 'onKernelRequest'], 200);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1641.         }, => 'onKernelRequest'], 10);
  1642.         $instance->addListener('kernel.request', [=> function () {
  1643.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1644.         }, => 'onKernelRequest'], 34);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1647.         }, => 'onKernelRequest'], 33);
  1648.         $instance->addListener('kernel.request', [=> function () {
  1649.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1650.         }, => 'onKernelRequest'], 31);
  1651.         $instance->addListener('kernel.controller', [=> function () {
  1652.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1653.         }, => 'onKernelController'], 5);
  1654.         $instance->addListener('kernel.request', [=> function () {
  1655.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1656.         }, => 'onKernelRequest'], 0);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1659.         }, => 'onKernelRequest'], 250);
  1660.         $instance->addListener('kernel.response', [=> function () {
  1661.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1662.         }, => 'onKernelResponse'], 0);
  1663.         $instance->addListener('kernel.response', [=> function () {
  1664.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1665.         }, => 'onKernelResponse'], -1024);
  1666.         $instance->addListener('kernel.request', [=> function () {
  1667.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1668.         }, => 'setDefaultLocale'], 100);
  1669.         $instance->addListener('kernel.request', [=> function () {
  1670.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1671.         }, => 'onKernelRequest'], 16);
  1672.         $instance->addListener('kernel.finish_request', [=> function () {
  1673.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1674.         }, => 'onKernelFinishRequest'], 0);
  1675.         $instance->addListener('kernel.request', [=> function () {
  1676.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1677.         }, => 'onKernelRequest'], 256);
  1678.         $instance->addListener('kernel.request', [=> function () {
  1679.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1680.         }, => 'resolveControllerName'], 24);
  1681.         $instance->addListener('kernel.response', [=> function () {
  1682.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1683.         }, => 'onResponse'], -255);
  1684.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1685.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1686.         }, => 'onControllerArguments'], 0);
  1687.         $instance->addListener('kernel.exception', [=> function () {
  1688.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1689.         }, => 'logKernelException'], 0);
  1690.         $instance->addListener('kernel.exception', [=> function () {
  1691.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1692.         }, => 'onKernelException'], -128);
  1693.         $instance->addListener('kernel.request', [=> function () {
  1694.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1695.         }, => 'onKernelRequest'], 15);
  1696.         $instance->addListener('kernel.finish_request', [=> function () {
  1697.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1698.         }, => 'onKernelFinishRequest'], -15);
  1699.         $instance->addListener('console.error', [=> function () {
  1700.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1701.         }, => 'onConsoleError'], -128);
  1702.         $instance->addListener('console.terminate', [=> function () {
  1703.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1704.         }, => 'onConsoleTerminate'], -128);
  1705.         $instance->addListener('console.error', [=> function () {
  1706.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1707.         }, => 'onConsoleError'], 0);
  1708.         $instance->addListener('kernel.request', [=> function () {
  1709.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1710.         }, => 'onKernelRequest'], 192);
  1711.         $instance->addListener('kernel.response', [=> function () {
  1712.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1713.         }, => 'onKernelResponse'], -128);
  1714.         $instance->addListener('kernel.request', [=> function () {
  1715.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1716.         }, => 'onKernelRequest'], 128);
  1717.         $instance->addListener('kernel.response', [=> function () {
  1718.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1719.         }, => 'onKernelResponse'], -1000);
  1720.         $instance->addListener('kernel.finish_request', [=> function () {
  1721.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1722.         }, => 'onFinishRequest'], 0);
  1723.         $instance->addListener('kernel.request', [=> function () {
  1724.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1725.         }, => 'onKernelRequest'], 48);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1728.         }, => 'onKernelResponse'], -100);
  1729.         $instance->addListener('kernel.exception', [=> function () {
  1730.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1731.         }, => 'onKernelException'], 0);
  1732.         $instance->addListener('kernel.terminate', [=> function () {
  1733.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1734.         }, => 'onKernelTerminate'], -1024);
  1735.         $instance->addListener('kernel.controller', [=> function () {
  1736.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1737.         }, => 'onKernelController'], 0);
  1738.         $instance->addListener('kernel.response', [=> function () {
  1739.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1740.         }, => 'onKernelResponse'], 0);
  1741.         $instance->addListener('kernel.request', [=> function () {
  1742.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1743.         }, => 'configure'], 2048);
  1744.         $instance->addListener('console.command', [=> function () {
  1745.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1746.         }, => 'configure'], 2048);
  1747.         $instance->addListener('kernel.request', [=> function () {
  1748.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1749.         }, => 'onKernelRequest'], 32);
  1750.         $instance->addListener('kernel.finish_request', [=> function () {
  1751.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1752.         }, => 'onKernelFinishRequest'], 0);
  1753.         $instance->addListener('kernel.exception', [=> function () {
  1754.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1755.         }, => 'onKernelException'], -64);
  1756.         $instance->addListener('kernel.response', [=> function () {
  1757.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1758.         }, => 'onKernelResponse'], 0);
  1759.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1760.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1761.         }, => 'onVoterVote'], 0);
  1762.         $instance->addListener('kernel.request', [=> function () {
  1763.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1764.         }, => 'configureLogoutUrlGenerator'], 8);
  1765.         $instance->addListener('kernel.request', [=> function () {
  1766.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1767.         }, => 'onKernelRequest'], 8);
  1768.         $instance->addListener('kernel.finish_request', [=> function () {
  1769.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1770.         }, => 'onKernelFinishRequest'], 0);
  1771.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1772.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1773.         }, => 'onMessage'], 0);
  1774.         $instance->addListener('console.command', [=> function () {
  1775.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1776.         }, => 'onCommand'], 255);
  1777.         $instance->addListener('console.terminate', [=> function () {
  1778.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1779.         }, => 'onTerminate'], -255);
  1780.         $instance->addListener('kernel.exception', [=> function () {
  1781.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1782.         }, => 'onException'], 0);
  1783.         $instance->addListener('kernel.terminate', [=> function () {
  1784.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1785.         }, => 'onTerminate'], 0);
  1786.         $instance->addListener('console.error', [=> function () {
  1787.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1788.         }, => 'onException'], 0);
  1789.         $instance->addListener('console.terminate', [=> function () {
  1790.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1791.         }, => 'onTerminate'], 0);
  1792.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1793.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1794.         }, => 'onWorkerMessageHandled'], 0);
  1795.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1796.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1797.         }, => 'onWorkerMessageFailed'], 0);
  1798.         $instance->addListener('kernel.controller', [=> function () {
  1799.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] ?? $this->getControllerListenerService());
  1800.         }, => 'onKernelController'], 0);
  1801.         $instance->addListener('kernel.controller', [=> function () {
  1802.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'] ?? $this->getParamConverterListenerService());
  1803.         }, => 'onKernelController'], 0);
  1804.         $instance->addListener('kernel.controller', [=> function () {
  1805.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1806.         }, => 'onKernelController'], -128);
  1807.         $instance->addListener('kernel.view', [=> function () {
  1808.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1809.         }, => 'onKernelView'], 0);
  1810.         $instance->addListener('kernel.controller', [=> function () {
  1811.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1812.         }, => 'onKernelController'], 0);
  1813.         $instance->addListener('kernel.response', [=> function () {
  1814.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1815.         }, => 'onKernelResponse'], 0);
  1816.         $instance->addListener('kernel.controller', [=> function () {
  1817.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1818.         }, => 'onKernelController'], 0);
  1819.         $instance->addListener('kernel.controller', [=> function () {
  1820.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] ?? $this->getIsGrantedListenerService());
  1821.         }, => 'onKernelController'], 0);
  1822.         $instance->addListener('kernel.view', [=> function () {
  1823.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1824.         }, => 'onKernelView'], 30);
  1825.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1826.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1827.         }, => 'onImplicitLogin'], 0);
  1828.         $instance->addListener('security.interactive_login', [=> function () {
  1829.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1830.         }, => 'onSecurityInteractiveLogin'], 0);
  1831.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1832.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1833.         }, => 'authenticate'], 0);
  1834.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1835.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1836.         }, => 'authenticate'], 0);
  1837.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1838.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1839.         }, => 'authenticate'], 0);
  1840.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1841.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1842.         }, => 'addSuccessFlash'], 0);
  1843.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1844.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1845.         }, => 'addSuccessFlash'], 0);
  1846.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1847.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1848.         }, => 'addSuccessFlash'], 0);
  1849.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1850.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1851.         }, => 'addSuccessFlash'], 0);
  1852.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1853.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1854.         }, => 'addSuccessFlash'], 0);
  1855.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1856.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1857.         }, => 'addSuccessFlash'], 0);
  1858.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1859.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1860.         }, => 'addSuccessFlash'], 0);
  1861.         $instance->addListener('fos_user.registration.success', [=> function () {
  1862.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  1863.         }, => 'onRegistrationSuccess'], 0);
  1864.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1865.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1866.         }, => 'onResettingResetInitialize'], 0);
  1867.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1868.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1869.         }, => 'onResettingResetSuccess'], 0);
  1870.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1871.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1872.         }, => 'onResettingResetRequest'], 0);
  1873.         $instance->addListener('console.command', [=> function () {
  1874.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1875.         }, => 'configure'], 1024);
  1876.         $instance->addListener('kernel.response', [=> function () {
  1877.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1878.         }, => 'onKernelResponse'], -128);
  1879.         $instance->addListener('console.error', [=> function () {
  1880.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1881.         }, => 'onConsoleError'], 0);
  1882.         $instance->addListener('console.terminate', [=> function () {
  1883.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1884.         }, => 'onConsoleTerminate'], 0);
  1885.         $instance->addListener('knp_pager.before', [=> function () {
  1886.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1887.         }, => 'before'], 0);
  1888.         $instance->addListener('knp_pager.pagination', [=> function () {
  1889.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1890.         }, => 'pagination'], 0);
  1891.         $instance->addListener('knp_pager.before', [=> function () {
  1892.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1893.         }, => 'before'], 1);
  1894.         $instance->addListener('knp_pager.before', [=> function () {
  1895.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1896.         }, => 'before'], 1);
  1897.         $instance->addListener('knp_pager.pagination', [=> function () {
  1898.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1899.         }, => 'pagination'], 1);
  1900.         return $instance;
  1901.     }
  1902.     /**
  1903.      * Gets the public 'filesystem' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\Filesystem\Filesystem
  1906.      */
  1907.     protected function getFilesystemService()
  1908.     {
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  1910.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1911.     }
  1912.     /**
  1913.      * Gets the public 'form.factory' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Form\FormFactory
  1916.      */
  1917.     protected function getForm_FactoryService()
  1918.     {
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php';
  1921.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1922.     }
  1923.     /**
  1924.      * Gets the public 'form.type.file' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1927.      */
  1928.     protected function getForm_Type_FileService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php';
  1933.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1934.     }
  1935.     /**
  1936.      * Gets the public 'fos_js_routing.controller' shared service.
  1937.      *
  1938.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1939.      */
  1940.     protected function getFosJsRouting_ControllerService()
  1941.     {
  1942.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1943.         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);
  1944.     }
  1945.     /**
  1946.      * Gets the public 'fos_js_routing.extractor' shared service.
  1947.      *
  1948.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1949.      */
  1950.     protected function getFosJsRouting_ExtractorService()
  1951.     {
  1952.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1954.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1955.     }
  1956.     /**
  1957.      * Gets the public 'fos_js_routing.serializer' shared service.
  1958.      *
  1959.      * @return \Symfony\Component\Serializer\Serializer
  1960.      */
  1961.     protected function getFosJsRouting_SerializerService()
  1962.     {
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1974.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1975.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  1977.         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()))]);
  1978.     }
  1979.     /**
  1980.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1981.      *
  1982.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  1983.      */
  1984.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1985.     {
  1986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  1987.         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()));
  1988.     }
  1989.     /**
  1990.      * Gets the public 'fos_rest.view_handler' shared service.
  1991.      *
  1992.      * @return \FOS\RestBundle\View\ViewHandler
  1993.      */
  1994.     protected function getFosRest_ViewHandlerService()
  1995.     {
  1996.         $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);
  1997.         $instance->registerHandler('jsonp', [=> ($this->privates['fos_rest.view_handler.jsonp'] ?? ($this->privates['fos_rest.view_handler.jsonp'] = new \FOS\RestBundle\View\JsonpHandler('callback'))), => 'createResponse']);
  1998.         return $instance;
  1999.     }
  2000.     /**
  2001.      * Gets the public 'fos_user.change_password.controller' shared service.
  2002.      *
  2003.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2004.      */
  2005.     protected function getFosUser_ChangePassword_ControllerService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  2012.         $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()));
  2013.         $instance->setContainer($this);
  2014.         return $instance;
  2015.     }
  2016.     /**
  2017.      * Gets the public 'fos_user.profile.controller' shared service.
  2018.      *
  2019.      * @return \FOS\UserBundle\Controller\ProfileController
  2020.      */
  2021.     protected function getFosUser_Profile_ControllerService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2028.         $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()));
  2029.         $instance->setContainer($this);
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'fos_user.registration.controller' shared service.
  2034.      *
  2035.      * @return \FOS\UserBundle\Controller\RegistrationController
  2036.      */
  2037.     protected function getFosUser_Registration_ControllerService()
  2038.     {
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2044.         $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()));
  2045.         $instance->setContainer($this);
  2046.         return $instance;
  2047.     }
  2048.     /**
  2049.      * Gets the public 'fos_user.resetting.controller' shared service.
  2050.      *
  2051.      * @return \FOS\UserBundle\Controller\ResettingController
  2052.      */
  2053.     protected function getFosUser_Resetting_ControllerService()
  2054.     {
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2059.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2062.         $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);
  2063.         $instance->setContainer($this);
  2064.         return $instance;
  2065.     }
  2066.     /**
  2067.      * Gets the public 'fos_user.security.controller' shared service.
  2068.      *
  2069.      * @return \FOS\UserBundle\Controller\SecurityController
  2070.      */
  2071.     protected function getFosUser_Security_ControllerService()
  2072.     {
  2073.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2077.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2078.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2079.         $instance->setContainer($this);
  2080.         return $instance;
  2081.     }
  2082.     /**
  2083.      * Gets the public 'fos_user.user_manager' shared service.
  2084.      *
  2085.      * @return \FOS\UserBundle\Doctrine\UserManager
  2086.      */
  2087.     protected function getFosUser_UserManagerService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2092.         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');
  2093.     }
  2094.     /**
  2095.      * Gets the public 'http_kernel' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2098.      */
  2099.     protected function getHttpKernelService()
  2100.     {
  2101.         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()));
  2102.     }
  2103.     /**
  2104.      * Gets the public 'jms_serializer' shared service.
  2105.      *
  2106.      * @return \JMS\Serializer\Serializer
  2107.      */
  2108.     protected function getJmsSerializerService()
  2109.     {
  2110.         $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()));
  2111.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2112.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2113.         return $instance;
  2114.     }
  2115.     /**
  2116.      * Gets the public 'jms_serializer.array_collection_handler' shared service.
  2117.      *
  2118.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  2119.      */
  2120.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  2121.     {
  2122.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php';
  2124.         return $this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  2125.     }
  2126.     /**
  2127.      * Gets the public 'jms_serializer.constraint_violation_handler' shared service.
  2128.      *
  2129.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  2130.      */
  2131.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  2132.     {
  2133.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2134.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ConstraintViolationHandler.php';
  2135.         return $this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  2136.     }
  2137.     /**
  2138.      * Gets the public 'jms_serializer.datetime_handler' shared service.
  2139.      *
  2140.      * @return \JMS\Serializer\Handler\DateHandler
  2141.      */
  2142.     protected function getJmsSerializer_DatetimeHandlerService()
  2143.     {
  2144.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2145.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/DateHandler.php';
  2146.         return $this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Berlin'true);
  2147.     }
  2148.     /**
  2149.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2150.      *
  2151.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2152.      */
  2153.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2154.     {
  2155.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2156.     }
  2157.     /**
  2158.      * Gets the public 'jms_serializer.doctrine_proxy_subscriber' shared service.
  2159.      *
  2160.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  2161.      */
  2162.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  2163.     {
  2164.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  2166.         return $this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  2167.     }
  2168.     /**
  2169.      * Gets the public 'jms_serializer.form_error_handler' shared service.
  2170.      *
  2171.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  2172.      */
  2173.     protected function getJmsSerializer_FormErrorHandlerService()
  2174.     {
  2175.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  2177.         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()));
  2178.     }
  2179.     /**
  2180.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2181.      *
  2182.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  2183.      */
  2184.     protected function getJmsSerializer_HandlerRegistryService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  2187.         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()));
  2188.     }
  2189.     /**
  2190.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  2191.      *
  2192.      * @return \JMS\Serializer\JsonDeserializationVisitor
  2193.      */
  2194.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  2195.     {
  2196.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2197.     }
  2198.     /**
  2199.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  2200.      *
  2201.      * @return \JMS\Serializer\JsonSerializationVisitor
  2202.      */
  2203.     protected function getJmsSerializer_JsonSerializationVisitorService()
  2204.     {
  2205.         $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()));
  2206.         $instance->setOptions(1216);
  2207.         return $instance;
  2208.     }
  2209.     /**
  2210.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2211.      *
  2212.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  2213.      */
  2214.     protected function getJmsSerializer_MetadataDriverService()
  2215.     {
  2216.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/DoctrineTypeDriver.php';
  2218.         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()));
  2219.     }
  2220.     /**
  2221.      * Gets the public 'jms_serializer.object_constructor' shared service.
  2222.      *
  2223.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  2224.      */
  2225.     protected function getJmsSerializer_ObjectConstructorService()
  2226.     {
  2227.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php';
  2228.         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');
  2229.     }
  2230.     /**
  2231.      * Gets the public 'jms_serializer.php_collection_handler' shared service.
  2232.      *
  2233.      * @return \JMS\Serializer\Handler\PhpCollectionHandler
  2234.      */
  2235.     protected function getJmsSerializer_PhpCollectionHandlerService()
  2236.     {
  2237.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/PhpCollectionHandler.php';
  2239.         return $this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler();
  2240.     }
  2241.     /**
  2242.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2243.      *
  2244.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2245.      */
  2246.     protected function getJmsSerializer_SerializationContextFactoryService()
  2247.     {
  2248.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2249.     }
  2250.     /**
  2251.      * Gets the public 'jms_serializer.stopwatch_subscriber' shared service.
  2252.      *
  2253.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  2254.      */
  2255.     protected function getJmsSerializer_StopwatchSubscriberService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  2259.         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))));
  2260.     }
  2261.     /**
  2262.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2263.      *
  2264.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2265.      */
  2266.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeHelper.php';
  2269.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2270.     }
  2271.     /**
  2272.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  2273.      *
  2274.      * @return \JMS\Serializer\XmlDeserializationVisitor
  2275.      */
  2276.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  2277.     {
  2278.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2279.         $instance->setDoctypeWhitelist([]);
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  2284.      *
  2285.      * @return \JMS\Serializer\XmlSerializationVisitor
  2286.      */
  2287.     protected function getJmsSerializer_XmlSerializationVisitorService()
  2288.     {
  2289.         $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()));
  2290.         $instance->setFormatOutput(true);
  2291.         return $instance;
  2292.     }
  2293.     /**
  2294.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  2295.      *
  2296.      * @return \JMS\Serializer\YamlSerializationVisitor
  2297.      */
  2298.     protected function getJmsSerializer_YamlSerializationVisitorService()
  2299.     {
  2300.         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()));
  2301.     }
  2302.     /**
  2303.      * Gets the public 'knp_paginator' shared service.
  2304.      *
  2305.      * @return \Knp\Component\Pager\Paginator
  2306.      */
  2307.     protected function getKnpPaginatorService($lazyLoad true)
  2308.     {
  2309.         if ($lazyLoad) {
  2310.             return $this->services['knp_paginator'] = $this->createProxy('Paginator_f262b94', function () {
  2311.                 return \Paginator_f262b94::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2312.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2313.                     $proxy->setProxyInitializer(null);
  2314.                     return true;
  2315.                 });
  2316.             });
  2317.         }
  2318.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2319.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  2320.         return $instance;
  2321.     }
  2322.     /**
  2323.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2324.      *
  2325.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2326.      */
  2327.     protected function getLexikJwtAuthentication_EncoderService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2332.         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()));
  2333.     }
  2334.     /**
  2335.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2336.      *
  2337.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2338.      */
  2339.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2340.     {
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2343.         $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 () {
  2344.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  2345.         }, 1));
  2346.         $instance->setName('lexik:jwt:generate-token');
  2347.         return $instance;
  2348.     }
  2349.     /**
  2350.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2351.      *
  2352.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2353.      */
  2354.     protected function getLexikJwtAuthentication_JwtManagerService()
  2355.     {
  2356.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2357.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2358.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2359.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  2360.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  2361.         $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([]))));
  2362.         $instance->setUserIdentityField('username'false);
  2363.         return $instance;
  2364.     }
  2365.     /**
  2366.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2367.      *
  2368.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2369.      */
  2370.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2373.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2374.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2375.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2376.         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'), []);
  2377.     }
  2378.     /**
  2379.      * Gets the public 'profiler' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2382.      */
  2383.     protected function getProfilerService()
  2384.     {
  2385.         $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);
  2386.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2387.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  2388.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  2389.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  2390.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  2391.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2392.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  2393.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  2394.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  2395.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2396.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  2397.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  2398.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  2399.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  2400.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  2401.         $instance->add(($this->privates['swiftmailer.data_collector'] ?? ($this->privates['swiftmailer.data_collector'] = new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this))));
  2402.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2403.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the public 'request_stack' shared service.
  2408.      *
  2409.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2410.      */
  2411.     protected function getRequestStackService()
  2412.     {
  2413.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2414.     }
  2415.     /**
  2416.      * Gets the public 'router' shared service.
  2417.      *
  2418.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2419.      */
  2420.     protected function getRouterService()
  2421.     {
  2422.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2423.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2424.         ], [
  2425.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2426.         ]))->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'));
  2427.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2428.         return $instance;
  2429.     }
  2430.     /**
  2431.      * Gets the public 'routing.loader' shared service.
  2432.      *
  2433.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2434.      */
  2435.     protected function getRouting_LoaderService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php';
  2441.         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))));
  2442.     }
  2443.     /**
  2444.      * Gets the public 'security.authentication_utils' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2447.      */
  2448.     protected function getSecurity_AuthenticationUtilsService()
  2449.     {
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php';
  2451.         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())));
  2452.     }
  2453.     /**
  2454.      * Gets the public 'security.authorization_checker' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2457.      */
  2458.     protected function getSecurity_AuthorizationCheckerService()
  2459.     {
  2460.         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);
  2461.     }
  2462.     /**
  2463.      * Gets the public 'security.csrf.token_manager' shared service.
  2464.      *
  2465.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2466.      */
  2467.     protected function getSecurity_Csrf_TokenManagerService()
  2468.     {
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php';
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2473.         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())));
  2474.     }
  2475.     /**
  2476.      * Gets the public 'security.password_encoder' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2479.      */
  2480.     protected function getSecurity_PasswordEncoderService()
  2481.     {
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php';
  2484.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2485.     }
  2486.     /**
  2487.      * Gets the public 'security.token_storage' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2490.      */
  2491.     protected function getSecurity_TokenStorageService()
  2492.     {
  2493.         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, [
  2494.             'session' => ['services''session''getSessionService'false],
  2495.         ], [
  2496.             'session' => '?',
  2497.         ]));
  2498.     }
  2499.     /**
  2500.      * Gets the public 'services_resetter' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2503.      */
  2504.     protected function getServicesResetterService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php';
  2507.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2508.             if (isset($this->services['cache.app'])) {
  2509.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2510.             }
  2511.             if (isset($this->services['cache.system'])) {
  2512.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2513.             }
  2514.             if (isset($this->privates['cache.validator'])) {
  2515.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2516.             }
  2517.             if (isset($this->privates['cache.serializer'])) {
  2518.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2519.             }
  2520.             if (isset($this->privates['cache.annotations'])) {
  2521.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2522.             }
  2523.             if (isset($this->privates['cache.property_info'])) {
  2524.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2525.             }
  2526.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2527.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2528.             }
  2529.             if (isset($this->services['profiler'])) {
  2530.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2531.             }
  2532.             if (isset($this->services['validator'])) {
  2533.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2534.             }
  2535.             if (isset($this->privates['debug.stopwatch'])) {
  2536.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2537.             }
  2538.             if (isset($this->services['event_dispatcher'])) {
  2539.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2540.             }
  2541.             if (isset($this->services['security.token_storage'])) {
  2542.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2543.             }
  2544.             if (isset($this->privates['cache.security_expression_language'])) {
  2545.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2546.             }
  2547.             if (isset($this->privates['twig.form.engine'])) {
  2548.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2549.             }
  2550.             if (isset($this->privates['monolog.handler.main'])) {
  2551.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2552.             }
  2553.             if (isset($this->privates['monolog.handler.console'])) {
  2554.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2555.             }
  2556.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2557.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2558.             }
  2559.             if (isset($this->services['doctrine'])) {
  2560.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2561.             }
  2562.             if (isset($this->privates['form.type.entity'])) {
  2563.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2564.             }
  2565.             if (false) {
  2566.                 yield 'fos_rest.view_handler.default' => null;
  2567.             }
  2568.         }, function () {
  2569.             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);
  2570.         }), ['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']]);
  2571.     }
  2572.     /**
  2573.      * Gets the public 'session' shared service.
  2574.      *
  2575.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2576.      */
  2577.     protected function getSessionService()
  2578.     {
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php';
  2581.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.mock_file'] ?? $this->getSession_Storage_MockFileService()));
  2582.     }
  2583.     /**
  2584.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2585.      *
  2586.      * @return \Swift_Mailer
  2587.      */
  2588.     protected function getSwiftmailer_Mailer_DefaultService()
  2589.     {
  2590.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2591.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  2592.     }
  2593.     /**
  2594.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2595.      *
  2596.      * @return \Swift_Plugins_MessageLogger
  2597.      */
  2598.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2603.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2604.     }
  2605.     /**
  2606.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  2607.      *
  2608.      * @return \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport
  2609.      */
  2610.     protected function getSwiftmailer_Mailer_Default_TransportService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer/Accord/MandrillSwiftMailer/SwiftMailer/MandrillTransport.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2619.         $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())));
  2620.         $instance->setApiKey('YqyQydC8dO6JgwE7fXr8vg');
  2621.         $instance->setAsync(false);
  2622.         $instance->setSubAccount(NULL);
  2623.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2624.         return $instance;
  2625.     }
  2626.     /**
  2627.      * Gets the public 'templating' shared service.
  2628.      *
  2629.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  2630.      *
  2631.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  2632.      */
  2633.     protected function getTemplatingService()
  2634.     {
  2635.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  2636.         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()));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'templating.loader' shared service.
  2640.      *
  2641.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  2642.      *
  2643.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2644.      */
  2645.     protected function getTemplating_LoaderService()
  2646.     {
  2647.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2648.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2649.     }
  2650.     /**
  2651.      * Gets the public 'test.client' service.
  2652.      *
  2653.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  2654.      */
  2655.     protected function getTest_ClientService()
  2656.     {
  2657.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/AbstractBrowser.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php';
  2661.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php';
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php';
  2665.         return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  2666.     }
  2667.     /**
  2668.      * Gets the public 'test.private_services_locator' shared service.
  2669.      *
  2670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2671.      */
  2672.     protected function getTest_PrivateServicesLocatorService()
  2673.     {
  2674.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2675.             'Doctrine\\Bundle\\DoctrineBundle\\Registry' => ['services''doctrine''getDoctrineService'false],
  2676.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2677.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2678.             'Doctrine\\Common\\Persistence\\ObjectManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2679.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2680.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2681.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2682.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2683.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  2684.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2685.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  2686.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  2687.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  2688.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  2689.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  2690.             'JMS\\Serializer\\ArrayTransformerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  2691.             'JMS\\Serializer\\SerializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  2692.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  2693.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  2694.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  2695.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  2696.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  2697.             'OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand''getCheckMandrillForEmailStatusCommandService'false],
  2698.             'OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand''getCheckMandrillForWebhooksCommandService'false],
  2699.             'OceanExpertBundle\\Command\\CleanupDatabaseCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand''getCleanupDatabaseCommandService'false],
  2700.             'OceanExpertBundle\\Command\\CleanupEventsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand''getCleanupEventsCommandService'false],
  2701.             'OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand''getCleanupFOSUsersCommandService'false],
  2702.             'OceanExpertBundle\\Command\\CreateSitemapsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand''getCreateSitemapsCommandService'false],
  2703.             'OceanExpertBundle\\Command\\MaxEmailsToMandrillCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\MaxEmailsToMandrillCommand''getMaxEmailsToMandrillCommandService'false],
  2704.             'OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand''getProcessQueuedMailFilesCommandService'false],
  2705.             'OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand''getReportGroupInactiveMembersCommandService'false],
  2706.             'OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand''getReportRejectedMailsCommandService'false],
  2707.             'OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand''getSendEmailsToMandrillCommandService'false],
  2708.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  2709.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  2710.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  2711.             'OceanExpertBundle\\Repository\\SearegionsRepository' => ['privates''OceanExpertBundle\\Repository\\SearegionsRepository''getSearegionsRepositoryService'false],
  2712.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  2713.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  2714.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  2715.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2716.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  2717.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  2718.             'Psr\\Log\\LoggerInterface $debugLogger' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  2719.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  2720.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  2721.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  2722.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  2723.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  2724.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  2725.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  2726.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener''getControllerListenerService'false],
  2727.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener''getHttpCacheListenerService'false],
  2728.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener''getIsGrantedListenerService'false],
  2729.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener''getParamConverterListenerService'false],
  2730.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener''getSecurityListenerService'false],
  2731.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener''getTemplateListenerService'false],
  2732.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter''getDateTimeParamConverterService'false],
  2733.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter''getDoctrineParamConverterService'false],
  2734.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager''getParamConverterManagerService'false],
  2735.             'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader''getAnnotatedRouteControllerLoaderService'false],
  2736.             'Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage''getExpressionLanguageService'false],
  2737.             'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser''getTemplateGuesserService'false],
  2738.             'Swift_Mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2739.             'Swift_Transport' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  2740.             'Symfony\\Bridge\\Doctrine\\RegistryInterface' => ['services''doctrine''getDoctrineService'false],
  2741.             'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface' => ['services''templating''getTemplatingService'false],
  2742.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  2743.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  2744.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  2745.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2746.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2747.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  2748.             'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => ['privates''Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage''getExpressionLanguage2Service'false],
  2749.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''filesystem''getFilesystemService'false],
  2750.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''form.factory''getForm_FactoryService'false],
  2751.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  2752.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  2753.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2754.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''session''getSessionService'false],
  2755.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  2756.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  2757.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  2758.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  2759.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2760.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  2761.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  2762.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  2763.             'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => ['privates''Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader''getAnnotationDirectoryLoaderService'false],
  2764.             'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => ['privates''Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader''getAnnotationFileLoaderService'false],
  2765.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  2766.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  2767.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  2768.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2769.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  2770.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2771.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  2772.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2773.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  2774.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2775.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  2776.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  2777.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  2778.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2779.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  2780.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  2781.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  2782.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2783.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  2784.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  2785.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  2786.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  2787.             'Symfony\\Component\\Templating\\EngineInterface' => ['services''templating''getTemplatingService'false],
  2788.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  2789.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  2790.             'Symfony\\Component\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2791.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  2792.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''validator''getValidatorService'false],
  2793.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  2794.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  2795.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2796.             'Twig\\Environment' => ['services''twig''getTwigService'false],
  2797.             'Twig_Environment' => ['services''twig''getTwigService'false],
  2798.             'accord_mandrill' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  2799.             'acme_api.event.jwt_created_listener' => ['privates''acme_api.event.jwt_created_listener''getAcmeApi_Event_JwtCreatedListenerService'false],
  2800.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2801.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  2802.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  2803.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2804.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  2805.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  2806.             'app.byte_conversion.twig.extension' => ['privates''app.byte_conversion.twig.extension''getApp_ByteConversion_Twig_ExtensionService'false],
  2807.             'app.file.twig.extension' => ['privates''app.file.twig.extension''getApp_File_Twig_ExtensionService'false],
  2808.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  2809.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  2810.             'argument_resolver.controller_locator' => ['privates''.service_locator.Za0TRDa''get_ServiceLocator_Za0TRDaService'false],
  2811.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  2812.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  2813.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  2814.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  2815.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  2816.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  2817.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  2818.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  2819.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  2820.             'assets.empty_version_strategy' => ['privates''assets.empty_version_strategy''getAssets_EmptyVersionStrategyService'false],
  2821.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  2822.             'cache.annotations' => ['privates''cache.annotations''getCache_AnnotationsService'false],
  2823.             'cache.annotations.recorder_inner' => ['privates''cache.annotations.recorder_inner''getCache_Annotations_RecorderInnerService'false],
  2824.             'cache.app.recorder_inner' => ['privates''cache.app.recorder_inner''getCache_App_RecorderInnerService'false],
  2825.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  2826.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  2827.             'cache.default_pdo_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2828.             'cache.doctrine.orm.default.metadata' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  2829.             'cache.doctrine.orm.default.metadata.recorder_inner' => ['privates''cache.doctrine.orm.default.metadata.recorder_inner''getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService'false],
  2830.             'cache.doctrine.orm.default.query' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  2831.             'cache.doctrine.orm.default.query.recorder_inner' => ['privates''cache.doctrine.orm.default.query.recorder_inner''getCache_Doctrine_Orm_Default_Query_RecorderInnerService'false],
  2832.             'cache.doctrine.orm.default.result' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  2833.             'cache.doctrine.orm.default.result.recorder_inner' => ['privates''cache.doctrine.orm.default.result.recorder_inner''getCache_Doctrine_Orm_Default_Result_RecorderInnerService'false],
  2834.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  2835.             'cache.property_info' => ['privates''cache.property_info''getCache_PropertyInfoService'false],
  2836.             'cache.property_info.recorder_inner' => ['privates''cache.property_info.recorder_inner''getCache_PropertyInfo_RecorderInnerService'false],
  2837.             'cache.security_expression_language' => ['privates''cache.security_expression_language''getCache_SecurityExpressionLanguageService'false],
  2838.             'cache.security_expression_language.recorder_inner' => ['privates''cache.security_expression_language.recorder_inner''getCache_SecurityExpressionLanguage_RecorderInnerService'false],
  2839.             'cache.serializer' => ['privates''cache.serializer''getCache_SerializerService'false],
  2840.             'cache.serializer.recorder_inner' => ['privates''cache.serializer.recorder_inner''getCache_Serializer_RecorderInnerService'false],
  2841.             'cache.system.recorder_inner' => ['privates''cache.system.recorder_inner''getCache_System_RecorderInnerService'false],
  2842.             'cache.validator' => ['privates''cache.validator''getCache_ValidatorService'false],
  2843.             'cache.validator.recorder_inner' => ['privates''cache.validator.recorder_inner''getCache_Validator_RecorderInnerService'false],
  2844.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  2845.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  2846.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2847.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2848.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2849.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2850.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2851.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2852.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2853.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2854.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2855.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2856.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2857.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2858.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2859.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2860.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2861.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2862.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2863.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2864.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2865.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2866.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2867.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2868.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2869.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2870.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2871.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2872.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2873.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  2874.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  2875.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2876.             'controller_name_converter' => ['privates''.legacy_controller_name_converter''get_LegacyControllerNameConverterService'false],
  2877.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  2878.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  2879.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  2880.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  2881.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  2882.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  2883.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  2884.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  2885.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  2886.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  2887.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  2888.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  2889.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  2890.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  2891.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  2892.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  2893.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  2894.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  2895.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  2896.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  2897.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  2898.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  2899.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  2900.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  2901.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  2902.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  2903.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  2904.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  2905.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  2906.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  2907.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  2908.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  2909.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  2910.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  2911.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  2912.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  2913.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  2914.             'debug.dump_listener' => ['privates''debug.dump_listener''getDebug_DumpListenerService'false],
  2915.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2916.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  2917.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  2918.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  2919.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  2920.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  2921.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  2922.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  2923.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  2924.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  2925.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  2926.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  2927.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  2928.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  2929.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  2930.             'debug.validator' => ['services''validator''getValidatorService'false],
  2931.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  2932.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  2933.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  2934.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2935.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2936.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2937.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2938.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2939.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2940.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2941.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2942.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2943.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  2944.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  2945.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2946.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2947.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  2948.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  2949.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  2950.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2951.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  2952.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2953.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2954.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2955.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  2956.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  2957.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  2958.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  2959.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  2960.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  2961.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  2962.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  2963.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  2964.             '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],
  2965.             '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],
  2966.             '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],
  2967.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  2968.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  2969.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  2970.             'doctrine.orm.default_entity_listener_resolver' => ['privates''doctrine.orm.default_entity_listener_resolver''getDoctrine_Orm_DefaultEntityListenerResolverService'false],
  2971.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2972.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  2973.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2974.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  2975.             '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],
  2976.             'doctrine.orm.default_metadata_driver' => ['privates''doctrine.orm.default_metadata_driver''getDoctrine_Orm_DefaultMetadataDriverService'false],
  2977.             '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],
  2978.             '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],
  2979.             '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],
  2980.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2981.             'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates''doctrine.orm.naming_strategy.underscore_number_aware''getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService'false],
  2982.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  2983.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  2984.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  2985.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  2986.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2987.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2988.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2989.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2990.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2991.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2992.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  2993.             'doctrine_cache.contains_command' => ['services''console.command.public_alias.doctrine_cache.contains_command''getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService'false],
  2994.             'doctrine_cache.delete_command' => ['services''console.command.public_alias.doctrine_cache.delete_command''getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService'false],
  2995.             'doctrine_cache.flush_command' => ['services''console.command.public_alias.doctrine_cache.flush_command''getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService'false],
  2996.             'doctrine_cache.stats_command' => ['services''console.command.public_alias.doctrine_cache.stats_command''getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService'false],
  2997.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2998.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2999.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  3000.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  3001.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  3002.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  3003.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  3004.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  3005.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  3006.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  3007.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  3008.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  3009.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  3010.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3011.             'error_renderer' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3012.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3013.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  3014.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  3015.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3016.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3017.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  3018.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  3019.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  3020.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3021.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  3022.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  3023.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  3024.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3025.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3026.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  3027.             'form.type_extension.csrf' => ['privates''form.type_extension.csrf''getForm_TypeExtension_CsrfService'false],
  3028.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  3029.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  3030.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  3031.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  3032.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  3033.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  3034.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  3035.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  3036.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  3037.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  3038.             'fos_js_routing.denormalizer.route_collection' => ['privates''fos_js_routing.denormalizer.route_collection''getFosJsRouting_Denormalizer_RouteCollectionService'false],
  3039.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  3040.             'fos_js_routing.encoder' => ['privates''fos_js_routing.encoder''getFosJsRouting_EncoderService'false],
  3041.             'fos_js_routing.normalizer.route_collection' => ['privates''fos_js_routing.normalizer.route_collection''getFosJsRouting_Normalizer_RouteCollectionService'false],
  3042.             'fos_js_routing.normalizer.routes_response' => ['privates''fos_js_routing.normalizer.routes_response''getFosJsRouting_Normalizer_RoutesResponseService'false],
  3043.             'fos_js_routing.router' => ['services''router''getRouterService'false],
  3044.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  3045.             'fos_rest.body_listener' => ['privates''fos_rest.body_listener''getFosRest_BodyListenerService'false],
  3046.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  3047.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  3048.             'fos_rest.decoder_provider' => ['privates''fos_rest.decoder_provider''getFosRest_DecoderProviderService'false],
  3049.             'fos_rest.format_listener' => ['privates''fos_rest.format_listener''getFosRest_FormatListenerService'false],
  3050.             'fos_rest.format_negotiator' => ['privates''fos_rest.format_negotiator''getFosRest_FormatNegotiatorService'false],
  3051.             'fos_rest.inflector' => ['privates''fos_rest.inflector.doctrine''getFosRest_Inflector_DoctrineService'false],
  3052.             'fos_rest.inflector.doctrine' => ['privates''fos_rest.inflector.doctrine''getFosRest_Inflector_DoctrineService'false],
  3053.             'fos_rest.mime_type_listener' => ['privates''fos_rest.mime_type_listener''getFosRest_MimeTypeListenerService'false],
  3054.             'fos_rest.param_fetcher_listener' => ['privates''fos_rest.param_fetcher_listener''getFosRest_ParamFetcherListenerService'false],
  3055.             'fos_rest.request.param_fetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  3056.             'fos_rest.request.param_fetcher.reader' => ['privates''fos_rest.request.param_fetcher.reader''getFosRest_Request_ParamFetcher_ReaderService'false],
  3057.             'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' => ['privates''fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386''getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service'false],
  3058.             'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' => ['privates''fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478''getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service'false],
  3059.             'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' => ['privates''fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c''getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService'false],
  3060.             'fos_rest.router' => ['services''router''getRouterService'false],
  3061.             'fos_rest.routing.loader.controller' => ['privates''fos_rest.routing.loader.controller''getFosRest_Routing_Loader_ControllerService'false],
  3062.             'fos_rest.routing.loader.directory' => ['privates''fos_rest.routing.loader.directory''getFosRest_Routing_Loader_DirectoryService'false],
  3063.             'fos_rest.routing.loader.processor' => ['privates''fos_rest.routing.loader.processor''getFosRest_Routing_Loader_ProcessorService'false],
  3064.             'fos_rest.routing.loader.reader.action' => ['privates''fos_rest.routing.loader.reader.action''getFosRest_Routing_Loader_Reader_ActionService'false],
  3065.             'fos_rest.routing.loader.reader.controller' => ['privates''fos_rest.routing.loader.reader.controller''getFosRest_Routing_Loader_Reader_ControllerService'false],
  3066.             'fos_rest.routing.loader.xml_collection' => ['privates''fos_rest.routing.loader.xml_collection''getFosRest_Routing_Loader_XmlCollectionService'false],
  3067.             'fos_rest.routing.loader.yaml_collection' => ['privates''fos_rest.routing.loader.yaml_collection''getFosRest_Routing_Loader_YamlCollectionService'false],
  3068.             'fos_rest.serializer' => ['privates''fos_rest.serializer.jms''getFosRest_Serializer_JmsService'false],
  3069.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  3070.             'fos_rest.serializer.form_error_handler.inner' => ['privates''fos_rest.serializer.form_error_handler.inner''getFosRest_Serializer_FormErrorHandler_InnerService'false],
  3071.             'fos_rest.serializer.jms' => ['privates''fos_rest.serializer.jms''getFosRest_Serializer_JmsService'false],
  3072.             'fos_rest.templating' => ['services''templating''getTemplatingService'false],
  3073.             'fos_rest.versioning.chain_resolver' => ['privates''fos_rest.versioning.chain_resolver''getFosRest_Versioning_ChainResolverService'false],
  3074.             'fos_rest.versioning.exclusion_listener' => ['privates''fos_rest.versioning.exclusion_listener''getFosRest_Versioning_ExclusionListenerService'false],
  3075.             'fos_rest.versioning.listener' => ['privates''fos_rest.versioning.listener''getFosRest_Versioning_ListenerService'false],
  3076.             'fos_rest.view_handler.jsonp' => ['privates''fos_rest.view_handler.jsonp''getFosRest_ViewHandler_JsonpService'false],
  3077.             'fos_rest.view_response_listener' => ['privates''fos_rest.view_response_listener''getFosRest_ViewResponseListenerService'false],
  3078.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  3079.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  3080.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  3081.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  3082.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  3083.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  3084.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  3085.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  3086.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  3087.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  3088.             'fos_user.listener.email_confirmation' => ['privates''fos_user.listener.email_confirmation''getFosUser_Listener_EmailConfirmationService'false],
  3089.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  3090.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  3091.             'fos_user.mailer' => ['privates''fos_user.mailer.twig_swift''getFosUser_Mailer_TwigSwiftService'false],
  3092.             'fos_user.mailer.twig_swift' => ['privates''fos_user.mailer.twig_swift''getFosUser_Mailer_TwigSwiftService'false],
  3093.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  3094.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  3095.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  3096.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3097.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  3098.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  3099.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  3100.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  3101.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  3102.             'fos_user.session' => ['services''session''getSessionService'false],
  3103.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3104.             'fos_user.user_manager.default' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3105.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3106.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  3107.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  3108.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  3109.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3110.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3111.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  3112.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3113.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3114.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  3115.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3116.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  3117.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  3118.             'fragment.listener' => ['privates''fragment.listener''getFragment_ListenerService'false],
  3119.             'fragment.renderer.hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  3120.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  3121.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  3122.             'jms_serializer.accessor_strategy' => ['privates''jms_serializer.accessor_strategy.expression''getJmsSerializer_AccessorStrategy_ExpressionService'false],
  3123.             'jms_serializer.accessor_strategy.default' => ['privates''jms_serializer.accessor_strategy.default''getJmsSerializer_AccessorStrategy_DefaultService'false],
  3124.             'jms_serializer.accessor_strategy.expression' => ['privates''jms_serializer.accessor_strategy.expression''getJmsSerializer_AccessorStrategy_ExpressionService'false],
  3125.             'jms_serializer.cache_naming_strategy' => ['privates''jms_serializer.cache_naming_strategy''getJmsSerializer_CacheNamingStrategyService'false],
  3126.             'jms_serializer.camel_case_naming_strategy' => ['privates''jms_serializer.camel_case_naming_strategy''getJmsSerializer_CamelCaseNamingStrategyService'false],
  3127.             'jms_serializer.configured_deserialization_context_factory' => ['services''jms_serializer.deserialization_context_factory''getJmsSerializer_DeserializationContextFactoryService'false],
  3128.             'jms_serializer.configured_serialization_context_factory' => ['services''jms_serializer.serialization_context_factory''getJmsSerializer_SerializationContextFactoryService'false],
  3129.             'jms_serializer.doctrine_object_constructor' => ['services''jms_serializer.object_constructor''getJmsSerializer_ObjectConstructorService'false],
  3130.             'jms_serializer.event_dispatcher' => ['privates''jms_serializer.event_dispatcher''getJmsSerializer_EventDispatcherService'false],
  3131.             'jms_serializer.expression_evaluator' => ['privates''jms_serializer.expression_evaluator''getJmsSerializer_ExpressionEvaluatorService'false],
  3132.             'jms_serializer.expression_language' => ['privates''jms_serializer.expression_language''getJmsSerializer_ExpressionLanguageService'false],
  3133.             'jms_serializer.expression_language.function_provider' => ['privates''jms_serializer.expression_language.function_provider''getJmsSerializer_ExpressionLanguage_FunctionProviderService'false],
  3134.             'jms_serializer.handler_registry' => ['services''fos_rest.serializer.jms_handler_registry''getFosRest_Serializer_JmsHandlerRegistryService'false],
  3135.             'jms_serializer.metadata.annotation_driver' => ['privates''jms_serializer.metadata.annotation_driver''getJmsSerializer_Metadata_AnnotationDriverService'false],
  3136.             'jms_serializer.metadata.cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  3137.             'jms_serializer.metadata.cache.file_cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  3138.             'jms_serializer.metadata.chain_driver' => ['privates''jms_serializer.metadata.chain_driver''getJmsSerializer_Metadata_ChainDriverService'false],
  3139.             'jms_serializer.metadata.doctrine_type_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  3140.             'jms_serializer.metadata.file_locator' => ['privates''jms_serializer.metadata.file_locator''getJmsSerializer_Metadata_FileLocatorService'false],
  3141.             'jms_serializer.metadata.lazy_loading_driver' => ['privates''jms_serializer.metadata.lazy_loading_driver''getJmsSerializer_Metadata_LazyLoadingDriverService'false],
  3142.             'jms_serializer.metadata.php_driver' => ['privates''jms_serializer.metadata.php_driver''getJmsSerializer_Metadata_PhpDriverService'false],
  3143.             'jms_serializer.metadata.xml_driver' => ['privates''jms_serializer.metadata.xml_driver''getJmsSerializer_Metadata_XmlDriverService'false],
  3144.             'jms_serializer.metadata.yaml_driver' => ['privates''jms_serializer.metadata.yaml_driver''getJmsSerializer_Metadata_YamlDriverService'false],
  3145.             'jms_serializer.metadata_factory' => ['privates''jms_serializer.metadata_factory''getJmsSerializer_MetadataFactoryService'false],
  3146.             'jms_serializer.naming_strategy' => ['privates''jms_serializer.cache_naming_strategy''getJmsSerializer_CacheNamingStrategyService'false],
  3147.             'jms_serializer.serialized_name_annotation_strategy' => ['privates''jms_serializer.serialized_name_annotation_strategy''getJmsSerializer_SerializedNameAnnotationStrategyService'false],
  3148.             'jms_serializer.serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  3149.             'jms_serializer.twig_extension.serializer' => ['privates''jms_serializer.twig_extension.serializer''getJmsSerializer_TwigExtension_SerializerService'false],
  3150.             'jms_serializer.unserialize_object_constructor' => ['privates''jms_serializer.unserialize_object_constructor''getJmsSerializer_UnserializeObjectConstructorService'false],
  3151.             'jwt_token_authenticator' => ['privates''jwt_token_authenticator''getJwtTokenAuthenticatorService'false],
  3152.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  3153.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  3154.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  3155.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  3156.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  3157.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  3158.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  3159.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  3160.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  3161.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  3162.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  3163.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  3164.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  3165.             'lexik_jwt_authentication.payload_enrichment' => ['privates''lexik_jwt_authentication.payload_enrichment''getLexikJwtAuthentication_PayloadEnrichmentService'false],
  3166.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  3167.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  3168.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3169.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  3170.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  3171.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  3172.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  3173.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  3174.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  3175.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  3176.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  3177.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  3178.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  3179.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  3180.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  3181.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  3182.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  3183.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  3184.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  3185.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  3186.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  3187.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  3188.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  3189.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  3190.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  3191.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  3192.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  3193.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  3194.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  3195.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  3196.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  3197.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  3198.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  3199.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  3200.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  3201.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  3202.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  3203.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  3204.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  3205.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  3206.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  3207.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  3208.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  3209.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  3210.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  3211.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  3212.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  3213.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  3214.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  3215.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  3216.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  3217.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  3218.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  3219.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  3220.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  3221.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  3222.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  3223.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  3224.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  3225.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  3226.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  3227.             'monolog.handler.console' => ['privates''monolog.handler.console''getMonolog_Handler_ConsoleService'false],
  3228.             'monolog.handler.main' => ['privates''monolog.handler.main''getMonolog_Handler_MainService'false],
  3229.             'monolog.handler.null_internal' => ['privates''monolog.handler.null_internal''getMonolog_Handler_NullInternalService'false],
  3230.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3231.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  3232.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  3233.             'monolog.logger.debug' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  3234.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  3235.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  3236.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  3237.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  3238.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  3239.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  3240.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  3241.             'monolog.processor.psr_log_message' => ['privates''monolog.processor.psr_log_message''getMonolog_Processor_PsrLogMessageService'false],
  3242.             'nelmio_cors.cors_listener' => ['privates''nelmio_cors.cors_listener''getNelmioCors_CorsListenerService'false],
  3243.             'nelmio_cors.options_provider.config' => ['privates''nelmio_cors.options_provider.config''getNelmioCors_OptionsProvider_ConfigService'false],
  3244.             'nelmio_cors.options_resolver' => ['privates''nelmio_cors.options_resolver''getNelmioCors_OptionsResolverService'false],
  3245.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3246.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  3247.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  3248.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3249.             'resolve_controller_name_subscriber' => ['privates''.legacy_resolve_controller_name_subscriber''get_LegacyResolveControllerNameSubscriberService'false],
  3250.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  3251.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  3252.             'router.default' => ['services''router''getRouterService'false],
  3253.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  3254.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  3255.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  3256.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  3257.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  3258.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  3259.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  3260.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  3261.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  3262.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  3263.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  3264.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  3265.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  3266.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  3267.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  3268.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  3269.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  3270.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  3271.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  3272.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  3273.             'security.authentication.failure_handler.api_login.form_login' => ['privates''security.authentication.failure_handler.api_login.form_login''getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService'false],
  3274.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  3275.             'security.authentication.form_entry_point.api_login' => ['privates''security.authentication.form_entry_point.api_login''getSecurity_Authentication_FormEntryPoint_ApiLoginService'false],
  3276.             'security.authentication.form_entry_point.main' => ['privates''security.authentication.form_entry_point.main''getSecurity_Authentication_FormEntryPoint_MainService'false],
  3277.             'security.authentication.guard_handler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  3278.             'security.authentication.listener.anonymous.api' => ['privates''security.authentication.listener.anonymous.api''getSecurity_Authentication_Listener_Anonymous_ApiService'false],
  3279.             'security.authentication.listener.anonymous.api_login' => ['privates''security.authentication.listener.anonymous.api_login''getSecurity_Authentication_Listener_Anonymous_ApiLoginService'false],
  3280.             'security.authentication.listener.anonymous.main' => ['privates''security.authentication.listener.anonymous.main''getSecurity_Authentication_Listener_Anonymous_MainService'false],
  3281.             'security.authentication.listener.form.api_login' => ['privates''security.authentication.listener.form.api_login''getSecurity_Authentication_Listener_Form_ApiLoginService'false],
  3282.             'security.authentication.listener.form.main' => ['privates''security.authentication.listener.form.main''getSecurity_Authentication_Listener_Form_MainService'false],
  3283.             'security.authentication.listener.guard.api' => ['privates''security.authentication.listener.guard.api''getSecurity_Authentication_Listener_Guard_ApiService'false],
  3284.             'security.authentication.manager' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  3285.             'security.authentication.provider.anonymous.api' => ['privates''security.authentication.provider.anonymous.api''getSecurity_Authentication_Provider_Anonymous_ApiService'false],
  3286.             'security.authentication.provider.anonymous.api_login' => ['privates''security.authentication.provider.anonymous.api_login''getSecurity_Authentication_Provider_Anonymous_ApiLoginService'false],
  3287.             'security.authentication.provider.anonymous.main' => ['privates''security.authentication.provider.anonymous.main''getSecurity_Authentication_Provider_Anonymous_MainService'false],
  3288.             'security.authentication.provider.dao.api_login' => ['privates''security.authentication.provider.dao.api_login''getSecurity_Authentication_Provider_Dao_ApiLoginService'false],
  3289.             'security.authentication.provider.dao.main' => ['privates''security.authentication.provider.dao.main''getSecurity_Authentication_Provider_Dao_MainService'false],
  3290.             'security.authentication.provider.guard.api' => ['privates''security.authentication.provider.guard.api''getSecurity_Authentication_Provider_Guard_ApiService'false],
  3291.             'security.authentication.retry_entry_point' => ['privates''security.authentication.retry_entry_point''getSecurity_Authentication_RetryEntryPointService'false],
  3292.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3293.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3294.             'security.authentication.success_handler.api_login.form_login' => ['privates''security.authentication.success_handler.api_login.form_login''getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService'false],
  3295.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  3296.             'security.authentication.switchuser_listener.main' => ['privates''security.authentication.switchuser_listener.main''getSecurity_Authentication_SwitchuserListener_MainService'false],
  3297.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  3298.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  3299.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3300.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  3301.             'security.csrf.token_generator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  3302.             'security.csrf.token_storage' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  3303.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3304.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3305.             'security.exception_listener.api' => ['privates''security.exception_listener.api''getSecurity_ExceptionListener_ApiService'false],
  3306.             'security.exception_listener.api_login' => ['privates''security.exception_listener.api_login''getSecurity_ExceptionListener_ApiLoginService'false],
  3307.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  3308.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  3309.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  3310.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3311.             'security.firewall.map.config.api' => ['privates''security.firewall.map.config.api''getSecurity_Firewall_Map_Config_ApiService'false],
  3312.             'security.firewall.map.config.api_login' => ['privates''security.firewall.map.config.api_login''getSecurity_Firewall_Map_Config_ApiLoginService'false],
  3313.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  3314.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  3315.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  3316.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3317.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  3318.             'security.logout.handler.csrf_token_clearing' => ['privates''security.logout.handler.csrf_token_clearing''getSecurity_Logout_Handler_CsrfTokenClearingService'false],
  3319.             'security.logout.handler.session' => ['privates''security.logout.handler.session''getSecurity_Logout_Handler_SessionService'false],
  3320.             'security.logout.success_handler.main' => ['privates''security.logout.success_handler.main''getSecurity_Logout_SuccessHandler_MainService'false],
  3321.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  3322.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  3323.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  3324.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  3325.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  3326.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3327.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3328.             'security.user_checker.api' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3329.             'security.user_checker.api_login' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3330.             'security.user_checker.main' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3331.             'security.user_password_encoder.generic' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3332.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  3333.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  3334.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates''Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage''getExpressionLanguage2Service'false],
  3335.             'sensio_framework_extra.security.expression_language' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage''getExpressionLanguageService'false],
  3336.             'session.storage' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3337.             'session.storage.filesystem' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3338.             'session.storage.metadata_bag' => ['privates''session.storage.metadata_bag''getSession_Storage_MetadataBagService'false],
  3339.             'session.storage.mock_file' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3340.             'session_listener' => ['privates''session_listener''getSessionListenerService'false],
  3341.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  3342.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  3343.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  3344.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  3345.             'swiftmailer.data_collector' => ['privates''swiftmailer.data_collector''getSwiftmailer_DataCollectorService'false],
  3346.             'swiftmailer.email_sender.listener' => ['privates''swiftmailer.email_sender.listener''getSwiftmailer_EmailSender_ListenerService'false],
  3347.             'swiftmailer.mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  3348.             'swiftmailer.mailer.transport.accord_mandrill' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  3349.             'swiftmailer.plugin.messagelogger' => ['services''swiftmailer.mailer.default.plugin.messagelogger''getSwiftmailer_Mailer_Default_Plugin_MessageloggerService'false],
  3350.             'swiftmailer.transport.eventdispatcher.accord_mandrill' => ['privates''swiftmailer.transport.eventdispatcher.accord_mandrill''getSwiftmailer_Transport_Eventdispatcher_AccordMandrillService'false],
  3351.             'templating.cache_warmer.template_paths' => ['privates''templating.cache_warmer.template_paths''getTemplating_CacheWarmer_TemplatePathsService'false],
  3352.             'templating.engine.twig' => ['services''templating''getTemplatingService'false],
  3353.             'templating.filename_parser' => ['privates''templating.filename_parser''getTemplating_FilenameParserService'false],
  3354.             'templating.finder' => ['privates''templating.finder''getTemplating_FinderService'false],
  3355.             'templating.loader.filesystem' => ['services''templating.loader''getTemplating_LoaderService'false],
  3356.             'templating.locator' => ['privates''templating.locator''getTemplating_LocatorService'false],
  3357.             'templating.name_parser' => ['privates''templating.name_parser''getTemplating_NameParserService'false],
  3358.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  3359.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  3360.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  3361.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  3362.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  3363.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  3364.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  3365.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  3366.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  3367.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  3368.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  3369.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  3370.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  3371.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  3372.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  3373.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  3374.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  3375.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  3376.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  3377.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  3378.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  3379.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  3380.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  3381.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  3382.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  3383.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  3384.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  3385.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  3386.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  3387.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  3388.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  3389.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  3390.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  3391.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3392.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3393.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  3394.             'twig.cache_warmer' => ['privates''twig.cache_warmer''getTwig_CacheWarmerService'false],
  3395.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3396.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3397.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  3398.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3399.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3400.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  3401.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  3402.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  3403.             'twig.extension.dump' => ['privates''twig.extension.dump''getTwig_Extension_DumpService'false],
  3404.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  3405.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  3406.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  3407.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  3408.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  3409.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  3410.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  3411.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  3412.             'twig.extension.security_csrf' => ['privates''twig.extension.security_csrf''getTwig_Extension_SecurityCsrfService'false],
  3413.             'twig.extension.text' => ['privates''twig.extension.text''getTwig_Extension_TextService'false],
  3414.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  3415.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  3416.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  3417.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  3418.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3419.             'twig.loader' => ['privates''twig.loader.filesystem''getTwig_Loader_FilesystemService'false],
  3420.             'twig.loader.filesystem' => ['privates''twig.loader.filesystem''getTwig_Loader_FilesystemService'false],
  3421.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  3422.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  3423.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  3424.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3425.             'twig.runtime.security_csrf' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3426.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  3427.             'twig.template_cache_warmer' => ['privates''twig.template_cache_warmer''getTwig_TemplateCacheWarmerService'false],
  3428.             'twig.template_iterator' => ['privates''twig.template_iterator''getTwig_TemplateIteratorService'false],
  3429.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  3430.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  3431.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  3432.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  3433.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  3434.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  3435.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  3436.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  3437.             'validator.mapping.class_metadata_factory' => ['services''validator''getValidatorService'false],
  3438.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  3439.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  3440.             'var_dumper.cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  3441.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  3442.             'var_dumper.contextualized_cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  3443.             'var_dumper.contextualized_cli_dumper.inner' => ['privates''var_dumper.contextualized_cli_dumper.inner''getVarDumper_ContextualizedCliDumper_InnerService'false],
  3444.             'var_dumper.dump_server' => ['privates''var_dumper.dump_server''getVarDumper_DumpServerService'false],
  3445.             'var_dumper.html_dumper' => ['privates''var_dumper.html_dumper''getVarDumper_HtmlDumperService'false],
  3446.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  3447.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  3448.         ], [
  3449.             'Doctrine\\Bundle\\DoctrineBundle\\Registry' => '?',
  3450.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  3451.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  3452.             'Doctrine\\Common\\Persistence\\ObjectManager' => '?',
  3453.             'Doctrine\\DBAL\\Connection' => '?',
  3454.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  3455.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  3456.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3457.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => '?',
  3458.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => '?',
  3459.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  3460.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  3461.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  3462.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  3463.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  3464.             'JMS\\Serializer\\ArrayTransformerInterface' => '?',
  3465.             'JMS\\Serializer\\SerializerInterface' => '?',
  3466.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  3467.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  3468.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  3469.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  3470.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  3471.             'OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => '?',
  3472.             'OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => '?',
  3473.             'OceanExpertBundle\\Command\\CleanupDatabaseCommand' => '?',
  3474.             'OceanExpertBundle\\Command\\CleanupEventsCommand' => '?',
  3475.             'OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => '?',
  3476.             'OceanExpertBundle\\Command\\CreateSitemapsCommand' => '?',
  3477.             'OceanExpertBundle\\Command\\MaxEmailsToMandrillCommand' => '?',
  3478.             'OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => '?',
  3479.             'OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => '?',
  3480.             'OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => '?',
  3481.             'OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => '?',
  3482.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  3483.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  3484.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  3485.             'OceanExpertBundle\\Repository\\SearegionsRepository' => '?',
  3486.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  3487.             'Psr\\Container\\ContainerInterface' => '?',
  3488.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  3489.             'Psr\\Log\\LoggerInterface' => '?',
  3490.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  3491.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  3492.             'Psr\\Log\\LoggerInterface $debugLogger' => '?',
  3493.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  3494.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  3495.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  3496.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  3497.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  3498.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  3499.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  3500.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener' => '?',
  3501.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener' => '?',
  3502.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener' => '?',
  3503.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener' => '?',
  3504.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener' => '?',
  3505.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener' => '?',
  3506.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter' => '?',
  3507.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter' => '?',
  3508.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager' => '?',
  3509.             'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader' => '?',
  3510.             'Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage' => '?',
  3511.             'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser' => '?',
  3512.             'Swift_Mailer' => '?',
  3513.             'Swift_Transport' => '?',
  3514.             'Symfony\\Bridge\\Doctrine\\RegistryInterface' => '?',
  3515.             'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface' => '?',
  3516.             'Symfony\\Component\\Asset\\Packages' => '?',
  3517.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  3518.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  3519.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  3520.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3521.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  3522.             'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => '?',
  3523.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  3524.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3525.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  3526.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  3527.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3528.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  3529.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => '?',
  3530.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  3531.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  3532.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  3533.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3534.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  3535.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  3536.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  3537.             'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => '?',
  3538.             'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => '?',
  3539.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  3540.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  3541.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  3542.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3543.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => '?',
  3544.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3545.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  3546.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3547.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  3548.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  3549.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  3550.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
  3551.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  3552.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3553.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
  3554.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
  3555.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => '?',
  3556.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  3557.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  3558.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  3559.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  3560.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  3561.             'Symfony\\Component\\Templating\\EngineInterface' => '?',
  3562.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  3563.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  3564.             'Symfony\\Component\\Translation\\TranslatorInterface' => '?',
  3565.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  3566.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  3567.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  3568.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  3569.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3570.             'Twig\\Environment' => '?',
  3571.             'Twig_Environment' => '?',
  3572.             'accord_mandrill' => '?',
  3573.             'acme_api.event.jwt_created_listener' => '?',
  3574.             'annotation_reader' => '?',
  3575.             'annotations.cache_adapter' => '?',
  3576.             'annotations.cache_warmer' => '?',
  3577.             'annotations.cached_reader' => '?',
  3578.             'annotations.dummy_registry' => '?',
  3579.             'annotations.reader' => '?',
  3580.             'app.byte_conversion.twig.extension' => '?',
  3581.             'app.file.twig.extension' => '?',
  3582.             'argument_metadata_factory' => '?',
  3583.             'argument_resolver' => '?',
  3584.             'argument_resolver.controller_locator' => '?',
  3585.             'argument_resolver.default' => '?',
  3586.             'argument_resolver.not_tagged_controller' => '?',
  3587.             'argument_resolver.request' => '?',
  3588.             'argument_resolver.request_attribute' => '?',
  3589.             'argument_resolver.service' => '?',
  3590.             'argument_resolver.session' => '?',
  3591.             'argument_resolver.variadic' => '?',
  3592.             'assets._default_package' => '?',
  3593.             'assets.context' => '?',
  3594.             'assets.empty_version_strategy' => '?',
  3595.             'assets.packages' => '?',
  3596.             'cache.annotations' => '?',
  3597.             'cache.annotations.recorder_inner' => '?',
  3598.             'cache.app.recorder_inner' => '?',
  3599.             'cache.default_clearer' => '?',
  3600.             'cache.default_marshaller' => '?',
  3601.             'cache.default_pdo_provider' => '?',
  3602.             'cache.doctrine.orm.default.metadata' => '?',
  3603.             'cache.doctrine.orm.default.metadata.recorder_inner' => '?',
  3604.             'cache.doctrine.orm.default.query' => '?',
  3605.             'cache.doctrine.orm.default.query.recorder_inner' => '?',
  3606.             'cache.doctrine.orm.default.result' => '?',
  3607.             'cache.doctrine.orm.default.result.recorder_inner' => '?',
  3608.             'cache.property_access' => '?',
  3609.             'cache.property_info' => '?',
  3610.             'cache.property_info.recorder_inner' => '?',
  3611.             'cache.security_expression_language' => '?',
  3612.             'cache.security_expression_language.recorder_inner' => '?',
  3613.             'cache.serializer' => '?',
  3614.             'cache.serializer.recorder_inner' => '?',
  3615.             'cache.system.recorder_inner' => '?',
  3616.             'cache.validator' => '?',
  3617.             'cache.validator.recorder_inner' => '?',
  3618.             'config.resource.self_checking_resource_checker' => '?',
  3619.             'config_cache_factory' => '?',
  3620.             'console.command.about' => '?',
  3621.             'console.command.assets_install' => '?',
  3622.             'console.command.cache_clear' => '?',
  3623.             'console.command.cache_pool_clear' => '?',
  3624.             'console.command.cache_pool_delete' => '?',
  3625.             'console.command.cache_pool_list' => '?',
  3626.             'console.command.cache_pool_prune' => '?',
  3627.             'console.command.cache_warmup' => '?',
  3628.             'console.command.config_debug' => '?',
  3629.             'console.command.config_dump_reference' => '?',
  3630.             'console.command.container_debug' => '?',
  3631.             'console.command.container_lint' => '?',
  3632.             'console.command.debug_autowiring' => '?',
  3633.             'console.command.event_dispatcher_debug' => '?',
  3634.             'console.command.form_debug' => '?',
  3635.             'console.command.router_debug' => '?',
  3636.             'console.command.router_match' => '?',
  3637.             'console.command.secrets_decrypt_to_local' => '?',
  3638.             'console.command.secrets_encrypt_from_local' => '?',
  3639.             'console.command.secrets_generate_key' => '?',
  3640.             'console.command.secrets_list' => '?',
  3641.             'console.command.secrets_remove' => '?',
  3642.             'console.command.secrets_set' => '?',
  3643.             'console.command.translation_debug' => '?',
  3644.             'console.command.translation_update' => '?',
  3645.             'console.command.xliff_lint' => '?',
  3646.             'console.command.yaml_lint' => '?',
  3647.             'console.error_listener' => '?',
  3648.             'console.suggest_missing_package_subscriber' => '?',
  3649.             'container.env_var_processor' => '?',
  3650.             'controller_name_converter' => '?',
  3651.             'controller_resolver' => '?',
  3652.             'data_collector.ajax' => '?',
  3653.             'data_collector.cache' => '?',
  3654.             'data_collector.config' => '?',
  3655.             'data_collector.doctrine' => '?',
  3656.             'data_collector.events' => '?',
  3657.             'data_collector.exception' => '?',
  3658.             'data_collector.form' => '?',
  3659.             'data_collector.form.extractor' => '?',
  3660.             'data_collector.logger' => '?',
  3661.             'data_collector.memory' => '?',
  3662.             'data_collector.request' => '?',
  3663.             'data_collector.router' => '?',
  3664.             'data_collector.security' => '?',
  3665.             'data_collector.time' => '?',
  3666.             'data_collector.translation' => '?',
  3667.             'data_collector.twig' => '?',
  3668.             'data_collector.validator' => '?',
  3669.             'debug.argument_resolver' => '?',
  3670.             'debug.argument_resolver.default' => '?',
  3671.             'debug.argument_resolver.default.inner' => '?',
  3672.             'debug.argument_resolver.inner' => '?',
  3673.             'debug.argument_resolver.not_tagged_controller' => '?',
  3674.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  3675.             'debug.argument_resolver.request' => '?',
  3676.             'debug.argument_resolver.request.inner' => '?',
  3677.             'debug.argument_resolver.request_attribute' => '?',
  3678.             'debug.argument_resolver.request_attribute.inner' => '?',
  3679.             'debug.argument_resolver.service' => '?',
  3680.             'debug.argument_resolver.service.inner' => '?',
  3681.             'debug.argument_resolver.session' => '?',
  3682.             'debug.argument_resolver.session.inner' => '?',
  3683.             'debug.argument_resolver.variadic' => '?',
  3684.             'debug.argument_resolver.variadic.inner' => '?',
  3685.             'debug.controller_resolver' => '?',
  3686.             'debug.controller_resolver.inner' => '?',
  3687.             'debug.debug_handlers_listener' => '?',
  3688.             'debug.dump_listener' => '?',
  3689.             'debug.event_dispatcher' => '?',
  3690.             'debug.event_dispatcher.inner' => '?',
  3691.             'debug.file_link_formatter' => '?',
  3692.             'debug.file_link_formatter.url_format' => '?',
  3693.             'debug.log_processor' => '?',
  3694.             'debug.security.access.decision_manager' => '?',
  3695.             'debug.security.access.decision_manager.inner' => '?',
  3696.             'debug.security.firewall' => '?',
  3697.             'debug.security.user_value_resolver' => '?',
  3698.             'debug.security.user_value_resolver.inner' => '?',
  3699.             'debug.security.voter.security.access.authenticated_voter' => '?',
  3700.             'debug.security.voter.security.access.expression_voter' => '?',
  3701.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  3702.             'debug.security.voter.vote_listener' => '?',
  3703.             'debug.stopwatch' => '?',
  3704.             'debug.validator' => '?',
  3705.             'debug.validator.inner' => '?',
  3706.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  3707.             'disallow_search_engine_index_response_listener' => '?',
  3708.             'doctrine.cache_clear_metadata_command' => '?',
  3709.             'doctrine.cache_clear_query_cache_command' => '?',
  3710.             'doctrine.cache_clear_result_command' => '?',
  3711.             'doctrine.cache_collection_region_command' => '?',
  3712.             'doctrine.clear_entity_region_command' => '?',
  3713.             'doctrine.clear_query_region_command' => '?',
  3714.             'doctrine.database_create_command' => '?',
  3715.             'doctrine.database_drop_command' => '?',
  3716.             'doctrine.database_import_command' => '?',
  3717.             'doctrine.dbal.connection_factory' => '?',
  3718.             'doctrine.dbal.default_connection.configuration' => '?',
  3719.             'doctrine.dbal.default_connection.event_manager' => '?',
  3720.             'doctrine.dbal.event_manager' => '?',
  3721.             'doctrine.dbal.logger' => '?',
  3722.             'doctrine.dbal.logger.chain.default' => '?',
  3723.             'doctrine.dbal.logger.profiling.default' => '?',
  3724.             'doctrine.ensure_production_settings_command' => '?',
  3725.             'doctrine.generate_entities_command' => '?',
  3726.             'doctrine.mapping_convert_command' => '?',
  3727.             'doctrine.mapping_import_command' => '?',
  3728.             'doctrine.mapping_info_command' => '?',
  3729.             'doctrine.migrations.configuration' => '?',
  3730.             'doctrine.migrations.configuration_loader' => '?',
  3731.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  3732.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  3733.             'doctrine.migrations.dependency_factory' => '?',
  3734.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  3735.             'doctrine.migrations.metadata_storage' => '?',
  3736.             'doctrine.migrations.migrations_factory' => '?',
  3737.             'doctrine.migrations.storage.table_storage' => '?',
  3738.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => '?',
  3739.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => '?',
  3740.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => '?',
  3741.             'doctrine.orm.container_repository_factory' => '?',
  3742.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  3743.             'doctrine.orm.default_configuration' => '?',
  3744.             'doctrine.orm.default_entity_listener_resolver' => '?',
  3745.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  3746.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  3747.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3748.             'doctrine.orm.default_manager_configurator' => '?',
  3749.             'doctrine.orm.default_metadata_cache' => '?',
  3750.             'doctrine.orm.default_metadata_driver' => '?',
  3751.             'doctrine.orm.default_query_cache' => '?',
  3752.             'doctrine.orm.default_result_cache' => '?',
  3753.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => '?',
  3754.             'doctrine.orm.metadata.annotation_reader' => '?',
  3755.             'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
  3756.             'doctrine.orm.proxy_cache_warmer' => '?',
  3757.             'doctrine.orm.quote_strategy.default' => '?',
  3758.             'doctrine.orm.validator.unique' => '?',
  3759.             'doctrine.orm.validator_initializer' => '?',
  3760.             'doctrine.query_dql_command' => '?',
  3761.             'doctrine.query_sql_command' => '?',
  3762.             'doctrine.schema_create_command' => '?',
  3763.             'doctrine.schema_drop_command' => '?',
  3764.             'doctrine.schema_update_command' => '?',
  3765.             'doctrine.schema_validate_command' => '?',
  3766.             'doctrine.twig.doctrine_extension' => '?',
  3767.             'doctrine_cache.contains_command' => '?',
  3768.             'doctrine_cache.delete_command' => '?',
  3769.             'doctrine_cache.flush_command' => '?',
  3770.             'doctrine_cache.stats_command' => '?',
  3771.             'doctrine_migrations.current_command' => '?',
  3772.             'doctrine_migrations.diff_command' => '?',
  3773.             'doctrine_migrations.dump_schema_command' => '?',
  3774.             'doctrine_migrations.execute_command' => '?',
  3775.             'doctrine_migrations.generate_command' => '?',
  3776.             'doctrine_migrations.latest_command' => '?',
  3777.             'doctrine_migrations.migrate_command' => '?',
  3778.             'doctrine_migrations.rollup_command' => '?',
  3779.             'doctrine_migrations.status_command' => '?',
  3780.             'doctrine_migrations.sync_metadata_command' => '?',
  3781.             'doctrine_migrations.up_to_date_command' => '?',
  3782.             'doctrine_migrations.version_command' => '?',
  3783.             'doctrine_migrations.versions_command' => '?',
  3784.             'error_handler.error_renderer.html' => '?',
  3785.             'error_renderer' => '?',
  3786.             'error_renderer.html' => '?',
  3787.             'exception_listener' => '?',
  3788.             'file_locator' => '?',
  3789.             'form.choice_list_factory' => '?',
  3790.             'form.choice_list_factory.cached' => '?',
  3791.             'form.choice_list_factory.default' => '?',
  3792.             'form.choice_list_factory.property_access' => '?',
  3793.             'form.extension' => '?',
  3794.             'form.property_accessor' => '?',
  3795.             'form.registry' => '?',
  3796.             'form.resolved_type_factory' => '?',
  3797.             'form.server_params' => '?',
  3798.             'form.type.choice' => '?',
  3799.             'form.type.entity' => '?',
  3800.             'form.type.form' => '?',
  3801.             'form.type_extension.csrf' => '?',
  3802.             'form.type_extension.form.data_collector' => '?',
  3803.             'form.type_extension.form.http_foundation' => '?',
  3804.             'form.type_extension.form.request_handler' => '?',
  3805.             'form.type_extension.form.transformation_failure_handling' => '?',
  3806.             'form.type_extension.form.validator' => '?',
  3807.             'form.type_extension.repeated.validator' => '?',
  3808.             'form.type_extension.submit.validator' => '?',
  3809.             'form.type_extension.upload.validator' => '?',
  3810.             'form.type_guesser.doctrine' => '?',
  3811.             'form.type_guesser.validator' => '?',
  3812.             'fos_js_routing.denormalizer.route_collection' => '?',
  3813.             'fos_js_routing.dump_command' => '?',
  3814.             'fos_js_routing.encoder' => '?',
  3815.             'fos_js_routing.normalizer.route_collection' => '?',
  3816.             'fos_js_routing.normalizer.routes_response' => '?',
  3817.             'fos_js_routing.router' => '?',
  3818.             'fos_js_routing.router_debug_exposed_command' => '?',
  3819.             'fos_rest.body_listener' => '?',
  3820.             'fos_rest.decoder.json' => '?',
  3821.             'fos_rest.decoder.xml' => '?',
  3822.             'fos_rest.decoder_provider' => '?',
  3823.             'fos_rest.format_listener' => '?',
  3824.             'fos_rest.format_negotiator' => '?',
  3825.             'fos_rest.inflector' => '?',
  3826.             'fos_rest.inflector.doctrine' => '?',
  3827.             'fos_rest.mime_type_listener' => '?',
  3828.             'fos_rest.param_fetcher_listener' => '?',
  3829.             'fos_rest.request.param_fetcher' => '?',
  3830.             'fos_rest.request.param_fetcher.reader' => '?',
  3831.             'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' => '?',
  3832.             'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' => '?',
  3833.             'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' => '?',
  3834.             'fos_rest.router' => '?',
  3835.             'fos_rest.routing.loader.controller' => '?',
  3836.             'fos_rest.routing.loader.directory' => '?',
  3837.             'fos_rest.routing.loader.processor' => '?',
  3838.             'fos_rest.routing.loader.reader.action' => '?',
  3839.             'fos_rest.routing.loader.reader.controller' => '?',
  3840.             'fos_rest.routing.loader.xml_collection' => '?',
  3841.             'fos_rest.routing.loader.yaml_collection' => '?',
  3842.             'fos_rest.serializer' => '?',
  3843.             'fos_rest.serializer.form_error_handler' => '?',
  3844.             'fos_rest.serializer.form_error_handler.inner' => '?',
  3845.             'fos_rest.serializer.jms' => '?',
  3846.             'fos_rest.templating' => '?',
  3847.             'fos_rest.versioning.chain_resolver' => '?',
  3848.             'fos_rest.versioning.exclusion_listener' => '?',
  3849.             'fos_rest.versioning.listener' => '?',
  3850.             'fos_rest.view_handler.jsonp' => '?',
  3851.             'fos_rest.view_response_listener' => '?',
  3852.             'fos_user.change_password.form.factory' => '?',
  3853.             'fos_user.change_password.form.type' => '?',
  3854.             'fos_user.command.activate_user' => '?',
  3855.             'fos_user.command.change_password' => '?',
  3856.             'fos_user.command.create_user' => '?',
  3857.             'fos_user.command.deactivate_user' => '?',
  3858.             'fos_user.command.demote_user' => '?',
  3859.             'fos_user.command.promote_user' => '?',
  3860.             'fos_user.doctrine_registry' => '?',
  3861.             'fos_user.listener.authentication' => '?',
  3862.             'fos_user.listener.email_confirmation' => '?',
  3863.             'fos_user.listener.flash' => '?',
  3864.             'fos_user.listener.resetting' => '?',
  3865.             'fos_user.mailer' => '?',
  3866.             'fos_user.mailer.twig_swift' => '?',
  3867.             'fos_user.object_manager' => '?',
  3868.             'fos_user.profile.form.factory' => '?',
  3869.             'fos_user.profile.form.type' => '?',
  3870.             'fos_user.registration.form.factory' => '?',
  3871.             'fos_user.registration.form.type' => '?',
  3872.             'fos_user.resetting.form.factory' => '?',
  3873.             'fos_user.resetting.form.type' => '?',
  3874.             'fos_user.security.interactive_login_listener' => '?',
  3875.             'fos_user.security.login_manager' => '?',
  3876.             'fos_user.session' => '?',
  3877.             'fos_user.user_listener' => '?',
  3878.             'fos_user.user_manager.default' => '?',
  3879.             'fos_user.user_provider.username_email' => '?',
  3880.             'fos_user.user_to_username_transformer' => '?',
  3881.             'fos_user.username_form_type' => '?',
  3882.             'fos_user.util.canonical_fields_updater' => '?',
  3883.             'fos_user.util.canonicalizer.default' => '?',
  3884.             'fos_user.util.email_canonicalizer' => '?',
  3885.             'fos_user.util.password_updater' => '?',
  3886.             'fos_user.util.token_generator' => '?',
  3887.             'fos_user.util.token_generator.default' => '?',
  3888.             'fos_user.util.user_manipulator' => '?',
  3889.             'fos_user.util.username_canonicalizer' => '?',
  3890.             'fos_user.validator.initializer' => '?',
  3891.             'fragment.handler' => '?',
  3892.             'fragment.listener' => '?',
  3893.             'fragment.renderer.hinclude' => '?',
  3894.             'fragment.renderer.inline' => '?',
  3895.             'identity_translator' => '?',
  3896.             'jms_serializer.accessor_strategy' => '?',
  3897.             'jms_serializer.accessor_strategy.default' => '?',
  3898.             'jms_serializer.accessor_strategy.expression' => '?',
  3899.             'jms_serializer.cache_naming_strategy' => '?',
  3900.             'jms_serializer.camel_case_naming_strategy' => '?',
  3901.             'jms_serializer.configured_deserialization_context_factory' => '?',
  3902.             'jms_serializer.configured_serialization_context_factory' => '?',
  3903.             'jms_serializer.doctrine_object_constructor' => '?',
  3904.             'jms_serializer.event_dispatcher' => '?',
  3905.             'jms_serializer.expression_evaluator' => '?',
  3906.             'jms_serializer.expression_language' => '?',
  3907.             'jms_serializer.expression_language.function_provider' => '?',
  3908.             'jms_serializer.handler_registry' => '?',
  3909.             'jms_serializer.metadata.annotation_driver' => '?',
  3910.             'jms_serializer.metadata.cache' => '?',
  3911.             'jms_serializer.metadata.cache.file_cache' => '?',
  3912.             'jms_serializer.metadata.chain_driver' => '?',
  3913.             'jms_serializer.metadata.doctrine_type_driver' => '?',
  3914.             'jms_serializer.metadata.file_locator' => '?',
  3915.             'jms_serializer.metadata.lazy_loading_driver' => '?',
  3916.             'jms_serializer.metadata.php_driver' => '?',
  3917.             'jms_serializer.metadata.xml_driver' => '?',
  3918.             'jms_serializer.metadata.yaml_driver' => '?',
  3919.             'jms_serializer.metadata_factory' => '?',
  3920.             'jms_serializer.naming_strategy' => '?',
  3921.             'jms_serializer.serialized_name_annotation_strategy' => '?',
  3922.             'jms_serializer.serializer' => '?',
  3923.             'jms_serializer.twig_extension.serializer' => '?',
  3924.             'jms_serializer.unserialize_object_constructor' => '?',
  3925.             'jwt_token_authenticator' => '?',
  3926.             'knp_paginator.helper.processor' => '?',
  3927.             'knp_paginator.subscriber.filtration' => '?',
  3928.             'knp_paginator.subscriber.paginate' => '?',
  3929.             'knp_paginator.subscriber.sliding_pagination' => '?',
  3930.             'knp_paginator.subscriber.sortable' => '?',
  3931.             'knp_paginator.twig.extension.pagination' => '?',
  3932.             'lexik_jwt_authentication.check_config_command' => '?',
  3933.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  3934.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  3935.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  3936.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  3937.             'lexik_jwt_authentication.key_loader.raw' => '?',
  3938.             'lexik_jwt_authentication.migrate_config_command' => '?',
  3939.             'lexik_jwt_authentication.payload_enrichment' => '?',
  3940.             'locale_aware_listener' => '?',
  3941.             'locale_listener' => '?',
  3942.             'logger' => '?',
  3943.             'maker.auto_command.make_auth' => '?',
  3944.             'maker.auto_command.make_command' => '?',
  3945.             'maker.auto_command.make_controller' => '?',
  3946.             'maker.auto_command.make_crud' => '?',
  3947.             'maker.auto_command.make_docker_database' => '?',
  3948.             'maker.auto_command.make_entity' => '?',
  3949.             'maker.auto_command.make_fixtures' => '?',
  3950.             'maker.auto_command.make_form' => '?',
  3951.             'maker.auto_command.make_message' => '?',
  3952.             'maker.auto_command.make_messenger_middleware' => '?',
  3953.             'maker.auto_command.make_migration' => '?',
  3954.             'maker.auto_command.make_registration_form' => '?',
  3955.             'maker.auto_command.make_reset_password' => '?',
  3956.             'maker.auto_command.make_serializer_encoder' => '?',
  3957.             'maker.auto_command.make_serializer_normalizer' => '?',
  3958.             'maker.auto_command.make_subscriber' => '?',
  3959.             'maker.auto_command.make_test' => '?',
  3960.             'maker.auto_command.make_twig_extension' => '?',
  3961.             'maker.auto_command.make_user' => '?',
  3962.             'maker.auto_command.make_validator' => '?',
  3963.             'maker.auto_command.make_voter' => '?',
  3964.             'maker.autoloader_finder' => '?',
  3965.             'maker.autoloader_util' => '?',
  3966.             'maker.console_error_listener' => '?',
  3967.             'maker.doctrine_helper' => '?',
  3968.             'maker.entity_class_generator' => '?',
  3969.             'maker.event_registry' => '?',
  3970.             'maker.file_link_formatter' => '?',
  3971.             'maker.file_manager' => '?',
  3972.             'maker.generator' => '?',
  3973.             'maker.maker.make_authenticator' => '?',
  3974.             'maker.maker.make_command' => '?',
  3975.             'maker.maker.make_controller' => '?',
  3976.             'maker.maker.make_crud' => '?',
  3977.             'maker.maker.make_docker_database' => '?',
  3978.             'maker.maker.make_entity' => '?',
  3979.             'maker.maker.make_fixtures' => '?',
  3980.             'maker.maker.make_form' => '?',
  3981.             'maker.maker.make_message' => '?',
  3982.             'maker.maker.make_messenger_middleware' => '?',
  3983.             'maker.maker.make_migration' => '?',
  3984.             'maker.maker.make_registration_form' => '?',
  3985.             'maker.maker.make_reset_password' => '?',
  3986.             'maker.maker.make_serializer_encoder' => '?',
  3987.             'maker.maker.make_serializer_normalizer' => '?',
  3988.             'maker.maker.make_subscriber' => '?',
  3989.             'maker.maker.make_test' => '?',
  3990.             'maker.maker.make_twig_extension' => '?',
  3991.             'maker.maker.make_user' => '?',
  3992.             'maker.maker.make_validator' => '?',
  3993.             'maker.maker.make_voter' => '?',
  3994.             'maker.php_compat_util' => '?',
  3995.             'maker.renderer.form_type_renderer' => '?',
  3996.             'maker.security_config_updater' => '?',
  3997.             'maker.security_controller_builder' => '?',
  3998.             'maker.template_component_generator' => '?',
  3999.             'maker.user_class_builder' => '?',
  4000.             'monolog.command.server_log' => '?',
  4001.             'monolog.handler.console' => '?',
  4002.             'monolog.handler.main' => '?',
  4003.             'monolog.handler.null_internal' => '?',
  4004.             'monolog.logger' => '?',
  4005.             'monolog.logger.cache' => '?',
  4006.             'monolog.logger.console' => '?',
  4007.             'monolog.logger.debug' => '?',
  4008.             'monolog.logger.doctrine' => '?',
  4009.             'monolog.logger.event' => '?',
  4010.             'monolog.logger.php' => '?',
  4011.             'monolog.logger.profiler' => '?',
  4012.             'monolog.logger.request' => '?',
  4013.             'monolog.logger.router' => '?',
  4014.             'monolog.logger.security' => '?',
  4015.             'monolog.processor.psr_log_message' => '?',
  4016.             'nelmio_cors.cors_listener' => '?',
  4017.             'nelmio_cors.options_provider.config' => '?',
  4018.             'nelmio_cors.options_resolver' => '?',
  4019.             'parameter_bag' => '?',
  4020.             'profiler.storage' => '?',
  4021.             'profiler_listener' => '?',
  4022.             'property_accessor' => '?',
  4023.             'resolve_controller_name_subscriber' => '?',
  4024.             'response_listener' => '?',
  4025.             'router.cache_warmer' => '?',
  4026.             'router.default' => '?',
  4027.             'router.request_context' => '?',
  4028.             'router_listener' => '?',
  4029.             'routing.loader.annotation' => '?',
  4030.             'routing.loader.annotation.directory' => '?',
  4031.             'routing.loader.annotation.file' => '?',
  4032.             'routing.loader.container' => '?',
  4033.             'routing.loader.directory' => '?',
  4034.             'routing.loader.glob' => '?',
  4035.             'routing.loader.php' => '?',
  4036.             'routing.loader.xml' => '?',
  4037.             'routing.loader.yml' => '?',
  4038.             'routing.resolver' => '?',
  4039.             'secrets.local_vault' => '?',
  4040.             'secrets.vault' => '?',
  4041.             'security.access.authenticated_voter' => '?',
  4042.             'security.access.decision_manager' => '?',
  4043.             'security.access.expression_voter' => '?',
  4044.             'security.access.role_hierarchy_voter' => '?',
  4045.             'security.access_listener' => '?',
  4046.             'security.access_map' => '?',
  4047.             'security.authentication.failure_handler.api_login.form_login' => '?',
  4048.             'security.authentication.failure_handler.main.form_login' => '?',
  4049.             'security.authentication.form_entry_point.api_login' => '?',
  4050.             'security.authentication.form_entry_point.main' => '?',
  4051.             'security.authentication.guard_handler' => '?',
  4052.             'security.authentication.listener.anonymous.api' => '?',
  4053.             'security.authentication.listener.anonymous.api_login' => '?',
  4054.             'security.authentication.listener.anonymous.main' => '?',
  4055.             'security.authentication.listener.form.api_login' => '?',
  4056.             'security.authentication.listener.form.main' => '?',
  4057.             'security.authentication.listener.guard.api' => '?',
  4058.             'security.authentication.manager' => '?',
  4059.             'security.authentication.provider.anonymous.api' => '?',
  4060.             'security.authentication.provider.anonymous.api_login' => '?',
  4061.             'security.authentication.provider.anonymous.main' => '?',
  4062.             'security.authentication.provider.dao.api_login' => '?',
  4063.             'security.authentication.provider.dao.main' => '?',
  4064.             'security.authentication.provider.guard.api' => '?',
  4065.             'security.authentication.retry_entry_point' => '?',
  4066.             'security.authentication.session_strategy' => '?',
  4067.             'security.authentication.session_strategy.main' => '?',
  4068.             'security.authentication.success_handler.api_login.form_login' => '?',
  4069.             'security.authentication.success_handler.main.form_login' => '?',
  4070.             'security.authentication.switchuser_listener.main' => '?',
  4071.             'security.authentication.trust_resolver' => '?',
  4072.             'security.channel_listener' => '?',
  4073.             'security.command.user_password_encoder' => '?',
  4074.             'security.context_listener.0' => '?',
  4075.             'security.csrf.token_generator' => '?',
  4076.             'security.csrf.token_storage' => '?',
  4077.             'security.encoder_factory' => '?',
  4078.             'security.encoder_factory.generic' => '?',
  4079.             'security.exception_listener.api' => '?',
  4080.             'security.exception_listener.api_login' => '?',
  4081.             'security.exception_listener.main' => '?',
  4082.             'security.expression_language' => '?',
  4083.             'security.firewall' => '?',
  4084.             'security.firewall.map' => '?',
  4085.             'security.firewall.map.config.api' => '?',
  4086.             'security.firewall.map.config.api_login' => '?',
  4087.             'security.firewall.map.config.main' => '?',
  4088.             'security.firewall.map.context.api' => '?',
  4089.             'security.firewall.map.context.api_login' => '?',
  4090.             'security.firewall.map.context.main' => '?',
  4091.             'security.http_utils' => '?',
  4092.             'security.logout.handler.csrf_token_clearing' => '?',
  4093.             'security.logout.handler.session' => '?',
  4094.             'security.logout.success_handler.main' => '?',
  4095.             'security.logout_listener.main' => '?',
  4096.             'security.logout_url_generator' => '?',
  4097.             'security.rememberme.response_listener' => '?',
  4098.             'security.role_hierarchy' => '?',
  4099.             'security.untracked_token_storage' => '?',
  4100.             'security.user.provider.concrete.fos_userbundle' => '?',
  4101.             'security.user_checker' => '?',
  4102.             'security.user_checker.api' => '?',
  4103.             'security.user_checker.api_login' => '?',
  4104.             'security.user_checker.main' => '?',
  4105.             'security.user_password_encoder.generic' => '?',
  4106.             'security.user_value_resolver' => '?',
  4107.             'security.validator.user_password' => '?',
  4108.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  4109.             'sensio_framework_extra.security.expression_language' => '?',
  4110.             'session.storage' => '?',
  4111.             'session.storage.filesystem' => '?',
  4112.             'session.storage.metadata_bag' => '?',
  4113.             'session.storage.mock_file' => '?',
  4114.             'session_listener' => '?',
  4115.             'streamed_response_listener' => '?',
  4116.             'swiftmailer.command.debug' => '?',
  4117.             'swiftmailer.command.new_email' => '?',
  4118.             'swiftmailer.command.send_email' => '?',
  4119.             'swiftmailer.data_collector' => '?',
  4120.             'swiftmailer.email_sender.listener' => '?',
  4121.             'swiftmailer.mailer' => '?',
  4122.             'swiftmailer.mailer.transport.accord_mandrill' => '?',
  4123.             'swiftmailer.plugin.messagelogger' => '?',
  4124.             'swiftmailer.transport.eventdispatcher.accord_mandrill' => '?',
  4125.             'templating.cache_warmer.template_paths' => '?',
  4126.             'templating.engine.twig' => '?',
  4127.             'templating.filename_parser' => '?',
  4128.             'templating.finder' => '?',
  4129.             'templating.loader.filesystem' => '?',
  4130.             'templating.locator' => '?',
  4131.             'templating.name_parser' => '?',
  4132.             'test.client.cookiejar' => '?',
  4133.             'test.client.history' => '?',
  4134.             'test.session.listener' => '?',
  4135.             'translation.dumper.csv' => '?',
  4136.             'translation.dumper.ini' => '?',
  4137.             'translation.dumper.json' => '?',
  4138.             'translation.dumper.mo' => '?',
  4139.             'translation.dumper.php' => '?',
  4140.             'translation.dumper.po' => '?',
  4141.             'translation.dumper.qt' => '?',
  4142.             'translation.dumper.res' => '?',
  4143.             'translation.dumper.xliff' => '?',
  4144.             'translation.dumper.yaml' => '?',
  4145.             'translation.dumper.yml' => '?',
  4146.             'translation.extractor' => '?',
  4147.             'translation.extractor.php' => '?',
  4148.             'translation.loader.csv' => '?',
  4149.             'translation.loader.dat' => '?',
  4150.             'translation.loader.ini' => '?',
  4151.             'translation.loader.json' => '?',
  4152.             'translation.loader.mo' => '?',
  4153.             'translation.loader.php' => '?',
  4154.             'translation.loader.po' => '?',
  4155.             'translation.loader.qt' => '?',
  4156.             'translation.loader.res' => '?',
  4157.             'translation.loader.xliff' => '?',
  4158.             'translation.loader.yml' => '?',
  4159.             'translation.reader' => '?',
  4160.             'translation.warmer' => '?',
  4161.             'translation.writer' => '?',
  4162.             'translator.data_collector' => '?',
  4163.             'translator.data_collector.inner' => '?',
  4164.             'translator.default' => '?',
  4165.             'translator.formatter' => '?',
  4166.             'translator.formatter.default' => '?',
  4167.             'twig.app_variable' => '?',
  4168.             'twig.cache_warmer' => '?',
  4169.             'twig.command.debug' => '?',
  4170.             'twig.command.lint' => '?',
  4171.             'twig.configurator.environment' => '?',
  4172.             'twig.error_renderer.html' => '?',
  4173.             'twig.error_renderer.html.inner' => '?',
  4174.             'twig.extension.assets' => '?',
  4175.             'twig.extension.code' => '?',
  4176.             'twig.extension.debug.stopwatch' => '?',
  4177.             'twig.extension.dump' => '?',
  4178.             'twig.extension.expression' => '?',
  4179.             'twig.extension.form' => '?',
  4180.             'twig.extension.httpfoundation' => '?',
  4181.             'twig.extension.httpkernel' => '?',
  4182.             'twig.extension.logout_url' => '?',
  4183.             'twig.extension.profiler' => '?',
  4184.             'twig.extension.routing' => '?',
  4185.             'twig.extension.security' => '?',
  4186.             'twig.extension.security_csrf' => '?',
  4187.             'twig.extension.text' => '?',
  4188.             'twig.extension.trans' => '?',
  4189.             'twig.extension.webprofiler' => '?',
  4190.             'twig.extension.yaml' => '?',
  4191.             'twig.form.engine' => '?',
  4192.             'twig.form.renderer' => '?',
  4193.             'twig.loader' => '?',
  4194.             'twig.loader.filesystem' => '?',
  4195.             'twig.mailer.message_listener' => '?',
  4196.             'twig.mime_body_renderer' => '?',
  4197.             'twig.profile' => '?',
  4198.             'twig.runtime.httpkernel' => '?',
  4199.             'twig.runtime.security_csrf' => '?',
  4200.             'twig.runtime_loader' => '?',
  4201.             'twig.template_cache_warmer' => '?',
  4202.             'twig.template_iterator' => '?',
  4203.             'twig.translation.extractor' => '?',
  4204.             'uri_signer' => '?',
  4205.             'url_helper' => '?',
  4206.             'validate_request_listener' => '?',
  4207.             'validator.builder' => '?',
  4208.             'validator.email' => '?',
  4209.             'validator.expression' => '?',
  4210.             'validator.mapping.cache_warmer' => '?',
  4211.             'validator.mapping.class_metadata_factory' => '?',
  4212.             'validator.not_compromised_password' => '?',
  4213.             'validator.validator_factory' => '?',
  4214.             'var_dumper.cli_dumper' => '?',
  4215.             'var_dumper.command.server_dump' => '?',
  4216.             'var_dumper.contextualized_cli_dumper' => '?',
  4217.             'var_dumper.contextualized_cli_dumper.inner' => '?',
  4218.             'var_dumper.dump_server' => '?',
  4219.             'var_dumper.html_dumper' => '?',
  4220.             'web_profiler.csp.handler' => '?',
  4221.             'web_profiler.debug_toolbar' => '?',
  4222.         ]);
  4223.     }
  4224.     /**
  4225.      * Gets the public 'test.service_container' shared service.
  4226.      *
  4227.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  4228.      */
  4229.     protected function getTest_ServiceContainerService()
  4230.     {
  4231.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  4232.     }
  4233.     /**
  4234.      * Gets the public 'translator' shared service.
  4235.      *
  4236.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4237.      */
  4238.     protected function getTranslatorService()
  4239.     {
  4240.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4241.     }
  4242.     /**
  4243.      * Gets the public 'twig' shared service.
  4244.      *
  4245.      * @return \Twig\Environment
  4246.      */
  4247.     protected function getTwigService()
  4248.     {
  4249.         $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']);
  4250.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  4251.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  4252.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  4253.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  4254.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  4255.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  4256.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  4257.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  4258.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  4259.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  4260.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  4261.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  4262.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  4263.         $instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
  4264.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  4265.         $instance->addExtension(($this->privates['twig.extension.text'] ?? ($this->privates['twig.extension.text'] = new \Twig_Extensions_Extension_Text())));
  4266.         $instance->addExtension(($this->privates['app.byte_conversion.twig.extension'] ?? ($this->privates['app.byte_conversion.twig.extension'] = new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension())));
  4267.         $instance->addExtension(($this->privates['app.file.twig.extension'] ?? ($this->privates['app.file.twig.extension'] = new \OceanExpertBundle\Twig\Extension\FileExtension())));
  4268.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  4269.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
  4270.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  4271.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  4272.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  4273.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  4274.         $instance->addGlobal('version''V1.0');
  4275.         $instance->addGlobal('web_path', (\dirname(__DIR__4).'/app/../web'));
  4276.         $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']);
  4277.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  4278.         return $instance;
  4279.     }
  4280.     /**
  4281.      * Gets the public 'twig.controller.exception' shared service.
  4282.      *
  4283.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4284.      *
  4285.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4286.      */
  4287.     protected function getTwig_Controller_ExceptionService()
  4288.     {
  4289.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4290.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4291.     }
  4292.     /**
  4293.      * Gets the public 'twig.controller.preview_error' shared service.
  4294.      *
  4295.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4296.      *
  4297.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4298.      */
  4299.     protected function getTwig_Controller_PreviewErrorService()
  4300.     {
  4301.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4302.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4303.     }
  4304.     /**
  4305.      * Gets the public 'validator' shared service.
  4306.      *
  4307.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4308.      */
  4309.     protected function getValidatorService()
  4310.     {
  4311.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
  4312.     }
  4313.     /**
  4314.      * Gets the public 'var_dumper.cloner' shared service.
  4315.      *
  4316.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4317.      */
  4318.     protected function getVarDumper_ClonerService()
  4319.     {
  4320.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4321.         $instance->setMaxItems(2500);
  4322.         $instance->setMinDepth(1);
  4323.         $instance->setMaxString(-1);
  4324.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4325.         return $instance;
  4326.     }
  4327.     /**
  4328.      * Gets the public 'web_profiler.controller.exception' shared service.
  4329.      *
  4330.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4331.      *
  4332.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4333.      */
  4334.     protected function getWebProfiler_Controller_ExceptionService()
  4335.     {
  4336.         @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);
  4337.         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()));
  4338.     }
  4339.     /**
  4340.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4341.      *
  4342.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4343.      */
  4344.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4345.     {
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php';
  4347.         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()));
  4348.     }
  4349.     /**
  4350.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4351.      *
  4352.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4353.      */
  4354.     protected function getWebProfiler_Controller_ProfilerService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php';
  4357.         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));
  4358.     }
  4359.     /**
  4360.      * Gets the public 'web_profiler.controller.router' shared service.
  4361.      *
  4362.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4363.      */
  4364.     protected function getWebProfiler_Controller_RouterService()
  4365.     {
  4366.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php';
  4367.         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 () {
  4368.             return new \EmptyIterator();
  4369.         }, 0));
  4370.     }
  4371.     /**
  4372.      * Gets the private '.errored..service_locator.W7I8oXK.OceanExpertBundle\Entity\Events' shared service.
  4373.      *
  4374.      * @return \OceanExpertBundle\Entity\Events
  4375.      */
  4376.     protected function getEventsService()
  4377.     {
  4378.         $this->throw('Cannot autowire service ".service_locator.W7I8oXK": it references class "OceanExpertBundle\\Entity\\Events" but no such service exists.');
  4379.     }
  4380.     /**
  4381.      * Gets the private '.legacy_controller_name_converter' shared service.
  4382.      *
  4383.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  4384.      */
  4385.     protected function get_LegacyControllerNameConverterService()
  4386.     {
  4387.         return $this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false);
  4388.     }
  4389.     /**
  4390.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4391.      *
  4392.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4393.      */
  4394.     protected function get_LegacyResolveControllerNameSubscriberService()
  4395.     {
  4396.         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);
  4397.     }
  4398.     /**
  4399.      * Gets the private '.service_locator.JPEOy76' shared service.
  4400.      *
  4401.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4402.      */
  4403.     protected function get_ServiceLocator_JPEOy76Service()
  4404.     {
  4405.         return $this->privates['.service_locator.JPEOy76'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4406.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4407.         ], [
  4408.             'fosUserManager' => '?',
  4409.         ]);
  4410.     }
  4411.     /**
  4412.      * Gets the private '.service_locator.RGIiAl4' shared service.
  4413.      *
  4414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4415.      */
  4416.     protected function get_ServiceLocator_RGIiAl4Service()
  4417.     {
  4418.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4419.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4420.         ], [
  4421.             'viewhandler' => '?',
  4422.         ]);
  4423.     }
  4424.     /**
  4425.      * Gets the private '.service_locator.W7I8oXK' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4428.      */
  4429.     protected function get_ServiceLocator_W7I8oXKService()
  4430.     {
  4431.         return $this->privates['.service_locator.W7I8oXK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4432.             '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.'],
  4433.         ], [
  4434.             'event' => 'OceanExpertBundle\\Entity\\Events',
  4435.         ]);
  4436.     }
  4437.     /**
  4438.      * Gets the private '.service_locator.Za0TRDa' shared service.
  4439.      *
  4440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4441.      */
  4442.     protected function get_ServiceLocator_Za0TRDaService()
  4443.     {
  4444.         return $this->privates['.service_locator.Za0TRDa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4445.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4446.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4447.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4448.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4449.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4450.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4451.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::viewGroupAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4452.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4453.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4454.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4455.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4456.             'OceanExpertBundle\\Controller\\EventController::addEventMemberAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4457.             'OceanExpertBundle\\Controller\\EventController::copyEventAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4458.             'OceanExpertBundle\\Controller\\EventController::storeTheEvent' => ['privates''.service_locator.W7I8oXK''get_ServiceLocator_W7I8oXKService'false],
  4459.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  4460.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  4461.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4462.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4463.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4464.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4465.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4466.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  4467.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4468.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4469.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4470.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4471.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4472.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4473.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:viewGroupAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4474.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4475.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4476.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4477.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4478.             'OceanExpertBundle\\Controller\\EventController:addEventMemberAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4479.             'OceanExpertBundle\\Controller\\EventController:copyEventAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4480.             'OceanExpertBundle\\Controller\\EventController:storeTheEvent' => ['privates''.service_locator.W7I8oXK''get_ServiceLocator_W7I8oXKService'false],
  4481.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  4482.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  4483.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4484.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4485.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4486.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4487.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4488.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  4489.         ], [
  4490.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => '?',
  4491.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => '?',
  4492.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => '?',
  4493.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => '?',
  4494.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => '?',
  4495.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => '?',
  4496.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::viewGroupAction' => '?',
  4497.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => '?',
  4498.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController::setViewHandler' => '?',
  4499.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => '?',
  4500.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => '?',
  4501.             'OceanExpertBundle\\Controller\\EventController::addEventMemberAction' => '?',
  4502.             'OceanExpertBundle\\Controller\\EventController::copyEventAction' => '?',
  4503.             'OceanExpertBundle\\Controller\\EventController::storeTheEvent' => '?',
  4504.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => '?',
  4505.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => '?',
  4506.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => '?',
  4507.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => '?',
  4508.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => '?',
  4509.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => '?',
  4510.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => '?',
  4511.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => '?',
  4512.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => '?',
  4513.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => '?',
  4514.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => '?',
  4515.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => '?',
  4516.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => '?',
  4517.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => '?',
  4518.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:viewGroupAction' => '?',
  4519.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => '?',
  4520.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController:setViewHandler' => '?',
  4521.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => '?',
  4522.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => '?',
  4523.             'OceanExpertBundle\\Controller\\EventController:addEventMemberAction' => '?',
  4524.             'OceanExpertBundle\\Controller\\EventController:copyEventAction' => '?',
  4525.             'OceanExpertBundle\\Controller\\EventController:storeTheEvent' => '?',
  4526.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => '?',
  4527.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => '?',
  4528.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => '?',
  4529.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => '?',
  4530.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => '?',
  4531.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => '?',
  4532.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => '?',
  4533.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => '?',
  4534.         ]);
  4535.     }
  4536.     /**
  4537.      * Gets the private '.service_locator.ipjTSUc' shared service.
  4538.      *
  4539.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4540.      */
  4541.     protected function get_ServiceLocator_IpjTSUcService()
  4542.     {
  4543.         return $this->privates['.service_locator.ipjTSUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4544.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4545.         ], [
  4546.             'em' => '?',
  4547.         ]);
  4548.     }
  4549.     /**
  4550.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4551.      *
  4552.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4553.      */
  4554.     protected function get_ServiceLocator_O9nGMXBService()
  4555.     {
  4556.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4557.             'twig' => ['services''twig''getTwigService'false],
  4558.         ], [
  4559.             'twig' => 'Twig\\Environment',
  4560.         ]);
  4561.     }
  4562.     /**
  4563.      * Gets the private '.service_locator.sDHplmp' shared service.
  4564.      *
  4565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4566.      */
  4567.     protected function get_ServiceLocator_SDHplmpService()
  4568.     {
  4569.         return $this->privates['.service_locator.sDHplmp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4570.             'fosTokenGenerator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4571.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4572.         ], [
  4573.             'fosTokenGenerator' => '?',
  4574.             'fosUserManager' => '?',
  4575.         ]);
  4576.     }
  4577.     /**
  4578.      * Gets the private '.service_locator.wHQ6.0W' shared service.
  4579.      *
  4580.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4581.      */
  4582.     protected function get_ServiceLocator_WHQ6_0WService()
  4583.     {
  4584.         return $this->privates['.service_locator.wHQ6.0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4585.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4586.         ], [
  4587.             'logger' => '?',
  4588.         ]);
  4589.     }
  4590.     /**
  4591.      * Gets the private '.service_locator.x8FmIZ0' shared service.
  4592.      *
  4593.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4594.      */
  4595.     protected function get_ServiceLocator_X8FmIZ0Service()
  4596.     {
  4597.         return $this->privates['.service_locator.x8FmIZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4598.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4599.         ], [
  4600.             'entityManager' => '?',
  4601.         ]);
  4602.     }
  4603.     /**
  4604.      * Gets the private '.service_locator.xI4tcWT' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4607.      */
  4608.     protected function get_ServiceLocator_XI4tcWTService()
  4609.     {
  4610.         return $this->privates['.service_locator.xI4tcWT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4611.             'fosRegistrationFormFactory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  4612.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4613.         ], [
  4614.             'fosRegistrationFormFactory' => '?',
  4615.             'fosUserManager' => '?',
  4616.         ]);
  4617.     }
  4618.     /**
  4619.      * Gets the private 'OceanExpertBundle\Repository\DoclistsRepository' shared autowired service.
  4620.      *
  4621.      * @return \OceanExpertBundle\Repository\DoclistsRepository
  4622.      */
  4623.     protected function getDoclistsRepositoryService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4630.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/DoclistsRepository.php';
  4631.         return $this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] = new \OceanExpertBundle\Repository\DoclistsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4632.     }
  4633.     /**
  4634.      * Gets the private 'OceanExpertBundle\Repository\IndivRepository' shared autowired service.
  4635.      *
  4636.      * @return \OceanExpertBundle\Repository\IndivRepository
  4637.      */
  4638.     protected function getIndivRepositoryService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4645.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/IndivRepository.php';
  4646.         return $this->privates['OceanExpertBundle\\Repository\\IndivRepository'] = new \OceanExpertBundle\Repository\IndivRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4647.     }
  4648.     /**
  4649.      * Gets the private 'OceanExpertBundle\Repository\RegionsRepository' shared autowired service.
  4650.      *
  4651.      * @return \OceanExpertBundle\Repository\RegionsRepository
  4652.      */
  4653.     protected function getRegionsRepositoryService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4660.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/RegionsRepository.php';
  4661.         return $this->privates['OceanExpertBundle\\Repository\\RegionsRepository'] = new \OceanExpertBundle\Repository\RegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4662.     }
  4663.     /**
  4664.      * Gets the private 'OceanExpertBundle\Repository\SearegionsRepository' shared autowired service.
  4665.      *
  4666.      * @return \OceanExpertBundle\Repository\SearegionsRepository
  4667.      */
  4668.     protected function getSearegionsRepositoryService()
  4669.     {
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4674.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4675.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/SearegionsRepository.php';
  4676.         return $this->privates['OceanExpertBundle\\Repository\\SearegionsRepository'] = new \OceanExpertBundle\Repository\SearegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4677.     }
  4678.     /**
  4679.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener' shared service.
  4680.      *
  4681.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4682.      */
  4683.     protected function getControllerListenerService()
  4684.     {
  4685.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4686.     }
  4687.     /**
  4688.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener' shared service.
  4689.      *
  4690.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  4691.      */
  4692.     protected function getHttpCacheListenerService()
  4693.     {
  4694.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  4695.     }
  4696.     /**
  4697.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener' shared service.
  4698.      *
  4699.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4700.      */
  4701.     protected function getIsGrantedListenerService()
  4702.     {
  4703.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4704.     }
  4705.     /**
  4706.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener' shared service.
  4707.      *
  4708.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4709.      */
  4710.     protected function getParamConverterListenerService()
  4711.     {
  4712.         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);
  4713.     }
  4714.     /**
  4715.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener' shared service.
  4716.      *
  4717.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4718.      */
  4719.     protected function getSecurityListenerService()
  4720.     {
  4721.         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()));
  4722.     }
  4723.     /**
  4724.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener' shared service.
  4725.      *
  4726.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4727.      */
  4728.     protected function getTemplateListenerService()
  4729.     {
  4730.         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()));
  4731.     }
  4732.     /**
  4733.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter' shared service.
  4734.      *
  4735.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  4736.      */
  4737.     protected function getDateTimeParamConverterService()
  4738.     {
  4739.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  4740.     }
  4741.     /**
  4742.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter' shared service.
  4743.      *
  4744.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  4745.      */
  4746.     protected function getDoctrineParamConverterService()
  4747.     {
  4748.         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())));
  4749.     }
  4750.     /**
  4751.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager' shared service.
  4752.      *
  4753.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  4754.      */
  4755.     protected function getParamConverterManagerService()
  4756.     {
  4757.         $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4758.         $instance->add(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter'] ?? $this->getDoctrineParamConverterService()), 0'doctrine.orm');
  4759.         $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');
  4760.         return $instance;
  4761.     }
  4762.     /**
  4763.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader' shared service.
  4764.      *
  4765.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  4766.      */
  4767.     protected function getAnnotatedRouteControllerLoaderService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4772.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage' shared service.
  4776.      *
  4777.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  4778.      */
  4779.     protected function getExpressionLanguageService()
  4780.     {
  4781.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4782.     }
  4783.     /**
  4784.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser' shared service.
  4785.      *
  4786.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  4787.      */
  4788.     protected function getTemplateGuesserService()
  4789.     {
  4790.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  4791.     }
  4792.     /**
  4793.      * Gets the private 'Symfony\Component\ExpressionLanguage\ExpressionLanguage' shared service.
  4794.      *
  4795.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  4796.      */
  4797.     protected function getExpressionLanguage2Service()
  4798.     {
  4799.         return $this->privates['Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4800.     }
  4801.     /**
  4802.      * Gets the private 'Symfony\Component\Routing\Loader\AnnotationDirectoryLoader' shared service.
  4803.      *
  4804.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  4805.      */
  4806.     protected function getAnnotationDirectoryLoaderService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  4813.         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()));
  4814.     }
  4815.     /**
  4816.      * Gets the private 'Symfony\Component\Routing\Loader\AnnotationFileLoader' shared service.
  4817.      *
  4818.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  4819.      */
  4820.     protected function getAnnotationFileLoaderService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  4826.         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()));
  4827.     }
  4828.     /**
  4829.      * Gets the private 'acme_api.event.jwt_created_listener' shared autowired service.
  4830.      *
  4831.      * @return \OceanExpertBundle\EventListener\JWTCreatedListener
  4832.      */
  4833.     protected function getAcmeApi_Event_JwtCreatedListenerService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/EventListener/JWTCreatedListener.php';
  4836.         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()));
  4837.     }
  4838.     /**
  4839.      * Gets the private 'annotations.cache_adapter' shared service.
  4840.      *
  4841.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4842.      */
  4843.     protected function getAnnotations_CacheAdapterService()
  4844.     {
  4845.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4846.     }
  4847.     /**
  4848.      * Gets the private 'annotations.cache_warmer' shared service.
  4849.      *
  4850.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4851.      */
  4852.     protected function getAnnotations_CacheWarmerService()
  4853.     {
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4857.         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);
  4858.     }
  4859.     /**
  4860.      * Gets the private 'annotations.cached_reader' shared service.
  4861.      *
  4862.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4863.      */
  4864.     protected function getAnnotations_CachedReaderService()
  4865.     {
  4866.         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);
  4867.     }
  4868.     /**
  4869.      * Gets the private 'annotations.dummy_registry' shared service.
  4870.      *
  4871.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  4872.      */
  4873.     protected function getAnnotations_DummyRegistryService()
  4874.     {
  4875.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4876.         $instance->registerUniqueLoader('class_exists');
  4877.         return $instance;
  4878.     }
  4879.     /**
  4880.      * Gets the private 'annotations.reader' shared service.
  4881.      *
  4882.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4883.      */
  4884.     protected function getAnnotations_ReaderService()
  4885.     {
  4886.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4887.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  4888.         return $instance;
  4889.     }
  4890.     /**
  4891.      * Gets the private 'app.byte_conversion.twig.extension' shared autowired service.
  4892.      *
  4893.      * @return \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension
  4894.      */
  4895.     protected function getApp_ByteConversion_Twig_ExtensionService()
  4896.     {
  4897.         return $this->privates['app.byte_conversion.twig.extension'] = new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension();
  4898.     }
  4899.     /**
  4900.      * Gets the private 'app.file.twig.extension' shared autowired service.
  4901.      *
  4902.      * @return \OceanExpertBundle\Twig\Extension\FileExtension
  4903.      */
  4904.     protected function getApp_File_Twig_ExtensionService()
  4905.     {
  4906.         return $this->privates['app.file.twig.extension'] = new \OceanExpertBundle\Twig\Extension\FileExtension();
  4907.     }
  4908.     /**
  4909.      * Gets the private 'argument_metadata_factory' shared service.
  4910.      *
  4911.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  4912.      */
  4913.     protected function getArgumentMetadataFactoryService()
  4914.     {
  4915.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  4916.     }
  4917.     /**
  4918.      * Gets the private 'assets._default_package' shared service.
  4919.      *
  4920.      * @return \Symfony\Component\Asset\PathPackage
  4921.      */
  4922.     protected function getAssets_DefaultPackageService()
  4923.     {
  4924.         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()));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'assets.context' shared service.
  4928.      *
  4929.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  4930.      */
  4931.     protected function getAssets_ContextService()
  4932.     {
  4933.         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);
  4934.     }
  4935.     /**
  4936.      * Gets the private 'assets.empty_version_strategy' shared service.
  4937.      *
  4938.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  4939.      */
  4940.     protected function getAssets_EmptyVersionStrategyService()
  4941.     {
  4942.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  4943.     }
  4944.     /**
  4945.      * Gets the private 'assets.packages' shared service.
  4946.      *
  4947.      * @return \Symfony\Component\Asset\Packages
  4948.      */
  4949.     protected function getAssets_PackagesService()
  4950.     {
  4951.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), []);
  4952.     }
  4953.     /**
  4954.      * Gets the private 'cache.annotations' shared service.
  4955.      *
  4956.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4957.      */
  4958.     protected function getCache_AnnotationsService()
  4959.     {
  4960.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  4961.     }
  4962.     /**
  4963.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  4964.      *
  4965.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  4966.      */
  4967.     protected function getCache_Annotations_RecorderInnerService()
  4968.     {
  4969.         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()));
  4970.     }
  4971.     /**
  4972.      * Gets the private 'cache.app.recorder_inner' shared service.
  4973.      *
  4974.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  4975.      */
  4976.     protected function getCache_App_RecorderInnerService()
  4977.     {
  4978.         $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))));
  4979.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4980.         return $instance;
  4981.     }
  4982.     /**
  4983.      * Gets the private 'cache.default_marshaller' shared service.
  4984.      *
  4985.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  4986.      */
  4987.     protected function getCache_DefaultMarshallerService()
  4988.     {
  4989.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL);
  4990.     }
  4991.     /**
  4992.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4993.      *
  4994.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4995.      */
  4996.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4997.     {
  4998.         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())));
  4999.     }
  5000.     /**
  5001.      * Gets the private 'cache.doctrine.orm.default.metadata.recorder_inner' shared service.
  5002.      *
  5003.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5004.      */
  5005.     protected function getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService()
  5006.     {
  5007.         return $this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5008.     }
  5009.     /**
  5010.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5011.      *
  5012.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5013.      */
  5014.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5015.     {
  5016.         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())));
  5017.     }
  5018.     /**
  5019.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  5020.      *
  5021.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5022.      */
  5023.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  5024.     {
  5025.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5026.     }
  5027.     /**
  5028.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5029.      *
  5030.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5031.      */
  5032.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5033.     {
  5034.         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())));
  5035.     }
  5036.     /**
  5037.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  5038.      *
  5039.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5040.      */
  5041.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  5042.     {
  5043.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5044.     }
  5045.     /**
  5046.      * Gets the private 'cache.property_access' shared service.
  5047.      *
  5048.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5049.      */
  5050.     protected function getCache_PropertyAccessService()
  5051.     {
  5052.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  5053.     }
  5054.     /**
  5055.      * Gets the private 'cache.property_info' shared service.
  5056.      *
  5057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5058.      */
  5059.     protected function getCache_PropertyInfoService()
  5060.     {
  5061.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  5062.     }
  5063.     /**
  5064.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  5065.      *
  5066.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5067.      */
  5068.     protected function getCache_PropertyInfo_RecorderInnerService()
  5069.     {
  5070.         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()));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'cache.security_expression_language' shared service.
  5074.      *
  5075.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5076.      */
  5077.     protected function getCache_SecurityExpressionLanguageService()
  5078.     {
  5079.         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()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5085.      */
  5086.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  5087.     {
  5088.         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()));
  5089.     }
  5090.     /**
  5091.      * Gets the private 'cache.serializer' shared service.
  5092.      *
  5093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5094.      */
  5095.     protected function getCache_SerializerService()
  5096.     {
  5097.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  5098.     }
  5099.     /**
  5100.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  5101.      *
  5102.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5103.      */
  5104.     protected function getCache_Serializer_RecorderInnerService()
  5105.     {
  5106.         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()));
  5107.     }
  5108.     /**
  5109.      * Gets the private 'cache.system.recorder_inner' shared service.
  5110.      *
  5111.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5112.      */
  5113.     protected function getCache_System_RecorderInnerService()
  5114.     {
  5115.         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()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'cache.validator' shared service.
  5119.      *
  5120.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5121.      */
  5122.     protected function getCache_ValidatorService()
  5123.     {
  5124.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  5125.     }
  5126.     /**
  5127.      * Gets the private 'cache.validator.recorder_inner' shared service.
  5128.      *
  5129.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5130.      */
  5131.     protected function getCache_Validator_RecorderInnerService()
  5132.     {
  5133.         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()));
  5134.     }
  5135.     /**
  5136.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  5137.      *
  5138.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  5139.      */
  5140.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  5141.     {
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php';
  5144.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  5145.     }
  5146.     /**
  5147.      * Gets the private 'config_cache_factory' shared service.
  5148.      *
  5149.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5150.      */
  5151.     protected function getConfigCacheFactoryService()
  5152.     {
  5153.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5154.             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)));
  5155.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5156.         }, 2));
  5157.     }
  5158.     /**
  5159.      * Gets the private 'console.command.about' shared service.
  5160.      *
  5161.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5162.      */
  5163.     protected function getConsole_Command_AboutService()
  5164.     {
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php';
  5167.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5168.         $instance->setName('about');
  5169.         return $instance;
  5170.     }
  5171.     /**
  5172.      * Gets the private 'console.command.assets_install' shared service.
  5173.      *
  5174.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5175.      */
  5176.     protected function getConsole_Command_AssetsInstallService()
  5177.     {
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5181.         $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));
  5182.         $instance->setName('assets:install');
  5183.         return $instance;
  5184.     }
  5185.     /**
  5186.      * Gets the private 'console.command.cache_clear' shared service.
  5187.      *
  5188.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5189.      */
  5190.     protected function getConsole_Command_CacheClearService()
  5191.     {
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5195.         $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())));
  5196.         $instance->setName('cache:clear');
  5197.         return $instance;
  5198.     }
  5199.     /**
  5200.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5201.      *
  5202.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5203.      */
  5204.     protected function getConsole_Command_CachePoolClearService()
  5205.     {
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php';
  5208.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5209.         $instance->setName('cache:pool:clear');
  5210.         return $instance;
  5211.     }
  5212.     /**
  5213.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5214.      *
  5215.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5216.      */
  5217.     protected function getConsole_Command_CachePoolDeleteService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php';
  5221.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5222.         $instance->setName('cache:pool:delete');
  5223.         return $instance;
  5224.     }
  5225.     /**
  5226.      * Gets the private 'console.command.cache_pool_list' shared service.
  5227.      *
  5228.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5229.      */
  5230.     protected function getConsole_Command_CachePoolListService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php';
  5234.         $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']);
  5235.         $instance->setName('cache:pool:list');
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5240.      *
  5241.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5242.      */
  5243.     protected function getConsole_Command_CachePoolPruneService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php';
  5247.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5248.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5249.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5250.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5251.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5252.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5253.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5254.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5255.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5256.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5257.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5258.         }, 10));
  5259.         $instance->setName('cache:pool:prune');
  5260.         return $instance;
  5261.     }
  5262.     /**
  5263.      * Gets the private 'console.command.cache_warmup' shared service.
  5264.      *
  5265.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5266.      */
  5267.     protected function getConsole_Command_CacheWarmupService()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php';
  5271.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5272.         $instance->setName('cache:warmup');
  5273.         return $instance;
  5274.     }
  5275.     /**
  5276.      * Gets the private 'console.command.config_debug' shared service.
  5277.      *
  5278.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5279.      */
  5280.     protected function getConsole_Command_ConfigDebugService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php';
  5286.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5287.         $instance->setName('debug:config');
  5288.         return $instance;
  5289.     }
  5290.     /**
  5291.      * Gets the private 'console.command.config_dump_reference' shared service.
  5292.      *
  5293.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5294.      */
  5295.     protected function getConsole_Command_ConfigDumpReferenceService()
  5296.     {
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php';
  5301.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5302.         $instance->setName('config:dump-reference');
  5303.         return $instance;
  5304.     }
  5305.     /**
  5306.      * Gets the private 'console.command.container_debug' shared service.
  5307.      *
  5308.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5309.      */
  5310.     protected function getConsole_Command_ContainerDebugService()
  5311.     {
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5314.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5315.         $instance->setName('debug:container');
  5316.         return $instance;
  5317.     }
  5318.     /**
  5319.      * Gets the private 'console.command.container_lint' shared service.
  5320.      *
  5321.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5322.      */
  5323.     protected function getConsole_Command_ContainerLintService()
  5324.     {
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php';
  5327.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5328.         $instance->setName('lint:container');
  5329.         return $instance;
  5330.     }
  5331.     /**
  5332.      * Gets the private 'console.command.debug_autowiring' shared service.
  5333.      *
  5334.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5335.      */
  5336.     protected function getConsole_Command_DebugAutowiringService()
  5337.     {
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php';
  5341.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5342.         $instance->setName('debug:autowiring');
  5343.         return $instance;
  5344.     }
  5345.     /**
  5346.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5347.      *
  5348.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5349.      */
  5350.     protected function getConsole_Command_EventDispatcherDebugService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php';
  5354.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5355.         $instance->setName('debug:event-dispatcher');
  5356.         return $instance;
  5357.     }
  5358.     /**
  5359.      * Gets the private 'console.command.form_debug' shared service.
  5360.      *
  5361.      * @return \Symfony\Component\Form\Command\DebugCommand
  5362.      */
  5363.     protected function getConsole_Command_FormDebugService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Command/DebugCommand.php';
  5367.         $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()));
  5368.         $instance->setName('debug:form');
  5369.         return $instance;
  5370.     }
  5371.     /**
  5372.      * Gets the private 'console.command.router_debug' shared service.
  5373.      *
  5374.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5375.      */
  5376.     protected function getConsole_Command_RouterDebugService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php';
  5380.         $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()));
  5381.         $instance->setName('debug:router');
  5382.         return $instance;
  5383.     }
  5384.     /**
  5385.      * Gets the private 'console.command.router_match' shared service.
  5386.      *
  5387.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5388.      */
  5389.     protected function getConsole_Command_RouterMatchService()
  5390.     {
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php';
  5393.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5394.         $instance->setName('router:match');
  5395.         return $instance;
  5396.     }
  5397.     /**
  5398.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5399.      *
  5400.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5401.      */
  5402.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5410.         $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')))));
  5411.         $instance->setName('secrets:decrypt-to-local');
  5412.         return $instance;
  5413.     }
  5414.     /**
  5415.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5416.      *
  5417.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5418.      */
  5419.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5427.         $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')))));
  5428.         $instance->setName('secrets:encrypt-from-local');
  5429.         return $instance;
  5430.     }
  5431.     /**
  5432.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5433.      *
  5434.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5435.      */
  5436.     protected function getConsole_Command_SecretsGenerateKeyService()
  5437.     {
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5444.         $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')))));
  5445.         $instance->setName('secrets:generate-keys');
  5446.         return $instance;
  5447.     }
  5448.     /**
  5449.      * Gets the private 'console.command.secrets_list' shared service.
  5450.      *
  5451.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5452.      */
  5453.     protected function getConsole_Command_SecretsListService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5460.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5461.         $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')))));
  5462.         $instance->setName('secrets:list');
  5463.         return $instance;
  5464.     }
  5465.     /**
  5466.      * Gets the private 'console.command.secrets_remove' shared service.
  5467.      *
  5468.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5469.      */
  5470.     protected function getConsole_Command_SecretsRemoveService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5478.         $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')))));
  5479.         $instance->setName('secrets:remove');
  5480.         return $instance;
  5481.     }
  5482.     /**
  5483.      * Gets the private 'console.command.secrets_set' shared service.
  5484.      *
  5485.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5486.      */
  5487.     protected function getConsole_Command_SecretsSetService()
  5488.     {
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5495.         $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')))));
  5496.         $instance->setName('secrets:set');
  5497.         return $instance;
  5498.     }
  5499.     /**
  5500.      * Gets the private 'console.command.translation_debug' shared service.
  5501.      *
  5502.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5503.      */
  5504.     protected function getConsole_Command_TranslationDebugService()
  5505.     {
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php';
  5508.         $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')]);
  5509.         $instance->setName('debug:translation');
  5510.         return $instance;
  5511.     }
  5512.     /**
  5513.      * Gets the private 'console.command.translation_update' shared service.
  5514.      *
  5515.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5516.      */
  5517.     protected function getConsole_Command_TranslationUpdateService()
  5518.     {
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php';
  5521.         $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')]);
  5522.         $instance->setName('translation:update');
  5523.         return $instance;
  5524.     }
  5525.     /**
  5526.      * Gets the private 'console.command.xliff_lint' shared service.
  5527.      *
  5528.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5529.      */
  5530.     protected function getConsole_Command_XliffLintService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Command/XliffLintCommand.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php';
  5535.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5536.         $instance->setName('lint:xliff');
  5537.         return $instance;
  5538.     }
  5539.     /**
  5540.      * Gets the private 'console.command.yaml_lint' shared service.
  5541.      *
  5542.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5543.      */
  5544.     protected function getConsole_Command_YamlLintService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Yaml/Command/LintCommand.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php';
  5549.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5550.         $instance->setName('lint:yaml');
  5551.         return $instance;
  5552.     }
  5553.     /**
  5554.      * Gets the private 'console.error_listener' shared service.
  5555.      *
  5556.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5557.      */
  5558.     protected function getConsole_ErrorListenerService()
  5559.     {
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/EventListener/ErrorListener.php';
  5561.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  5562.     }
  5563.     /**
  5564.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  5565.      *
  5566.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  5567.      */
  5568.     protected function getConsole_SuggestMissingPackageSubscriberService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php';
  5571.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  5572.     }
  5573.     /**
  5574.      * Gets the private 'container.env_var_processor' shared service.
  5575.      *
  5576.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5577.      */
  5578.     protected function getContainer_EnvVarProcessorService()
  5579.     {
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php';
  5582.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5583.             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'))));
  5584.         }, 1));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'data_collector.ajax' shared service.
  5588.      *
  5589.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  5590.      */
  5591.     protected function getDataCollector_AjaxService()
  5592.     {
  5593.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  5594.     }
  5595.     /**
  5596.      * Gets the private 'data_collector.cache' shared service.
  5597.      *
  5598.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  5599.      */
  5600.     protected function getDataCollector_CacheService()
  5601.     {
  5602.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  5603.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5604.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  5605.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  5606.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  5607.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5608.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  5609.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5610.         $instance->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  5611.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  5612.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  5613.         return $instance;
  5614.     }
  5615.     /**
  5616.      * Gets the private 'data_collector.config' shared service.
  5617.      *
  5618.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  5619.      */
  5620.     protected function getDataCollector_ConfigService()
  5621.     {
  5622.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  5623.         if ($this->has('kernel')) {
  5624.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  5625.         }
  5626.         return $instance;
  5627.     }
  5628.     /**
  5629.      * Gets the private 'data_collector.doctrine' shared service.
  5630.      *
  5631.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  5632.      */
  5633.     protected function getDataCollector_DoctrineService()
  5634.     {
  5635.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5636.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  5637.         return $instance;
  5638.     }
  5639.     /**
  5640.      * Gets the private 'data_collector.events' shared service.
  5641.      *
  5642.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  5643.      */
  5644.     protected function getDataCollector_EventsService()
  5645.     {
  5646.         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())));
  5647.     }
  5648.     /**
  5649.      * Gets the private 'data_collector.exception' shared service.
  5650.      *
  5651.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  5652.      */
  5653.     protected function getDataCollector_ExceptionService()
  5654.     {
  5655.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  5656.     }
  5657.     /**
  5658.      * Gets the private 'data_collector.form' shared service.
  5659.      *
  5660.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5661.      */
  5662.     protected function getDataCollector_FormService()
  5663.     {
  5664.         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())));
  5665.     }
  5666.     /**
  5667.      * Gets the private 'data_collector.form.extractor' shared service.
  5668.      *
  5669.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  5670.      */
  5671.     protected function getDataCollector_Form_ExtractorService()
  5672.     {
  5673.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  5674.     }
  5675.     /**
  5676.      * Gets the private 'data_collector.logger' shared service.
  5677.      *
  5678.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  5679.      */
  5680.     protected function getDataCollector_LoggerService()
  5681.     {
  5682.         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())));
  5683.     }
  5684.     /**
  5685.      * Gets the private 'data_collector.memory' shared service.
  5686.      *
  5687.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  5688.      */
  5689.     protected function getDataCollector_MemoryService()
  5690.     {
  5691.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  5692.     }
  5693.     /**
  5694.      * Gets the private 'data_collector.request' shared service.
  5695.      *
  5696.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5697.      */
  5698.     protected function getDataCollector_RequestService()
  5699.     {
  5700.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector();
  5701.     }
  5702.     /**
  5703.      * Gets the private 'data_collector.router' shared service.
  5704.      *
  5705.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  5706.      */
  5707.     protected function getDataCollector_RouterService()
  5708.     {
  5709.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  5710.     }
  5711.     /**
  5712.      * Gets the private 'data_collector.security' shared service.
  5713.      *
  5714.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  5715.      */
  5716.     protected function getDataCollector_SecurityService()
  5717.     {
  5718.         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()));
  5719.     }
  5720.     /**
  5721.      * Gets the private 'data_collector.time' shared service.
  5722.      *
  5723.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  5724.      */
  5725.     protected function getDataCollector_TimeService()
  5726.     {
  5727.         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))));
  5728.     }
  5729.     /**
  5730.      * Gets the private 'data_collector.translation' shared service.
  5731.      *
  5732.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  5733.      */
  5734.     protected function getDataCollector_TranslationService()
  5735.     {
  5736.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'data_collector.twig' shared service.
  5740.      *
  5741.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  5742.      */
  5743.     protected function getDataCollector_TwigService()
  5744.     {
  5745.         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()));
  5746.     }
  5747.     /**
  5748.      * Gets the private 'data_collector.validator' shared service.
  5749.      *
  5750.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  5751.      */
  5752.     protected function getDataCollector_ValidatorService()
  5753.     {
  5754.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()));
  5755.     }
  5756.     /**
  5757.      * Gets the private 'debug.argument_resolver' shared service.
  5758.      *
  5759.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  5760.      */
  5761.     protected function getDebug_ArgumentResolverService()
  5762.     {
  5763.         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))));
  5764.     }
  5765.     /**
  5766.      * Gets the private 'debug.argument_resolver.default' shared service.
  5767.      *
  5768.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5769.      */
  5770.     protected function getDebug_ArgumentResolver_DefaultService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5775.         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))));
  5776.     }
  5777.     /**
  5778.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  5779.      *
  5780.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  5781.      */
  5782.     protected function getDebug_ArgumentResolver_Default_InnerService()
  5783.     {
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5786.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  5787.     }
  5788.     /**
  5789.      * Gets the private 'debug.argument_resolver.inner' shared service.
  5790.      *
  5791.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  5792.      */
  5793.     protected function getDebug_ArgumentResolver_InnerService()
  5794.     {
  5795.         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 () {
  5796.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  5797.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  5798.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  5799.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  5800.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  5801.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  5802.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  5803.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  5804.         }, 8));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5810.      */
  5811.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5815.         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))));
  5816.     }
  5817.     /**
  5818.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  5819.      *
  5820.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  5821.      */
  5822.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  5823.     {
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5826.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.Za0TRDa'] ?? $this->get_ServiceLocator_Za0TRDaService()));
  5827.     }
  5828.     /**
  5829.      * Gets the private 'debug.argument_resolver.request' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5832.      */
  5833.     protected function getDebug_ArgumentResolver_RequestService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5837.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5838.         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))));
  5839.     }
  5840.     /**
  5841.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  5842.      *
  5843.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  5844.      */
  5845.     protected function getDebug_ArgumentResolver_Request_InnerService()
  5846.     {
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5849.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  5850.     }
  5851.     /**
  5852.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5853.      *
  5854.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5855.      */
  5856.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5857.     {
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5861.         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))));
  5862.     }
  5863.     /**
  5864.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  5865.      *
  5866.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  5867.      */
  5868.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  5869.     {
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5872.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  5873.     }
  5874.     /**
  5875.      * Gets the private 'debug.argument_resolver.service' shared service.
  5876.      *
  5877.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5878.      */
  5879.     protected function getDebug_ArgumentResolver_ServiceService()
  5880.     {
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5883.         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))));
  5884.     }
  5885.     /**
  5886.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  5887.      *
  5888.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  5889.      */
  5890.     protected function getDebug_ArgumentResolver_Service_InnerService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5894.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.Za0TRDa'] ?? $this->get_ServiceLocator_Za0TRDaService()));
  5895.     }
  5896.     /**
  5897.      * Gets the private 'debug.argument_resolver.session' shared service.
  5898.      *
  5899.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5900.      */
  5901.     protected function getDebug_ArgumentResolver_SessionService()
  5902.     {
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5906.         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))));
  5907.     }
  5908.     /**
  5909.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  5910.      *
  5911.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  5912.      */
  5913.     protected function getDebug_ArgumentResolver_Session_InnerService()
  5914.     {
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5917.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  5918.     }
  5919.     /**
  5920.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5921.      *
  5922.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5923.      */
  5924.     protected function getDebug_ArgumentResolver_VariadicService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5929.         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))));
  5930.     }
  5931.     /**
  5932.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  5933.      *
  5934.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  5935.      */
  5936.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  5937.     {
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5940.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  5941.     }
  5942.     /**
  5943.      * Gets the private 'debug.controller_resolver' shared service.
  5944.      *
  5945.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  5946.      */
  5947.     protected function getDebug_ControllerResolverService()
  5948.     {
  5949.         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))));
  5950.     }
  5951.     /**
  5952.      * Gets the private 'debug.controller_resolver.inner' shared service.
  5953.      *
  5954.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  5955.      */
  5956.     protected function getDebug_ControllerResolver_InnerService()
  5957.     {
  5958.         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))));
  5959.     }
  5960.     /**
  5961.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5962.      *
  5963.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5964.      */
  5965.     protected function getDebug_DebugHandlersListenerService()
  5966.     {
  5967.         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);
  5968.     }
  5969.     /**
  5970.      * Gets the private 'debug.dump_listener' shared service.
  5971.      *
  5972.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5973.      */
  5974.     protected function getDebug_DumpListenerService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php';
  5977.         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);
  5978.     }
  5979.     /**
  5980.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  5981.      *
  5982.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5983.      */
  5984.     protected function getDebug_EventDispatcher_InnerService()
  5985.     {
  5986.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5987.     }
  5988.     /**
  5989.      * Gets the private 'debug.file_link_formatter' shared service.
  5990.      *
  5991.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5992.      */
  5993.     protected function getDebug_FileLinkFormatterService()
  5994.     {
  5995.         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 () {
  5996.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5997.         });
  5998.     }
  5999.     /**
  6000.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6001.      *
  6002.      * @return \string
  6003.      */
  6004.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6005.     {
  6006.         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');
  6007.     }
  6008.     /**
  6009.      * Gets the private 'debug.log_processor' shared service.
  6010.      *
  6011.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6012.      */
  6013.     protected function getDebug_LogProcessorService()
  6014.     {
  6015.         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())));
  6016.     }
  6017.     /**
  6018.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6019.      *
  6020.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6021.      */
  6022.     protected function getDebug_Security_Access_DecisionManagerService()
  6023.     {
  6024.         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()));
  6025.     }
  6026.     /**
  6027.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  6028.      *
  6029.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  6030.      */
  6031.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  6032.     {
  6033.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6034.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6035.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6036.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6037.         }, 3), 'affirmative'falsetrue);
  6038.     }
  6039.     /**
  6040.      * Gets the private 'debug.security.firewall' shared service.
  6041.      *
  6042.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6043.      */
  6044.     protected function getDebug_Security_FirewallService()
  6045.     {
  6046.         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()));
  6047.     }
  6048.     /**
  6049.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6050.      *
  6051.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6052.      */
  6053.     protected function getDebug_Security_UserValueResolverService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6057.         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))));
  6058.     }
  6059.     /**
  6060.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  6061.      *
  6062.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  6063.      */
  6064.     protected function getDebug_Security_UserValueResolver_InnerService()
  6065.     {
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php';
  6068.         return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6069.     }
  6070.     /**
  6071.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6072.      *
  6073.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6074.      */
  6075.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6079.         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()));
  6080.     }
  6081.     /**
  6082.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6083.      *
  6084.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6085.      */
  6086.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6090.         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()));
  6091.     }
  6092.     /**
  6093.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6094.      *
  6095.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6096.      */
  6097.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6101.         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()));
  6102.     }
  6103.     /**
  6104.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6105.      *
  6106.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6107.      */
  6108.     protected function getDebug_Security_Voter_VoteListenerService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php';
  6111.         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()));
  6112.     }
  6113.     /**
  6114.      * Gets the private 'debug.stopwatch' shared service.
  6115.      *
  6116.      * @return \Symfony\Component\Stopwatch\Stopwatch
  6117.      */
  6118.     protected function getDebug_StopwatchService()
  6119.     {
  6120.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  6121.     }
  6122.     /**
  6123.      * Gets the private 'debug.validator.inner' shared service.
  6124.      *
  6125.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  6126.      */
  6127.     protected function getDebug_Validator_InnerService()
  6128.     {
  6129.         return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
  6130.     }
  6131.     /**
  6132.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  6133.      *
  6134.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  6135.      */
  6136.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php';
  6140.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  6141.     }
  6142.     /**
  6143.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  6144.      *
  6145.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  6146.      */
  6147.     protected function getDisallowSearchEngineIndexResponseListenerService()
  6148.     {
  6149.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  6150.     }
  6151.     /**
  6152.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6153.      *
  6154.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6155.      */
  6156.     protected function getDoctrine_CacheClearMetadataCommandService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6161.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6162.         $instance->setName('doctrine:cache:clear-metadata');
  6163.         return $instance;
  6164.     }
  6165.     /**
  6166.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6167.      *
  6168.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6169.      */
  6170.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6171.     {
  6172.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6175.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6176.         $instance->setName('doctrine:cache:clear-query');
  6177.         return $instance;
  6178.     }
  6179.     /**
  6180.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6181.      *
  6182.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6183.      */
  6184.     protected function getDoctrine_CacheClearResultCommandService()
  6185.     {
  6186.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6188.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6189.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6190.         $instance->setName('doctrine:cache:clear-result');
  6191.         return $instance;
  6192.     }
  6193.     /**
  6194.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6195.      *
  6196.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6197.      */
  6198.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6199.     {
  6200.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6203.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6204.         $instance->setName('doctrine:cache:clear-collection-region');
  6205.         return $instance;
  6206.     }
  6207.     /**
  6208.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6209.      *
  6210.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6211.      */
  6212.     protected function getDoctrine_ClearEntityRegionCommandService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6217.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6218.         $instance->setName('doctrine:cache:clear-entity-region');
  6219.         return $instance;
  6220.     }
  6221.     /**
  6222.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6223.      *
  6224.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6225.      */
  6226.     protected function getDoctrine_ClearQueryRegionCommandService()
  6227.     {
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6231.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6232.         $instance->setName('doctrine:cache:clear-query-region');
  6233.         return $instance;
  6234.     }
  6235.     /**
  6236.      * Gets the private 'doctrine.database_create_command' shared service.
  6237.      *
  6238.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6239.      */
  6240.     protected function getDoctrine_DatabaseCreateCommandService()
  6241.     {
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6245.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6246.         $instance->setName('doctrine:database:create');
  6247.         return $instance;
  6248.     }
  6249.     /**
  6250.      * Gets the private 'doctrine.database_drop_command' shared service.
  6251.      *
  6252.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6253.      */
  6254.     protected function getDoctrine_DatabaseDropCommandService()
  6255.     {
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6259.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6260.         $instance->setName('doctrine:database:drop');
  6261.         return $instance;
  6262.     }
  6263.     /**
  6264.      * Gets the private 'doctrine.database_import_command' shared service.
  6265.      *
  6266.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6267.      */
  6268.     protected function getDoctrine_DatabaseImportCommandService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6273.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6274.         $instance->setName('doctrine:database:import');
  6275.         return $instance;
  6276.     }
  6277.     /**
  6278.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  6279.      *
  6280.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  6281.      */
  6282.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  6283.     {
  6284.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  6285.     }
  6286.     /**
  6287.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  6288.      *
  6289.      * @return \Doctrine\DBAL\Configuration
  6290.      */
  6291.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  6292.     {
  6293.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  6294.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  6295.         return $instance;
  6296.     }
  6297.     /**
  6298.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6299.      *
  6300.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6301.      */
  6302.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6303.     {
  6304.         $this->privates['doctrine.dbal.default_connection.event_manager'] = $instance = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6305.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6306.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  6307.         ], [
  6308.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6309.             'fos_user.user_listener' => '?',
  6310.         ]), [=> 'fos_user.user_listener']);
  6311.         $instance->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  6312.         return $instance;
  6313.     }
  6314.     /**
  6315.      * Gets the private 'doctrine.dbal.logger' shared service.
  6316.      *
  6317.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  6318.      */
  6319.     protected function getDoctrine_Dbal_LoggerService()
  6320.     {
  6321.         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))));
  6322.     }
  6323.     /**
  6324.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  6325.      *
  6326.      * @return \Doctrine\DBAL\Logging\LoggerChain
  6327.      */
  6328.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  6329.     {
  6330.         $this->privates['doctrine.dbal.logger.chain.default'] = $instance = new \Doctrine\DBAL\Logging\LoggerChain();
  6331.         $instance->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  6332.         $instance->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  6333.         return $instance;
  6334.     }
  6335.     /**
  6336.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  6337.      *
  6338.      * @return \Doctrine\DBAL\Logging\DebugStack
  6339.      */
  6340.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  6341.     {
  6342.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  6343.     }
  6344.     /**
  6345.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6346.      *
  6347.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6348.      */
  6349.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6354.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6355.         $instance->setName('doctrine:ensure-production-settings');
  6356.         return $instance;
  6357.     }
  6358.     /**
  6359.      * Gets the private 'doctrine.generate_entities_command' shared service.
  6360.      *
  6361.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  6362.      */
  6363.     protected function getDoctrine_GenerateEntitiesCommandService()
  6364.     {
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  6368.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6369.         $instance->setName('doctrine:generate:entities');
  6370.         return $instance;
  6371.     }
  6372.     /**
  6373.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6374.      *
  6375.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6376.      */
  6377.     protected function getDoctrine_MappingConvertCommandService()
  6378.     {
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6381.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6382.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6383.         $instance->setName('doctrine:mapping:convert');
  6384.         return $instance;
  6385.     }
  6386.     /**
  6387.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6388.      *
  6389.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6390.      */
  6391.     protected function getDoctrine_MappingImportCommandService()
  6392.     {
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6396.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6397.         $instance->setName('doctrine:mapping:import');
  6398.         return $instance;
  6399.     }
  6400.     /**
  6401.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6402.      *
  6403.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6404.      */
  6405.     protected function getDoctrine_MappingInfoCommandService()
  6406.     {
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6410.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6411.         $instance->setName('doctrine:mapping:info');
  6412.         return $instance;
  6413.     }
  6414.     /**
  6415.      * Gets the private 'doctrine.migrations.configuration' shared service.
  6416.      *
  6417.      * @return \Doctrine\Migrations\Configuration\Configuration
  6418.      */
  6419.     protected function getDoctrine_Migrations_ConfigurationService()
  6420.     {
  6421.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6422.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  6423.         $instance->addMigrationsDirectory('OceanExpertBundle\\Migrations', (\dirname(__DIR__4).'/src/OceanExpertBundle/Migrations'));
  6424.         $instance->setAllOrNothing(false);
  6425.         $instance->setCheckDatabasePlatform(true);
  6426.         $instance->setTransactional(true);
  6427.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? $this->getDoctrine_Migrations_Storage_TableStorageService()));
  6428.         return $instance;
  6429.     }
  6430.     /**
  6431.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  6432.      *
  6433.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  6434.      */
  6435.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6439.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  6440.     }
  6441.     /**
  6442.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6443.      *
  6444.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6445.      */
  6446.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6450.         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);
  6451.     }
  6452.     /**
  6453.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  6454.      *
  6455.      * @return \Doctrine\Migrations\Version\MigrationFactory
  6456.      */
  6457.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6460.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory();
  6461.     }
  6462.     /**
  6463.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6464.      *
  6465.      * @return \Doctrine\Migrations\DependencyFactory
  6466.      */
  6467.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6468.     {
  6469.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6470.         $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()));
  6471.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6472.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6473.         });
  6474.         return $instance;
  6475.     }
  6476.     /**
  6477.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  6478.      *
  6479.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  6480.      */
  6481.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  6482.     {
  6483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6485.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()), 'default');
  6486.     }
  6487.     /**
  6488.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  6489.      *
  6490.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  6491.      */
  6492.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  6493.     {
  6494.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6496.         $this->privates['doctrine.migrations.storage.table_storage'] = $instance = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6497.         $instance->setTableName('doctrine_migration_versions');
  6498.         $instance->setVersionColumnName('version');
  6499.         $instance->setVersionColumnLength(192);
  6500.         $instance->setExecutedAtColumnName('executed_at');
  6501.         return $instance;
  6502.     }
  6503.     /**
  6504.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
  6505.      *
  6506.      * @return \Symfony\Component\Cache\DoctrineProvider
  6507.      */
  6508.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
  6509.     {
  6510.         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()));
  6511.     }
  6512.     /**
  6513.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
  6514.      *
  6515.      * @return \Symfony\Component\Cache\DoctrineProvider
  6516.      */
  6517.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
  6518.     {
  6519.         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()));
  6520.     }
  6521.     /**
  6522.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
  6523.      *
  6524.      * @return \Symfony\Component\Cache\DoctrineProvider
  6525.      */
  6526.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
  6527.     {
  6528.         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()));
  6529.     }
  6530.     /**
  6531.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  6532.      *
  6533.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  6534.      */
  6535.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  6536.     {
  6537.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6538.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  6539.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  6540.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  6541.             'OceanExpertBundle\\Repository\\SearegionsRepository' => ['privates''OceanExpertBundle\\Repository\\SearegionsRepository''getSearegionsRepositoryService'false],
  6542.         ], [
  6543.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  6544.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  6545.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  6546.             'OceanExpertBundle\\Repository\\SearegionsRepository' => '?',
  6547.         ]));
  6548.     }
  6549.     /**
  6550.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6551.      *
  6552.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6553.      */
  6554.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6555.     {
  6556.         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')]);
  6557.     }
  6558.     /**
  6559.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  6560.      *
  6561.      * @return \Doctrine\ORM\Configuration
  6562.      */
  6563.     protected function getDoctrine_Orm_DefaultConfigurationService()
  6564.     {
  6565.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  6566.         $instance->setEntityNamespaces(['OceanExpertBundle' => 'OceanExpertBundle\\Entity']);
  6567.         $instance->setMetadataCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()));
  6568.         $instance->setQueryCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()));
  6569.         $instance->setResultCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()));
  6570.         $instance->setMetadataDriverImpl(($this->privates['doctrine.orm.default_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultMetadataDriverService()));
  6571.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6572.         $instance->setProxyNamespace('Proxies');
  6573.         $instance->setAutoGenerateProxyClasses(true);
  6574.         $instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  6575.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6576.         $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))));
  6577.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  6578.         $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))));
  6579.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  6580.         $instance->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6581.         $instance->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  6582.         $instance->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  6583.         $instance->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  6584.         $instance->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  6585.         $instance->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  6586.         $instance->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6587.         $instance->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6588.         $instance->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6589.         $instance->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6590.         $instance->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6591.         $instance->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6592.         $instance->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6593.         $instance->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6594.         $instance->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6595.         $instance->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6596.         $instance->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6597.         $instance->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  6598.         $instance->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  6599.         $instance->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6600.         $instance->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6601.         $instance->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6602.         $instance->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  6603.         return $instance;
  6604.     }
  6605.     /**
  6606.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  6607.      *
  6608.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  6609.      */
  6610.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  6611.     {
  6612.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  6613.     }
  6614.     /**
  6615.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  6616.      *
  6617.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  6618.      */
  6619.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  6620.     {
  6621.         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);
  6622.     }
  6623.     /**
  6624.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6625.      *
  6626.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6627.      */
  6628.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6629.     {
  6630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6631.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6632.     }
  6633.     /**
  6634.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  6635.      *
  6636.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  6637.      */
  6638.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  6639.     {
  6640.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  6641.     }
  6642.     /**
  6643.      * Gets the private 'doctrine.orm.default_metadata_driver' shared service.
  6644.      *
  6645.      * @return \Doctrine\Persistence\Mapping\Driver\MappingDriverChain
  6646.      */
  6647.     protected function getDoctrine_Orm_DefaultMetadataDriverService()
  6648.     {
  6649.         $this->privates['doctrine.orm.default_metadata_driver'] = $instance = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6650.         $instance->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'OceanExpertBundle\\Entity');
  6651.         $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');
  6652.         return $instance;
  6653.     }
  6654.     /**
  6655.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  6656.      *
  6657.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  6658.      */
  6659.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  6662.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6663.     }
  6664.     /**
  6665.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  6666.      *
  6667.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  6668.      */
  6669.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  6670.     {
  6671.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  6672.     }
  6673.     /**
  6674.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6675.      *
  6676.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6677.      */
  6678.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6679.     {
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php';
  6682.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6683.     }
  6684.     /**
  6685.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  6686.      *
  6687.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  6688.      */
  6689.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  6690.     {
  6691.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  6692.     }
  6693.     /**
  6694.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6695.      *
  6696.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6697.      */
  6698.     protected function getDoctrine_Orm_Validator_UniqueService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php';
  6703.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6704.     }
  6705.     /**
  6706.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  6707.      *
  6708.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  6709.      */
  6710.     protected function getDoctrine_Orm_ValidatorInitializerService()
  6711.     {
  6712.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6713.     }
  6714.     /**
  6715.      * Gets the private 'doctrine.query_dql_command' shared service.
  6716.      *
  6717.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6718.      */
  6719.     protected function getDoctrine_QueryDqlCommandService()
  6720.     {
  6721.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6724.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6725.         $instance->setName('doctrine:query:dql');
  6726.         return $instance;
  6727.     }
  6728.     /**
  6729.      * Gets the private 'doctrine.query_sql_command' shared service.
  6730.      *
  6731.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6732.      */
  6733.     protected function getDoctrine_QuerySqlCommandService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6738.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  6739.         $instance->setName('doctrine:query:sql');
  6740.         return $instance;
  6741.     }
  6742.     /**
  6743.      * Gets the private 'doctrine.schema_create_command' shared service.
  6744.      *
  6745.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6746.      */
  6747.     protected function getDoctrine_SchemaCreateCommandService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6753.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6754.         $instance->setName('doctrine:schema:create');
  6755.         return $instance;
  6756.     }
  6757.     /**
  6758.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6759.      *
  6760.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6761.      */
  6762.     protected function getDoctrine_SchemaDropCommandService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6768.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6769.         $instance->setName('doctrine:schema:drop');
  6770.         return $instance;
  6771.     }
  6772.     /**
  6773.      * Gets the private 'doctrine.schema_update_command' shared service.
  6774.      *
  6775.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6776.      */
  6777.     protected function getDoctrine_SchemaUpdateCommandService()
  6778.     {
  6779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6783.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6784.         $instance->setName('doctrine:schema:update');
  6785.         return $instance;
  6786.     }
  6787.     /**
  6788.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6789.      *
  6790.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6791.      */
  6792.     protected function getDoctrine_SchemaValidateCommandService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6797.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6798.         $instance->setName('doctrine:schema:validate');
  6799.         return $instance;
  6800.     }
  6801.     /**
  6802.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  6803.      *
  6804.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  6805.      */
  6806.     protected function getDoctrine_Twig_DoctrineExtensionService()
  6807.     {
  6808.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  6809.     }
  6810.     /**
  6811.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6812.      *
  6813.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6814.      */
  6815.     protected function getDoctrineMigrations_CurrentCommandService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6820.         $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');
  6821.         $instance->setName('doctrine:migrations:current');
  6822.         return $instance;
  6823.     }
  6824.     /**
  6825.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6826.      *
  6827.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6828.      */
  6829.     protected function getDoctrineMigrations_DiffCommandService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6834.         $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');
  6835.         $instance->setName('doctrine:migrations:diff');
  6836.         return $instance;
  6837.     }
  6838.     /**
  6839.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6840.      *
  6841.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6842.      */
  6843.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6848.         $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');
  6849.         $instance->setName('doctrine:migrations:dump-schema');
  6850.         return $instance;
  6851.     }
  6852.     /**
  6853.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6854.      *
  6855.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6856.      */
  6857.     protected function getDoctrineMigrations_ExecuteCommandService()
  6858.     {
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6862.         $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');
  6863.         $instance->setName('doctrine:migrations:execute');
  6864.         return $instance;
  6865.     }
  6866.     /**
  6867.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6868.      *
  6869.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6870.      */
  6871.     protected function getDoctrineMigrations_GenerateCommandService()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6876.         $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');
  6877.         $instance->setName('doctrine:migrations:generate');
  6878.         return $instance;
  6879.     }
  6880.     /**
  6881.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6882.      *
  6883.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6884.      */
  6885.     protected function getDoctrineMigrations_LatestCommandService()
  6886.     {
  6887.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6890.         $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');
  6891.         $instance->setName('doctrine:migrations:latest');
  6892.         return $instance;
  6893.     }
  6894.     /**
  6895.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6896.      *
  6897.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6898.      */
  6899.     protected function getDoctrineMigrations_MigrateCommandService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6903.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6904.         $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');
  6905.         $instance->setName('doctrine:migrations:migrate');
  6906.         return $instance;
  6907.     }
  6908.     /**
  6909.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6910.      *
  6911.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6912.      */
  6913.     protected function getDoctrineMigrations_RollupCommandService()
  6914.     {
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6917.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6918.         $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');
  6919.         $instance->setName('doctrine:migrations:rollup');
  6920.         return $instance;
  6921.     }
  6922.     /**
  6923.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6924.      *
  6925.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6926.      */
  6927.     protected function getDoctrineMigrations_StatusCommandService()
  6928.     {
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6932.         $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');
  6933.         $instance->setName('doctrine:migrations:status');
  6934.         return $instance;
  6935.     }
  6936.     /**
  6937.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6938.      *
  6939.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6940.      */
  6941.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6946.         $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');
  6947.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6948.         return $instance;
  6949.     }
  6950.     /**
  6951.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6952.      *
  6953.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6954.      */
  6955.     protected function getDoctrineMigrations_UpToDateCommandService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6960.         $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');
  6961.         $instance->setName('doctrine:migrations:up-to-date');
  6962.         return $instance;
  6963.     }
  6964.     /**
  6965.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6966.      *
  6967.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6968.      */
  6969.     protected function getDoctrineMigrations_VersionCommandService()
  6970.     {
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6973.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6974.         $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');
  6975.         $instance->setName('doctrine:migrations:version');
  6976.         return $instance;
  6977.     }
  6978.     /**
  6979.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6980.      *
  6981.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6982.      */
  6983.     protected function getDoctrineMigrations_VersionsCommandService()
  6984.     {
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6988.         $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');
  6989.         $instance->setName('doctrine:migrations:list');
  6990.         return $instance;
  6991.     }
  6992.     /**
  6993.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6994.      *
  6995.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6996.      */
  6997.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6998.     {
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php';
  7001.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7002.         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()));
  7003.     }
  7004.     /**
  7005.      * Gets the private 'exception_listener' shared service.
  7006.      *
  7007.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7008.      */
  7009.     protected function getExceptionListenerService()
  7010.     {
  7011.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  7012.     }
  7013.     /**
  7014.      * Gets the private 'file_locator' shared service.
  7015.      *
  7016.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7017.      */
  7018.     protected function getFileLocatorService()
  7019.     {
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  7023.         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);
  7024.     }
  7025.     /**
  7026.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7027.      *
  7028.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7029.      */
  7030.     protected function getForm_ChoiceListFactory_CachedService()
  7031.     {
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7034.         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()));
  7035.     }
  7036.     /**
  7037.      * Gets the private 'form.choice_list_factory.default' shared service.
  7038.      *
  7039.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  7040.      */
  7041.     protected function getForm_ChoiceListFactory_DefaultService()
  7042.     {
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7045.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  7046.     }
  7047.     /**
  7048.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  7049.      *
  7050.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  7051.      */
  7052.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  7053.     {
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7057.         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()));
  7058.     }
  7059.     /**
  7060.      * Gets the private 'form.extension' shared service.
  7061.      *
  7062.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  7063.      */
  7064.     protected function getForm_ExtensionService()
  7065.     {
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7068.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7069.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  7070.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  7071.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  7072.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  7073.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  7074.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7075.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7076.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7077.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7078.         ], [
  7079.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  7080.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  7081.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  7082.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  7083.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  7084.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7085.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7086.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7087.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7088.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7089.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7090.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7091.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7092.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7093.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7094.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7095.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7096.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7097.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7098.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7099.         }, 1)], new RewindableGenerator(function () {
  7100.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7101.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7102.         }, 2));
  7103.     }
  7104.     /**
  7105.      * Gets the private 'form.registry' shared service.
  7106.      *
  7107.      * @return \Symfony\Component\Form\FormRegistry
  7108.      */
  7109.     protected function getForm_RegistryService()
  7110.     {
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php';
  7113.         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()));
  7114.     }
  7115.     /**
  7116.      * Gets the private 'form.resolved_type_factory' shared service.
  7117.      *
  7118.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  7119.      */
  7120.     protected function getForm_ResolvedTypeFactoryService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php';
  7125.         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()));
  7126.     }
  7127.     /**
  7128.      * Gets the private 'form.server_params' shared service.
  7129.      *
  7130.      * @return \Symfony\Component\Form\Util\ServerParams
  7131.      */
  7132.     protected function getForm_ServerParamsService()
  7133.     {
  7134.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php';
  7135.         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())));
  7136.     }
  7137.     /**
  7138.      * Gets the private 'form.type.choice' shared service.
  7139.      *
  7140.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7141.      */
  7142.     protected function getForm_Type_ChoiceService()
  7143.     {
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7146.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php';
  7147.         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()));
  7148.     }
  7149.     /**
  7150.      * Gets the private 'form.type.entity' shared service.
  7151.      *
  7152.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7153.      */
  7154.     protected function getForm_Type_EntityService()
  7155.     {
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php';
  7160.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7161.     }
  7162.     /**
  7163.      * Gets the private 'form.type.form' shared service.
  7164.      *
  7165.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7166.      */
  7167.     protected function getForm_Type_FormService()
  7168.     {
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php';
  7173.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7174.     }
  7175.     /**
  7176.      * Gets the private 'form.type_extension.csrf' shared service.
  7177.      *
  7178.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7179.      */
  7180.     protected function getForm_TypeExtension_CsrfService()
  7181.     {
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7185.         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()));
  7186.     }
  7187.     /**
  7188.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7189.      *
  7190.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7191.      */
  7192.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7193.     {
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7197.         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()));
  7198.     }
  7199.     /**
  7200.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7201.      *
  7202.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7203.      */
  7204.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7205.     {
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7209.         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()));
  7210.     }
  7211.     /**
  7212.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  7213.      *
  7214.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  7215.      */
  7216.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7220.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7221.     }
  7222.     /**
  7223.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7224.      *
  7225.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7226.      */
  7227.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7228.     {
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php';
  7232.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7233.     }
  7234.     /**
  7235.      * Gets the private 'form.type_extension.form.validator' shared service.
  7236.      *
  7237.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7238.      */
  7239.     protected function getForm_TypeExtension_Form_ValidatorService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7245.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7246.     }
  7247.     /**
  7248.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  7249.      *
  7250.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  7251.      */
  7252.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  7253.     {
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  7257.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  7258.     }
  7259.     /**
  7260.      * Gets the private 'form.type_extension.submit.validator' shared service.
  7261.      *
  7262.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  7263.      */
  7264.     protected function getForm_TypeExtension_Submit_ValidatorService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7268.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  7270.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  7271.     }
  7272.     /**
  7273.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7274.      *
  7275.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7276.      */
  7277.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7278.     {
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php';
  7282.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7283.     }
  7284.     /**
  7285.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7286.      *
  7287.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7288.      */
  7289.     protected function getForm_TypeGuesser_DoctrineService()
  7290.     {
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php';
  7293.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7294.     }
  7295.     /**
  7296.      * Gets the private 'form.type_guesser.validator' shared service.
  7297.      *
  7298.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7299.      */
  7300.     protected function getForm_TypeGuesser_ValidatorService()
  7301.     {
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php';
  7304.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7305.     }
  7306.     /**
  7307.      * Gets the private 'fos_js_routing.denormalizer.route_collection' shared service.
  7308.      *
  7309.      * @return \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer
  7310.      */
  7311.     protected function getFosJsRouting_Denormalizer_RouteCollectionService()
  7312.     {
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  7314.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  7315.         return $this->privates['fos_js_routing.denormalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer();
  7316.     }
  7317.     /**
  7318.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7319.      *
  7320.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7321.      */
  7322.     protected function getFosJsRouting_DumpCommandService()
  7323.     {
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7326.         $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);
  7327.         $instance->setName('fos:js-routing:dump');
  7328.         return $instance;
  7329.     }
  7330.     /**
  7331.      * Gets the private 'fos_js_routing.encoder' shared service.
  7332.      *
  7333.      * @return \Symfony\Component\Serializer\Encoder\JsonEncoder
  7334.      */
  7335.     protected function getFosJsRouting_EncoderService()
  7336.     {
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  7340.         return $this->privates['fos_js_routing.encoder'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  7341.     }
  7342.     /**
  7343.      * Gets the private 'fos_js_routing.normalizer.route_collection' shared service.
  7344.      *
  7345.      * @return \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer
  7346.      */
  7347.     protected function getFosJsRouting_Normalizer_RouteCollectionService()
  7348.     {
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  7351.         return $this->privates['fos_js_routing.normalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer();
  7352.     }
  7353.     /**
  7354.      * Gets the private 'fos_js_routing.normalizer.routes_response' shared service.
  7355.      *
  7356.      * @return \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer
  7357.      */
  7358.     protected function getFosJsRouting_Normalizer_RoutesResponseService()
  7359.     {
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  7362.         return $this->privates['fos_js_routing.normalizer.routes_response'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer();
  7363.     }
  7364.     /**
  7365.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7366.      *
  7367.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7368.      */
  7369.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7370.     {
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7373.         $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()));
  7374.         $instance->setName('fos:js-routing:debug');
  7375.         return $instance;
  7376.     }
  7377.     /**
  7378.      * Gets the private 'fos_rest.body_listener' shared service.
  7379.      *
  7380.      * @return \FOS\RestBundle\EventListener\BodyListener
  7381.      */
  7382.     protected function getFosRest_BodyListenerService()
  7383.     {
  7384.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(($this->privates['fos_rest.decoder_provider'] ?? $this->getFosRest_DecoderProviderService()), false);
  7385.         $instance->setDefaultFormat(NULL);
  7386.         return $instance;
  7387.     }
  7388.     /**
  7389.      * Gets the private 'fos_rest.decoder.json' shared service.
  7390.      *
  7391.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  7392.      */
  7393.     protected function getFosRest_Decoder_JsonService()
  7394.     {
  7395.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  7397.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  7398.     }
  7399.     /**
  7400.      * Gets the private 'fos_rest.decoder.xml' shared service.
  7401.      *
  7402.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  7403.      */
  7404.     protected function getFosRest_Decoder_XmlService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  7408.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  7409.     }
  7410.     /**
  7411.      * Gets the private 'fos_rest.decoder_provider' shared service.
  7412.      *
  7413.      * @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
  7414.      */
  7415.     protected function getFosRest_DecoderProviderService()
  7416.     {
  7417.         return $this->privates['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7418.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  7419.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  7420.         ], [
  7421.             'fos_rest.decoder.json' => '?',
  7422.             'fos_rest.decoder.xml' => '?',
  7423.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']);
  7424.     }
  7425.     /**
  7426.      * Gets the private 'fos_rest.format_listener' shared service.
  7427.      *
  7428.      * @return \FOS\RestBundle\EventListener\FormatListener
  7429.      */
  7430.     protected function getFosRest_FormatListenerService()
  7431.     {
  7432.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener(($this->privates['fos_rest.format_negotiator'] ?? $this->getFosRest_FormatNegotiatorService()));
  7433.     }
  7434.     /**
  7435.      * Gets the private 'fos_rest.format_negotiator' shared service.
  7436.      *
  7437.      * @return \FOS\RestBundle\Negotiation\FormatNegotiator
  7438.      */
  7439.     protected function getFosRest_FormatNegotiatorService()
  7440.     {
  7441.         $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())));
  7442.         $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']);
  7443.         $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]);
  7444.         $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]);
  7445.         return $instance;
  7446.     }
  7447.     /**
  7448.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  7449.      *
  7450.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  7451.      *
  7452.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  7453.      */
  7454.     protected function getFosRest_Inflector_DoctrineService()
  7455.     {
  7456.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7457.         return $this->privates['fos_rest.inflector.doctrine'] = new \FOS\RestBundle\Inflector\DoctrineInflector();
  7458.     }
  7459.     /**
  7460.      * Gets the private 'fos_rest.mime_type_listener' shared service.
  7461.      *
  7462.      * @return \FOS\RestBundle\EventListener\MimeTypeListener
  7463.      */
  7464.     protected function getFosRest_MimeTypeListenerService()
  7465.     {
  7466.         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']]);
  7467.     }
  7468.     /**
  7469.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  7470.      *
  7471.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  7472.      */
  7473.     protected function getFosRest_ParamFetcherListenerService()
  7474.     {
  7475.         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);
  7476.     }
  7477.     /**
  7478.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  7479.      *
  7480.      * @return \FOS\RestBundle\Request\ParamFetcher
  7481.      */
  7482.     protected function getFosRest_Request_ParamFetcherService()
  7483.     {
  7484.         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()));
  7485.     }
  7486.     /**
  7487.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  7488.      *
  7489.      * @return \FOS\RestBundle\Request\ParamReader
  7490.      */
  7491.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  7492.     {
  7493.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7494.     }
  7495.     /**
  7496.      * Gets the private 'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' shared service.
  7497.      *
  7498.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7499.      */
  7500.     protected function getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service()
  7501.     {
  7502.         return $this->privates['fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []);
  7503.     }
  7504.     /**
  7505.      * Gets the private 'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' shared service.
  7506.      *
  7507.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7508.      */
  7509.     protected function getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service()
  7510.     {
  7511.         return $this->privates['fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []);
  7512.     }
  7513.     /**
  7514.      * Gets the private 'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' shared service.
  7515.      *
  7516.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7517.      */
  7518.     protected function getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService()
  7519.     {
  7520.         return $this->privates['fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []);
  7521.     }
  7522.     /**
  7523.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  7524.      *
  7525.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  7526.      *
  7527.      * @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`.
  7528.      */
  7529.     protected function getFosRest_Routing_Loader_ControllerService()
  7530.     {
  7531.         @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);
  7532.         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);
  7533.     }
  7534.     /**
  7535.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  7536.      *
  7537.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  7538.      *
  7539.      * @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`.
  7540.      */
  7541.     protected function getFosRest_Routing_Loader_DirectoryService()
  7542.     {
  7543.         @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);
  7544.         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()));
  7545.     }
  7546.     /**
  7547.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  7548.      *
  7549.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  7550.      *
  7551.      * @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`.
  7552.      */
  7553.     protected function getFosRest_Routing_Loader_ProcessorService()
  7554.     {
  7555.         @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);
  7556.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  7557.     }
  7558.     /**
  7559.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  7560.      *
  7561.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  7562.      *
  7563.      * @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`.
  7564.      */
  7565.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  7566.     {
  7567.         @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);
  7568.         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);
  7569.     }
  7570.     /**
  7571.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  7572.      *
  7573.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  7574.      *
  7575.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  7576.      */
  7577.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  7578.     {
  7579.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7580.         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()));
  7581.     }
  7582.     /**
  7583.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  7584.      *
  7585.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  7586.      *
  7587.      * @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`.
  7588.      */
  7589.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  7590.     {
  7591.         @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);
  7592.         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);
  7593.     }
  7594.     /**
  7595.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  7596.      *
  7597.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  7598.      *
  7599.      * @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`.
  7600.      */
  7601.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  7602.     {
  7603.         @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);
  7604.         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);
  7605.     }
  7606.     /**
  7607.      * Gets the private 'fos_rest.serializer.form_error_handler.inner' shared service.
  7608.      *
  7609.      * @return \JMS\Serializer\Handler\FormErrorHandler
  7610.      */
  7611.     protected function getFosRest_Serializer_FormErrorHandler_InnerService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php';
  7615.         return $this->privates['fos_rest.serializer.form_error_handler.inner'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7616.     }
  7617.     /**
  7618.      * Gets the private 'fos_rest.serializer.jms' shared service.
  7619.      *
  7620.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  7621.      */
  7622.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  7623.     {
  7624.         if ($lazyLoad) {
  7625.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  7626.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7627.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  7628.                     $proxy->setProxyInitializer(null);
  7629.                     return true;
  7630.                 });
  7631.             });
  7632.         }
  7633.         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())));
  7634.     }
  7635.     /**
  7636.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  7637.      *
  7638.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  7639.      */
  7640.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  7641.     {
  7642.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7643.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  7644.             'jms_serializer.array_collection_handler' => ['services''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  7645.             'jms_serializer.constraint_violation_handler' => ['services''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  7646.             'jms_serializer.datetime_handler' => ['services''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  7647.             'jms_serializer.php_collection_handler' => ['services''jms_serializer.php_collection_handler''getJmsSerializer_PhpCollectionHandlerService'false],
  7648.         ], [
  7649.             'fos_rest.serializer.form_error_handler' => '?',
  7650.             'jms_serializer.array_collection_handler' => '?',
  7651.             'jms_serializer.constraint_violation_handler' => '?',
  7652.             'jms_serializer.datetime_handler' => '?',
  7653.             'jms_serializer.php_collection_handler' => '?',
  7654.         ]), [=> ['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']]]]);
  7655.     }
  7656.     /**
  7657.      * Gets the private 'fos_rest.versioning.chain_resolver' shared service.
  7658.      *
  7659.      * @return \FOS\RestBundle\Version\ChainVersionResolver
  7660.      */
  7661.     protected function getFosRest_Versioning_ChainResolverService()
  7662.     {
  7663.         $this->privates['fos_rest.versioning.chain_resolver'] = $instance = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  7664.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  7665.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  7666.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  7667.         return $instance;
  7668.     }
  7669.     /**
  7670.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  7671.      *
  7672.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  7673.      */
  7674.     protected function getFosRest_Versioning_ExclusionListenerService()
  7675.     {
  7676.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  7677.     }
  7678.     /**
  7679.      * Gets the private 'fos_rest.versioning.listener' shared service.
  7680.      *
  7681.      * @return \FOS\RestBundle\EventListener\VersionListener
  7682.      */
  7683.     protected function getFosRest_Versioning_ListenerService()
  7684.     {
  7685.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener(($this->privates['fos_rest.versioning.chain_resolver'] ?? $this->getFosRest_Versioning_ChainResolverService()), 'v1');
  7686.     }
  7687.     /**
  7688.      * Gets the private 'fos_rest.view_handler.jsonp' shared service.
  7689.      *
  7690.      * @return \FOS\RestBundle\View\JsonpHandler
  7691.      */
  7692.     protected function getFosRest_ViewHandler_JsonpService()
  7693.     {
  7694.         return $this->privates['fos_rest.view_handler.jsonp'] = new \FOS\RestBundle\View\JsonpHandler('callback');
  7695.     }
  7696.     /**
  7697.      * Gets the private 'fos_rest.view_response_listener' shared service.
  7698.      *
  7699.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  7700.      */
  7701.     protected function getFosRest_ViewResponseListenerService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  7704.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  7705.     }
  7706.     /**
  7707.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  7708.      *
  7709.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7710.      */
  7711.     protected function getFosUser_ChangePassword_Form_FactoryService()
  7712.     {
  7713.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7715.         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']);
  7716.     }
  7717.     /**
  7718.      * Gets the private 'fos_user.change_password.form.type' shared service.
  7719.      *
  7720.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  7721.      */
  7722.     protected function getFosUser_ChangePassword_Form_TypeService()
  7723.     {
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  7727.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('OceanExpertBundle\\Entity\\User');
  7728.     }
  7729.     /**
  7730.      * Gets the private 'fos_user.command.activate_user' shared service.
  7731.      *
  7732.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  7733.      */
  7734.     protected function getFosUser_Command_ActivateUserService()
  7735.     {
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  7738.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7739.         $instance->setName('fos:user:activate');
  7740.         return $instance;
  7741.     }
  7742.     /**
  7743.      * Gets the private 'fos_user.command.change_password' shared service.
  7744.      *
  7745.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  7746.      */
  7747.     protected function getFosUser_Command_ChangePasswordService()
  7748.     {
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  7751.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7752.         $instance->setName('fos:user:change-password');
  7753.         return $instance;
  7754.     }
  7755.     /**
  7756.      * Gets the private 'fos_user.command.create_user' shared service.
  7757.      *
  7758.      * @return \FOS\UserBundle\Command\CreateUserCommand
  7759.      */
  7760.     protected function getFosUser_Command_CreateUserService()
  7761.     {
  7762.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7763.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  7764.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7765.         $instance->setName('fos:user:create');
  7766.         return $instance;
  7767.     }
  7768.     /**
  7769.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  7770.      *
  7771.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  7772.      */
  7773.     protected function getFosUser_Command_DeactivateUserService()
  7774.     {
  7775.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  7777.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7778.         $instance->setName('fos:user:deactivate');
  7779.         return $instance;
  7780.     }
  7781.     /**
  7782.      * Gets the private 'fos_user.command.demote_user' shared service.
  7783.      *
  7784.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  7785.      */
  7786.     protected function getFosUser_Command_DemoteUserService()
  7787.     {
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  7791.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7792.         $instance->setName('fos:user:demote');
  7793.         return $instance;
  7794.     }
  7795.     /**
  7796.      * Gets the private 'fos_user.command.promote_user' shared service.
  7797.      *
  7798.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  7799.      */
  7800.     protected function getFosUser_Command_PromoteUserService()
  7801.     {
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  7805.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7806.         $instance->setName('fos:user:promote');
  7807.         return $instance;
  7808.     }
  7809.     /**
  7810.      * Gets the private 'fos_user.listener.authentication' shared service.
  7811.      *
  7812.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  7813.      */
  7814.     protected function getFosUser_Listener_AuthenticationService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  7817.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  7818.     }
  7819.     /**
  7820.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  7821.      *
  7822.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  7823.      */
  7824.     protected function getFosUser_Listener_EmailConfirmationService()
  7825.     {
  7826.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  7829.         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()));
  7830.     }
  7831.     /**
  7832.      * Gets the private 'fos_user.listener.flash' shared service.
  7833.      *
  7834.      * @return \FOS\UserBundle\EventListener\FlashListener
  7835.      */
  7836.     protected function getFosUser_Listener_FlashService()
  7837.     {
  7838.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  7839.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7840.     }
  7841.     /**
  7842.      * Gets the private 'fos_user.listener.resetting' shared service.
  7843.      *
  7844.      * @return \FOS\UserBundle\EventListener\ResettingListener
  7845.      */
  7846.     protected function getFosUser_Listener_ResettingService()
  7847.     {
  7848.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  7849.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 1800);
  7850.     }
  7851.     /**
  7852.      * Gets the private 'fos_user.mailer.twig_swift' shared service.
  7853.      *
  7854.      * @return \FOS\UserBundle\Mailer\TwigSwiftMailer
  7855.      */
  7856.     protected function getFosUser_Mailer_TwigSwiftService()
  7857.     {
  7858.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/TwigSwiftMailer.php';
  7860.         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']]]);
  7861.     }
  7862.     /**
  7863.      * Gets the private 'fos_user.object_manager' shared service.
  7864.      *
  7865.      * @return \Doctrine\Persistence\ObjectManager
  7866.      */
  7867.     protected function getFosUser_ObjectManagerService()
  7868.     {
  7869.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  7870.     }
  7871.     /**
  7872.      * Gets the private 'fos_user.profile.form.factory' shared service.
  7873.      *
  7874.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7875.      */
  7876.     protected function getFosUser_Profile_Form_FactoryService()
  7877.     {
  7878.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7880.         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']);
  7881.     }
  7882.     /**
  7883.      * Gets the private 'fos_user.profile.form.type' shared service.
  7884.      *
  7885.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  7886.      */
  7887.     protected function getFosUser_Profile_Form_TypeService()
  7888.     {
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  7892.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('OceanExpertBundle\\Entity\\User');
  7893.     }
  7894.     /**
  7895.      * Gets the private 'fos_user.registration.form.factory' shared service.
  7896.      *
  7897.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7898.      */
  7899.     protected function getFosUser_Registration_Form_FactoryService()
  7900.     {
  7901.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7903.         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']);
  7904.     }
  7905.     /**
  7906.      * Gets the private 'fos_user.registration.form.type' shared service.
  7907.      *
  7908.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  7909.      */
  7910.     protected function getFosUser_Registration_Form_TypeService()
  7911.     {
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  7915.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('OceanExpertBundle\\Entity\\User');
  7916.     }
  7917.     /**
  7918.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  7919.      *
  7920.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7921.      */
  7922.     protected function getFosUser_Resetting_Form_FactoryService()
  7923.     {
  7924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7926.         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']);
  7927.     }
  7928.     /**
  7929.      * Gets the private 'fos_user.resetting.form.type' shared service.
  7930.      *
  7931.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  7932.      */
  7933.     protected function getFosUser_Resetting_Form_TypeService()
  7934.     {
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  7938.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('OceanExpertBundle\\Entity\\User');
  7939.     }
  7940.     /**
  7941.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  7942.      *
  7943.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  7944.      */
  7945.     protected function getFosUser_Security_InteractiveLoginListenerService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  7948.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7949.     }
  7950.     /**
  7951.      * Gets the private 'fos_user.security.login_manager' shared service.
  7952.      *
  7953.      * @return \FOS\UserBundle\Security\LoginManager
  7954.      */
  7955.     protected function getFosUser_Security_LoginManagerService()
  7956.     {
  7957.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  7961.         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);
  7962.     }
  7963.     /**
  7964.      * Gets the private 'fos_user.user_listener' shared service.
  7965.      *
  7966.      * @return \FOS\UserBundle\Doctrine\UserListener
  7967.      */
  7968.     protected function getFosUser_UserListenerService()
  7969.     {
  7970.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  7972.         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()));
  7973.     }
  7974.     /**
  7975.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  7976.      *
  7977.      * @return \FOS\UserBundle\Security\EmailUserProvider
  7978.      */
  7979.     protected function getFosUser_UserProvider_UsernameEmailService()
  7980.     {
  7981.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  7983.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  7984.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7985.     }
  7986.     /**
  7987.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  7988.      *
  7989.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  7990.      */
  7991.     protected function getFosUser_UserToUsernameTransformerService()
  7992.     {
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  7995.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7996.     }
  7997.     /**
  7998.      * Gets the private 'fos_user.username_form_type' shared service.
  7999.      *
  8000.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  8001.      */
  8002.     protected function getFosUser_UsernameFormTypeService()
  8003.     {
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  8007.         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()));
  8008.     }
  8009.     /**
  8010.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  8011.      *
  8012.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  8013.      */
  8014.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  8015.     {
  8016.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  8017.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  8018.     }
  8019.     /**
  8020.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  8021.      *
  8022.      * @return \FOS\UserBundle\Util\Canonicalizer
  8023.      */
  8024.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  8025.     {
  8026.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  8027.     }
  8028.     /**
  8029.      * Gets the private 'fos_user.util.password_updater' shared service.
  8030.      *
  8031.      * @return \FOS\UserBundle\Util\PasswordUpdater
  8032.      */
  8033.     protected function getFosUser_Util_PasswordUpdaterService()
  8034.     {
  8035.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  8037.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8038.     }
  8039.     /**
  8040.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  8041.      *
  8042.      * @return \FOS\UserBundle\Util\TokenGenerator
  8043.      */
  8044.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  8045.     {
  8046.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  8048.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  8049.     }
  8050.     /**
  8051.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  8052.      *
  8053.      * @return \FOS\UserBundle\Util\UserManipulator
  8054.      */
  8055.     protected function getFosUser_Util_UserManipulatorService()
  8056.     {
  8057.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  8058.         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())));
  8059.     }
  8060.     /**
  8061.      * Gets the private 'fos_user.validator.initializer' shared service.
  8062.      *
  8063.      * @return \FOS\UserBundle\Validator\Initializer
  8064.      */
  8065.     protected function getFosUser_Validator_InitializerService()
  8066.     {
  8067.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  8068.     }
  8069.     /**
  8070.      * Gets the private 'fragment.handler' shared service.
  8071.      *
  8072.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  8073.      */
  8074.     protected function getFragment_HandlerService()
  8075.     {
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8078.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8079.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  8080.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8081.         ], [
  8082.             'hinclude' => '?',
  8083.             'inline' => '?',
  8084.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  8085.     }
  8086.     /**
  8087.      * Gets the private 'fragment.listener' shared service.
  8088.      *
  8089.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  8090.      */
  8091.     protected function getFragment_ListenerService()
  8092.     {
  8093.         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');
  8094.     }
  8095.     /**
  8096.      * Gets the private 'fragment.renderer.hinclude' shared service.
  8097.      *
  8098.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  8099.      */
  8100.     protected function getFragment_Renderer_HincludeService()
  8101.     {
  8102.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php';
  8105.         $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);
  8106.         $instance->setFragmentPath('/_fragment');
  8107.         return $instance;
  8108.     }
  8109.     /**
  8110.      * Gets the private 'fragment.renderer.inline' shared service.
  8111.      *
  8112.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8113.      */
  8114.     protected function getFragment_Renderer_InlineService()
  8115.     {
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php';
  8119.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8120.         $instance->setFragmentPath('/_fragment');
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'identity_translator' shared service.
  8125.      *
  8126.      * @return \Symfony\Component\Translation\IdentityTranslator
  8127.      */
  8128.     protected function getIdentityTranslatorService()
  8129.     {
  8130.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  8131.     }
  8132.     /**
  8133.      * Gets the private 'jms_serializer.accessor_strategy.default' shared service.
  8134.      *
  8135.      * @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
  8136.      */
  8137.     protected function getJmsSerializer_AccessorStrategy_DefaultService()
  8138.     {
  8139.         return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  8140.     }
  8141.     /**
  8142.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  8143.      *
  8144.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  8145.      */
  8146.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  8147.     {
  8148.         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())));
  8149.     }
  8150.     /**
  8151.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  8152.      *
  8153.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  8154.      */
  8155.     protected function getJmsSerializer_CacheNamingStrategyService()
  8156.     {
  8157.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()));
  8158.     }
  8159.     /**
  8160.      * Gets the private 'jms_serializer.camel_case_naming_strategy' shared service.
  8161.      *
  8162.      * @return \JMS\Serializer\Naming\CamelCaseNamingStrategy
  8163.      */
  8164.     protected function getJmsSerializer_CamelCaseNamingStrategyService()
  8165.     {
  8166.         return $this->privates['jms_serializer.camel_case_naming_strategy'] = new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true);
  8167.     }
  8168.     /**
  8169.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  8170.      *
  8171.      * @return \JMS\Serializer\EventDispatcher\LazyEventDispatcher
  8172.      */
  8173.     protected function getJmsSerializer_EventDispatcherService()
  8174.     {
  8175.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8176.             'jms_serializer.doctrine_proxy_subscriber' => ['services''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  8177.             'jms_serializer.stopwatch_subscriber' => ['services''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  8178.         ], [
  8179.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  8180.             'jms_serializer.stopwatch_subscriber' => '?',
  8181.         ]));
  8182.         $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]]]);
  8183.         return $instance;
  8184.     }
  8185.     /**
  8186.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  8187.      *
  8188.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  8189.      */
  8190.     protected function getJmsSerializer_ExpressionEvaluatorService()
  8191.     {
  8192.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
  8193.     }
  8194.     /**
  8195.      * Gets the private 'jms_serializer.expression_language' shared service.
  8196.      *
  8197.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  8198.      */
  8199.     protected function getJmsSerializer_ExpressionLanguageService()
  8200.     {
  8201.         $this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8202.         $instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
  8203.         return $instance;
  8204.     }
  8205.     /**
  8206.      * Gets the private 'jms_serializer.expression_language.function_provider' shared service.
  8207.      *
  8208.      * @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
  8209.      */
  8210.     protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
  8211.     {
  8212.         return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
  8213.     }
  8214.     /**
  8215.      * Gets the private 'jms_serializer.metadata.annotation_driver' shared service.
  8216.      *
  8217.      * @return \JMS\Serializer\Metadata\Driver\AnnotationDriver
  8218.      */
  8219.     protected function getJmsSerializer_Metadata_AnnotationDriverService()
  8220.     {
  8221.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php';
  8222.         return $this->privates['jms_serializer.metadata.annotation_driver'] = new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8223.     }
  8224.     /**
  8225.      * Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
  8226.      *
  8227.      * @return \Metadata\Cache\FileCache
  8228.      */
  8229.     protected function getJmsSerializer_Metadata_Cache_FileCacheService()
  8230.     {
  8231.         return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer'));
  8232.     }
  8233.     /**
  8234.      * Gets the private 'jms_serializer.metadata.chain_driver' shared service.
  8235.      *
  8236.      * @return \Metadata\Driver\DriverChain
  8237.      */
  8238.     protected function getJmsSerializer_Metadata_ChainDriverService()
  8239.     {
  8240.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  8242.         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())]);
  8243.     }
  8244.     /**
  8245.      * Gets the private 'jms_serializer.metadata.file_locator' shared service.
  8246.      *
  8247.      * @return \Metadata\Driver\FileLocator
  8248.      */
  8249.     protected function getJmsSerializer_Metadata_FileLocatorService()
  8250.     {
  8251.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8252.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8253.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8254.         return $this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]);
  8255.     }
  8256.     /**
  8257.      * Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
  8258.      *
  8259.      * @return \Metadata\Driver\LazyLoadingDriver
  8260.      */
  8261.     protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
  8262.     {
  8263.         return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver');
  8264.     }
  8265.     /**
  8266.      * Gets the private 'jms_serializer.metadata.php_driver' shared service.
  8267.      *
  8268.      * @return \JMS\Serializer\Metadata\Driver\PhpDriver
  8269.      */
  8270.     protected function getJmsSerializer_Metadata_PhpDriverService()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/PhpDriver.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8278.         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([]))));
  8279.     }
  8280.     /**
  8281.      * Gets the private 'jms_serializer.metadata.xml_driver' shared service.
  8282.      *
  8283.      * @return \JMS\Serializer\Metadata\Driver\XmlDriver
  8284.      */
  8285.     protected function getJmsSerializer_Metadata_XmlDriverService()
  8286.     {
  8287.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/XmlDriver.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8293.         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([]))));
  8294.     }
  8295.     /**
  8296.      * Gets the private 'jms_serializer.metadata.yaml_driver' shared service.
  8297.      *
  8298.      * @return \JMS\Serializer\Metadata\Driver\YamlDriver
  8299.      */
  8300.     protected function getJmsSerializer_Metadata_YamlDriverService()
  8301.     {
  8302.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/YamlDriver.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8308.         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([]))));
  8309.     }
  8310.     /**
  8311.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  8312.      *
  8313.      * @return \Metadata\MetadataFactory
  8314.      */
  8315.     protected function getJmsSerializer_MetadataFactoryService()
  8316.     {
  8317.         $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);
  8318.         $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')))));
  8319.         return $instance;
  8320.     }
  8321.     /**
  8322.      * Gets the private 'jms_serializer.serialized_name_annotation_strategy' shared service.
  8323.      *
  8324.      * @return \JMS\Serializer\Naming\SerializedNameAnnotationStrategy
  8325.      */
  8326.     protected function getJmsSerializer_SerializedNameAnnotationStrategyService()
  8327.     {
  8328.         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))));
  8329.     }
  8330.     /**
  8331.      * Gets the private 'jms_serializer.twig_extension.serializer' shared service.
  8332.      *
  8333.      * @return \JMS\Serializer\Twig\SerializerRuntimeExtension
  8334.      */
  8335.     protected function getJmsSerializer_TwigExtension_SerializerService()
  8336.     {
  8337.         return $this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension();
  8338.     }
  8339.     /**
  8340.      * Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
  8341.      *
  8342.      * @return \JMS\Serializer\Construction\UnserializeObjectConstructor
  8343.      */
  8344.     protected function getJmsSerializer_UnserializeObjectConstructorService()
  8345.     {
  8346.         return $this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
  8347.     }
  8348.     /**
  8349.      * Gets the private 'jwt_token_authenticator' shared autowired service.
  8350.      *
  8351.      * @return \OceanExpertBundle\Security\JwtTokenAuthenticator
  8352.      */
  8353.     protected function getJwtTokenAuthenticatorService()
  8354.     {
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AuthenticatorInterface.php';
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php';
  8358.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Security/JwtTokenAuthenticator.php';
  8359.         return $this->privates['jwt_token_authenticator'] = new \OceanExpertBundle\Security\JwtTokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8360.     }
  8361.     /**
  8362.      * Gets the private 'knp_paginator.helper.processor' shared service.
  8363.      *
  8364.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  8365.      */
  8366.     protected function getKnpPaginator_Helper_ProcessorService()
  8367.     {
  8368.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8369.     }
  8370.     /**
  8371.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  8372.      *
  8373.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  8374.      */
  8375.     protected function getKnpPaginator_Subscriber_FiltrationService()
  8376.     {
  8377.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  8378.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  8379.     }
  8380.     /**
  8381.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  8382.      *
  8383.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  8384.      */
  8385.     protected function getKnpPaginator_Subscriber_PaginateService()
  8386.     {
  8387.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  8388.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  8389.     }
  8390.     /**
  8391.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  8392.      *
  8393.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  8394.      */
  8395.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  8396.     {
  8397.         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]);
  8398.     }
  8399.     /**
  8400.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  8401.      *
  8402.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  8403.      */
  8404.     protected function getKnpPaginator_Subscriber_SortableService()
  8405.     {
  8406.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  8407.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  8408.     }
  8409.     /**
  8410.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  8411.      *
  8412.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  8413.      */
  8414.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  8415.     {
  8416.         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()));
  8417.     }
  8418.     /**
  8419.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  8420.      *
  8421.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  8422.      */
  8423.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  8424.     {
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  8427.         $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');
  8428.         $instance->setName('lexik:jwt:check-config');
  8429.         return $instance;
  8430.     }
  8431.     /**
  8432.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  8433.      *
  8434.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  8435.      */
  8436.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  8437.     {
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  8442.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  8443.         $instance->setName('lexik:jwt:enable-encryption');
  8444.         return $instance;
  8445.     }
  8446.     /**
  8447.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  8448.      *
  8449.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  8450.      */
  8451.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  8452.     {
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  8456.         $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');
  8457.         $instance->setName('lexik:jwt:generate-keypair');
  8458.         return $instance;
  8459.     }
  8460.     /**
  8461.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  8462.      *
  8463.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  8464.      */
  8465.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  8466.     {
  8467.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  8469.         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);
  8470.     }
  8471.     /**
  8472.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  8473.      *
  8474.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  8475.      */
  8476.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  8477.     {
  8478.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  8482.         $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');
  8483.         $instance->setName('lexik:jwt:migrate-config');
  8484.         return $instance;
  8485.     }
  8486.     /**
  8487.      * Gets the private 'lexik_jwt_authentication.payload_enrichment' shared service.
  8488.      *
  8489.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment
  8490.      */
  8491.     protected function getLexikJwtAuthentication_PayloadEnrichmentService()
  8492.     {
  8493.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  8495.         return $this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]);
  8496.     }
  8497.     /**
  8498.      * Gets the private 'locale_aware_listener' shared service.
  8499.      *
  8500.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8501.      */
  8502.     protected function getLocaleAwareListenerService()
  8503.     {
  8504.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8505.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8506.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8507.     }
  8508.     /**
  8509.      * Gets the private 'locale_listener' shared service.
  8510.      *
  8511.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8512.      */
  8513.     protected function getLocaleListenerService()
  8514.     {
  8515.         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()));
  8516.     }
  8517.     /**
  8518.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8519.      *
  8520.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8521.      */
  8522.     protected function getMaker_AutoCommand_MakeAuthService()
  8523.     {
  8524.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8526.         $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()));
  8527.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8528.         $instance->setName('make:auth');
  8529.         return $instance;
  8530.     }
  8531.     /**
  8532.      * Gets the private 'maker.auto_command.make_command' shared service.
  8533.      *
  8534.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8535.      */
  8536.     protected function getMaker_AutoCommand_MakeCommandService()
  8537.     {
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8543.         $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()));
  8544.         $instance->setDescription('Creates a new console command class');
  8545.         $instance->setName('make:command');
  8546.         return $instance;
  8547.     }
  8548.     /**
  8549.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8550.      *
  8551.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8552.      */
  8553.     protected function getMaker_AutoCommand_MakeControllerService()
  8554.     {
  8555.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8557.         $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()));
  8558.         $instance->setDescription('Creates a new controller class');
  8559.         $instance->setName('make:controller');
  8560.         return $instance;
  8561.     }
  8562.     /**
  8563.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8564.      *
  8565.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8566.      */
  8567.     protected function getMaker_AutoCommand_MakeCrudService()
  8568.     {
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8571.         $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()));
  8572.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8573.         $instance->setName('make:crud');
  8574.         return $instance;
  8575.     }
  8576.     /**
  8577.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8578.      *
  8579.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8580.      */
  8581.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8585.         $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()));
  8586.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8587.         $instance->setName('make:docker:database');
  8588.         return $instance;
  8589.     }
  8590.     /**
  8591.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8592.      *
  8593.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8594.      */
  8595.     protected function getMaker_AutoCommand_MakeEntityService()
  8596.     {
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8599.         $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()));
  8600.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8601.         $instance->setName('make:entity');
  8602.         return $instance;
  8603.     }
  8604.     /**
  8605.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8606.      *
  8607.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8608.      */
  8609.     protected function getMaker_AutoCommand_MakeFixturesService()
  8610.     {
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8616.         $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()));
  8617.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8618.         $instance->setName('make:fixtures');
  8619.         return $instance;
  8620.     }
  8621.     /**
  8622.      * Gets the private 'maker.auto_command.make_form' shared service.
  8623.      *
  8624.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8625.      */
  8626.     protected function getMaker_AutoCommand_MakeFormService()
  8627.     {
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8630.         $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()));
  8631.         $instance->setDescription('Creates a new form class');
  8632.         $instance->setName('make:form');
  8633.         return $instance;
  8634.     }
  8635.     /**
  8636.      * Gets the private 'maker.auto_command.make_message' shared service.
  8637.      *
  8638.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8639.      */
  8640.     protected function getMaker_AutoCommand_MakeMessageService()
  8641.     {
  8642.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8644.         $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()));
  8645.         $instance->setDescription('Creates a new message and handler');
  8646.         $instance->setName('make:message');
  8647.         return $instance;
  8648.     }
  8649.     /**
  8650.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8651.      *
  8652.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8653.      */
  8654.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8655.     {
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8661.         $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()));
  8662.         $instance->setDescription('Creates a new messenger middleware');
  8663.         $instance->setName('make:messenger-middleware');
  8664.         return $instance;
  8665.     }
  8666.     /**
  8667.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8668.      *
  8669.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8670.      */
  8671.     protected function getMaker_AutoCommand_MakeMigrationService()
  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.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8679.         $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()));
  8680.         $instance->setDescription('Creates a new migration based on database changes');
  8681.         $instance->setName('make:migration');
  8682.         return $instance;
  8683.     }
  8684.     /**
  8685.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8686.      *
  8687.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8688.      */
  8689.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8690.     {
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8693.         $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()));
  8694.         $instance->setDescription('Creates a new registration form system');
  8695.         $instance->setName('make:registration-form');
  8696.         return $instance;
  8697.     }
  8698.     /**
  8699.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8700.      *
  8701.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8702.      */
  8703.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8704.     {
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8707.         $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()));
  8708.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8709.         $instance->setName('make:reset-password');
  8710.         return $instance;
  8711.     }
  8712.     /**
  8713.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8714.      *
  8715.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8716.      */
  8717.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8724.         $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()));
  8725.         $instance->setDescription('Creates a new serializer encoder class');
  8726.         $instance->setName('make:serializer:encoder');
  8727.         return $instance;
  8728.     }
  8729.     /**
  8730.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8731.      *
  8732.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8733.      */
  8734.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8735.     {
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8741.         $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()));
  8742.         $instance->setDescription('Creates a new serializer normalizer class');
  8743.         $instance->setName('make:serializer:normalizer');
  8744.         return $instance;
  8745.     }
  8746.     /**
  8747.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8748.      *
  8749.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8750.      */
  8751.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8752.     {
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8755.         $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()));
  8756.         $instance->setDescription('Creates a new event subscriber class');
  8757.         $instance->setName('make:subscriber');
  8758.         return $instance;
  8759.     }
  8760.     /**
  8761.      * Gets the private 'maker.auto_command.make_test' shared service.
  8762.      *
  8763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8764.      */
  8765.     protected function getMaker_AutoCommand_MakeTestService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8773.         $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()));
  8774.         $instance->setDescription('Creates a new test class');
  8775.         $instance->setName('make:test');
  8776.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8777.         return $instance;
  8778.     }
  8779.     /**
  8780.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8781.      *
  8782.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8783.      */
  8784.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8785.     {
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8791.         $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()));
  8792.         $instance->setDescription('Creates a new Twig extension class');
  8793.         $instance->setName('make:twig-extension');
  8794.         return $instance;
  8795.     }
  8796.     /**
  8797.      * Gets the private 'maker.auto_command.make_user' shared service.
  8798.      *
  8799.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8800.      */
  8801.     protected function getMaker_AutoCommand_MakeUserService()
  8802.     {
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8805.         $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()));
  8806.         $instance->setDescription('Creates a new security user class');
  8807.         $instance->setName('make:user');
  8808.         return $instance;
  8809.     }
  8810.     /**
  8811.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8812.      *
  8813.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8814.      */
  8815.     protected function getMaker_AutoCommand_MakeValidatorService()
  8816.     {
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8822.         $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()));
  8823.         $instance->setDescription('Creates a new validator and constraint class');
  8824.         $instance->setName('make:validator');
  8825.         return $instance;
  8826.     }
  8827.     /**
  8828.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8829.      *
  8830.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8831.      */
  8832.     protected function getMaker_AutoCommand_MakeVoterService()
  8833.     {
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8839.         $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()));
  8840.         $instance->setDescription('Creates a new security voter class');
  8841.         $instance->setName('make:voter');
  8842.         return $instance;
  8843.     }
  8844.     /**
  8845.      * Gets the private 'maker.autoloader_finder' shared service.
  8846.      *
  8847.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  8848.      */
  8849.     protected function getMaker_AutoloaderFinderService()
  8850.     {
  8851.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8852.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  8853.     }
  8854.     /**
  8855.      * Gets the private 'maker.autoloader_util' shared service.
  8856.      *
  8857.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  8858.      */
  8859.     protected function getMaker_AutoloaderUtilService()
  8860.     {
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8863.         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'))));
  8864.     }
  8865.     /**
  8866.      * Gets the private 'maker.console_error_listener' shared service.
  8867.      *
  8868.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  8869.      */
  8870.     protected function getMaker_ConsoleErrorListenerService()
  8871.     {
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  8873.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  8874.     }
  8875.     /**
  8876.      * Gets the private 'maker.doctrine_helper' shared service.
  8877.      *
  8878.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8879.      */
  8880.     protected function getMaker_DoctrineHelperService()
  8881.     {
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8883.         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);
  8884.     }
  8885.     /**
  8886.      * Gets the private 'maker.entity_class_generator' shared service.
  8887.      *
  8888.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8889.      */
  8890.     protected function getMaker_EntityClassGeneratorService()
  8891.     {
  8892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8893.         $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()));
  8894.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8895.         return $instance;
  8896.     }
  8897.     /**
  8898.      * Gets the private 'maker.event_registry' shared service.
  8899.      *
  8900.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  8901.      */
  8902.     protected function getMaker_EventRegistryService()
  8903.     {
  8904.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8905.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8906.     }
  8907.     /**
  8908.      * Gets the private 'maker.file_link_formatter' shared service.
  8909.      *
  8910.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  8911.      */
  8912.     protected function getMaker_FileLinkFormatterService()
  8913.     {
  8914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8915.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8916.     }
  8917.     /**
  8918.      * Gets the private 'maker.file_manager' shared service.
  8919.      *
  8920.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8921.      */
  8922.     protected function getMaker_FileManagerService()
  8923.     {
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  8926.         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'));
  8927.     }
  8928.     /**
  8929.      * Gets the private 'maker.generator' shared service.
  8930.      *
  8931.      * @return \Symfony\Bundle\MakerBundle\Generator
  8932.      */
  8933.     protected function getMaker_GeneratorService()
  8934.     {
  8935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8936.         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()));
  8937.     }
  8938.     /**
  8939.      * Gets the private 'maker.maker.make_authenticator' shared service.
  8940.      *
  8941.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  8942.      */
  8943.     protected function getMaker_Maker_MakeAuthenticatorService()
  8944.     {
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8949.         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()));
  8950.     }
  8951.     /**
  8952.      * Gets the private 'maker.maker.make_command' shared service.
  8953.      *
  8954.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  8955.      */
  8956.     protected function getMaker_Maker_MakeCommandService()
  8957.     {
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8961.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand();
  8962.     }
  8963.     /**
  8964.      * Gets the private 'maker.maker.make_controller' shared service.
  8965.      *
  8966.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  8967.      */
  8968.     protected function getMaker_Maker_MakeControllerService()
  8969.     {
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8973.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8974.     }
  8975.     /**
  8976.      * Gets the private 'maker.maker.make_crud' shared service.
  8977.      *
  8978.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  8979.      */
  8980.     protected function getMaker_Maker_MakeCrudService()
  8981.     {
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8985.         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()));
  8986.     }
  8987.     /**
  8988.      * Gets the private 'maker.maker.make_docker_database' shared service.
  8989.      *
  8990.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  8991.      */
  8992.     protected function getMaker_Maker_MakeDockerDatabaseService()
  8993.     {
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8997.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8998.     }
  8999.     /**
  9000.      * Gets the private 'maker.maker.make_entity' shared service.
  9001.      *
  9002.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  9003.      */
  9004.     protected function getMaker_Maker_MakeEntityService()
  9005.     {
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9010.         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()));
  9011.     }
  9012.     /**
  9013.      * Gets the private 'maker.maker.make_fixtures' shared service.
  9014.      *
  9015.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  9016.      */
  9017.     protected function getMaker_Maker_MakeFixturesService()
  9018.     {
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9021.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9022.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  9023.     }
  9024.     /**
  9025.      * Gets the private 'maker.maker.make_form' shared service.
  9026.      *
  9027.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  9028.      */
  9029.     protected function getMaker_Maker_MakeFormService()
  9030.     {
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9034.         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()));
  9035.     }
  9036.     /**
  9037.      * Gets the private 'maker.maker.make_message' shared service.
  9038.      *
  9039.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  9040.      */
  9041.     protected function getMaker_Maker_MakeMessageService()
  9042.     {
  9043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9046.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9047.     }
  9048.     /**
  9049.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  9050.      *
  9051.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  9052.      */
  9053.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9058.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  9059.     }
  9060.     /**
  9061.      * Gets the private 'maker.maker.make_migration' shared service.
  9062.      *
  9063.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  9064.      */
  9065.     protected function getMaker_Maker_MakeMigrationService()
  9066.     {
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9071.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  9072.     }
  9073.     /**
  9074.      * Gets the private 'maker.maker.make_registration_form' shared service.
  9075.      *
  9076.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  9077.      */
  9078.     protected function getMaker_Maker_MakeRegistrationFormService()
  9079.     {
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9082.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9083.         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()));
  9084.     }
  9085.     /**
  9086.      * Gets the private 'maker.maker.make_reset_password' shared service.
  9087.      *
  9088.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  9089.      */
  9090.     protected function getMaker_Maker_MakeResetPasswordService()
  9091.     {
  9092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9095.         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()));
  9096.     }
  9097.     /**
  9098.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  9099.      *
  9100.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  9101.      */
  9102.     protected function getMaker_Maker_MakeSerializerEncoderService()
  9103.     {
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9107.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  9108.     }
  9109.     /**
  9110.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  9111.      *
  9112.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  9113.      */
  9114.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  9115.     {
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9119.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  9120.     }
  9121.     /**
  9122.      * Gets the private 'maker.maker.make_subscriber' shared service.
  9123.      *
  9124.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  9125.      */
  9126.     protected function getMaker_Maker_MakeSubscriberService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9131.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  9132.     }
  9133.     /**
  9134.      * Gets the private 'maker.maker.make_test' shared service.
  9135.      *
  9136.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  9137.      */
  9138.     protected function getMaker_Maker_MakeTestService()
  9139.     {
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9144.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  9145.     }
  9146.     /**
  9147.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  9148.      *
  9149.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  9150.      */
  9151.     protected function getMaker_Maker_MakeTwigExtensionService()
  9152.     {
  9153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9156.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  9157.     }
  9158.     /**
  9159.      * Gets the private 'maker.maker.make_user' shared service.
  9160.      *
  9161.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  9162.      */
  9163.     protected function getMaker_Maker_MakeUserService()
  9164.     {
  9165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9170.         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()));
  9171.     }
  9172.     /**
  9173.      * Gets the private 'maker.maker.make_validator' shared service.
  9174.      *
  9175.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  9176.      */
  9177.     protected function getMaker_Maker_MakeValidatorService()
  9178.     {
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9182.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  9183.     }
  9184.     /**
  9185.      * Gets the private 'maker.maker.make_voter' shared service.
  9186.      *
  9187.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  9188.      */
  9189.     protected function getMaker_Maker_MakeVoterService()
  9190.     {
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9194.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  9195.     }
  9196.     /**
  9197.      * Gets the private 'maker.php_compat_util' shared service.
  9198.      *
  9199.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9200.      */
  9201.     protected function getMaker_PhpCompatUtilService()
  9202.     {
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9204.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9205.     }
  9206.     /**
  9207.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9208.      *
  9209.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9210.      */
  9211.     protected function getMaker_Renderer_FormTypeRendererService()
  9212.     {
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9214.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9215.     }
  9216.     /**
  9217.      * Gets the private 'maker.security_config_updater' shared service.
  9218.      *
  9219.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  9220.      */
  9221.     protected function getMaker_SecurityConfigUpdaterService()
  9222.     {
  9223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9224.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  9225.     }
  9226.     /**
  9227.      * Gets the private 'maker.security_controller_builder' shared service.
  9228.      *
  9229.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  9230.      */
  9231.     protected function getMaker_SecurityControllerBuilderService()
  9232.     {
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9234.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  9235.     }
  9236.     /**
  9237.      * Gets the private 'maker.template_component_generator' shared service.
  9238.      *
  9239.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  9240.      */
  9241.     protected function getMaker_TemplateComponentGeneratorService()
  9242.     {
  9243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9244.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  9245.     }
  9246.     /**
  9247.      * Gets the private 'maker.user_class_builder' shared service.
  9248.      *
  9249.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  9250.      */
  9251.     protected function getMaker_UserClassBuilderService()
  9252.     {
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9254.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  9255.     }
  9256.     /**
  9257.      * Gets the private 'monolog.command.server_log' shared service.
  9258.      *
  9259.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9260.      */
  9261.     protected function getMonolog_Command_ServerLogService()
  9262.     {
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  9264.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php';
  9265.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9266.         $instance->setName('server:log');
  9267.         return $instance;
  9268.     }
  9269.     /**
  9270.      * Gets the private 'monolog.handler.console' shared service.
  9271.      *
  9272.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9273.      */
  9274.     protected function getMonolog_Handler_ConsoleService()
  9275.     {
  9276.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9277.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9278.         return $instance;
  9279.     }
  9280.     /**
  9281.      * Gets the private 'monolog.handler.main' shared service.
  9282.      *
  9283.      * @return \Monolog\Handler\StreamHandler
  9284.      */
  9285.     protected function getMonolog_Handler_MainService()
  9286.     {
  9287.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9288.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9289.         return $instance;
  9290.     }
  9291.     /**
  9292.      * Gets the private 'monolog.handler.null_internal' shared service.
  9293.      *
  9294.      * @return \Monolog\Handler\NullHandler
  9295.      */
  9296.     protected function getMonolog_Handler_NullInternalService()
  9297.     {
  9298.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  9299.     }
  9300.     /**
  9301.      * Gets the private 'monolog.logger' shared service.
  9302.      *
  9303.      * @return \Symfony\Bridge\Monolog\Logger
  9304.      */
  9305.     protected function getMonolog_LoggerService()
  9306.     {
  9307.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9308.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9309.         $instance->useMicrosecondTimestamps(true);
  9310.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9311.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9312.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9313.         return $instance;
  9314.     }
  9315.     /**
  9316.      * Gets the private 'monolog.logger.cache' shared service.
  9317.      *
  9318.      * @return \Symfony\Bridge\Monolog\Logger
  9319.      */
  9320.     protected function getMonolog_Logger_CacheService()
  9321.     {
  9322.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9323.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9324.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9325.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9326.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9327.         return $instance;
  9328.     }
  9329.     /**
  9330.      * Gets the private 'monolog.logger.console' shared service.
  9331.      *
  9332.      * @return \Symfony\Bridge\Monolog\Logger
  9333.      */
  9334.     protected function getMonolog_Logger_ConsoleService()
  9335.     {
  9336.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  9337.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9338.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9339.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9340.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9341.         return $instance;
  9342.     }
  9343.     /**
  9344.      * Gets the private 'monolog.logger.debug' shared service.
  9345.      *
  9346.      * @return \Symfony\Bridge\Monolog\Logger
  9347.      */
  9348.     protected function getMonolog_Logger_DebugService()
  9349.     {
  9350.         $this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
  9351.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9352.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9353.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9354.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9355.         return $instance;
  9356.     }
  9357.     /**
  9358.      * Gets the private 'monolog.logger.doctrine' shared service.
  9359.      *
  9360.      * @return \Symfony\Bridge\Monolog\Logger
  9361.      */
  9362.     protected function getMonolog_Logger_DoctrineService()
  9363.     {
  9364.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  9365.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9366.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9367.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9368.         return $instance;
  9369.     }
  9370.     /**
  9371.      * Gets the private 'monolog.logger.event' shared service.
  9372.      *
  9373.      * @return \Symfony\Bridge\Monolog\Logger
  9374.      */
  9375.     protected function getMonolog_Logger_EventService()
  9376.     {
  9377.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  9378.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9379.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  9380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9381.         return $instance;
  9382.     }
  9383.     /**
  9384.      * Gets the private 'monolog.logger.php' shared service.
  9385.      *
  9386.      * @return \Symfony\Bridge\Monolog\Logger
  9387.      */
  9388.     protected function getMonolog_Logger_PhpService()
  9389.     {
  9390.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  9391.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9392.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9393.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9394.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9395.         return $instance;
  9396.     }
  9397.     /**
  9398.      * Gets the private 'monolog.logger.profiler' shared service.
  9399.      *
  9400.      * @return \Symfony\Bridge\Monolog\Logger
  9401.      */
  9402.     protected function getMonolog_Logger_ProfilerService()
  9403.     {
  9404.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  9405.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9406.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9407.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9408.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9409.         return $instance;
  9410.     }
  9411.     /**
  9412.      * Gets the private 'monolog.logger.request' shared service.
  9413.      *
  9414.      * @return \Symfony\Bridge\Monolog\Logger
  9415.      */
  9416.     protected function getMonolog_Logger_RequestService()
  9417.     {
  9418.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9419.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9420.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9421.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9422.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9423.         return $instance;
  9424.     }
  9425.     /**
  9426.      * Gets the private 'monolog.logger.router' shared service.
  9427.      *
  9428.      * @return \Symfony\Bridge\Monolog\Logger
  9429.      */
  9430.     protected function getMonolog_Logger_RouterService()
  9431.     {
  9432.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  9433.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9434.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9435.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9437.         return $instance;
  9438.     }
  9439.     /**
  9440.      * Gets the private 'monolog.logger.security' shared service.
  9441.      *
  9442.      * @return \Symfony\Bridge\Monolog\Logger
  9443.      */
  9444.     protected function getMonolog_Logger_SecurityService()
  9445.     {
  9446.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9447.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9448.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9449.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9450.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9451.         return $instance;
  9452.     }
  9453.     /**
  9454.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  9455.      *
  9456.      * @return \Monolog\Processor\PsrLogMessageProcessor
  9457.      */
  9458.     protected function getMonolog_Processor_PsrLogMessageService()
  9459.     {
  9460.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  9461.     }
  9462.     /**
  9463.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9464.      *
  9465.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9466.      */
  9467.     protected function getNelmioCors_CorsListenerService()
  9468.     {
  9469.         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()));
  9470.     }
  9471.     /**
  9472.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  9473.      *
  9474.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  9475.      */
  9476.     protected function getNelmioCors_OptionsProvider_ConfigService()
  9477.     {
  9478.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  9479.     }
  9480.     /**
  9481.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  9482.      *
  9483.      * @return \Nelmio\CorsBundle\Options\Resolver
  9484.      */
  9485.     protected function getNelmioCors_OptionsResolverService()
  9486.     {
  9487.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  9488.     }
  9489.     /**
  9490.      * Gets the private 'parameter_bag' shared service.
  9491.      *
  9492.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9493.      */
  9494.     protected function getParameterBagService()
  9495.     {
  9496.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9497.     }
  9498.     /**
  9499.      * Gets the private 'profiler.storage' shared service.
  9500.      *
  9501.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  9502.      */
  9503.     protected function getProfiler_StorageService()
  9504.     {
  9505.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  9506.     }
  9507.     /**
  9508.      * Gets the private 'profiler_listener' shared service.
  9509.      *
  9510.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9511.      */
  9512.     protected function getProfilerListenerService()
  9513.     {
  9514.         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);
  9515.     }
  9516.     /**
  9517.      * Gets the private 'property_accessor' shared service.
  9518.      *
  9519.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9520.      */
  9521.     protected function getPropertyAccessorService()
  9522.     {
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php';
  9525.         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);
  9526.     }
  9527.     /**
  9528.      * Gets the private 'response_listener' shared service.
  9529.      *
  9530.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  9531.      */
  9532.     protected function getResponseListenerService()
  9533.     {
  9534.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  9535.     }
  9536.     /**
  9537.      * Gets the private 'router.cache_warmer' shared service.
  9538.      *
  9539.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9540.      */
  9541.     protected function getRouter_CacheWarmerService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  9544.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php';
  9545.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9546.             'router' => ['services''router''getRouterService'false],
  9547.         ], [
  9548.             'router' => '?',
  9549.         ]))->withContext('router.cache_warmer'$this));
  9550.     }
  9551.     /**
  9552.      * Gets the private 'router.request_context' shared service.
  9553.      *
  9554.      * @return \Symfony\Component\Routing\RequestContext
  9555.      */
  9556.     protected function getRouter_RequestContextService()
  9557.     {
  9558.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('https://dev.oceanexpert.org''GET''dev.oceanexpert.org''https'80443);
  9559.     }
  9560.     /**
  9561.      * Gets the private 'router_listener' shared service.
  9562.      *
  9563.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9564.      */
  9565.     protected function getRouterListenerService()
  9566.     {
  9567.         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);
  9568.     }
  9569.     /**
  9570.      * Gets the private 'routing.loader.annotation' shared service.
  9571.      *
  9572.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  9573.      */
  9574.     protected function getRouting_Loader_AnnotationService()
  9575.     {
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  9578.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/AnnotatedRouteControllerLoader.php';
  9579.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9580.     }
  9581.     /**
  9582.      * Gets the private 'routing.loader.annotation.directory' shared service.
  9583.      *
  9584.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  9585.      */
  9586.     protected function getRouting_Loader_Annotation_DirectoryService()
  9587.     {
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  9593.         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()));
  9594.     }
  9595.     /**
  9596.      * Gets the private 'routing.loader.annotation.file' shared service.
  9597.      *
  9598.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  9599.      */
  9600.     protected function getRouting_Loader_Annotation_FileService()
  9601.     {
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  9606.         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()));
  9607.     }
  9608.     /**
  9609.      * Gets the private 'routing.loader.container' shared service.
  9610.      *
  9611.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  9612.      */
  9613.     protected function getRouting_Loader_ContainerService()
  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/Routing/Loader/ObjectLoader.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ContainerLoader.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/LegacyRouteLoaderContainer.php';
  9620.         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, [
  9621.             'kernel' => ['services''kernel''getKernelService'false],
  9622.         ], [
  9623.             'kernel' => 'AppKernel',
  9624.         ])));
  9625.     }
  9626.     /**
  9627.      * Gets the private 'routing.loader.directory' shared service.
  9628.      *
  9629.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  9630.      */
  9631.     protected function getRouting_Loader_DirectoryService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9636.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php';
  9637.         return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9638.     }
  9639.     /**
  9640.      * Gets the private 'routing.loader.glob' shared service.
  9641.      *
  9642.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  9643.      */
  9644.     protected function getRouting_Loader_GlobService()
  9645.     {
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/GlobFileLoader.php';
  9650.         return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9651.     }
  9652.     /**
  9653.      * Gets the private 'routing.loader.php' shared service.
  9654.      *
  9655.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  9656.      */
  9657.     protected function getRouting_Loader_PhpService()
  9658.     {
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php';
  9663.         return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9664.     }
  9665.     /**
  9666.      * Gets the private 'routing.loader.xml' shared service.
  9667.      *
  9668.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  9669.      */
  9670.     protected function getRouting_Loader_XmlService()
  9671.     {
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php';
  9676.         return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9677.     }
  9678.     /**
  9679.      * Gets the private 'routing.loader.yml' shared service.
  9680.      *
  9681.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  9682.      */
  9683.     protected function getRouting_Loader_YmlService()
  9684.     {
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php';
  9689.         return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9690.     }
  9691.     /**
  9692.      * Gets the private 'routing.resolver' shared service.
  9693.      *
  9694.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  9695.      */
  9696.     protected function getRouting_ResolverService()
  9697.     {
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php';
  9700.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  9701.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  9702.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  9703.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  9704.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  9705.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  9706.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  9707.         $instance->addLoader(($this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader'] ?? $this->getAnnotationDirectoryLoaderService()));
  9708.         $instance->addLoader(($this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader'] ?? $this->getAnnotationFileLoaderService()));
  9709.         $instance->addLoader(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] ?? $this->getAnnotatedRouteControllerLoaderService()));
  9710.         $instance->addLoader(($this->privates['fos_rest.routing.loader.directory'] ?? $this->getFosRest_Routing_Loader_DirectoryService()));
  9711.         $instance->addLoader(($this->privates['fos_rest.routing.loader.controller'] ?? $this->getFosRest_Routing_Loader_ControllerService()));
  9712.         $instance->addLoader(($this->privates['fos_rest.routing.loader.yaml_collection'] ?? $this->getFosRest_Routing_Loader_YamlCollectionService()));
  9713.         $instance->addLoader(($this->privates['fos_rest.routing.loader.xml_collection'] ?? $this->getFosRest_Routing_Loader_XmlCollectionService()));
  9714.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  9715.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  9716.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  9717.         return $instance;
  9718.     }
  9719.     /**
  9720.      * Gets the private 'secrets.local_vault' shared service.
  9721.      *
  9722.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  9723.      */
  9724.     protected function getSecrets_LocalVaultService()
  9725.     {
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  9728.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  9729.     }
  9730.     /**
  9731.      * Gets the private 'secrets.vault' shared service.
  9732.      *
  9733.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9734.      */
  9735.     protected function getSecrets_VaultService()
  9736.     {
  9737.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  9739.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  9740.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'));
  9741.     }
  9742.     /**
  9743.      * Gets the private 'security.access.authenticated_voter' shared service.
  9744.      *
  9745.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  9746.      */
  9747.     protected function getSecurity_Access_AuthenticatedVoterService()
  9748.     {
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php';
  9751.         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))));
  9752.     }
  9753.     /**
  9754.      * Gets the private 'security.access.expression_voter' shared service.
  9755.      *
  9756.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  9757.      */
  9758.     protected function getSecurity_Access_ExpressionVoterService()
  9759.     {
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php';
  9762.         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()));
  9763.     }
  9764.     /**
  9765.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  9766.      *
  9767.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  9768.      */
  9769.     protected function getSecurity_Access_RoleHierarchyVoterService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php';
  9774.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  9775.     }
  9776.     /**
  9777.      * Gets the private 'security.access_listener' shared service.
  9778.      *
  9779.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9780.      */
  9781.     protected function getSecurity_AccessListenerService()
  9782.     {
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9786.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php';
  9787.         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()));
  9788.     }
  9789.     /**
  9790.      * Gets the private 'security.access_map' shared service.
  9791.      *
  9792.      * @return \Symfony\Component\Security\Http\AccessMap
  9793.      */
  9794.     protected function getSecurity_AccessMapService()
  9795.     {
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php';
  9798.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9799.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9800.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9801.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9802.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  9803.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/edit'), [=> 'ROLE_USER'], NULL);
  9804.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9805.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9806.         return $instance;
  9807.     }
  9808.     /**
  9809.      * Gets the private 'security.authentication.failure_handler.api_login.form_login' shared service.
  9810.      *
  9811.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  9812.      */
  9813.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService()
  9814.     {
  9815.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9817.         $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()));
  9818.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9819.         return $instance;
  9820.     }
  9821.     /**
  9822.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  9823.      *
  9824.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  9825.      */
  9826.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  9827.     {
  9828.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  9829.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9830.         $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()));
  9831.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9832.         return $instance;
  9833.     }
  9834.     /**
  9835.      * Gets the private 'security.authentication.form_entry_point.api_login' shared service.
  9836.      *
  9837.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  9838.      */
  9839.     protected function getSecurity_Authentication_FormEntryPoint_ApiLoginService()
  9840.     {
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  9843.         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);
  9844.     }
  9845.     /**
  9846.      * Gets the private 'security.authentication.form_entry_point.main' shared service.
  9847.      *
  9848.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  9849.      */
  9850.     protected function getSecurity_Authentication_FormEntryPoint_MainService()
  9851.     {
  9852.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9853.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  9854.         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);
  9855.     }
  9856.     /**
  9857.      * Gets the private 'security.authentication.guard_handler' shared service.
  9858.      *
  9859.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9860.      */
  9861.     protected function getSecurity_Authentication_GuardHandlerService()
  9862.     {
  9863.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php';
  9864.         $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']);
  9865.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9866.         return $instance;
  9867.     }
  9868.     /**
  9869.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  9870.      *
  9871.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9872.      */
  9873.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9874.     {
  9875.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9876.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9878.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9879.         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()));
  9880.     }
  9881.     /**
  9882.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  9883.      *
  9884.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9885.      */
  9886.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  9887.     {
  9888.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9889.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9890.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9891.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9892.         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()));
  9893.     }
  9894.     /**
  9895.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9896.      *
  9897.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9898.      */
  9899.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9900.     {
  9901.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9902.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9903.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9905.         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()));
  9906.     }
  9907.     /**
  9908.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  9909.      *
  9910.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9911.      */
  9912.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  9913.     {
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  9918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9919.         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);
  9920.     }
  9921.     /**
  9922.      * Gets the private 'security.authentication.listener.form.main' shared service.
  9923.      *
  9924.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9925.      */
  9926.     protected function getSecurity_Authentication_Listener_Form_MainService()
  9927.     {
  9928.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9933.         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()));
  9934.     }
  9935.     /**
  9936.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9937.      *
  9938.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9939.      */
  9940.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9941.     {
  9942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php';
  9946.         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 () {
  9947.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  9948.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9949.     }
  9950.     /**
  9951.      * Gets the private 'security.authentication.manager' shared service.
  9952.      *
  9953.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9954.      */
  9955.     protected function getSecurity_Authentication_ManagerService()
  9956.     {
  9957.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9958.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  9959.             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'))));
  9960.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  9961.             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'))));
  9962.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  9963.             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'))));
  9964.         }, 6), true);
  9965.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9966.         return $instance;
  9967.     }
  9968.     /**
  9969.      * Gets the private 'security.authentication.provider.anonymous.api' shared service.
  9970.      *
  9971.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9972.      */
  9973.     protected function getSecurity_Authentication_Provider_Anonymous_ApiService()
  9974.     {
  9975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9977.         return $this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9978.     }
  9979.     /**
  9980.      * Gets the private 'security.authentication.provider.anonymous.api_login' shared service.
  9981.      *
  9982.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9983.      */
  9984.     protected function getSecurity_Authentication_Provider_Anonymous_ApiLoginService()
  9985.     {
  9986.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9988.         return $this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9989.     }
  9990.     /**
  9991.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  9992.      *
  9993.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9994.      */
  9995.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  9996.     {
  9997.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9999.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  10000.     }
  10001.     /**
  10002.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  10003.      *
  10004.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10005.      */
  10006.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  10007.     {
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  10010.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10013.         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);
  10014.     }
  10015.     /**
  10016.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  10017.      *
  10018.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10019.      */
  10020.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  10021.     {
  10022.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10023.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  10025.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10026.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10027.         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);
  10028.     }
  10029.     /**
  10030.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  10031.      *
  10032.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  10033.      */
  10034.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  10035.     {
  10036.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10040.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  10041.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  10042.         }, 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()));
  10043.     }
  10044.     /**
  10045.      * Gets the private 'security.authentication.retry_entry_point' shared service.
  10046.      *
  10047.      * @return \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint
  10048.      */
  10049.     protected function getSecurity_Authentication_RetryEntryPointService()
  10050.     {
  10051.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  10052.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10053.         return $this->privates['security.authentication.retry_entry_point'] = new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443);
  10054.     }
  10055.     /**
  10056.      * Gets the private 'security.authentication.session_strategy' shared service.
  10057.      *
  10058.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  10059.      */
  10060.     protected function getSecurity_Authentication_SessionStrategyService()
  10061.     {
  10062.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php';
  10064.         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()));
  10065.     }
  10066.     /**
  10067.      * Gets the private 'security.authentication.success_handler.api_login.form_login' shared service.
  10068.      *
  10069.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  10070.      */
  10071.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService()
  10072.     {
  10073.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10076.         $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()));
  10077.         $instance->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  10078.         $instance->setProviderKey('api_login');
  10079.         return $instance;
  10080.     }
  10081.     /**
  10082.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  10083.      *
  10084.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  10085.      */
  10086.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  10087.     {
  10088.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10090.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10091.         $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()));
  10092.         $instance->setOptions(['use_referer' => true'always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path']);
  10093.         $instance->setProviderKey('main');
  10094.         return $instance;
  10095.     }
  10096.     /**
  10097.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  10098.      *
  10099.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  10100.      */
  10101.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  10102.     {
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php';
  10107.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10108.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10109.         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);
  10110.     }
  10111.     /**
  10112.      * Gets the private 'security.authentication.trust_resolver' shared service.
  10113.      *
  10114.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  10115.      */
  10116.     protected function getSecurity_Authentication_TrustResolverService()
  10117.     {
  10118.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL);
  10119.     }
  10120.     /**
  10121.      * Gets the private 'security.channel_listener' shared service.
  10122.      *
  10123.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  10124.      */
  10125.     protected function getSecurity_ChannelListenerService()
  10126.     {
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  10132.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10133.         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()));
  10134.     }
  10135.     /**
  10136.      * Gets the private 'security.command.user_password_encoder' shared service.
  10137.      *
  10138.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  10139.      */
  10140.     protected function getSecurity_Command_UserPasswordEncoderService()
  10141.     {
  10142.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10143.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php';
  10144.         $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']);
  10145.         $instance->setName('security:encode-password');
  10146.         return $instance;
  10147.     }
  10148.     /**
  10149.      * Gets the private 'security.context_listener.0' shared service.
  10150.      *
  10151.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10152.      */
  10153.     protected function getSecurity_ContextListener_0Service()
  10154.     {
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10158.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php';
  10159.         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 () {
  10160.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  10161.         }, 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']);
  10162.     }
  10163.     /**
  10164.      * Gets the private 'security.csrf.token_generator' shared service.
  10165.      *
  10166.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  10167.      */
  10168.     protected function getSecurity_Csrf_TokenGeneratorService()
  10169.     {
  10170.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  10171.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  10172.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  10173.     }
  10174.     /**
  10175.      * Gets the private 'security.csrf.token_storage' shared service.
  10176.      *
  10177.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10178.      */
  10179.     protected function getSecurity_Csrf_TokenStorageService()
  10180.     {
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php';
  10182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php';
  10184.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  10185.     }
  10186.     /**
  10187.      * Gets the private 'security.encoder_factory.generic' shared service.
  10188.      *
  10189.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10190.      */
  10191.     protected function getSecurity_EncoderFactory_GenericService()
  10192.     {
  10193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php';
  10194.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php';
  10195.         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']]]);
  10196.     }
  10197.     /**
  10198.      * Gets the private 'security.exception_listener.api' shared service.
  10199.      *
  10200.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10201.      */
  10202.     protected function getSecurity_ExceptionListener_ApiService()
  10203.     {
  10204.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10205.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10206.         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);
  10207.     }
  10208.     /**
  10209.      * Gets the private 'security.exception_listener.api_login' shared service.
  10210.      *
  10211.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10212.      */
  10213.     protected function getSecurity_ExceptionListener_ApiLoginService()
  10214.     {
  10215.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10216.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10217.         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);
  10218.     }
  10219.     /**
  10220.      * Gets the private 'security.exception_listener.main' shared service.
  10221.      *
  10222.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10223.      */
  10224.     protected function getSecurity_ExceptionListener_MainService()
  10225.     {
  10226.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10227.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10228.         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);
  10229.     }
  10230.     /**
  10231.      * Gets the private 'security.expression_language' shared service.
  10232.      *
  10233.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  10234.      */
  10235.     protected function getSecurity_ExpressionLanguageService()
  10236.     {
  10237.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  10238.     }
  10239.     /**
  10240.      * Gets the private 'security.firewall.map' shared service.
  10241.      *
  10242.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10243.      */
  10244.     protected function getSecurity_Firewall_MapService()
  10245.     {
  10246.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10247.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  10248.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  10249.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  10250.         ], [
  10251.             'security.firewall.map.context.api' => '?',
  10252.             'security.firewall.map.context.api_login' => '?',
  10253.             'security.firewall.map.context.main' => '?',
  10254.         ]), new RewindableGenerator(function () {
  10255.             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')));
  10256.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  10257.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  10258.         }, 3));
  10259.     }
  10260.     /**
  10261.      * Gets the private 'security.firewall.map.config.api' shared service.
  10262.      *
  10263.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10264.      */
  10265.     protected function getSecurity_Firewall_Map_Config_ApiService()
  10266.     {
  10267.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10268.         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);
  10269.     }
  10270.     /**
  10271.      * Gets the private 'security.firewall.map.config.api_login' shared service.
  10272.      *
  10273.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10274.      */
  10275.     protected function getSecurity_Firewall_Map_Config_ApiLoginService()
  10276.     {
  10277.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10278.         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);
  10279.     }
  10280.     /**
  10281.      * Gets the private 'security.firewall.map.config.main' shared service.
  10282.      *
  10283.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10284.      */
  10285.     protected function getSecurity_Firewall_Map_Config_MainService()
  10286.     {
  10287.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10288.         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]);
  10289.     }
  10290.     /**
  10291.      * Gets the private 'security.firewall.map.context.api' shared service.
  10292.      *
  10293.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10294.      */
  10295.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10296.     {
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10298.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10299.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10300.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10301.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  10302.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10303.         }, 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()));
  10304.     }
  10305.     /**
  10306.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  10307.      *
  10308.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10309.      */
  10310.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  10311.     {
  10312.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10313.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10314.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10315.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  10316.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  10317.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10318.         }, 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()));
  10319.     }
  10320.     /**
  10321.      * Gets the private 'security.firewall.map.context.main' shared service.
  10322.      *
  10323.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10324.      */
  10325.     protected function getSecurity_Firewall_Map_Context_MainService()
  10326.     {
  10327.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10328.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10329.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10330.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10331.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  10332.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10333.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  10334.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10335.         }, 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()));
  10336.     }
  10337.     /**
  10338.      * Gets the private 'security.http_utils' shared service.
  10339.      *
  10340.      * @return \Symfony\Component\Security\Http\HttpUtils
  10341.      */
  10342.     protected function getSecurity_HttpUtilsService()
  10343.     {
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php';
  10345.         $a = ($this->services['router'] ?? $this->getRouterService());
  10346.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  10347.     }
  10348.     /**
  10349.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  10350.      *
  10351.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  10352.      */
  10353.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  10354.     {
  10355.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10356.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CsrfTokenClearingLogoutHandler.php';
  10357.         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()));
  10358.     }
  10359.     /**
  10360.      * Gets the private 'security.logout.handler.session' shared service.
  10361.      *
  10362.      * @return \Symfony\Component\Security\Http\Logout\SessionLogoutHandler
  10363.      */
  10364.     protected function getSecurity_Logout_Handler_SessionService()
  10365.     {
  10366.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10367.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  10368.         return $this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler();
  10369.     }
  10370.     /**
  10371.      * Gets the private 'security.logout.success_handler.main' shared service.
  10372.      *
  10373.      * @return \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler
  10374.      */
  10375.     protected function getSecurity_Logout_SuccessHandler_MainService()
  10376.     {
  10377.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php';
  10378.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php';
  10379.         return $this->privates['security.logout.success_handler.main'] = new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10380.     }
  10381.     /**
  10382.      * Gets the private 'security.logout_listener.main' shared service.
  10383.      *
  10384.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  10385.      */
  10386.     protected function getSecurity_LogoutListener_MainService()
  10387.     {
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10393.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  10394.         $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']);
  10395.         $instance->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  10396.         $instance->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  10397.         return $instance;
  10398.     }
  10399.     /**
  10400.      * Gets the private 'security.logout_url_generator' shared service.
  10401.      *
  10402.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10403.      */
  10404.     protected function getSecurity_LogoutUrlGeneratorService()
  10405.     {
  10406.         $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()));
  10407.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  10408.         return $instance;
  10409.     }
  10410.     /**
  10411.      * Gets the private 'security.rememberme.response_listener' shared service.
  10412.      *
  10413.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  10414.      */
  10415.     protected function getSecurity_Rememberme_ResponseListenerService()
  10416.     {
  10417.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  10418.     }
  10419.     /**
  10420.      * Gets the private 'security.role_hierarchy' shared service.
  10421.      *
  10422.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10423.      */
  10424.     protected function getSecurity_RoleHierarchyService()
  10425.     {
  10426.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10427.     }
  10428.     /**
  10429.      * Gets the private 'security.untracked_token_storage' shared service.
  10430.      *
  10431.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  10432.      */
  10433.     protected function getSecurity_UntrackedTokenStorageService()
  10434.     {
  10435.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  10436.     }
  10437.     /**
  10438.      * Gets the private 'security.user_checker' shared service.
  10439.      *
  10440.      * @return \Symfony\Component\Security\Core\User\UserChecker
  10441.      */
  10442.     protected function getSecurity_UserCheckerService()
  10443.     {
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10445.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10446.         return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker();
  10447.     }
  10448.     /**
  10449.      * Gets the private 'security.validator.user_password' shared service.
  10450.      *
  10451.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10452.      */
  10453.     protected function getSecurity_Validator_UserPasswordService()
  10454.     {
  10455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  10456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  10457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php';
  10458.         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()));
  10459.     }
  10460.     /**
  10461.      * Gets the private 'session.storage.metadata_bag' shared service.
  10462.      *
  10463.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10464.      */
  10465.     protected function getSession_Storage_MetadataBagService()
  10466.     {
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  10469.         return $this->privates['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10470.     }
  10471.     /**
  10472.      * Gets the private 'session.storage.mock_file' shared service.
  10473.      *
  10474.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
  10475.      */
  10476.     protected function getSession_Storage_MockFileService()
  10477.     {
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  10482.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  10483.         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))));
  10484.     }
  10485.     /**
  10486.      * Gets the private 'session_listener' shared service.
  10487.      *
  10488.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10489.      */
  10490.     protected function getSessionListenerService()
  10491.     {
  10492.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10493.             'initialized_session' => ['services''session'NULLfalse],
  10494.             'session' => ['services''session''getSessionService'false],
  10495.         ], [
  10496.             'initialized_session' => '?',
  10497.             'session' => '?',
  10498.         ]));
  10499.     }
  10500.     /**
  10501.      * Gets the private 'streamed_response_listener' shared service.
  10502.      *
  10503.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  10504.      */
  10505.     protected function getStreamedResponseListenerService()
  10506.     {
  10507.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  10508.     }
  10509.     /**
  10510.      * Gets the private 'swiftmailer.command.debug' shared service.
  10511.      *
  10512.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  10513.      */
  10514.     protected function getSwiftmailer_Command_DebugService()
  10515.     {
  10516.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10518.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  10519.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  10520.         $instance->setName('debug:swiftmailer');
  10521.         return $instance;
  10522.     }
  10523.     /**
  10524.      * Gets the private 'swiftmailer.command.new_email' shared service.
  10525.      *
  10526.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  10527.      */
  10528.     protected function getSwiftmailer_Command_NewEmailService()
  10529.     {
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  10533.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  10534.         $instance->setName('swiftmailer:email:send');
  10535.         return $instance;
  10536.     }
  10537.     /**
  10538.      * Gets the private 'swiftmailer.command.send_email' shared service.
  10539.      *
  10540.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  10541.      */
  10542.     protected function getSwiftmailer_Command_SendEmailService()
  10543.     {
  10544.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10546.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  10547.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  10548.         $instance->setName('swiftmailer:spool:send');
  10549.         return $instance;
  10550.     }
  10551.     /**
  10552.      * Gets the private 'swiftmailer.data_collector' shared service.
  10553.      *
  10554.      * @return \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector
  10555.      */
  10556.     protected function getSwiftmailer_DataCollectorService()
  10557.     {
  10558.         return $this->privates['swiftmailer.data_collector'] = new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this);
  10559.     }
  10560.     /**
  10561.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  10562.      *
  10563.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  10564.      */
  10565.     protected function getSwiftmailer_EmailSender_ListenerService()
  10566.     {
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  10568.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10569.     }
  10570.     /**
  10571.      * Gets the private 'swiftmailer.transport.eventdispatcher.accord_mandrill' shared service.
  10572.      *
  10573.      * @return \Swift_Events_SimpleEventDispatcher
  10574.      */
  10575.     protected function getSwiftmailer_Transport_Eventdispatcher_AccordMandrillService()
  10576.     {
  10577.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10579.         return $this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] = new \Swift_Events_SimpleEventDispatcher();
  10580.     }
  10581.     /**
  10582.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  10583.      *
  10584.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  10585.      *
  10586.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10587.      */
  10588.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  10589.     {
  10590.         @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);
  10591.         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()));
  10592.     }
  10593.     /**
  10594.      * Gets the private 'templating.filename_parser' shared service.
  10595.      *
  10596.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser
  10597.      */
  10598.     protected function getTemplating_FilenameParserService()
  10599.     {
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  10601.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  10602.         return $this->privates['templating.filename_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser();
  10603.     }
  10604.     /**
  10605.      * Gets the private 'templating.finder' shared service.
  10606.      *
  10607.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  10608.      *
  10609.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10610.      */
  10611.     protected function getTemplating_FinderService()
  10612.     {
  10613.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  10616.         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'));
  10617.     }
  10618.     /**
  10619.      * Gets the private 'templating.locator' shared service.
  10620.      *
  10621.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  10622.      *
  10623.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10624.      */
  10625.     protected function getTemplating_LocatorService()
  10626.     {
  10627.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10628.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  10629.     }
  10630.     /**
  10631.      * Gets the private 'templating.name_parser' shared service.
  10632.      *
  10633.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  10634.      *
  10635.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10636.      */
  10637.     protected function getTemplating_NameParserService()
  10638.     {
  10639.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10640.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  10641.     }
  10642.     /**
  10643.      * Gets the private 'test.client.cookiejar' service.
  10644.      *
  10645.      * @return \Symfony\Component\BrowserKit\CookieJar
  10646.      */
  10647.     protected function getTest_Client_CookiejarService()
  10648.     {
  10649.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php';
  10650.         return new \Symfony\Component\BrowserKit\CookieJar();
  10651.     }
  10652.     /**
  10653.      * Gets the private 'test.client.history' service.
  10654.      *
  10655.      * @return \Symfony\Component\BrowserKit\History
  10656.      */
  10657.     protected function getTest_Client_HistoryService()
  10658.     {
  10659.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php';
  10660.         return new \Symfony\Component\BrowserKit\History();
  10661.     }
  10662.     /**
  10663.      * Gets the private 'test.session.listener' shared service.
  10664.      *
  10665.      * @return \Symfony\Component\HttpKernel\EventListener\TestSessionListener
  10666.      */
  10667.     protected function getTest_Session_ListenerService()
  10668.     {
  10669.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\TestSessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10670.             'session' => ['services''session''getSessionService'false],
  10671.         ], [
  10672.             'session' => '?',
  10673.         ]), $this->parameters['session.storage.options']);
  10674.     }
  10675.     /**
  10676.      * Gets the private 'translation.dumper.csv' shared service.
  10677.      *
  10678.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  10679.      */
  10680.     protected function getTranslation_Dumper_CsvService()
  10681.     {
  10682.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10683.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10684.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  10685.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  10686.     }
  10687.     /**
  10688.      * Gets the private 'translation.dumper.ini' shared service.
  10689.      *
  10690.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  10691.      */
  10692.     protected function getTranslation_Dumper_IniService()
  10693.     {
  10694.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10695.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10696.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  10697.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  10698.     }
  10699.     /**
  10700.      * Gets the private 'translation.dumper.json' shared service.
  10701.      *
  10702.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  10703.      */
  10704.     protected function getTranslation_Dumper_JsonService()
  10705.     {
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10708.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  10709.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  10710.     }
  10711.     /**
  10712.      * Gets the private 'translation.dumper.mo' shared service.
  10713.      *
  10714.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  10715.      */
  10716.     protected function getTranslation_Dumper_MoService()
  10717.     {
  10718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10720.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  10721.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  10722.     }
  10723.     /**
  10724.      * Gets the private 'translation.dumper.php' shared service.
  10725.      *
  10726.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  10727.      */
  10728.     protected function getTranslation_Dumper_PhpService()
  10729.     {
  10730.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10731.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10732.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  10733.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  10734.     }
  10735.     /**
  10736.      * Gets the private 'translation.dumper.po' shared service.
  10737.      *
  10738.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  10739.      */
  10740.     protected function getTranslation_Dumper_PoService()
  10741.     {
  10742.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  10745.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  10746.     }
  10747.     /**
  10748.      * Gets the private 'translation.dumper.qt' shared service.
  10749.      *
  10750.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  10751.      */
  10752.     protected function getTranslation_Dumper_QtService()
  10753.     {
  10754.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10755.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10756.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  10757.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  10758.     }
  10759.     /**
  10760.      * Gets the private 'translation.dumper.res' shared service.
  10761.      *
  10762.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  10763.      */
  10764.     protected function getTranslation_Dumper_ResService()
  10765.     {
  10766.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10767.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10768.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  10769.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  10770.     }
  10771.     /**
  10772.      * Gets the private 'translation.dumper.xliff' shared service.
  10773.      *
  10774.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  10775.      */
  10776.     protected function getTranslation_Dumper_XliffService()
  10777.     {
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  10781.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  10782.     }
  10783.     /**
  10784.      * Gets the private 'translation.dumper.yaml' shared service.
  10785.      *
  10786.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  10787.      */
  10788.     protected function getTranslation_Dumper_YamlService()
  10789.     {
  10790.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  10793.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  10794.     }
  10795.     /**
  10796.      * Gets the private 'translation.dumper.yml' shared service.
  10797.      *
  10798.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  10799.      */
  10800.     protected function getTranslation_Dumper_YmlService()
  10801.     {
  10802.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  10805.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  10806.     }
  10807.     /**
  10808.      * Gets the private 'translation.extractor' shared service.
  10809.      *
  10810.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10811.      */
  10812.     protected function getTranslation_ExtractorService()
  10813.     {
  10814.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  10815.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  10817.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  10818.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10819.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  10820.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  10821.         return $instance;
  10822.     }
  10823.     /**
  10824.      * Gets the private 'translation.extractor.php' shared service.
  10825.      *
  10826.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  10827.      */
  10828.     protected function getTranslation_Extractor_PhpService()
  10829.     {
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  10832.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  10833.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  10834.     }
  10835.     /**
  10836.      * Gets the private 'translation.loader.csv' shared service.
  10837.      *
  10838.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10839.      */
  10840.     protected function getTranslation_Loader_CsvService()
  10841.     {
  10842.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10843.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10844.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10845.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  10846.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10847.     }
  10848.     /**
  10849.      * Gets the private 'translation.loader.dat' shared service.
  10850.      *
  10851.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10852.      */
  10853.     protected function getTranslation_Loader_DatService()
  10854.     {
  10855.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10857.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  10858.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10859.     }
  10860.     /**
  10861.      * Gets the private 'translation.loader.ini' shared service.
  10862.      *
  10863.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10864.      */
  10865.     protected function getTranslation_Loader_IniService()
  10866.     {
  10867.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10868.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10870.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  10871.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10872.     }
  10873.     /**
  10874.      * Gets the private 'translation.loader.json' shared service.
  10875.      *
  10876.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10877.      */
  10878.     protected function getTranslation_Loader_JsonService()
  10879.     {
  10880.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  10884.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10885.     }
  10886.     /**
  10887.      * Gets the private 'translation.loader.mo' shared service.
  10888.      *
  10889.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10890.      */
  10891.     protected function getTranslation_Loader_MoService()
  10892.     {
  10893.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10896.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  10897.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10898.     }
  10899.     /**
  10900.      * Gets the private 'translation.loader.php' shared service.
  10901.      *
  10902.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10903.      */
  10904.     protected function getTranslation_Loader_PhpService()
  10905.     {
  10906.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10907.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10909.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  10910.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10911.     }
  10912.     /**
  10913.      * Gets the private 'translation.loader.po' shared service.
  10914.      *
  10915.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10916.      */
  10917.     protected function getTranslation_Loader_PoService()
  10918.     {
  10919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  10923.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10924.     }
  10925.     /**
  10926.      * Gets the private 'translation.loader.qt' shared service.
  10927.      *
  10928.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10929.      */
  10930.     protected function getTranslation_Loader_QtService()
  10931.     {
  10932.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  10934.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10935.     }
  10936.     /**
  10937.      * Gets the private 'translation.loader.res' shared service.
  10938.      *
  10939.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10940.      */
  10941.     protected function getTranslation_Loader_ResService()
  10942.     {
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10944.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10945.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10946.     }
  10947.     /**
  10948.      * Gets the private 'translation.loader.xliff' shared service.
  10949.      *
  10950.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10951.      */
  10952.     protected function getTranslation_Loader_XliffService()
  10953.     {
  10954.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10955.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  10956.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10957.     }
  10958.     /**
  10959.      * Gets the private 'translation.loader.yml' shared service.
  10960.      *
  10961.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10962.      */
  10963.     protected function getTranslation_Loader_YmlService()
  10964.     {
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10966.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10967.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10968.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  10969.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10970.     }
  10971.     /**
  10972.      * Gets the private 'translation.reader' shared service.
  10973.      *
  10974.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10975.      */
  10976.     protected function getTranslation_ReaderService()
  10977.     {
  10978.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReaderInterface.php';
  10979.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReader.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10981.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10982.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  10987.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  10988.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  10989.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  10990.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10991.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  10993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  10994.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10995.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10996.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10997.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10998.         $instance->addLoader('yaml'$a);
  10999.         $instance->addLoader('yml'$a);
  11000.         $instance->addLoader('xlf'$b);
  11001.         $instance->addLoader('xliff'$b);
  11002.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11003.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11004.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11005.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11006.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11007.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  11008.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  11009.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11010.         return $instance;
  11011.     }
  11012.     /**
  11013.      * Gets the private 'translation.warmer' shared service.
  11014.      *
  11015.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  11016.      */
  11017.     protected function getTranslation_WarmerService()
  11018.     {
  11019.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php';
  11021.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11022.             'translator' => ['services''translator''getTranslatorService'false],
  11023.         ], [
  11024.             'translator' => '?',
  11025.         ]))->withContext('translation.warmer'$this));
  11026.     }
  11027.     /**
  11028.      * Gets the private 'translation.writer' shared service.
  11029.      *
  11030.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  11031.      */
  11032.     protected function getTranslation_WriterService()
  11033.     {
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php';
  11035.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php';
  11036.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  11037.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  11038.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  11039.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  11040.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  11041.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  11042.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  11043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  11044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  11045.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  11046.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  11047.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  11048.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  11049.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  11050.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  11051.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  11052.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  11053.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  11054.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  11055.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  11056.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  11057.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  11058.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  11059.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  11060.         return $instance;
  11061.     }
  11062.     /**
  11063.      * Gets the private 'translator.default' shared service.
  11064.      *
  11065.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11066.      */
  11067.     protected function getTranslator_DefaultService()
  11068.     {
  11069.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11070.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11071.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11072.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11073.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11074.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11075.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11076.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11077.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11078.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11079.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11080.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11081.         ], [
  11082.             'translation.loader.csv' => '?',
  11083.             'translation.loader.dat' => '?',
  11084.             'translation.loader.ini' => '?',
  11085.             'translation.loader.json' => '?',
  11086.             'translation.loader.mo' => '?',
  11087.             'translation.loader.php' => '?',
  11088.             'translation.loader.po' => '?',
  11089.             'translation.loader.qt' => '?',
  11090.             'translation.loader.res' => '?',
  11091.             'translation.loader.xliff' => '?',
  11092.             'translation.loader.yml' => '?',
  11093.         ]), ($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']]]);
  11094.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  11095.         $instance->setFallbackLocales([=> $this->getEnv('APP_LOCALE')]);
  11096.         return $instance;
  11097.     }
  11098.     /**
  11099.      * Gets the private 'translator.formatter.default' shared service.
  11100.      *
  11101.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  11102.      */
  11103.     protected function getTranslator_Formatter_DefaultService()
  11104.     {
  11105.         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())));
  11106.     }
  11107.     /**
  11108.      * Gets the private 'twig.app_variable' shared service.
  11109.      *
  11110.      * @return \Symfony\Bridge\Twig\AppVariable
  11111.      */
  11112.     protected function getTwig_AppVariableService()
  11113.     {
  11114.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  11115.         $instance->setEnvironment('dev');
  11116.         $instance->setDebug(true);
  11117.         if ($this->has('security.token_storage')) {
  11118.             $instance->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  11119.         }
  11120.         if ($this->has('request_stack')) {
  11121.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11122.         }
  11123.         return $instance;
  11124.     }
  11125.     /**
  11126.      * Gets the private 'twig.cache_warmer' shared service.
  11127.      *
  11128.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  11129.      *
  11130.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  11131.      */
  11132.     protected function getTwig_CacheWarmerService()
  11133.     {
  11134.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  11135.         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]);
  11136.     }
  11137.     /**
  11138.      * Gets the private 'twig.command.debug' shared service.
  11139.      *
  11140.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  11141.      */
  11142.     protected function getTwig_Command_DebugService()
  11143.     {
  11144.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11145.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php';
  11146.         $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'));
  11147.         $instance->setName('debug:twig');
  11148.         return $instance;
  11149.     }
  11150.     /**
  11151.      * Gets the private 'twig.command.lint' shared service.
  11152.      *
  11153.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  11154.      */
  11155.     protected function getTwig_Command_LintService()
  11156.     {
  11157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11158.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php';
  11159.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php';
  11160.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  11161.         $instance->setName('lint:twig');
  11162.         return $instance;
  11163.     }
  11164.     /**
  11165.      * Gets the private 'twig.configurator.environment' shared service.
  11166.      *
  11167.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  11168.      */
  11169.     protected function getTwig_Configurator_EnvironmentService()
  11170.     {
  11171.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  11172.     }
  11173.     /**
  11174.      * Gets the private 'twig.error_renderer.html' shared service.
  11175.      *
  11176.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  11177.      */
  11178.     protected function getTwig_ErrorRenderer_HtmlService()
  11179.     {
  11180.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  11181.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php';
  11182.         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));
  11183.     }
  11184.     /**
  11185.      * Gets the private 'twig.extension.assets' shared service.
  11186.      *
  11187.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  11188.      */
  11189.     protected function getTwig_Extension_AssetsService()
  11190.     {
  11191.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  11192.     }
  11193.     /**
  11194.      * Gets the private 'twig.extension.code' shared service.
  11195.      *
  11196.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  11197.      */
  11198.     protected function getTwig_Extension_CodeService()
  11199.     {
  11200.         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');
  11201.     }
  11202.     /**
  11203.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  11204.      *
  11205.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  11206.      */
  11207.     protected function getTwig_Extension_Debug_StopwatchService()
  11208.     {
  11209.         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);
  11210.     }
  11211.     /**
  11212.      * Gets the private 'twig.extension.dump' shared service.
  11213.      *
  11214.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  11215.      */
  11216.     protected function getTwig_Extension_DumpService()
  11217.     {
  11218.         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()));
  11219.     }
  11220.     /**
  11221.      * Gets the private 'twig.extension.expression' shared service.
  11222.      *
  11223.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  11224.      */
  11225.     protected function getTwig_Extension_ExpressionService()
  11226.     {
  11227.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  11228.     }
  11229.     /**
  11230.      * Gets the private 'twig.extension.form' shared service.
  11231.      *
  11232.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  11233.      */
  11234.     protected function getTwig_Extension_FormService()
  11235.     {
  11236.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension();
  11237.     }
  11238.     /**
  11239.      * Gets the private 'twig.extension.httpfoundation' shared service.
  11240.      *
  11241.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  11242.      */
  11243.     protected function getTwig_Extension_HttpfoundationService()
  11244.     {
  11245.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  11246.     }
  11247.     /**
  11248.      * Gets the private 'twig.extension.httpkernel' shared service.
  11249.      *
  11250.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  11251.      */
  11252.     protected function getTwig_Extension_HttpkernelService()
  11253.     {
  11254.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  11255.     }
  11256.     /**
  11257.      * Gets the private 'twig.extension.logout_url' shared service.
  11258.      *
  11259.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  11260.      */
  11261.     protected function getTwig_Extension_LogoutUrlService()
  11262.     {
  11263.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  11264.     }
  11265.     /**
  11266.      * Gets the private 'twig.extension.profiler' shared service.
  11267.      *
  11268.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  11269.      */
  11270.     protected function getTwig_Extension_ProfilerService()
  11271.     {
  11272.         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))));
  11273.     }
  11274.     /**
  11275.      * Gets the private 'twig.extension.routing' shared service.
  11276.      *
  11277.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  11278.      */
  11279.     protected function getTwig_Extension_RoutingService()
  11280.     {
  11281.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  11282.     }
  11283.     /**
  11284.      * Gets the private 'twig.extension.security' shared service.
  11285.      *
  11286.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  11287.      */
  11288.     protected function getTwig_Extension_SecurityService()
  11289.     {
  11290.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  11291.     }
  11292.     /**
  11293.      * Gets the private 'twig.extension.security_csrf' shared service.
  11294.      *
  11295.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  11296.      */
  11297.     protected function getTwig_Extension_SecurityCsrfService()
  11298.     {
  11299.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  11300.     }
  11301.     /**
  11302.      * Gets the private 'twig.extension.text' shared autowired service.
  11303.      *
  11304.      * @return \Twig_Extensions_Extension_Text
  11305.      */
  11306.     protected function getTwig_Extension_TextService()
  11307.     {
  11308.         return $this->privates['twig.extension.text'] = new \Twig_Extensions_Extension_Text();
  11309.     }
  11310.     /**
  11311.      * Gets the private 'twig.extension.trans' shared service.
  11312.      *
  11313.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  11314.      */
  11315.     protected function getTwig_Extension_TransService()
  11316.     {
  11317.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  11318.     }
  11319.     /**
  11320.      * Gets the private 'twig.extension.webprofiler' shared service.
  11321.      *
  11322.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  11323.      */
  11324.     protected function getTwig_Extension_WebprofilerService()
  11325.     {
  11326.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  11327.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11328.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  11329.     }
  11330.     /**
  11331.      * Gets the private 'twig.extension.yaml' shared service.
  11332.      *
  11333.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  11334.      */
  11335.     protected function getTwig_Extension_YamlService()
  11336.     {
  11337.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  11338.     }
  11339.     /**
  11340.      * Gets the private 'twig.form.engine' shared service.
  11341.      *
  11342.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  11343.      */
  11344.     protected function getTwig_Form_EngineService()
  11345.     {
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php';
  11347.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php';
  11348.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php';
  11349.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  11350.     }
  11351.     /**
  11352.      * Gets the private 'twig.form.renderer' shared service.
  11353.      *
  11354.      * @return \Symfony\Component\Form\FormRenderer
  11355.      */
  11356.     protected function getTwig_Form_RendererService()
  11357.     {
  11358.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php';
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php';
  11360.         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()));
  11361.     }
  11362.     /**
  11363.      * Gets the private 'twig.loader.filesystem' shared service.
  11364.      *
  11365.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  11366.      */
  11367.     protected function getTwig_Loader_FilesystemService()
  11368.     {
  11369.         $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));
  11370.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  11371.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  11372.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  11373.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  11374.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  11375.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  11376.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  11377.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  11378.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  11379.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  11380.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  11381.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  11382.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  11383.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  11384.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  11385.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  11386.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  11387.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  11388.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  11389.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  11390.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  11391.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), 'email');
  11392.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), '!email');
  11393.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  11394.         return $instance;
  11395.     }
  11396.     /**
  11397.      * Gets the private 'twig.mailer.message_listener' shared service.
  11398.      *
  11399.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  11400.      */
  11401.     protected function getTwig_Mailer_MessageListenerService()
  11402.     {
  11403.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mailer/EventListener/MessageListener.php';
  11404.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService()));
  11405.     }
  11406.     /**
  11407.      * Gets the private 'twig.mime_body_renderer' shared service.
  11408.      *
  11409.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  11410.      */
  11411.     protected function getTwig_MimeBodyRendererService()
  11412.     {
  11413.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mime/BodyRendererInterface.php';
  11414.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php';
  11415.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService()));
  11416.     }
  11417.     /**
  11418.      * Gets the private 'twig.profile' shared service.
  11419.      *
  11420.      * @return \Twig\Profiler\Profile
  11421.      */
  11422.     protected function getTwig_ProfileService()
  11423.     {
  11424.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  11425.     }
  11426.     /**
  11427.      * Gets the private 'twig.runtime.httpkernel' shared service.
  11428.      *
  11429.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11430.      */
  11431.     protected function getTwig_Runtime_HttpkernelService()
  11432.     {
  11433.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php';
  11434.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  11435.     }
  11436.     /**
  11437.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11438.      *
  11439.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11440.      */
  11441.     protected function getTwig_Runtime_SecurityCsrfService()
  11442.     {
  11443.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfRuntime.php';
  11444.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11445.     }
  11446.     /**
  11447.      * Gets the private 'twig.runtime_loader' shared service.
  11448.      *
  11449.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  11450.      */
  11451.     protected function getTwig_RuntimeLoaderService()
  11452.     {
  11453.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11454.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  11455.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  11456.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  11457.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  11458.         ], [
  11459.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  11460.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  11461.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  11462.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  11463.         ]));
  11464.     }
  11465.     /**
  11466.      * Gets the private 'twig.template_cache_warmer' shared service.
  11467.      *
  11468.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11469.      */
  11470.     protected function getTwig_TemplateCacheWarmerService()
  11471.     {
  11472.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  11474.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php';
  11475.         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()));
  11476.     }
  11477.     /**
  11478.      * Gets the private 'twig.template_iterator' shared service.
  11479.      *
  11480.      * @return \Symfony\Bundle\TwigBundle\TemplateIterator
  11481.      */
  11482.     protected function getTwig_TemplateIteratorService()
  11483.     {
  11484.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php';
  11485.         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'));
  11486.     }
  11487.     /**
  11488.      * Gets the private 'twig.translation.extractor' shared service.
  11489.      *
  11490.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  11491.      */
  11492.     protected function getTwig_Translation_ExtractorService()
  11493.     {
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  11496.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php';
  11497.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService()));
  11498.     }
  11499.     /**
  11500.      * Gets the private 'uri_signer' shared service.
  11501.      *
  11502.      * @return \Symfony\Component\HttpKernel\UriSigner
  11503.      */
  11504.     protected function getUriSignerService()
  11505.     {
  11506.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  11507.     }
  11508.     /**
  11509.      * Gets the private 'url_helper' shared service.
  11510.      *
  11511.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  11512.      */
  11513.     protected function getUrlHelperService()
  11514.     {
  11515.         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()));
  11516.     }
  11517.     /**
  11518.      * Gets the private 'validate_request_listener' shared service.
  11519.      *
  11520.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  11521.      */
  11522.     protected function getValidateRequestListenerService()
  11523.     {
  11524.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  11525.     }
  11526.     /**
  11527.      * Gets the private 'validator.builder' shared service.
  11528.      *
  11529.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11530.      */
  11531.     protected function getValidator_BuilderService()
  11532.     {
  11533.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11534.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  11535.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  11536.         $instance->setTranslationDomain('validators');
  11537.         $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')]);
  11538.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11539.         $instance->addMethodMapping('loadValidatorMetadata');
  11540.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
  11541.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  11542.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  11543.         return $instance;
  11544.     }
  11545.     /**
  11546.      * Gets the private 'validator.email' shared service.
  11547.      *
  11548.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11549.      */
  11550.     protected function getValidator_EmailService()
  11551.     {
  11552.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11554.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php';
  11555.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  11556.     }
  11557.     /**
  11558.      * Gets the private 'validator.expression' shared service.
  11559.      *
  11560.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11561.      */
  11562.     protected function getValidator_ExpressionService()
  11563.     {
  11564.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php';
  11567.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  11568.     }
  11569.     /**
  11570.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11571.      *
  11572.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11573.      */
  11574.     protected function getValidator_Mapping_CacheWarmerService()
  11575.     {
  11576.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11577.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11578.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php';
  11579.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11580.     }
  11581.     /**
  11582.      * Gets the private 'validator.not_compromised_password' shared service.
  11583.      *
  11584.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11585.      */
  11586.     protected function getValidator_NotCompromisedPasswordService()
  11587.     {
  11588.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11589.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11590.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php';
  11591.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  11592.     }
  11593.     /**
  11594.      * Gets the private 'validator.validator_factory' shared service.
  11595.      *
  11596.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  11597.      */
  11598.     protected function getValidator_ValidatorFactoryService()
  11599.     {
  11600.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11601.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11602.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11603.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11604.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11605.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11606.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11607.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11608.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11609.         ], [
  11610.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11611.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11612.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11613.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11614.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11615.             'doctrine.orm.validator.unique' => '?',
  11616.             'security.validator.user_password' => '?',
  11617.             'validator.expression' => '?',
  11618.         ]));
  11619.     }
  11620.     /**
  11621.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11622.      *
  11623.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  11624.      */
  11625.     protected function getVarDumper_Command_ServerDumpService()
  11626.     {
  11627.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11628.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php';
  11629.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php';
  11630.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php';
  11631.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php';
  11632.         $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()))]);
  11633.         $instance->setName('server:dump');
  11634.         return $instance;
  11635.     }
  11636.     /**
  11637.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  11638.      *
  11639.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  11640.      */
  11641.     protected function getVarDumper_ContextualizedCliDumperService()
  11642.     {
  11643.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php';
  11644.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php';
  11646.         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()))]);
  11647.     }
  11648.     /**
  11649.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11650.      *
  11651.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11652.      */
  11653.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11654.     {
  11655.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11656.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11657.         return $instance;
  11658.     }
  11659.     /**
  11660.      * Gets the private 'var_dumper.dump_server' shared service.
  11661.      *
  11662.      * @return \Symfony\Component\VarDumper\Server\DumpServer
  11663.      */
  11664.     protected function getVarDumper_DumpServerService()
  11665.     {
  11666.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Server/DumpServer.php';
  11667.         return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('', ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
  11668.     }
  11669.     /**
  11670.      * Gets the private 'var_dumper.html_dumper' shared service.
  11671.      *
  11672.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11673.      */
  11674.     protected function getVarDumper_HtmlDumperService()
  11675.     {
  11676.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11677.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11678.         return $instance;
  11679.     }
  11680.     /**
  11681.      * Gets the private 'web_profiler.csp.handler' shared service.
  11682.      *
  11683.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11684.      */
  11685.     protected function getWebProfiler_Csp_HandlerService()
  11686.     {
  11687.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11688.     }
  11689.     /**
  11690.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11691.      *
  11692.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11693.      */
  11694.     protected function getWebProfiler_DebugToolbarService()
  11695.     {
  11696.         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()));
  11697.     }
  11698.     /**
  11699.      * @return array|bool|float|int|string|\UnitEnum|null
  11700.      */
  11701.     public function getParameter($name)
  11702.     {
  11703.         $name = (string) $name;
  11704.         if (isset($this->buildParameters[$name])) {
  11705.             return $this->buildParameters[$name];
  11706.         }
  11707.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  11708.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11709.         }
  11710.         if (isset($this->loadedDynamicParameters[$name])) {
  11711.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11712.         }
  11713.         return $this->parameters[$name];
  11714.     }
  11715.     public function hasParameter($name): bool
  11716.     {
  11717.         $name = (string) $name;
  11718.         if (isset($this->buildParameters[$name])) {
  11719.             return true;
  11720.         }
  11721.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  11722.     }
  11723.     public function setParameter($name$value): void
  11724.     {
  11725.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11726.     }
  11727.     public function getParameterBag(): ParameterBagInterface
  11728.     {
  11729.         if (null === $this->parameterBag) {
  11730.             $parameters $this->parameters;
  11731.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11732.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11733.             }
  11734.             foreach ($this->buildParameters as $name => $value) {
  11735.                 $parameters[$name] = $value;
  11736.             }
  11737.             $this->parameterBag = new FrozenParameterBag($parameters);
  11738.         }
  11739.         return $this->parameterBag;
  11740.     }
  11741.     private $loadedDynamicParameters = [
  11742.         'kernel.cache_dir' => false,
  11743.         'kernel.secret' => false,
  11744.         'kernel.default_locale' => false,
  11745.         'session.save_path' => false,
  11746.         'validator.mapping.cache.file' => false,
  11747.         'profiler.storage.dsn' => false,
  11748.         'debug.container.dump' => false,
  11749.         'doctrine.orm.proxy_dir' => false,
  11750.         'lexik_jwt_authentication.pass_phrase' => false,
  11751.     ];
  11752.     private $dynamicParameters = [];
  11753.     private function getDynamicParameter(string $name)
  11754.     {
  11755.         switch ($name) {
  11756.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11757.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11758.             case 'kernel.default_locale'$value $this->getEnv('APP_LOCALE'); break;
  11759.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11760.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11761.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11762.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appAppKernelDevDebugContainer.xml'); break;
  11763.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11764.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11765.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11766.         }
  11767.         $this->loadedDynamicParameters[$name] = true;
  11768.         return $this->dynamicParameters[$name] = $value;
  11769.     }
  11770.     protected function getDefaultParameters(): array
  11771.     {
  11772.         return [
  11773.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  11774.             'kernel.project_dir' => \dirname(__DIR__4),
  11775.             'kernel.environment' => 'dev',
  11776.             'kernel.debug' => true,
  11777.             'kernel.name' => 'app',
  11778.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11779.             'kernel.bundles' => [
  11780.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11781.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11782.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11783.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11784.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  11785.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11786.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11787.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11788.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  11789.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  11790.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  11791.                 'OceanExpertBundle' => 'OceanExpertBundle\\OceanExpertBundle',
  11792.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  11793.                 'AccordMandrillSwiftMailerBundle' => 'Accord\\MandrillSwiftMailerBundle\\AccordMandrillSwiftMailerBundle',
  11794.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11795.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11796.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  11797.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  11798.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11799.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11800.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11801.             ],
  11802.             'kernel.bundles_metadata' => [
  11803.                 'FrameworkBundle' => [
  11804.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  11805.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11806.                 ],
  11807.                 'SecurityBundle' => [
  11808.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  11809.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11810.                 ],
  11811.                 'TwigBundle' => [
  11812.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  11813.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11814.                 ],
  11815.                 'MonologBundle' => [
  11816.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11817.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11818.                 ],
  11819.                 'SwiftmailerBundle' => [
  11820.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  11821.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  11822.                 ],
  11823.                 'DoctrineBundle' => [
  11824.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11825.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11826.                 ],
  11827.                 'SensioFrameworkExtraBundle' => [
  11828.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle'),
  11829.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11830.                 ],
  11831.                 'FOSRestBundle' => [
  11832.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11833.                     'namespace' => 'FOS\\RestBundle',
  11834.                 ],
  11835.                 'JMSSerializerBundle' => [
  11836.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  11837.                     'namespace' => 'JMS\\SerializerBundle',
  11838.                 ],
  11839.                 'FOSUserBundle' => [
  11840.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  11841.                     'namespace' => 'FOS\\UserBundle',
  11842.                 ],
  11843.                 'KnpPaginatorBundle' => [
  11844.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  11845.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  11846.                 ],
  11847.                 'OceanExpertBundle' => [
  11848.                     'path' => (\dirname(__DIR__4).'/src/OceanExpertBundle'),
  11849.                     'namespace' => 'OceanExpertBundle',
  11850.                 ],
  11851.                 'NelmioCorsBundle' => [
  11852.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  11853.                     'namespace' => 'Nelmio\\CorsBundle',
  11854.                 ],
  11855.                 'AccordMandrillSwiftMailerBundle' => [
  11856.                     'path' => (\dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer-bundle/Accord/MandrillSwiftMailerBundle'),
  11857.                     'namespace' => 'Accord\\MandrillSwiftMailerBundle',
  11858.                 ],
  11859.                 'DebugBundle' => [
  11860.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  11861.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11862.                 ],
  11863.                 'WebProfilerBundle' => [
  11864.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  11865.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11866.                 ],
  11867.                 'DoctrineCacheBundle' => [
  11868.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  11869.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  11870.                 ],
  11871.                 'FOSJsRoutingBundle' => [
  11872.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  11873.                     'namespace' => 'FOS\\JsRoutingBundle',
  11874.                 ],
  11875.                 'LexikJWTAuthenticationBundle' => [
  11876.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  11877.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  11878.                 ],
  11879.                 'MakerBundle' => [
  11880.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11881.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11882.                 ],
  11883.                 'DoctrineMigrationsBundle' => [
  11884.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11885.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11886.                 ],
  11887.             ],
  11888.             'kernel.charset' => 'UTF-8',
  11889.             'kernel.container_class' => 'appAppKernelDevDebugContainer',
  11890.             'container.dumper.inline_class_loader' => true,
  11891.             'container.dumper.inline_factories' => true,
  11892.             'router.request_context.host' => 'dev.oceanexpert.org',
  11893.             'router.request_context.scheme' => 'https',
  11894.             'router.request_context.base_url' => 'https://dev.oceanexpert.org',
  11895.             'asset.request_context.secure' => true,
  11896.             'event_dispatcher.event_aliases' => [
  11897.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11898.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11899.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11900.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11901.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11902.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11903.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11904.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11905.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11906.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11907.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11908.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11909.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11910.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11911.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11912.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11913.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  11914.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  11915.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  11916.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  11917.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  11918.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  11919.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  11920.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11921.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11922.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11923.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11924.             ],
  11925.             'fragment.renderer.hinclude.global_template' => NULL,
  11926.             'fragment.path' => '/_fragment',
  11927.             'kernel.http_method_override' => true,
  11928.             'kernel.trusted_hosts' => [
  11929.             ],
  11930.             'kernel.error_controller' => 'error_controller',
  11931.             'templating.helper.code.file_link_format' => NULL,
  11932.             'debug.file_link_format' => NULL,
  11933.             'test.client.parameters' => [
  11934.             ],
  11935.             'session.metadata.storage_key' => '_sf2_meta',
  11936.             'session.storage.options' => [
  11937.                 'cache_limiter' => '0',
  11938.                 'cookie_httponly' => true,
  11939.                 'gc_probability' => 1,
  11940.             ],
  11941.             'session.metadata.update_threshold' => 0,
  11942.             'form.type_extension.csrf.enabled' => true,
  11943.             'form.type_extension.csrf.field_name' => '_token',
  11944.             'asset.request_context.base_path' => '',
  11945.             'templating.loader.cache.path' => NULL,
  11946.             'templating.engines' => [
  11947.                 => 'twig',
  11948.             ],
  11949.             'validator.translation_domain' => 'validators',
  11950.             'translator.logging' => false,
  11951.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11952.             'profiler_listener.only_exceptions' => false,
  11953.             'profiler_listener.only_master_requests' => false,
  11954.             'debug.error_handler.throw_at' => -1,
  11955.             'router.resource' => 'kernel::loadRoutes',
  11956.             'router.cache_class_prefix' => 'appAppKernelDevDebugContainer',
  11957.             'request_listener.http_port' => 80,
  11958.             'request_listener.https_port' => 443,
  11959.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  11960.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  11961.             'security.role_hierarchy.roles' => [
  11962.                 'ROLE_USER' => [
  11963.                 ],
  11964.                 'ROLE_COUNTRY_EDITOR' => [
  11965.                 ],
  11966.                 'ROLE_INSTITUTE_EDITOR' => [
  11967.                 ],
  11968.                 'ROLE_PARTICIPANT_IMPORT' => [
  11969.                 ],
  11970.                 'ROLE_GLOBAL_EDITOR' => [
  11971.                     => 'ROLE_USER',
  11972.                     => 'ROLE_COUNTRY_EDITOR',
  11973.                     => 'ROLE_INSTITUTE_EDITOR',
  11974.                     => 'ROLE_PARTICIPANT_IMPORT',
  11975.                 ],
  11976.                 'ROLE_LME' => [
  11977.                     => 'ROLE_USER',
  11978.                 ],
  11979.                 'ROLE_MANAGER' => [
  11980.                     => 'ROLE_GLOBAL_EDITOR',
  11981.                     => 'ROLE_LME',
  11982.                 ],
  11983.                 'ROLE_ADMIN' => [
  11984.                     => 'ROLE_MANAGER',
  11985.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11986.                 ],
  11987.                 'ROLE_SUPERADMIN' => [
  11988.                     => 'ROLE_ADMIN',
  11989.                 ],
  11990.                 'ROLE_ODISCATADMIN' => [
  11991.                 ],
  11992.                 'ROLE_OCEANCD' => [
  11993.                 ],
  11994.             ],
  11995.             'security.access.denied_url' => NULL,
  11996.             'security.authentication.manager.erase_credentials' => true,
  11997.             'security.authentication.session_strategy.strategy' => 'migrate',
  11998.             'security.access.always_authenticate_before_granting' => false,
  11999.             'security.authentication.hide_user_not_found' => true,
  12000.             'twig.exception_listener.controller' => NULL,
  12001.             'twig.form.resources' => [
  12002.                 => 'form_div_layout.html.twig',
  12003.                 => 'bootstrap_3_layout.html.twig',
  12004.             ],
  12005.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  12006.             'monolog.use_microseconds' => true,
  12007.             'monolog.swift_mailer.handlers' => [
  12008.             ],
  12009.             'monolog.handlers_to_channels' => [
  12010.                 'monolog.handler.console' => [
  12011.                     'type' => 'exclusive',
  12012.                     'elements' => [
  12013.                         => 'event',
  12014.                         => 'doctrine',
  12015.                     ],
  12016.                 ],
  12017.                 'monolog.handler.main' => [
  12018.                     'type' => 'exclusive',
  12019.                     'elements' => [
  12020.                         => 'event',
  12021.                     ],
  12022.                 ],
  12023.             ],
  12024.             'swiftmailer.mailer.default.transport.name' => 'accord_mandrill',
  12025.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  12026.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  12027.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  12028.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  12029.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  12030.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  12031.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  12032.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  12033.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  12034.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  12035.             ],
  12036.             'swiftmailer.mailer.default.spool.enabled' => false,
  12037.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  12038.             'swiftmailer.mailer.default.single_address' => NULL,
  12039.             'swiftmailer.mailer.default.delivery.enabled' => true,
  12040.             'swiftmailer.spool.enabled' => false,
  12041.             'swiftmailer.delivery.enabled' => true,
  12042.             'swiftmailer.single_address' => NULL,
  12043.             'swiftmailer.mailers' => [
  12044.                 'default' => 'swiftmailer.mailer.default',
  12045.             ],
  12046.             'swiftmailer.default_mailer' => 'default',
  12047.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12048.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  12049.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12050.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  12051.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  12052.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  12053.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  12054.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  12055.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  12056.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12057.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  12058.             'doctrine_cache.memcache.host' => 'localhost',
  12059.             'doctrine_cache.memcache.port' => 11211,
  12060.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12061.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  12062.             'doctrine_cache.memcached.host' => 'localhost',
  12063.             'doctrine_cache.memcached.port' => 11211,
  12064.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  12065.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  12066.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  12067.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  12068.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  12069.             'doctrine_cache.predis.scheme' => 'tcp',
  12070.             'doctrine_cache.predis.host' => 'localhost',
  12071.             'doctrine_cache.predis.port' => 6379,
  12072.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12073.             'doctrine_cache.redis.connection.class' => 'Redis',
  12074.             'doctrine_cache.redis.host' => 'localhost',
  12075.             'doctrine_cache.redis.port' => 6379,
  12076.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  12077.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  12078.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  12079.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  12080.             'doctrine_cache.riak.host' => 'localhost',
  12081.             'doctrine_cache.riak.port' => 8087,
  12082.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  12083.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  12084.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  12085.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12086.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12087.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12088.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  12089.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  12090.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  12091.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  12092.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  12093.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  12094.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  12095.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  12096.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  12097.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  12098.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  12099.             'doctrine.entity_managers' => [
  12100.                 'default' => 'doctrine.orm.default_entity_manager',
  12101.             ],
  12102.             'doctrine.default_entity_manager' => 'default',
  12103.             'doctrine.dbal.connection_factory.types' => [
  12104.             ],
  12105.             'doctrine.connections' => [
  12106.                 'default' => 'doctrine.dbal.default_connection',
  12107.             ],
  12108.             'doctrine.default_connection' => 'default',
  12109.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  12110.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  12111.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  12112.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12113.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12114.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12115.             'doctrine.orm.cache.memcache_host' => 'localhost',
  12116.             'doctrine.orm.cache.memcache_port' => 11211,
  12117.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  12118.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12119.             'doctrine.orm.cache.memcached_host' => 'localhost',
  12120.             'doctrine.orm.cache.memcached_port' => 11211,
  12121.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  12122.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12123.             'doctrine.orm.cache.redis_host' => 'localhost',
  12124.             'doctrine.orm.cache.redis_port' => 6379,
  12125.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  12126.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12127.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12128.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12129.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12130.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12131.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12132.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12133.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12134.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12135.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12136.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12137.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12138.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12139.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12140.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12141.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12142.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12143.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12144.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12145.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12146.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12147.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12148.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12149.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12150.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12151.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12152.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12153.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12154.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12155.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12156.             'fos_rest.format_listener.rules' => NULL,
  12157.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  12158.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  12159.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  12160.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  12161.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  12162.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  12163.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  12164.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  12165.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  12166.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  12167.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  12168.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  12169.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  12170.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  12171.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  12172.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  12173.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  12174.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  12175.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  12176.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  12177.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  12178.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  12179.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  12180.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  12181.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  12182.             'jms_serializer.json_serialization_visitor.options' => 1216,
  12183.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  12184.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  12185.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  12186.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  12187.             ],
  12188.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  12189.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  12190.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  12191.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  12192.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  12193.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  12194.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  12195.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  12196.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  12197.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  12198.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  12199.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  12200.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  12201.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  12202.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  12203.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  12204.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  12205.             'fos_user.backend_type_orm' => true,
  12206.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  12207.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  12208.             'fos_user.resetting.email.template' => 'Email/resetting.html.twig',
  12209.             'fos_user.registration.confirmation.template' => 'Email/registration.html.twig',
  12210.             'fos_user.registration.confirmation.from_email' => [
  12211.                 'info@oceanexpert.org' => 'OceanExpert Team',
  12212.             ],
  12213.             'fos_user.resetting.email.from_email' => [
  12214.                 'info@oceanexpert.org' => 'OceanExpert Team',
  12215.             ],
  12216.             'fos_user.storage' => 'orm',
  12217.             'fos_user.firewall_name' => 'main',
  12218.             'fos_user.model_manager_name' => NULL,
  12219.             'fos_user.model.user.class' => 'OceanExpertBundle\\Entity\\User',
  12220.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  12221.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  12222.             'fos_user.profile.form.validation_groups' => [
  12223.                 => 'Profile',
  12224.                 => 'Default',
  12225.             ],
  12226.             'fos_user.registration.confirmation.enabled' => true,
  12227.             'fos_user.registration.form.type' => 'OceanExpertBundle\\Utils\\Form\\Type\\RegistrationFormType',
  12228.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  12229.             'fos_user.registration.form.validation_groups' => [
  12230.                 => 'Registration',
  12231.                 => 'Default',
  12232.             ],
  12233.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  12234.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  12235.             'fos_user.change_password.form.validation_groups' => [
  12236.                 => 'ChangePassword',
  12237.                 => 'Default',
  12238.             ],
  12239.             'fos_user.resetting.retry_ttl' => 7200,
  12240.             'fos_user.resetting.token_ttl' => 1800,
  12241.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  12242.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  12243.             'fos_user.resetting.form.validation_groups' => [
  12244.                 => 'ResetPassword',
  12245.                 => 'Default',
  12246.             ],
  12247.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  12248.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  12249.             'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:twitter_bootstrap_v3_pagination.html.twig',
  12250.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  12251.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  12252.             'knp_paginator.page_range' => 5,
  12253.             'nelmio_cors.map' => [
  12254.                 '^/api/' => [
  12255.                     'allow_origin' => true,
  12256.                     'allow_headers' => true,
  12257.                     'allow_methods' => [
  12258.                         => 'POST',
  12259.                         => 'PUT',
  12260.                         => 'GET',
  12261.                         => 'DELETE',
  12262.                     ],
  12263.                     'max_age' => 3600,
  12264.                 ],
  12265.             ],
  12266.             'nelmio_cors.defaults' => [
  12267.                 'allow_origin' => true,
  12268.                 'allow_credentials' => false,
  12269.                 'allow_headers' => true,
  12270.                 'expose_headers' => [
  12271.                 ],
  12272.                 'allow_methods' => [
  12273.                     => 'GET',
  12274.                     => 'POST',
  12275.                     => 'PUT',
  12276.                     => 'DELETE',
  12277.                     => 'OPTIONS',
  12278.                 ],
  12279.                 'max_age' => 3600,
  12280.                 'hosts' => [
  12281.                 ],
  12282.                 'origin_regex' => false,
  12283.                 'forced_allow_origin_value' => NULL,
  12284.             ],
  12285.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  12286.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  12287.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  12288.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12289.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12290.             'web_profiler.debug_toolbar.mode' => 2,
  12291.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  12292.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  12293.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  12294.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  12295.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  12296.             'fos_js_routing.request_context_base_url' => NULL,
  12297.             'fos_js_routing.cache_control' => [
  12298.                 'enabled' => false,
  12299.             ],
  12300.             'lexik_jwt_authentication.token_ttl' => 3600,
  12301.             'lexik_jwt_authentication.clock_skew' => 0,
  12302.             'lexik_jwt_authentication.user_identity_field' => 'username',
  12303.             'lexik_jwt_authentication.allow_no_expiration' => false,
  12304.             'lexik_jwt_authentication.user_id_claim' => 'username',
  12305.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  12306.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  12307.             'doctrine.migrations.preferred_em' => 'default',
  12308.             'doctrine.migrations.preferred_connection' => NULL,
  12309.             'maker.compatible_check.doctrine.supports_attributes' => false,
  12310.             'data_collector.templates' => [
  12311.                 'data_collector.request' => [
  12312.                     => 'request',
  12313.                     => '@WebProfiler/Collector/request.html.twig',
  12314.                 ],
  12315.                 'data_collector.time' => [
  12316.                     => 'time',
  12317.                     => '@WebProfiler/Collector/time.html.twig',
  12318.                 ],
  12319.                 'data_collector.memory' => [
  12320.                     => 'memory',
  12321.                     => '@WebProfiler/Collector/memory.html.twig',
  12322.                 ],
  12323.                 'data_collector.validator' => [
  12324.                     => 'validator',
  12325.                     => '@WebProfiler/Collector/validator.html.twig',
  12326.                 ],
  12327.                 'data_collector.ajax' => [
  12328.                     => 'ajax',
  12329.                     => '@WebProfiler/Collector/ajax.html.twig',
  12330.                 ],
  12331.                 'data_collector.form' => [
  12332.                     => 'form',
  12333.                     => '@WebProfiler/Collector/form.html.twig',
  12334.                 ],
  12335.                 'data_collector.exception' => [
  12336.                     => 'exception',
  12337.                     => '@WebProfiler/Collector/exception.html.twig',
  12338.                 ],
  12339.                 'data_collector.logger' => [
  12340.                     => 'logger',
  12341.                     => '@WebProfiler/Collector/logger.html.twig',
  12342.                 ],
  12343.                 'data_collector.events' => [
  12344.                     => 'events',
  12345.                     => '@WebProfiler/Collector/events.html.twig',
  12346.                 ],
  12347.                 'data_collector.router' => [
  12348.                     => 'router',
  12349.                     => '@WebProfiler/Collector/router.html.twig',
  12350.                 ],
  12351.                 'data_collector.cache' => [
  12352.                     => 'cache',
  12353.                     => '@WebProfiler/Collector/cache.html.twig',
  12354.                 ],
  12355.                 'data_collector.translation' => [
  12356.                     => 'translation',
  12357.                     => '@WebProfiler/Collector/translation.html.twig',
  12358.                 ],
  12359.                 'data_collector.security' => [
  12360.                     => 'security',
  12361.                     => '@Security/Collector/security.html.twig',
  12362.                 ],
  12363.                 'data_collector.twig' => [
  12364.                     => 'twig',
  12365.                     => '@WebProfiler/Collector/twig.html.twig',
  12366.                 ],
  12367.                 'data_collector.doctrine' => [
  12368.                     => 'db',
  12369.                     => '@Doctrine/Collector/db.html.twig',
  12370.                 ],
  12371.                 'swiftmailer.data_collector' => [
  12372.                     => 'swiftmailer',
  12373.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  12374.                 ],
  12375.                 'data_collector.dump' => [
  12376.                     => 'dump',
  12377.                     => '@Debug/Profiler/dump.html.twig',
  12378.                 ],
  12379.                 'data_collector.config' => [
  12380.                     => 'config',
  12381.                     => '@WebProfiler/Collector/config.html.twig',
  12382.                 ],
  12383.             ],
  12384.             'console.command.ids' => [
  12385.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand',
  12386.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand',
  12387.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand',
  12388.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand',
  12389.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand',
  12390.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand',
  12391.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\MaxEmailsToMandrillCommand',
  12392.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand',
  12393.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand',
  12394.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand',
  12395.                 10 => 'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand',
  12396.                 11 => 'console.command.public_alias.doctrine_cache.contains_command',
  12397.                 12 => 'console.command.public_alias.doctrine_cache.delete_command',
  12398.                 13 => 'console.command.public_alias.doctrine_cache.flush_command',
  12399.                 14 => 'console.command.public_alias.doctrine_cache.stats_command',
  12400.             ],
  12401.         ];
  12402.     }
  12403.     protected function throw($message)
  12404.     {
  12405.         throw new RuntimeException($message);
  12406.     }
  12407. }
  12408. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  12409. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  12410. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  12411. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  12412. {
  12413.     /**
  12414.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  12415.      */
  12416.     private $valueHolderef147 null;
  12417.     /**
  12418.      * @var \Closure|null initializer responsible for generating the wrapped object
  12419.      */
  12420.     private $initializer18485 null;
  12421.     /**
  12422.      * @var bool[] map of public properties of the parent class
  12423.      */
  12424.     private static $publicProperties3b8fe = [
  12425.         
  12426.     ];
  12427.     public function getConnection()
  12428.     {
  12429.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getConnection', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12430.         return $this->valueHolderef147->getConnection();
  12431.     }
  12432.     public function getMetadataFactory()
  12433.     {
  12434.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getMetadataFactory', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12435.         return $this->valueHolderef147->getMetadataFactory();
  12436.     }
  12437.     public function getExpressionBuilder()
  12438.     {
  12439.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getExpressionBuilder', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12440.         return $this->valueHolderef147->getExpressionBuilder();
  12441.     }
  12442.     public function beginTransaction()
  12443.     {
  12444.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'beginTransaction', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12445.         return $this->valueHolderef147->beginTransaction();
  12446.     }
  12447.     public function getCache()
  12448.     {
  12449.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getCache', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12450.         return $this->valueHolderef147->getCache();
  12451.     }
  12452.     public function transactional($func)
  12453.     {
  12454.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'transactional', array('func' => $func), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12455.         return $this->valueHolderef147->transactional($func);
  12456.     }
  12457.     public function commit()
  12458.     {
  12459.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'commit', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12460.         return $this->valueHolderef147->commit();
  12461.     }
  12462.     public function rollback()
  12463.     {
  12464.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'rollback', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12465.         return $this->valueHolderef147->rollback();
  12466.     }
  12467.     public function getClassMetadata($className)
  12468.     {
  12469.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getClassMetadata', array('className' => $className), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12470.         return $this->valueHolderef147->getClassMetadata($className);
  12471.     }
  12472.     public function createQuery($dql '')
  12473.     {
  12474.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createQuery', array('dql' => $dql), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12475.         return $this->valueHolderef147->createQuery($dql);
  12476.     }
  12477.     public function createNamedQuery($name)
  12478.     {
  12479.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createNamedQuery', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12480.         return $this->valueHolderef147->createNamedQuery($name);
  12481.     }
  12482.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  12483.     {
  12484.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12485.         return $this->valueHolderef147->createNativeQuery($sql$rsm);
  12486.     }
  12487.     public function createNamedNativeQuery($name)
  12488.     {
  12489.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createNamedNativeQuery', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12490.         return $this->valueHolderef147->createNamedNativeQuery($name);
  12491.     }
  12492.     public function createQueryBuilder()
  12493.     {
  12494.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'createQueryBuilder', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12495.         return $this->valueHolderef147->createQueryBuilder();
  12496.     }
  12497.     public function flush($entity null)
  12498.     {
  12499.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'flush', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12500.         return $this->valueHolderef147->flush($entity);
  12501.     }
  12502.     public function find($className$id$lockMode null$lockVersion null)
  12503.     {
  12504.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12505.         return $this->valueHolderef147->find($className$id$lockMode$lockVersion);
  12506.     }
  12507.     public function getReference($entityName$id)
  12508.     {
  12509.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12510.         return $this->valueHolderef147->getReference($entityName$id);
  12511.     }
  12512.     public function getPartialReference($entityName$identifier)
  12513.     {
  12514.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12515.         return $this->valueHolderef147->getPartialReference($entityName$identifier);
  12516.     }
  12517.     public function clear($entityName null)
  12518.     {
  12519.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'clear', array('entityName' => $entityName), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12520.         return $this->valueHolderef147->clear($entityName);
  12521.     }
  12522.     public function close()
  12523.     {
  12524.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'close', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12525.         return $this->valueHolderef147->close();
  12526.     }
  12527.     public function persist($entity)
  12528.     {
  12529.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'persist', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12530.         return $this->valueHolderef147->persist($entity);
  12531.     }
  12532.     public function remove($entity)
  12533.     {
  12534.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'remove', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12535.         return $this->valueHolderef147->remove($entity);
  12536.     }
  12537.     public function refresh($entity)
  12538.     {
  12539.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'refresh', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12540.         return $this->valueHolderef147->refresh($entity);
  12541.     }
  12542.     public function detach($entity)
  12543.     {
  12544.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'detach', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12545.         return $this->valueHolderef147->detach($entity);
  12546.     }
  12547.     public function merge($entity)
  12548.     {
  12549.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'merge', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12550.         return $this->valueHolderef147->merge($entity);
  12551.     }
  12552.     public function copy($entity$deep false)
  12553.     {
  12554.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12555.         return $this->valueHolderef147->copy($entity$deep);
  12556.     }
  12557.     public function lock($entity$lockMode$lockVersion null)
  12558.     {
  12559.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12560.         return $this->valueHolderef147->lock($entity$lockMode$lockVersion);
  12561.     }
  12562.     public function getRepository($entityName)
  12563.     {
  12564.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getRepository', array('entityName' => $entityName), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12565.         return $this->valueHolderef147->getRepository($entityName);
  12566.     }
  12567.     public function contains($entity)
  12568.     {
  12569.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'contains', array('entity' => $entity), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12570.         return $this->valueHolderef147->contains($entity);
  12571.     }
  12572.     public function getEventManager()
  12573.     {
  12574.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getEventManager', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12575.         return $this->valueHolderef147->getEventManager();
  12576.     }
  12577.     public function getConfiguration()
  12578.     {
  12579.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getConfiguration', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12580.         return $this->valueHolderef147->getConfiguration();
  12581.     }
  12582.     public function isOpen()
  12583.     {
  12584.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'isOpen', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12585.         return $this->valueHolderef147->isOpen();
  12586.     }
  12587.     public function getUnitOfWork()
  12588.     {
  12589.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getUnitOfWork', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12590.         return $this->valueHolderef147->getUnitOfWork();
  12591.     }
  12592.     public function getHydrator($hydrationMode)
  12593.     {
  12594.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12595.         return $this->valueHolderef147->getHydrator($hydrationMode);
  12596.     }
  12597.     public function newHydrator($hydrationMode)
  12598.     {
  12599.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12600.         return $this->valueHolderef147->newHydrator($hydrationMode);
  12601.     }
  12602.     public function getProxyFactory()
  12603.     {
  12604.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getProxyFactory', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12605.         return $this->valueHolderef147->getProxyFactory();
  12606.     }
  12607.     public function initializeObject($obj)
  12608.     {
  12609.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeObject', array('obj' => $obj), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12610.         return $this->valueHolderef147->initializeObject($obj);
  12611.     }
  12612.     public function getFilters()
  12613.     {
  12614.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'getFilters', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12615.         return $this->valueHolderef147->getFilters();
  12616.     }
  12617.     public function isFiltersStateClean()
  12618.     {
  12619.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'isFiltersStateClean', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12620.         return $this->valueHolderef147->isFiltersStateClean();
  12621.     }
  12622.     public function hasFilters()
  12623.     {
  12624.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'hasFilters', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12625.         return $this->valueHolderef147->hasFilters();
  12626.     }
  12627.     /**
  12628.      * Constructor for lazy initialization
  12629.      *
  12630.      * @param \Closure|null $initializer
  12631.      */
  12632.     public static function staticProxyConstructor($initializer)
  12633.     {
  12634.         static $reflection;
  12635.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12636.         $instance   $reflection->newInstanceWithoutConstructor();
  12637.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12638.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12639.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  12640.         $instance->initializer18485 $initializer;
  12641.         return $instance;
  12642.     }
  12643.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  12644.     {
  12645.         static $reflection;
  12646.         if (! $this->valueHolderef147) {
  12647.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12648.             $this->valueHolderef147 $reflection->newInstanceWithoutConstructor();
  12649.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12650.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12651.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  12652.         }
  12653.         $this->valueHolderef147->__construct($conn$config$eventManager);
  12654.     }
  12655.     public function & __get($name)
  12656.     {
  12657.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__get', ['name' => $name], $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12658.         if (isset(self::$publicProperties3b8fe[$name])) {
  12659.             return $this->valueHolderef147->$name;
  12660.         }
  12661.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12662.         if (! $realInstanceReflection->hasProperty($name)) {
  12663.             $targetObject $this->valueHolderef147;
  12664.             $backtrace debug_backtrace(false1);
  12665.             trigger_error(
  12666.                 sprintf(
  12667.                     'Undefined property: %s::$%s in %s on line %s',
  12668.                     $realInstanceReflection->getName(),
  12669.                     $name,
  12670.                     $backtrace[0]['file'],
  12671.                     $backtrace[0]['line']
  12672.                 ),
  12673.                 \E_USER_NOTICE
  12674.             );
  12675.             return $targetObject->$name;
  12676.         }
  12677.         $targetObject $this->valueHolderef147;
  12678.         $accessor = function & () use ($targetObject$name) {
  12679.             return $targetObject->$name;
  12680.         };
  12681.         $backtrace debug_backtrace(true2);
  12682.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12683.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12684.         $returnValue = & $accessor();
  12685.         return $returnValue;
  12686.     }
  12687.     public function __set($name$value)
  12688.     {
  12689.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__set', array('name' => $name'value' => $value), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12690.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12691.         if (! $realInstanceReflection->hasProperty($name)) {
  12692.             $targetObject $this->valueHolderef147;
  12693.             $targetObject->$name $value;
  12694.             return $targetObject->$name;
  12695.         }
  12696.         $targetObject $this->valueHolderef147;
  12697.         $accessor = function & () use ($targetObject$name$value) {
  12698.             $targetObject->$name $value;
  12699.             return $targetObject->$name;
  12700.         };
  12701.         $backtrace debug_backtrace(true2);
  12702.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12703.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12704.         $returnValue = & $accessor();
  12705.         return $returnValue;
  12706.     }
  12707.     public function __isset($name)
  12708.     {
  12709.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__isset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12710.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12711.         if (! $realInstanceReflection->hasProperty($name)) {
  12712.             $targetObject $this->valueHolderef147;
  12713.             return isset($targetObject->$name);
  12714.         }
  12715.         $targetObject $this->valueHolderef147;
  12716.         $accessor = function () use ($targetObject$name) {
  12717.             return isset($targetObject->$name);
  12718.         };
  12719.         $backtrace debug_backtrace(true2);
  12720.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12721.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12722.         $returnValue $accessor();
  12723.         return $returnValue;
  12724.     }
  12725.     public function __unset($name)
  12726.     {
  12727.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__unset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12728.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12729.         if (! $realInstanceReflection->hasProperty($name)) {
  12730.             $targetObject $this->valueHolderef147;
  12731.             unset($targetObject->$name);
  12732.             return;
  12733.         }
  12734.         $targetObject $this->valueHolderef147;
  12735.         $accessor = function () use ($targetObject$name) {
  12736.             unset($targetObject->$name);
  12737.             return;
  12738.         };
  12739.         $backtrace debug_backtrace(true2);
  12740.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12741.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12742.         $accessor();
  12743.     }
  12744.     public function __clone()
  12745.     {
  12746.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__clone', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12747.         $this->valueHolderef147 = clone $this->valueHolderef147;
  12748.     }
  12749.     public function __sleep()
  12750.     {
  12751.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__sleep', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12752.         return array('valueHolderef147');
  12753.     }
  12754.     public function __wakeup()
  12755.     {
  12756.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12757.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12758.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  12759.     }
  12760.     public function setProxyInitializer(?\Closure $initializer null) : void
  12761.     {
  12762.         $this->initializer18485 $initializer;
  12763.     }
  12764.     public function getProxyInitializer() : ?\Closure
  12765.     {
  12766.         return $this->initializer18485;
  12767.     }
  12768.     public function initializeProxy() : bool
  12769.     {
  12770.         return $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeProxy', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12771.     }
  12772.     public function isProxyInitialized() : bool
  12773.     {
  12774.         return null !== $this->valueHolderef147;
  12775.     }
  12776.     public function getWrappedValueHolderValue()
  12777.     {
  12778.         return $this->valueHolderef147;
  12779.     }
  12780. }
  12781. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  12782. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  12783. class JMSSerializerAdapter_a5dd94b extends \FOS\RestBundle\Serializer\JMSSerializerAdapter implements \ProxyManager\Proxy\VirtualProxyInterface
  12784. {
  12785.     /**
  12786.      * @var \FOS\RestBundle\Serializer\JMSSerializerAdapter|null wrapped object, if the proxy is initialized
  12787.      */
  12788.     private $valueHolderef147 null;
  12789.     /**
  12790.      * @var \Closure|null initializer responsible for generating the wrapped object
  12791.      */
  12792.     private $initializer18485 null;
  12793.     /**
  12794.      * @var bool[] map of public properties of the parent class
  12795.      */
  12796.     private static $publicProperties3b8fe = [
  12797.         
  12798.     ];
  12799.     public function serialize($data$format, \FOS\RestBundle\Context\Context $context)
  12800.     {
  12801.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'serialize', array('data' => $data'format' => $format'context' => $context), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12802.         return $this->valueHolderef147->serialize($data$format$context);
  12803.     }
  12804.     public function deserialize($data$type$format, \FOS\RestBundle\Context\Context $context)
  12805.     {
  12806.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'deserialize', array('data' => $data'type' => $type'format' => $format'context' => $context), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12807.         return $this->valueHolderef147->deserialize($data$type$format$context);
  12808.     }
  12809.     /**
  12810.      * Constructor for lazy initialization
  12811.      *
  12812.      * @param \Closure|null $initializer
  12813.      */
  12814.     public static function staticProxyConstructor($initializer)
  12815.     {
  12816.         static $reflection;
  12817.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12818.         $instance   $reflection->newInstanceWithoutConstructor();
  12819.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12820.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12821.         }, $instance'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($instance);
  12822.         $instance->initializer18485 $initializer;
  12823.         return $instance;
  12824.     }
  12825.     public function __construct(\JMS\Serializer\SerializerInterface $serializer, ?\JMS\Serializer\ContextFactory\SerializationContextFactoryInterface $serializationContextFactory null, ?\JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface $deserializationContextFactory null)
  12826.     {
  12827.         static $reflection;
  12828.         if (! $this->valueHolderef147) {
  12829.             $reflection $reflection ?? new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12830.             $this->valueHolderef147 $reflection->newInstanceWithoutConstructor();
  12831.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12832.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12833.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  12834.         }
  12835.         $this->valueHolderef147->__construct($serializer$serializationContextFactory$deserializationContextFactory);
  12836.     }
  12837.     public function & __get($name)
  12838.     {
  12839.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__get', ['name' => $name], $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12840.         if (isset(self::$publicProperties3b8fe[$name])) {
  12841.             return $this->valueHolderef147->$name;
  12842.         }
  12843.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12844.         if (! $realInstanceReflection->hasProperty($name)) {
  12845.             $targetObject $this->valueHolderef147;
  12846.             $backtrace debug_backtrace(false1);
  12847.             trigger_error(
  12848.                 sprintf(
  12849.                     'Undefined property: %s::$%s in %s on line %s',
  12850.                     $realInstanceReflection->getName(),
  12851.                     $name,
  12852.                     $backtrace[0]['file'],
  12853.                     $backtrace[0]['line']
  12854.                 ),
  12855.                 \E_USER_NOTICE
  12856.             );
  12857.             return $targetObject->$name;
  12858.         }
  12859.         $targetObject $this->valueHolderef147;
  12860.         $accessor = function & () use ($targetObject$name) {
  12861.             return $targetObject->$name;
  12862.         };
  12863.         $backtrace debug_backtrace(true2);
  12864.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12865.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12866.         $returnValue = & $accessor();
  12867.         return $returnValue;
  12868.     }
  12869.     public function __set($name$value)
  12870.     {
  12871.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__set', array('name' => $name'value' => $value), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12872.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12873.         if (! $realInstanceReflection->hasProperty($name)) {
  12874.             $targetObject $this->valueHolderef147;
  12875.             $targetObject->$name $value;
  12876.             return $targetObject->$name;
  12877.         }
  12878.         $targetObject $this->valueHolderef147;
  12879.         $accessor = function & () use ($targetObject$name$value) {
  12880.             $targetObject->$name $value;
  12881.             return $targetObject->$name;
  12882.         };
  12883.         $backtrace debug_backtrace(true2);
  12884.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12885.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12886.         $returnValue = & $accessor();
  12887.         return $returnValue;
  12888.     }
  12889.     public function __isset($name)
  12890.     {
  12891.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__isset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12892.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12893.         if (! $realInstanceReflection->hasProperty($name)) {
  12894.             $targetObject $this->valueHolderef147;
  12895.             return isset($targetObject->$name);
  12896.         }
  12897.         $targetObject $this->valueHolderef147;
  12898.         $accessor = function () use ($targetObject$name) {
  12899.             return isset($targetObject->$name);
  12900.         };
  12901.         $backtrace debug_backtrace(true2);
  12902.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12903.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12904.         $returnValue $accessor();
  12905.         return $returnValue;
  12906.     }
  12907.     public function __unset($name)
  12908.     {
  12909.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__unset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12910.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12911.         if (! $realInstanceReflection->hasProperty($name)) {
  12912.             $targetObject $this->valueHolderef147;
  12913.             unset($targetObject->$name);
  12914.             return;
  12915.         }
  12916.         $targetObject $this->valueHolderef147;
  12917.         $accessor = function () use ($targetObject$name) {
  12918.             unset($targetObject->$name);
  12919.             return;
  12920.         };
  12921.         $backtrace debug_backtrace(true2);
  12922.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12923.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12924.         $accessor();
  12925.     }
  12926.     public function __clone()
  12927.     {
  12928.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__clone', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12929.         $this->valueHolderef147 = clone $this->valueHolderef147;
  12930.     }
  12931.     public function __sleep()
  12932.     {
  12933.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__sleep', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12934.         return array('valueHolderef147');
  12935.     }
  12936.     public function __wakeup()
  12937.     {
  12938.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12939.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12940.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  12941.     }
  12942.     public function setProxyInitializer(?\Closure $initializer null) : void
  12943.     {
  12944.         $this->initializer18485 $initializer;
  12945.     }
  12946.     public function getProxyInitializer() : ?\Closure
  12947.     {
  12948.         return $this->initializer18485;
  12949.     }
  12950.     public function initializeProxy() : bool
  12951.     {
  12952.         return $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeProxy', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12953.     }
  12954.     public function isProxyInitialized() : bool
  12955.     {
  12956.         return null !== $this->valueHolderef147;
  12957.     }
  12958.     public function getWrappedValueHolderValue()
  12959.     {
  12960.         return $this->valueHolderef147;
  12961.     }
  12962. }
  12963. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  12964. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  12965. class Paginator_f262b94 extends \Knp\Component\Pager\Paginator implements \ProxyManager\Proxy\VirtualProxyInterface
  12966. {
  12967.     /**
  12968.      * @var \Knp\Component\Pager\Paginator|null wrapped object, if the proxy is initialized
  12969.      */
  12970.     private $valueHolderef147 null;
  12971.     /**
  12972.      * @var \Closure|null initializer responsible for generating the wrapped object
  12973.      */
  12974.     private $initializer18485 null;
  12975.     /**
  12976.      * @var bool[] map of public properties of the parent class
  12977.      */
  12978.     private static $publicProperties3b8fe = [
  12979.         
  12980.     ];
  12981.     public function setDefaultPaginatorOptions(array $options)
  12982.     {
  12983.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'setDefaultPaginatorOptions', array('options' => $options), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12984.         return $this->valueHolderef147->setDefaultPaginatorOptions($options);
  12985.     }
  12986.     public function paginate($target$page 1$limit 10, array $options = [])
  12987.     {
  12988.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12989.         return $this->valueHolderef147->paginate($target$page$limit$options);
  12990.     }
  12991.     public function subscribe(\Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
  12992.     {
  12993.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'subscribe', array('subscriber' => $subscriber), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12994.         return $this->valueHolderef147->subscribe($subscriber);
  12995.     }
  12996.     public function connect($eventName$listener$priority 0)
  12997.     {
  12998.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'connect', array('eventName' => $eventName'listener' => $listener'priority' => $priority), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  12999.         return $this->valueHolderef147->connect($eventName$listener$priority);
  13000.     }
  13001.     /**
  13002.      * Constructor for lazy initialization
  13003.      *
  13004.      * @param \Closure|null $initializer
  13005.      */
  13006.     public static function staticProxyConstructor($initializer)
  13007.     {
  13008.         static $reflection;
  13009.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  13010.         $instance   $reflection->newInstanceWithoutConstructor();
  13011.         unset($instance->eventDispatcher$instance->defaultOptions);
  13012.         $instance->initializer18485 $initializer;
  13013.         return $instance;
  13014.     }
  13015.     public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher null)
  13016.     {
  13017.         static $reflection;
  13018.         if (! $this->valueHolderef147) {
  13019.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13020.             $this->valueHolderef147 $reflection->newInstanceWithoutConstructor();
  13021.         unset($this->eventDispatcher$this->defaultOptions);
  13022.         }
  13023.         $this->valueHolderef147->__construct($eventDispatcher);
  13024.     }
  13025.     public function & __get($name)
  13026.     {
  13027.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__get', ['name' => $name], $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13028.         if (isset(self::$publicProperties3b8fe[$name])) {
  13029.             return $this->valueHolderef147->$name;
  13030.         }
  13031.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13032.         if (! $realInstanceReflection->hasProperty($name)) {
  13033.             $targetObject $this->valueHolderef147;
  13034.             $backtrace debug_backtrace(false1);
  13035.             trigger_error(
  13036.                 sprintf(
  13037.                     'Undefined property: %s::$%s in %s on line %s',
  13038.                     $realInstanceReflection->getName(),
  13039.                     $name,
  13040.                     $backtrace[0]['file'],
  13041.                     $backtrace[0]['line']
  13042.                 ),
  13043.                 \E_USER_NOTICE
  13044.             );
  13045.             return $targetObject->$name;
  13046.         }
  13047.         $targetObject $this->valueHolderef147;
  13048.         $accessor = function & () use ($targetObject$name) {
  13049.             return $targetObject->$name;
  13050.         };
  13051.         $backtrace debug_backtrace(true2);
  13052.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13053.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13054.         $returnValue = & $accessor();
  13055.         return $returnValue;
  13056.     }
  13057.     public function __set($name$value)
  13058.     {
  13059.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__set', array('name' => $name'value' => $value), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13060.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13061.         if (! $realInstanceReflection->hasProperty($name)) {
  13062.             $targetObject $this->valueHolderef147;
  13063.             $targetObject->$name $value;
  13064.             return $targetObject->$name;
  13065.         }
  13066.         $targetObject $this->valueHolderef147;
  13067.         $accessor = function & () use ($targetObject$name$value) {
  13068.             $targetObject->$name $value;
  13069.             return $targetObject->$name;
  13070.         };
  13071.         $backtrace debug_backtrace(true2);
  13072.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13073.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13074.         $returnValue = & $accessor();
  13075.         return $returnValue;
  13076.     }
  13077.     public function __isset($name)
  13078.     {
  13079.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__isset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13080.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13081.         if (! $realInstanceReflection->hasProperty($name)) {
  13082.             $targetObject $this->valueHolderef147;
  13083.             return isset($targetObject->$name);
  13084.         }
  13085.         $targetObject $this->valueHolderef147;
  13086.         $accessor = function () use ($targetObject$name) {
  13087.             return isset($targetObject->$name);
  13088.         };
  13089.         $backtrace debug_backtrace(true2);
  13090.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13091.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13092.         $returnValue $accessor();
  13093.         return $returnValue;
  13094.     }
  13095.     public function __unset($name)
  13096.     {
  13097.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__unset', array('name' => $name), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13098.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13099.         if (! $realInstanceReflection->hasProperty($name)) {
  13100.             $targetObject $this->valueHolderef147;
  13101.             unset($targetObject->$name);
  13102.             return;
  13103.         }
  13104.         $targetObject $this->valueHolderef147;
  13105.         $accessor = function () use ($targetObject$name) {
  13106.             unset($targetObject->$name);
  13107.             return;
  13108.         };
  13109.         $backtrace debug_backtrace(true2);
  13110.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13111.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13112.         $accessor();
  13113.     }
  13114.     public function __clone()
  13115.     {
  13116.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__clone', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13117.         $this->valueHolderef147 = clone $this->valueHolderef147;
  13118.     }
  13119.     public function __sleep()
  13120.     {
  13121.         $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'__sleep', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13122.         return array('valueHolderef147');
  13123.     }
  13124.     public function __wakeup()
  13125.     {
  13126.         unset($this->eventDispatcher$this->defaultOptions);
  13127.     }
  13128.     public function setProxyInitializer(?\Closure $initializer null) : void
  13129.     {
  13130.         $this->initializer18485 $initializer;
  13131.     }
  13132.     public function getProxyInitializer() : ?\Closure
  13133.     {
  13134.         return $this->initializer18485;
  13135.     }
  13136.     public function initializeProxy() : bool
  13137.     {
  13138.         return $this->initializer18485 && ($this->initializer18485->__invoke($valueHolderef147$this'initializeProxy', array(), $this->initializer18485) || 1) && $this->valueHolderef147 $valueHolderef147;
  13139.     }
  13140.     public function isProxyInitialized() : bool
  13141.     {
  13142.         return null !== $this->valueHolderef147;
  13143.     }
  13144.     public function getWrappedValueHolderValue()
  13145.     {
  13146.         return $this->valueHolderef147;
  13147.     }
  13148. }