var/cache/dev/Container3G5ynFo/appAppKernelDevDebugContainer.php line 8349

Open in your IDE?
  1. <?php
  2. namespace Container3G5ynFo;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class appAppKernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'OceanExpertBundle\\Controller\\AdminController' => 'getAdminControllerService',
  37.             'OceanExpertBundle\\Controller\\ApiController' => 'getApiControllerService',
  38.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController' => 'getApiDocumentControllerService',
  39.             'OceanExpertBundle\\Controller\\Api\\ApiEventController' => 'getApiEventControllerService',
  40.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController' => 'getApiExpertControllerService',
  41.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController' => 'getApiGroupControllerService',
  42.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController' => 'getApiInstitutionControllerService',
  43.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController' => 'getApiRegionControllerService',
  44.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController' => 'getApiReportsControllerService',
  45.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController' => 'getApiSearchControllerService',
  46.             'OceanExpertBundle\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  47.             'OceanExpertBundle\\Controller\\CountriesController' => 'getCountriesControllerService',
  48.             'OceanExpertBundle\\Controller\\CronsController' => 'getCronsControllerService',
  49.             'OceanExpertBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  50.             'OceanExpertBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  51.             'OceanExpertBundle\\Controller\\DocumentController' => 'getDocumentControllerService',
  52.             'OceanExpertBundle\\Controller\\EventController' => 'getEventControllerService',
  53.             'OceanExpertBundle\\Controller\\ExceptionController' => 'getExceptionControllerService',
  54.             'OceanExpertBundle\\Controller\\GroupController' => 'getGroupControllerService',
  55.             'OceanExpertBundle\\Controller\\InstitutionController' => 'getInstitutionControllerService',
  56.             'OceanExpertBundle\\Controller\\LmeController' => 'getLmeControllerService',
  57.             'OceanExpertBundle\\Controller\\MailsController' => 'getMailsControllerService',
  58.             'OceanExpertBundle\\Controller\\MessageController' => 'getMessageControllerService',
  59.             'OceanExpertBundle\\Controller\\ProfileController' => 'getProfileControllerService',
  60.             'OceanExpertBundle\\Controller\\RegionController' => 'getRegionControllerService',
  61.             'OceanExpertBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  62.             'OceanExpertBundle\\Controller\\ResettingController' => 'getResettingControllerService',
  63.             'OceanExpertBundle\\Controller\\SearchController' => 'getSearchControllerService',
  64.             'OceanExpertBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  65.             'OceanExpertBundle\\Controller\\UserController' => 'getUserControllerService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  67.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  68.             'cache.app' => 'getCache_AppService',
  69.             'cache.app_clearer' => 'getCache_AppClearerService',
  70.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  71.             'cache.system' => 'getCache_SystemService',
  72.             'cache.system_clearer' => 'getCache_SystemClearerService',
  73.             'cache_clearer' => 'getCacheClearerService',
  74.             'cache_warmer' => 'getCacheWarmerService',
  75.             'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => 'getCheckMandrillForEmailStatusCommandService',
  76.             'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => 'getCheckMandrillForWebhooksCommandService',
  77.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand' => 'getCleanupDatabaseCommandService',
  78.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand' => 'getCleanupEventsCommandService',
  79.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => 'getCleanupFOSUsersCommandService',
  80.             'console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand' => 'getCreateSitemapsCommandService',
  81.             'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => 'getProcessQueuedMailFilesCommandService',
  82.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => 'getReportGroupInactiveMembersCommandService',
  83.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => 'getReportRejectedMailsCommandService',
  84.             'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => 'getSendEmailsToMandrillCommandService',
  85.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  86.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  87.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  88.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  89.             'console.command_loader' => 'getConsole_CommandLoaderService',
  90.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  91.             'data_collector.dump' => 'getDataCollector_DumpService',
  92.             'doctrine' => 'getDoctrineService',
  93.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  94.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  95.             'error_controller' => 'getErrorControllerService',
  96.             'event_dispatcher' => 'getEventDispatcherService',
  97.             'filesystem' => 'getFilesystemService',
  98.             'form.factory' => 'getForm_FactoryService',
  99.             'form.type.file' => 'getForm_Type_FileService',
  100.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  101.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  102.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  103.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  104.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  105.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  106.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  107.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  108.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  109.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  110.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  111.             'http_kernel' => 'getHttpKernelService',
  112.             'jms_serializer' => 'getJmsSerializerService',
  113.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService',
  114.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService',
  115.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService',
  116.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  117.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService',
  118.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService',
  119.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  120.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  121.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  122.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  123.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  124.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService',
  125.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  126.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService',
  127.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  128.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  129.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  130.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  131.             'knp_paginator' => 'getKnpPaginatorService',
  132.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  133.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  134.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  135.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  136.             'profiler' => 'getProfilerService',
  137.             'request_stack' => 'getRequestStackService',
  138.             'router' => 'getRouterService',
  139.             'routing.loader' => 'getRouting_LoaderService',
  140.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  141.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  142.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  143.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  144.             'security.token_storage' => 'getSecurity_TokenStorageService',
  145.             'services_resetter' => 'getServicesResetterService',
  146.             'session' => 'getSessionService',
  147.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  148.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  149.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  150.             'templating' => 'getTemplatingService',
  151.             'templating.loader' => 'getTemplating_LoaderService',
  152.             'test.client' => 'getTest_ClientService',
  153.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  154.             'test.service_container' => 'getTest_ServiceContainerService',
  155.             'translator' => 'getTranslatorService',
  156.             'twig' => 'getTwigService',
  157.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  158.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  159.             'validator' => 'getValidatorService',
  160.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  161.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  162.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  163.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  164.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  165.         ];
  166.         $this->aliases = [
  167.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  168.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  169.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  170.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  171.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  172.             'database_connection' => 'doctrine.dbal.default_connection',
  173.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  174.             'mailer' => 'swiftmailer.mailer.default',
  175.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  176.         ];
  177.         $this->privates['service_container'] = function () {
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php';
  184.             include_once \dirname(__DIR__4).'/app/AppKernel.php';
  185.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  187.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  188.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/ByteConversionTwigExtension.php';
  189.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/FileExtension.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/UrlHelper.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractTestSessionListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TestSessionListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfExtension.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/LegacyTranslatorProxy.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ProxyTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/PhpArrayTrait.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  329.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  420.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  424.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  425.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/JsonpHandler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  438.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  441.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  454.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  458.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  463.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  465.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  471.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  474.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  475.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  477.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  478.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  479.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  481.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  482.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  484.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  485.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  486.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  488.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  489.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  490.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/ValidatorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  527.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  547.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  550.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  553.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  554.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  557.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  563.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  566.         };
  567.     }
  568.     public function compile(): void
  569.     {
  570.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  571.     }
  572.     public function isCompiled(): bool
  573.     {
  574.         return true;
  575.     }
  576.     public function getRemovedIds(): array
  577.     {
  578.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  579.     }
  580.     protected function createProxy($class, \Closure $factory)
  581.     {
  582.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  583.         return $factory();
  584.     }
  585.     /**
  586.      * Gets the public 'OceanExpertBundle\Controller\AdminController' shared autowired service.
  587.      *
  588.      * @return \OceanExpertBundle\Controller\AdminController
  589.      */
  590.     protected function getAdminControllerService()
  591.     {
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  593.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  594.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/AdminController.php';
  595.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  597.         $this->services['OceanExpertBundle\\Controller\\AdminController'] = $instance = new \OceanExpertBundle\Controller\AdminController(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  598.         $instance->setContainer($this);
  599.         return $instance;
  600.     }
  601.     /**
  602.      * Gets the public 'OceanExpertBundle\Controller\ApiController' shared autowired service.
  603.      *
  604.      * @return \OceanExpertBundle\Controller\ApiController
  605.      */
  606.     protected function getApiControllerService()
  607.     {
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  609.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  610.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ApiController.php';
  611.         $this->services['OceanExpertBundle\\Controller\\ApiController'] = $instance = new \OceanExpertBundle\Controller\ApiController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  612.         $instance->setContainer($this);
  613.         return $instance;
  614.     }
  615.     /**
  616.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiDocumentController' shared autowired service.
  617.      *
  618.      * @return \OceanExpertBundle\Controller\Api\ApiDocumentController
  619.      */
  620.     protected function getApiDocumentControllerService()
  621.     {
  622.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  623.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  624.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  626.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiDocumentController.php';
  627.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiDocumentController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiDocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  628.         $instance->setContainer($this);
  629.         return $instance;
  630.     }
  631.     /**
  632.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiEventController' shared autowired service.
  633.      *
  634.      * @return \OceanExpertBundle\Controller\Api\ApiEventController
  635.      */
  636.     protected function getApiEventControllerService()
  637.     {
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  640.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  641.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  642.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiEventController.php';
  643.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiEventController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiEventController();
  644.         $instance->setContainer($this);
  645.         return $instance;
  646.     }
  647.     /**
  648.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiExpertController' shared autowired service.
  649.      *
  650.      * @return \OceanExpertBundle\Controller\Api\ApiExpertController
  651.      */
  652.     protected function getApiExpertControllerService()
  653.     {
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  658.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiExpertController.php';
  659.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiExpertController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiExpertController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  660.         $instance->setContainer($this);
  661.         return $instance;
  662.     }
  663.     /**
  664.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiGroupController' shared autowired service.
  665.      *
  666.      * @return \OceanExpertBundle\Controller\Api\ApiGroupController
  667.      */
  668.     protected function getApiGroupControllerService()
  669.     {
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  672.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  674.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiGroupController.php';
  675.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiGroupController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiGroupController();
  676.         $instance->setContainer($this);
  677.         return $instance;
  678.     }
  679.     /**
  680.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiInstitutionController' shared autowired service.
  681.      *
  682.      * @return \OceanExpertBundle\Controller\Api\ApiInstitutionController
  683.      */
  684.     protected function getApiInstitutionControllerService()
  685.     {
  686.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  688.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  689.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  690.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiInstitutionController.php';
  691.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiInstitutionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiInstitutionController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  692.         $instance->setContainer($this);
  693.         return $instance;
  694.     }
  695.     /**
  696.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiRegionController' shared autowired service.
  697.      *
  698.      * @return \OceanExpertBundle\Controller\Api\ApiRegionController
  699.      */
  700.     protected function getApiRegionControllerService()
  701.     {
  702.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  703.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  704.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  705.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  706.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiRegionController.php';
  707.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiRegionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiRegionController();
  708.         $instance->setContainer($this);
  709.         return $instance;
  710.     }
  711.     /**
  712.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiReportsController' shared autowired service.
  713.      *
  714.      * @return \OceanExpertBundle\Controller\Api\ApiReportsController
  715.      */
  716.     protected function getApiReportsControllerService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  720.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  721.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  722.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiReportsController.php';
  723.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiReportsController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiReportsController();
  724.         $instance->setContainer($this);
  725.         return $instance;
  726.     }
  727.     /**
  728.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiSearchController' shared autowired service.
  729.      *
  730.      * @return \OceanExpertBundle\Controller\Api\ApiSearchController
  731.      */
  732.     protected function getApiSearchControllerService()
  733.     {
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  738.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiSearchController.php';
  739.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiSearchController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiSearchController();
  740.         $instance->setContainer($this);
  741.         return $instance;
  742.     }
  743.     /**
  744.      * Gets the public 'OceanExpertBundle\Controller\ChangePasswordController' shared autowired service.
  745.      *
  746.      * @return \OceanExpertBundle\Controller\ChangePasswordController
  747.      */
  748.     protected function getChangePasswordControllerService()
  749.     {
  750.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  751.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  752.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ChangePasswordController.php';
  753.         $this->services['OceanExpertBundle\\Controller\\ChangePasswordController'] = $instance = new \OceanExpertBundle\Controller\ChangePasswordController(($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  754.         $instance->setContainer($this);
  755.         return $instance;
  756.     }
  757.     /**
  758.      * Gets the public 'OceanExpertBundle\Controller\CountriesController' shared autowired service.
  759.      *
  760.      * @return \OceanExpertBundle\Controller\CountriesController
  761.      */
  762.     protected function getCountriesControllerService()
  763.     {
  764.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  765.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  766.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CountriesController.php';
  767.         $this->services['OceanExpertBundle\\Controller\\CountriesController'] = $instance = new \OceanExpertBundle\Controller\CountriesController();
  768.         $instance->setContainer($this);
  769.         return $instance;
  770.     }
  771.     /**
  772.      * Gets the public 'OceanExpertBundle\Controller\CronsController' shared autowired service.
  773.      *
  774.      * @return \OceanExpertBundle\Controller\CronsController
  775.      */
  776.     protected function getCronsControllerService()
  777.     {
  778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  780.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CronsController.php';
  781.         $this->services['OceanExpertBundle\\Controller\\CronsController'] = $instance = new \OceanExpertBundle\Controller\CronsController();
  782.         $instance->setContainer($this);
  783.         return $instance;
  784.     }
  785.     /**
  786.      * Gets the public 'OceanExpertBundle\Controller\DashboardController' shared autowired service.
  787.      *
  788.      * @return \OceanExpertBundle\Controller\DashboardController
  789.      */
  790.     protected function getDashboardControllerService()
  791.     {
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  794.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DashboardController.php';
  795.         $this->services['OceanExpertBundle\\Controller\\DashboardController'] = $instance = new \OceanExpertBundle\Controller\DashboardController();
  796.         $instance->setContainer($this);
  797.         return $instance;
  798.     }
  799.     /**
  800.      * Gets the public 'OceanExpertBundle\Controller\DefaultController' shared autowired service.
  801.      *
  802.      * @return \OceanExpertBundle\Controller\DefaultController
  803.      */
  804.     protected function getDefaultControllerService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  808.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DefaultController.php';
  809.         $this->services['OceanExpertBundle\\Controller\\DefaultController'] = $instance = new \OceanExpertBundle\Controller\DefaultController();
  810.         $instance->setContainer($this);
  811.         return $instance;
  812.     }
  813.     /**
  814.      * Gets the public 'OceanExpertBundle\Controller\DocumentController' shared autowired service.
  815.      *
  816.      * @return \OceanExpertBundle\Controller\DocumentController
  817.      */
  818.     protected function getDocumentControllerService()
  819.     {
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  821.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  822.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DocumentController.php';
  823.         $this->services['OceanExpertBundle\\Controller\\DocumentController'] = $instance = new \OceanExpertBundle\Controller\DocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  824.         $instance->setContainer($this);
  825.         return $instance;
  826.     }
  827.     /**
  828.      * Gets the public 'OceanExpertBundle\Controller\EventController' shared autowired service.
  829.      *
  830.      * @return \OceanExpertBundle\Controller\EventController
  831.      */
  832.     protected function getEventControllerService()
  833.     {
  834.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  835.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  836.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/EventController.php';
  837.         $this->services['OceanExpertBundle\\Controller\\EventController'] = $instance = new \OceanExpertBundle\Controller\EventController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  838.         $instance->setContainer($this);
  839.         return $instance;
  840.     }
  841.     /**
  842.      * Gets the public 'OceanExpertBundle\Controller\ExceptionController' shared autowired service.
  843.      *
  844.      * @return \OceanExpertBundle\Controller\ExceptionController
  845.      */
  846.     protected function getExceptionControllerService()
  847.     {
  848.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  850.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ExceptionController.php';
  851.         $this->services['OceanExpertBundle\\Controller\\ExceptionController'] = $instance = new \OceanExpertBundle\Controller\ExceptionController();
  852.         $instance->setContainer($this);
  853.         return $instance;
  854.     }
  855.     /**
  856.      * Gets the public 'OceanExpertBundle\Controller\GroupController' shared autowired service.
  857.      *
  858.      * @return \OceanExpertBundle\Controller\GroupController
  859.      */
  860.     protected function getGroupControllerService()
  861.     {
  862.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  864.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/GroupController.php';
  865.         $this->services['OceanExpertBundle\\Controller\\GroupController'] = $instance = new \OceanExpertBundle\Controller\GroupController();
  866.         $instance->setContainer($this);
  867.         return $instance;
  868.     }
  869.     /**
  870.      * Gets the public 'OceanExpertBundle\Controller\InstitutionController' shared autowired service.
  871.      *
  872.      * @return \OceanExpertBundle\Controller\InstitutionController
  873.      */
  874.     protected function getInstitutionControllerService()
  875.     {
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  878.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/InstitutionController.php';
  879.         $this->services['OceanExpertBundle\\Controller\\InstitutionController'] = $instance = new \OceanExpertBundle\Controller\InstitutionController();
  880.         $instance->setContainer($this);
  881.         return $instance;
  882.     }
  883.     /**
  884.      * Gets the public 'OceanExpertBundle\Controller\LmeController' shared autowired service.
  885.      *
  886.      * @return \OceanExpertBundle\Controller\LmeController
  887.      */
  888.     protected function getLmeControllerService()
  889.     {
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  891.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  892.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/LmeController.php';
  893.         $this->services['OceanExpertBundle\\Controller\\LmeController'] = $instance = new \OceanExpertBundle\Controller\LmeController();
  894.         $instance->setContainer($this);
  895.         return $instance;
  896.     }
  897.     /**
  898.      * Gets the public 'OceanExpertBundle\Controller\MailsController' shared autowired service.
  899.      *
  900.      * @return \OceanExpertBundle\Controller\MailsController
  901.      */
  902.     protected function getMailsControllerService()
  903.     {
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  906.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MailsController.php';
  907.         $this->services['OceanExpertBundle\\Controller\\MailsController'] = $instance = new \OceanExpertBundle\Controller\MailsController();
  908.         $instance->setContainer($this);
  909.         return $instance;
  910.     }
  911.     /**
  912.      * Gets the public 'OceanExpertBundle\Controller\MessageController' shared autowired service.
  913.      *
  914.      * @return \OceanExpertBundle\Controller\MessageController
  915.      */
  916.     protected function getMessageControllerService()
  917.     {
  918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  920.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MessageController.php';
  921.         $this->services['OceanExpertBundle\\Controller\\MessageController'] = $instance = new \OceanExpertBundle\Controller\MessageController();
  922.         $instance->setContainer($this);
  923.         return $instance;
  924.     }
  925.     /**
  926.      * Gets the public 'OceanExpertBundle\Controller\ProfileController' shared autowired service.
  927.      *
  928.      * @return \OceanExpertBundle\Controller\ProfileController
  929.      */
  930.     protected function getProfileControllerService()
  931.     {
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  934.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ProfileController.php';
  935.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  937.         $this->services['OceanExpertBundle\\Controller\\ProfileController'] = $instance = new \OceanExpertBundle\Controller\ProfileController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()));
  938.         $instance->setContainer($this);
  939.         return $instance;
  940.     }
  941.     /**
  942.      * Gets the public 'OceanExpertBundle\Controller\RegionController' shared autowired service.
  943.      *
  944.      * @return \OceanExpertBundle\Controller\RegionController
  945.      */
  946.     protected function getRegionControllerService()
  947.     {
  948.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  949.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  950.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegionController.php';
  951.         $this->services['OceanExpertBundle\\Controller\\RegionController'] = $instance = new \OceanExpertBundle\Controller\RegionController();
  952.         $instance->setContainer($this);
  953.         return $instance;
  954.     }
  955.     /**
  956.      * Gets the public 'OceanExpertBundle\Controller\RegistrationController' shared autowired service.
  957.      *
  958.      * @return \OceanExpertBundle\Controller\RegistrationController
  959.      */
  960.     protected function getRegistrationControllerService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  964.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegistrationController.php';
  965.         $this->services['OceanExpertBundle\\Controller\\RegistrationController'] = $instance = new \OceanExpertBundle\Controller\RegistrationController();
  966.         $instance->setContainer($this);
  967.         return $instance;
  968.     }
  969.     /**
  970.      * Gets the public 'OceanExpertBundle\Controller\ResettingController' shared autowired service.
  971.      *
  972.      * @return \OceanExpertBundle\Controller\ResettingController
  973.      */
  974.     protected function getResettingControllerService()
  975.     {
  976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  978.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ResettingController.php';
  979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  981.         $this->services['OceanExpertBundle\\Controller\\ResettingController'] = $instance = new \OceanExpertBundle\Controller\ResettingController(($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()));
  982.         $instance->setContainer($this);
  983.         return $instance;
  984.     }
  985.     /**
  986.      * Gets the public 'OceanExpertBundle\Controller\SearchController' shared autowired service.
  987.      *
  988.      * @return \OceanExpertBundle\Controller\SearchController
  989.      */
  990.     protected function getSearchControllerService()
  991.     {
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  994.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SearchController.php';
  995.         $this->services['OceanExpertBundle\\Controller\\SearchController'] = $instance = new \OceanExpertBundle\Controller\SearchController();
  996.         $instance->setContainer($this);
  997.         return $instance;
  998.     }
  999.     /**
  1000.      * Gets the public 'OceanExpertBundle\Controller\SecurityController' shared autowired service.
  1001.      *
  1002.      * @return \OceanExpertBundle\Controller\SecurityController
  1003.      */
  1004.     protected function getSecurityControllerService()
  1005.     {
  1006.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  1008.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SecurityController.php';
  1009.         $this->services['OceanExpertBundle\\Controller\\SecurityController'] = $instance = new \OceanExpertBundle\Controller\SecurityController();
  1010.         $instance->setContainer($this);
  1011.         return $instance;
  1012.     }
  1013.     /**
  1014.      * Gets the public 'OceanExpertBundle\Controller\UserController' shared autowired service.
  1015.      *
  1016.      * @return \OceanExpertBundle\Controller\UserController
  1017.      */
  1018.     protected function getUserControllerService()
  1019.     {
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  1022.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/UserController.php';
  1023.         $this->services['OceanExpertBundle\\Controller\\UserController'] = $instance = new \OceanExpertBundle\Controller\UserController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1024.         $instance->setContainer($this);
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1029.      *
  1030.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1031.      */
  1032.     protected function getRedirectControllerService()
  1033.     {
  1034.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php';
  1035.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1036.     }
  1037.     /**
  1038.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1039.      *
  1040.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1041.      */
  1042.     protected function getTemplateControllerService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php';
  1045.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1046.     }
  1047.     /**
  1048.      * Gets the public 'cache.app' shared service.
  1049.      *
  1050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1051.      */
  1052.     protected function getCache_AppService()
  1053.     {
  1054.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.recorder_inner'] ?? $this->getCache_App_RecorderInnerService()));
  1055.     }
  1056.     /**
  1057.      * Gets the public 'cache.app_clearer' shared service.
  1058.      *
  1059.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1060.      */
  1061.     protected function getCache_AppClearerService()
  1062.     {
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1065.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1066.     }
  1067.     /**
  1068.      * Gets the public 'cache.global_clearer' shared service.
  1069.      *
  1070.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1071.      */
  1072.     protected function getCache_GlobalClearerService()
  1073.     {
  1074.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1076.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  1077.     }
  1078.     /**
  1079.      * Gets the public 'cache.system' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1082.      */
  1083.     protected function getCache_SystemService()
  1084.     {
  1085.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.recorder_inner'] ?? $this->getCache_System_RecorderInnerService()));
  1086.     }
  1087.     /**
  1088.      * Gets the public 'cache.system_clearer' shared service.
  1089.      *
  1090.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1091.      */
  1092.     protected function getCache_SystemClearerService()
  1093.     {
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1096.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1097.     }
  1098.     /**
  1099.      * Gets the public 'cache_clearer' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1102.      */
  1103.     protected function getCacheClearerService()
  1104.     {
  1105.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php';
  1107.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1108.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1109.         }, 1));
  1110.     }
  1111.     /**
  1112.      * Gets the public 'cache_warmer' shared service.
  1113.      *
  1114.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1115.      */
  1116.     protected function getCacheWarmerService()
  1117.     {
  1118.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php';
  1120.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1121.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1122.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1123.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1124.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1125.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1126.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1127.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1128.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1129.         }, 8), true, ($this->targetDir.''.'/appAppKernelDevDebugContainerDeprecations.log'));
  1130.     }
  1131.     /**
  1132.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand' shared autowired service.
  1133.      *
  1134.      * @return \OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand
  1135.      */
  1136.     protected function getCheckMandrillForEmailStatusCommandService()
  1137.     {
  1138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1139.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForEmailStatusCommand.php';
  1140.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand'] = new \OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1141.     }
  1142.     /**
  1143.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForWebhooksCommand' shared autowired service.
  1144.      *
  1145.      * @return \OceanExpertBundle\Command\CheckMandrillForWebhooksCommand
  1146.      */
  1147.     protected function getCheckMandrillForWebhooksCommandService()
  1148.     {
  1149.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1150.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForWebhooksCommand.php';
  1151.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand'] = new \OceanExpertBundle\Command\CheckMandrillForWebhooksCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1152.     }
  1153.     /**
  1154.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupDatabaseCommand' shared autowired service.
  1155.      *
  1156.      * @return \OceanExpertBundle\Command\CleanupDatabaseCommand
  1157.      */
  1158.     protected function getCleanupDatabaseCommandService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1161.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupDatabaseCommand.php';
  1162.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand'] = new \OceanExpertBundle\Command\CleanupDatabaseCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1163.     }
  1164.     /**
  1165.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupEventsCommand' shared autowired service.
  1166.      *
  1167.      * @return \OceanExpertBundle\Command\CleanupEventsCommand
  1168.      */
  1169.     protected function getCleanupEventsCommandService()
  1170.     {
  1171.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1172.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupEventsCommand.php';
  1173.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand'] = new \OceanExpertBundle\Command\CleanupEventsCommand($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1174.     }
  1175.     /**
  1176.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupFOSUsersCommand' shared autowired service.
  1177.      *
  1178.      * @return \OceanExpertBundle\Command\CleanupFOSUsersCommand
  1179.      */
  1180.     protected function getCleanupFOSUsersCommandService()
  1181.     {
  1182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1183.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupFOSUsersCommand.php';
  1184.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand'] = new \OceanExpertBundle\Command\CleanupFOSUsersCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1185.     }
  1186.     /**
  1187.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CreateSitemapsCommand' shared autowired service.
  1188.      *
  1189.      * @return \OceanExpertBundle\Command\CreateSitemapsCommand
  1190.      */
  1191.     protected function getCreateSitemapsCommandService()
  1192.     {
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1194.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CreateSitemapsCommand.php';
  1195.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand'] = new \OceanExpertBundle\Command\CreateSitemapsCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1196.     }
  1197.     /**
  1198.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ProcessQueuedMailFilesCommand' shared autowired service.
  1199.      *
  1200.      * @return \OceanExpertBundle\Command\ProcessQueuedMailFilesCommand
  1201.      */
  1202.     protected function getProcessQueuedMailFilesCommandService()
  1203.     {
  1204.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1205.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ProcessQueuedMailFilesCommand.php';
  1206.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand'] = new \OceanExpertBundle\Command\ProcessQueuedMailFilesCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1207.     }
  1208.     /**
  1209.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportGroupInactiveMembersCommand' shared autowired service.
  1210.      *
  1211.      * @return \OceanExpertBundle\Command\ReportGroupInactiveMembersCommand
  1212.      */
  1213.     protected function getReportGroupInactiveMembersCommandService()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1216.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportGroupInactiveMembersCommand.php';
  1217.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand'] = new \OceanExpertBundle\Command\ReportGroupInactiveMembersCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1218.     }
  1219.     /**
  1220.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportRejectedMailsCommand' shared autowired service.
  1221.      *
  1222.      * @return \OceanExpertBundle\Command\ReportRejectedMailsCommand
  1223.      */
  1224.     protected function getReportRejectedMailsCommandService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1227.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportRejectedMailsCommand.php';
  1228.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand'] = new \OceanExpertBundle\Command\ReportRejectedMailsCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1229.     }
  1230.     /**
  1231.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\SendEmailsToMandrillCommand' shared autowired service.
  1232.      *
  1233.      * @return \OceanExpertBundle\Command\SendEmailsToMandrillCommand
  1234.      */
  1235.     protected function getSendEmailsToMandrillCommandService()
  1236.     {
  1237.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1238.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/SendEmailsToMandrillCommand.php';
  1239.         return $this->services['console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand'] = new \OceanExpertBundle\Command\SendEmailsToMandrillCommand($this, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1240.     }
  1241.     /**
  1242.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  1243.      *
  1244.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  1245.      */
  1246.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  1247.     {
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  1252.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  1253.     }
  1254.     /**
  1255.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  1256.      *
  1257.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  1258.      */
  1259.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1263.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  1265.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  1266.     }
  1267.     /**
  1268.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  1269.      *
  1270.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  1271.      */
  1272.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  1273.     {
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  1278.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  1279.     }
  1280.     /**
  1281.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  1282.      *
  1283.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  1284.      */
  1285.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  1286.     {
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  1291.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  1292.     }
  1293.     /**
  1294.      * Gets the public 'console.command_loader' shared service.
  1295.      *
  1296.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1297.      */
  1298.     protected function getConsole_CommandLoaderService()
  1299.     {
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php';
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php';
  1302.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1303.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1304.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1305.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1306.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1307.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1308.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1309.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1310.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1311.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1312.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1313.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1314.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1315.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1316.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1317.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1318.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1319.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1320.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1321.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1322.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1323.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1324.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1325.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1326.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1327.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1328.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1329.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1330.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1331.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1332.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1333.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1334.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1335.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1336.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1337.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1338.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1339.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1340.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  1341.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1342.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1343.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1344.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1345.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1346.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1347.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1348.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1349.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1350.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1351.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1352.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1353.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1354.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1355.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1356.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1357.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1358.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1359.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1360.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1361.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1362.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1363.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1364.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1365.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1366.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1367.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1368.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1369.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1370.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1371.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1372.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  1373.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1374.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1375.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  1376.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1377.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1378.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1379.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1380.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1381.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1382.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1383.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1384.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1385.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1386.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1387.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1388.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1389.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1390.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1391.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1392.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1393.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1394.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1395.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1396.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1397.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1398.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1399.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1400.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1401.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1402.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1403.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1404.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1405.         ], [
  1406.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1407.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1408.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1409.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1410.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1411.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1412.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1413.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1414.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1415.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1416.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1417.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1418.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1419.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1420.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1421.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1422.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1423.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1424.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1425.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1426.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1427.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1428.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1429.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1430.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1431.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1432.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1433.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1434.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1435.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1436.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1437.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1438.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1439.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1440.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1441.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1442.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1443.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  1444.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1445.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1446.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1447.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1448.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1449.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1450.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1451.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1452.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1453.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1454.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1455.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1456.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1457.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1458.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1459.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1460.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1461.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1462.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1463.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1464.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1465.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1466.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1467.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1468.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1469.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1470.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1471.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1472.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1473.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1474.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1475.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  1476.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1477.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1478.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  1479.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1480.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1481.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1482.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1483.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1484.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1485.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1486.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1487.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1488.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1489.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1490.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1491.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1492.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1493.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1494.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1495.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1496.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1497.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1498.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1499.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1500.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1501.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1502.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1503.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1504.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1505.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1506.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1507.             'var_dumper.command.server_dump' => 'Symfony\\Bundle\\DebugBundle\\Command\\ServerDumpPlaceholderCommand',
  1508.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''security:encode-password' => 'security.command.user_password_encoder''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:generate:entities' => 'doctrine.generate_entities_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1509.     }
  1510.     /**
  1511.      * Gets the public 'container.env_var_processors_locator' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1514.      */
  1515.     protected function getContainer_EnvVarProcessorsLocatorService()
  1516.     {
  1517.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1518.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1519.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1520.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1521.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1522.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1523.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1524.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1525.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1526.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1527.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1528.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1529.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1530.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1531.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1532.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1533.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1534.         ], [
  1535.             'base64' => '?',
  1536.             'bool' => '?',
  1537.             'const' => '?',
  1538.             'csv' => '?',
  1539.             'default' => '?',
  1540.             'file' => '?',
  1541.             'float' => '?',
  1542.             'int' => '?',
  1543.             'json' => '?',
  1544.             'key' => '?',
  1545.             'query_string' => '?',
  1546.             'require' => '?',
  1547.             'resolve' => '?',
  1548.             'string' => '?',
  1549.             'trim' => '?',
  1550.             'url' => '?',
  1551.         ]);
  1552.     }
  1553.     /**
  1554.      * Gets the public 'data_collector.dump' shared service.
  1555.      *
  1556.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1557.      */
  1558.     protected function getDataCollector_DumpService()
  1559.     {
  1560.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1561.     }
  1562.     /**
  1563.      * Gets the public 'doctrine' shared service.
  1564.      *
  1565.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1566.      */
  1567.     protected function getDoctrineService()
  1568.     {
  1569.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1570.     }
  1571.     /**
  1572.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1573.      *
  1574.      * @return \Doctrine\DBAL\Connection
  1575.      */
  1576.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1577.     {
  1578.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''host' => $this->getEnv('DATABASE_HOST'), 'port' => $this->getEnv('DATABASE_PORT'), 'dbname' => $this->getEnv('DATABASE_NAME'), 'user' => $this->getEnv('DATABASE_USER'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'charset' => 'UTF8''unix_socket' => '/Applications/MAMP/tmp/mysql/mysql.sock''driverOptions' => [], 'serverVersion' => 9.4'defaultTableOptions' => []], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), ['enum' => 'string']);
  1579.     }
  1580.     /**
  1581.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1582.      *
  1583.      * @return \Doctrine\ORM\EntityManager
  1584.      */
  1585.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1586.     {
  1587.         if ($lazyLoad) {
  1588.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1589.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1590.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1591.                     $proxy->setProxyInitializer(null);
  1592.                     return true;
  1593.                 });
  1594.             });
  1595.         }
  1596.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  1597.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the public 'error_controller' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1604.      */
  1605.     protected function getErrorControllerService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ErrorController.php';
  1608.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', ($this->privates['twig.error_renderer.html'] ?? $this->getTwig_ErrorRenderer_HtmlService()));
  1609.     }
  1610.     /**
  1611.      * Gets the public 'event_dispatcher' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1614.      */
  1615.     protected function getEventDispatcherService()
  1616.     {
  1617.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1618.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1619.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->getAcmeApi_Event_JwtCreatedListenerService());
  1620.         }, => 'onJWTCreated'], 0);
  1621.         $instance->addListener('kernel.controller', [=> function () {
  1622.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1623.         }, => 'onKernelController'], 0);
  1624.         $instance->addListener('kernel.request', [=> function () {
  1625.             return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  1626.         }, => 'onKernelRequest'], 200);
  1627.         $instance->addListener('kernel.request', [=> function () {
  1628.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1629.         }, => 'onKernelRequest'], 10);
  1630.         $instance->addListener('kernel.request', [=> function () {
  1631.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1632.         }, => 'onKernelRequest'], 34);
  1633.         $instance->addListener('kernel.request', [=> function () {
  1634.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1635.         }, => 'onKernelRequest'], 33);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1638.         }, => 'onKernelRequest'], 31);
  1639.         $instance->addListener('kernel.controller', [=> function () {
  1640.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1641.         }, => 'onKernelController'], 5);
  1642.         $instance->addListener('kernel.request', [=> function () {
  1643.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1644.         }, => 'onKernelRequest'], 0);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1647.         }, => 'onKernelRequest'], 250);
  1648.         $instance->addListener('kernel.response', [=> function () {
  1649.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1650.         }, => 'onKernelResponse'], 0);
  1651.         $instance->addListener('kernel.response', [=> function () {
  1652.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1653.         }, => 'onKernelResponse'], -1024);
  1654.         $instance->addListener('kernel.request', [=> function () {
  1655.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1656.         }, => 'setDefaultLocale'], 100);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1659.         }, => 'onKernelRequest'], 16);
  1660.         $instance->addListener('kernel.finish_request', [=> function () {
  1661.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1662.         }, => 'onKernelFinishRequest'], 0);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1665.         }, => 'onKernelRequest'], 256);
  1666.         $instance->addListener('kernel.request', [=> function () {
  1667.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1668.         }, => 'resolveControllerName'], 24);
  1669.         $instance->addListener('kernel.response', [=> function () {
  1670.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1671.         }, => 'onResponse'], -255);
  1672.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1673.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1674.         }, => 'onControllerArguments'], 0);
  1675.         $instance->addListener('kernel.exception', [=> function () {
  1676.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1677.         }, => 'logKernelException'], 0);
  1678.         $instance->addListener('kernel.exception', [=> function () {
  1679.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1680.         }, => 'onKernelException'], -128);
  1681.         $instance->addListener('kernel.request', [=> function () {
  1682.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1683.         }, => 'onKernelRequest'], 15);
  1684.         $instance->addListener('kernel.finish_request', [=> function () {
  1685.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1686.         }, => 'onKernelFinishRequest'], -15);
  1687.         $instance->addListener('console.error', [=> function () {
  1688.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1689.         }, => 'onConsoleError'], -128);
  1690.         $instance->addListener('console.terminate', [=> function () {
  1691.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1692.         }, => 'onConsoleTerminate'], -128);
  1693.         $instance->addListener('console.error', [=> function () {
  1694.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1695.         }, => 'onConsoleError'], 0);
  1696.         $instance->addListener('kernel.request', [=> function () {
  1697.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1698.         }, => 'onKernelRequest'], 192);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  1701.         }, => 'onKernelResponse'], -128);
  1702.         $instance->addListener('kernel.request', [=> function () {
  1703.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1704.         }, => 'onKernelRequest'], 128);
  1705.         $instance->addListener('kernel.response', [=> function () {
  1706.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1707.         }, => 'onKernelResponse'], -1000);
  1708.         $instance->addListener('kernel.finish_request', [=> function () {
  1709.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1710.         }, => 'onFinishRequest'], 0);
  1711.         $instance->addListener('kernel.request', [=> function () {
  1712.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1713.         }, => 'onKernelRequest'], 48);
  1714.         $instance->addListener('kernel.response', [=> function () {
  1715.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1716.         }, => 'onKernelResponse'], -100);
  1717.         $instance->addListener('kernel.exception', [=> function () {
  1718.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1719.         }, => 'onKernelException'], 0);
  1720.         $instance->addListener('kernel.terminate', [=> function () {
  1721.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1722.         }, => 'onKernelTerminate'], -1024);
  1723.         $instance->addListener('kernel.controller', [=> function () {
  1724.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1725.         }, => 'onKernelController'], 0);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1728.         }, => 'onKernelResponse'], 0);
  1729.         $instance->addListener('kernel.request', [=> function () {
  1730.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1731.         }, => 'configure'], 2048);
  1732.         $instance->addListener('console.command', [=> function () {
  1733.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1734.         }, => 'configure'], 2048);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1737.         }, => 'onKernelRequest'], 32);
  1738.         $instance->addListener('kernel.finish_request', [=> function () {
  1739.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1740.         }, => 'onKernelFinishRequest'], 0);
  1741.         $instance->addListener('kernel.exception', [=> function () {
  1742.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1743.         }, => 'onKernelException'], -64);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1746.         }, => 'onKernelResponse'], 0);
  1747.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1748.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1749.         }, => 'onVoterVote'], 0);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1752.         }, => 'configureLogoutUrlGenerator'], 8);
  1753.         $instance->addListener('kernel.request', [=> function () {
  1754.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1755.         }, => 'onKernelRequest'], 8);
  1756.         $instance->addListener('kernel.finish_request', [=> function () {
  1757.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1758.         }, => 'onKernelFinishRequest'], 0);
  1759.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1760.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1761.         }, => 'onMessage'], 0);
  1762.         $instance->addListener('console.command', [=> function () {
  1763.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1764.         }, => 'onCommand'], 255);
  1765.         $instance->addListener('console.terminate', [=> function () {
  1766.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1767.         }, => 'onTerminate'], -255);
  1768.         $instance->addListener('kernel.exception', [=> function () {
  1769.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1770.         }, => 'onException'], 0);
  1771.         $instance->addListener('kernel.terminate', [=> function () {
  1772.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1773.         }, => 'onTerminate'], 0);
  1774.         $instance->addListener('console.error', [=> function () {
  1775.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1776.         }, => 'onException'], 0);
  1777.         $instance->addListener('console.terminate', [=> function () {
  1778.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1779.         }, => 'onTerminate'], 0);
  1780.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1781.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1782.         }, => 'onWorkerMessageHandled'], 0);
  1783.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1784.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1785.         }, => 'onWorkerMessageFailed'], 0);
  1786.         $instance->addListener('kernel.controller', [=> function () {
  1787.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] ?? $this->getControllerListenerService());
  1788.         }, => 'onKernelController'], 0);
  1789.         $instance->addListener('kernel.controller', [=> function () {
  1790.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'] ?? $this->getParamConverterListenerService());
  1791.         }, => 'onKernelController'], 0);
  1792.         $instance->addListener('kernel.controller', [=> function () {
  1793.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1794.         }, => 'onKernelController'], -128);
  1795.         $instance->addListener('kernel.view', [=> function () {
  1796.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1797.         }, => 'onKernelView'], 0);
  1798.         $instance->addListener('kernel.controller', [=> function () {
  1799.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1800.         }, => 'onKernelController'], 0);
  1801.         $instance->addListener('kernel.response', [=> function () {
  1802.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1803.         }, => 'onKernelResponse'], 0);
  1804.         $instance->addListener('kernel.controller', [=> function () {
  1805.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1806.         }, => 'onKernelController'], 0);
  1807.         $instance->addListener('kernel.controller', [=> function () {
  1808.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] ?? $this->getIsGrantedListenerService());
  1809.         }, => 'onKernelController'], 0);
  1810.         $instance->addListener('kernel.view', [=> function () {
  1811.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1812.         }, => 'onKernelView'], 30);
  1813.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1814.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1815.         }, => 'onImplicitLogin'], 0);
  1816.         $instance->addListener('security.interactive_login', [=> function () {
  1817.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1818.         }, => 'onSecurityInteractiveLogin'], 0);
  1819.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1820.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1821.         }, => 'authenticate'], 0);
  1822.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1823.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1824.         }, => 'authenticate'], 0);
  1825.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1826.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1827.         }, => 'authenticate'], 0);
  1828.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1829.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1830.         }, => 'addSuccessFlash'], 0);
  1831.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1832.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1833.         }, => 'addSuccessFlash'], 0);
  1834.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1835.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1836.         }, => 'addSuccessFlash'], 0);
  1837.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1838.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1839.         }, => 'addSuccessFlash'], 0);
  1840.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1841.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1842.         }, => 'addSuccessFlash'], 0);
  1843.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1844.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1845.         }, => 'addSuccessFlash'], 0);
  1846.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1847.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1848.         }, => 'addSuccessFlash'], 0);
  1849.         $instance->addListener('fos_user.registration.success', [=> function () {
  1850.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  1851.         }, => 'onRegistrationSuccess'], 0);
  1852.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1853.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1854.         }, => 'onResettingResetInitialize'], 0);
  1855.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1856.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1857.         }, => 'onResettingResetSuccess'], 0);
  1858.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1859.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1860.         }, => 'onResettingResetRequest'], 0);
  1861.         $instance->addListener('console.command', [=> function () {
  1862.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1863.         }, => 'configure'], 1024);
  1864.         $instance->addListener('kernel.response', [=> function () {
  1865.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1866.         }, => 'onKernelResponse'], -128);
  1867.         $instance->addListener('console.error', [=> function () {
  1868.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1869.         }, => 'onConsoleError'], 0);
  1870.         $instance->addListener('console.terminate', [=> function () {
  1871.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1872.         }, => 'onConsoleTerminate'], 0);
  1873.         $instance->addListener('knp_pager.before', [=> function () {
  1874.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1875.         }, => 'before'], 0);
  1876.         $instance->addListener('knp_pager.pagination', [=> function () {
  1877.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1878.         }, => 'pagination'], 0);
  1879.         $instance->addListener('knp_pager.before', [=> function () {
  1880.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1881.         }, => 'before'], 1);
  1882.         $instance->addListener('knp_pager.before', [=> function () {
  1883.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1884.         }, => 'before'], 1);
  1885.         $instance->addListener('knp_pager.pagination', [=> function () {
  1886.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1887.         }, => 'pagination'], 1);
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the public 'filesystem' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Filesystem\Filesystem
  1894.      */
  1895.     protected function getFilesystemService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  1898.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1899.     }
  1900.     /**
  1901.      * Gets the public 'form.factory' shared service.
  1902.      *
  1903.      * @return \Symfony\Component\Form\FormFactory
  1904.      */
  1905.     protected function getForm_FactoryService()
  1906.     {
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php';
  1909.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'form.type.file' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1915.      */
  1916.     protected function getForm_Type_FileService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php';
  1921.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1922.     }
  1923.     /**
  1924.      * Gets the public 'fos_js_routing.controller' shared service.
  1925.      *
  1926.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1927.      */
  1928.     protected function getFosJsRouting_ControllerService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1931.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1932.     }
  1933.     /**
  1934.      * Gets the public 'fos_js_routing.extractor' shared service.
  1935.      *
  1936.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1937.      */
  1938.     protected function getFosJsRouting_ExtractorService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1942.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1943.     }
  1944.     /**
  1945.      * Gets the public 'fos_js_routing.serializer' shared service.
  1946.      *
  1947.      * @return \Symfony\Component\Serializer\Serializer
  1948.      */
  1949.     protected function getFosJsRouting_SerializerService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  1955.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php';
  1961.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  1965.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> ($this->privates['fos_js_routing.normalizer.route_collection'] ?? ($this->privates['fos_js_routing.normalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer())), => ($this->privates['fos_js_routing.normalizer.routes_response'] ?? ($this->privates['fos_js_routing.normalizer.routes_response'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer())), => ($this->privates['fos_js_routing.denormalizer.route_collection'] ?? ($this->privates['fos_js_routing.denormalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()))], ['json' => ($this->privates['fos_js_routing.encoder'] ?? ($this->privates['fos_js_routing.encoder'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder()))]);
  1966.     }
  1967.     /**
  1968.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1969.      *
  1970.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  1971.      */
  1972.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1973.     {
  1974.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  1975.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistry(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  1976.     }
  1977.     /**
  1978.      * Gets the public 'fos_rest.view_handler' shared service.
  1979.      *
  1980.      * @return \FOS\RestBundle\View\ViewHandler
  1981.      */
  1982.     protected function getFosRest_ViewHandlerService()
  1983.     {
  1984.         $this->services['fos_rest.view_handler'] = $instance = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['jsonp' => false'json' => false'xml' => false'html' => true], 400204false, ['json' => 302'html' => 302'xml' => 302], 'php', ['serializeNullStrategy' => false], false);
  1985.         $instance->registerHandler('jsonp', [=> ($this->privates['fos_rest.view_handler.jsonp'] ?? ($this->privates['fos_rest.view_handler.jsonp'] = new \FOS\RestBundle\View\JsonpHandler('callback'))), => 'createResponse']);
  1986.         return $instance;
  1987.     }
  1988.     /**
  1989.      * Gets the public 'fos_user.change_password.controller' shared service.
  1990.      *
  1991.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1992.      */
  1993.     protected function getFosUser_ChangePassword_ControllerService()
  1994.     {
  1995.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  1999.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  2000.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2001.         $instance->setContainer($this);
  2002.         return $instance;
  2003.     }
  2004.     /**
  2005.      * Gets the public 'fos_user.profile.controller' shared service.
  2006.      *
  2007.      * @return \FOS\UserBundle\Controller\ProfileController
  2008.      */
  2009.     protected function getFosUser_Profile_ControllerService()
  2010.     {
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2016.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2017.         $instance->setContainer($this);
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the public 'fos_user.registration.controller' shared service.
  2022.      *
  2023.      * @return \FOS\UserBundle\Controller\RegistrationController
  2024.      */
  2025.     protected function getFosUser_Registration_ControllerService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2032.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2033.         $instance->setContainer($this);
  2034.         return $instance;
  2035.     }
  2036.     /**
  2037.      * Gets the public 'fos_user.resetting.controller' shared service.
  2038.      *
  2039.      * @return \FOS\UserBundle\Controller\ResettingController
  2040.      */
  2041.     protected function getFosUser_Resetting_ControllerService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2050.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.twig_swift'] ?? $this->getFosUser_Mailer_TwigSwiftService()), 7200);
  2051.         $instance->setContainer($this);
  2052.         return $instance;
  2053.     }
  2054.     /**
  2055.      * Gets the public 'fos_user.security.controller' shared service.
  2056.      *
  2057.      * @return \FOS\UserBundle\Controller\SecurityController
  2058.      */
  2059.     protected function getFosUser_Security_ControllerService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2066.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2067.         $instance->setContainer($this);
  2068.         return $instance;
  2069.     }
  2070.     /**
  2071.      * Gets the public 'fos_user.user_manager' shared service.
  2072.      *
  2073.      * @return \FOS\UserBundle\Doctrine\UserManager
  2074.      */
  2075.     protected function getFosUser_UserManagerService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2078.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2080.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'OceanExpertBundle\\Entity\\User');
  2081.     }
  2082.     /**
  2083.      * Gets the public 'http_kernel' shared service.
  2084.      *
  2085.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2086.      */
  2087.     protected function getHttpKernelService()
  2088.     {
  2089.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  2090.     }
  2091.     /**
  2092.      * Gets the public 'jms_serializer' shared service.
  2093.      *
  2094.      * @return \JMS\Serializer\Serializer
  2095.      */
  2096.     protected function getJmsSerializerService()
  2097.     {
  2098.         $this->services['jms_serializer'] = $instance = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService()), 'yml' => ($this->services['jms_serializer.yaml_serialization_visitor'] ?? $this->getJmsSerializer_YamlSerializationVisitorService())]), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_deserialization_visitor'] ?? $this->getJmsSerializer_XmlDeserializationVisitorService())]), ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), NULL, ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  2099.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2100.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2101.         return $instance;
  2102.     }
  2103.     /**
  2104.      * Gets the public 'jms_serializer.array_collection_handler' shared service.
  2105.      *
  2106.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  2107.      */
  2108.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  2109.     {
  2110.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php';
  2112.         return $this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  2113.     }
  2114.     /**
  2115.      * Gets the public 'jms_serializer.constraint_violation_handler' shared service.
  2116.      *
  2117.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  2118.      */
  2119.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ConstraintViolationHandler.php';
  2123.         return $this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  2124.     }
  2125.     /**
  2126.      * Gets the public 'jms_serializer.datetime_handler' shared service.
  2127.      *
  2128.      * @return \JMS\Serializer\Handler\DateHandler
  2129.      */
  2130.     protected function getJmsSerializer_DatetimeHandlerService()
  2131.     {
  2132.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/DateHandler.php';
  2134.         return $this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Berlin'true);
  2135.     }
  2136.     /**
  2137.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2138.      *
  2139.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2140.      */
  2141.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2142.     {
  2143.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2144.     }
  2145.     /**
  2146.      * Gets the public 'jms_serializer.doctrine_proxy_subscriber' shared service.
  2147.      *
  2148.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  2149.      */
  2150.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  2154.         return $this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  2155.     }
  2156.     /**
  2157.      * Gets the public 'jms_serializer.form_error_handler' shared service.
  2158.      *
  2159.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  2160.      */
  2161.     protected function getJmsSerializer_FormErrorHandlerService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  2165.         return $this->services['jms_serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(($this->privates['fos_rest.serializer.form_error_handler.inner'] ?? $this->getFosRest_Serializer_FormErrorHandler_InnerService()));
  2166.     }
  2167.     /**
  2168.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2169.      *
  2170.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  2171.      */
  2172.     protected function getJmsSerializer_HandlerRegistryService()
  2173.     {
  2174.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  2175.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistry(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  2176.     }
  2177.     /**
  2178.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  2179.      *
  2180.      * @return \JMS\Serializer\JsonDeserializationVisitor
  2181.      */
  2182.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  2183.     {
  2184.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2185.     }
  2186.     /**
  2187.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  2188.      *
  2189.      * @return \JMS\Serializer\JsonSerializationVisitor
  2190.      */
  2191.     protected function getJmsSerializer_JsonSerializationVisitorService()
  2192.     {
  2193.         $this->services['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\JsonSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  2194.         $instance->setOptions(1216);
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2199.      *
  2200.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  2201.      */
  2202.     protected function getJmsSerializer_MetadataDriverService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/DoctrineTypeDriver.php';
  2206.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(($this->privates['jms_serializer.metadata.chain_driver'] ?? $this->getJmsSerializer_Metadata_ChainDriverService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2207.     }
  2208.     /**
  2209.      * Gets the public 'jms_serializer.object_constructor' shared service.
  2210.      *
  2211.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  2212.      */
  2213.     protected function getJmsSerializer_ObjectConstructorService()
  2214.     {
  2215.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php';
  2216.         return $this->services['jms_serializer.object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  2217.     }
  2218.     /**
  2219.      * Gets the public 'jms_serializer.php_collection_handler' shared service.
  2220.      *
  2221.      * @return \JMS\Serializer\Handler\PhpCollectionHandler
  2222.      */
  2223.     protected function getJmsSerializer_PhpCollectionHandlerService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/PhpCollectionHandler.php';
  2227.         return $this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler();
  2228.     }
  2229.     /**
  2230.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2231.      *
  2232.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2233.      */
  2234.     protected function getJmsSerializer_SerializationContextFactoryService()
  2235.     {
  2236.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2237.     }
  2238.     /**
  2239.      * Gets the public 'jms_serializer.stopwatch_subscriber' shared service.
  2240.      *
  2241.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  2242.      */
  2243.     protected function getJmsSerializer_StopwatchSubscriberService()
  2244.     {
  2245.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  2247.         return $this->services['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2248.     }
  2249.     /**
  2250.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2251.      *
  2252.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2253.      */
  2254.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2255.     {
  2256.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeHelper.php';
  2257.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2258.     }
  2259.     /**
  2260.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  2261.      *
  2262.      * @return \JMS\Serializer\XmlDeserializationVisitor
  2263.      */
  2264.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  2265.     {
  2266.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2267.         $instance->setDoctypeWhitelist([]);
  2268.         return $instance;
  2269.     }
  2270.     /**
  2271.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  2272.      *
  2273.      * @return \JMS\Serializer\XmlSerializationVisitor
  2274.      */
  2275.     protected function getJmsSerializer_XmlSerializationVisitorService()
  2276.     {
  2277.         $this->services['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\XmlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  2278.         $instance->setFormatOutput(true);
  2279.         return $instance;
  2280.     }
  2281.     /**
  2282.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  2283.      *
  2284.      * @return \JMS\Serializer\YamlSerializationVisitor
  2285.      */
  2286.     protected function getJmsSerializer_YamlSerializationVisitorService()
  2287.     {
  2288.         return $this->services['jms_serializer.yaml_serialization_visitor'] = new \JMS\Serializer\YamlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  2289.     }
  2290.     /**
  2291.      * Gets the public 'knp_paginator' shared service.
  2292.      *
  2293.      * @return \Knp\Component\Pager\Paginator
  2294.      */
  2295.     protected function getKnpPaginatorService($lazyLoad true)
  2296.     {
  2297.         if ($lazyLoad) {
  2298.             return $this->services['knp_paginator'] = $this->createProxy('Paginator_f262b94', function () {
  2299.                 return \Paginator_f262b94::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2300.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2301.                     $proxy->setProxyInitializer(null);
  2302.                     return true;
  2303.                 });
  2304.             });
  2305.         }
  2306.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2307.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  2308.         return $instance;
  2309.     }
  2310.     /**
  2311.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2312.      *
  2313.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2314.      */
  2315.     protected function getLexikJwtAuthentication_EncoderService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2320.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  2321.     }
  2322.     /**
  2323.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2324.      *
  2325.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2326.      */
  2327.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2331.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  2332.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  2333.         }, 1));
  2334.         $instance->setName('lexik:jwt:generate-token');
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2339.      *
  2340.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2341.      */
  2342.     protected function getLexikJwtAuthentication_JwtManagerService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2346.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2347.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  2349.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username', ($this->privates['lexik_jwt_authentication.payload_enrichment'] ?? ($this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]))));
  2350.         $instance->setUserIdentityField('username'false);
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2355.      *
  2356.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2357.      */
  2358.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2361.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2362.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2364.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  2365.     }
  2366.     /**
  2367.      * Gets the public 'profiler' shared service.
  2368.      *
  2369.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2370.      */
  2371.     protected function getProfilerService()
  2372.     {
  2373.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  2374.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2375.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  2376.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  2377.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  2378.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  2379.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2380.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  2381.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  2382.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  2383.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2384.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  2385.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  2386.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  2387.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  2388.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  2389.         $instance->add(($this->privates['swiftmailer.data_collector'] ?? ($this->privates['swiftmailer.data_collector'] = new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this))));
  2390.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2391.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  2392.         return $instance;
  2393.     }
  2394.     /**
  2395.      * Gets the public 'request_stack' shared service.
  2396.      *
  2397.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2398.      */
  2399.     protected function getRequestStackService()
  2400.     {
  2401.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2402.     }
  2403.     /**
  2404.      * Gets the public 'router' shared service.
  2405.      *
  2406.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2407.      */
  2408.     protected function getRouterService()
  2409.     {
  2410.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2411.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2412.         ], [
  2413.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2414.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), $this->getEnv('APP_LOCALE'));
  2415.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the public 'routing.loader' shared service.
  2420.      *
  2421.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2422.      */
  2423.     protected function getRouting_LoaderService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php';
  2428.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php';
  2429.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), [], ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))));
  2430.     }
  2431.     /**
  2432.      * Gets the public 'security.authentication_utils' shared service.
  2433.      *
  2434.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2435.      */
  2436.     protected function getSecurity_AuthenticationUtilsService()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php';
  2439.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2440.     }
  2441.     /**
  2442.      * Gets the public 'security.authorization_checker' shared service.
  2443.      *
  2444.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2445.      */
  2446.     protected function getSecurity_AuthorizationCheckerService()
  2447.     {
  2448.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2449.     }
  2450.     /**
  2451.      * Gets the public 'security.csrf.token_manager' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2454.      */
  2455.     protected function getSecurity_Csrf_TokenManagerService()
  2456.     {
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2461.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2462.     }
  2463.     /**
  2464.      * Gets the public 'security.password_encoder' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2467.      */
  2468.     protected function getSecurity_PasswordEncoderService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php';
  2472.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2473.     }
  2474.     /**
  2475.      * Gets the public 'security.token_storage' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2478.      */
  2479.     protected function getSecurity_TokenStorageService()
  2480.     {
  2481.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2482.             'session' => ['services''session''getSessionService'false],
  2483.         ], [
  2484.             'session' => '?',
  2485.         ]));
  2486.     }
  2487.     /**
  2488.      * Gets the public 'services_resetter' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2491.      */
  2492.     protected function getServicesResetterService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php';
  2495.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2496.             if (isset($this->services['cache.app'])) {
  2497.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2498.             }
  2499.             if (isset($this->services['cache.system'])) {
  2500.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2501.             }
  2502.             if (isset($this->privates['cache.validator'])) {
  2503.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2504.             }
  2505.             if (isset($this->privates['cache.serializer'])) {
  2506.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2507.             }
  2508.             if (isset($this->privates['cache.annotations'])) {
  2509.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2510.             }
  2511.             if (isset($this->privates['cache.property_info'])) {
  2512.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2513.             }
  2514.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2515.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2516.             }
  2517.             if (isset($this->services['profiler'])) {
  2518.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2519.             }
  2520.             if (isset($this->services['validator'])) {
  2521.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2522.             }
  2523.             if (isset($this->privates['debug.stopwatch'])) {
  2524.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2525.             }
  2526.             if (isset($this->services['event_dispatcher'])) {
  2527.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2528.             }
  2529.             if (isset($this->services['security.token_storage'])) {
  2530.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2531.             }
  2532.             if (isset($this->privates['cache.security_expression_language'])) {
  2533.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2534.             }
  2535.             if (isset($this->privates['twig.form.engine'])) {
  2536.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2537.             }
  2538.             if (isset($this->privates['monolog.handler.main'])) {
  2539.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2540.             }
  2541.             if (isset($this->privates['monolog.handler.console'])) {
  2542.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2543.             }
  2544.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2545.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2546.             }
  2547.             if (isset($this->services['doctrine'])) {
  2548.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2549.             }
  2550.             if (isset($this->privates['form.type.entity'])) {
  2551.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2552.             }
  2553.             if (false) {
  2554.                 yield 'fos_rest.view_handler.default' => null;
  2555.             }
  2556.         }, function () {
  2557.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (false);
  2558.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset']]);
  2559.     }
  2560.     /**
  2561.      * Gets the public 'session' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2564.      */
  2565.     protected function getSessionService()
  2566.     {
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php';
  2568.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php';
  2569.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.mock_file'] ?? $this->getSession_Storage_MockFileService()));
  2570.     }
  2571.     /**
  2572.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2573.      *
  2574.      * @return \Swift_Mailer
  2575.      */
  2576.     protected function getSwiftmailer_Mailer_DefaultService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2579.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  2580.     }
  2581.     /**
  2582.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2583.      *
  2584.      * @return \Swift_Plugins_MessageLogger
  2585.      */
  2586.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2587.     {
  2588.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2591.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2592.     }
  2593.     /**
  2594.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  2595.      *
  2596.      * @return \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport
  2597.      */
  2598.     protected function getSwiftmailer_Mailer_Default_TransportService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer/Accord/MandrillSwiftMailer/SwiftMailer/MandrillTransport.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2607.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport(($this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] ?? ($this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] = new \Swift_Events_SimpleEventDispatcher())));
  2608.         $instance->setApiKey('YqyQydC8dO6JgwE7fXr8vg');
  2609.         $instance->setAsync(false);
  2610.         $instance->setSubAccount(NULL);
  2611.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2612.         return $instance;
  2613.     }
  2614.     /**
  2615.      * Gets the public 'templating' shared service.
  2616.      *
  2617.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  2618.      *
  2619.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  2620.      */
  2621.     protected function getTemplatingService()
  2622.     {
  2623.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  2624.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2625.     }
  2626.     /**
  2627.      * Gets the public 'templating.loader' shared service.
  2628.      *
  2629.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  2630.      *
  2631.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2632.      */
  2633.     protected function getTemplating_LoaderService()
  2634.     {
  2635.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2636.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'test.client' service.
  2640.      *
  2641.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  2642.      */
  2643.     protected function getTest_ClientService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/Client.php';
  2646.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/AbstractBrowser.php';
  2647.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Client.php';
  2648.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php';
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Client.php';
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php';
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php';
  2653.         return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  2654.     }
  2655.     /**
  2656.      * Gets the public 'test.private_services_locator' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2659.      */
  2660.     protected function getTest_PrivateServicesLocatorService()
  2661.     {
  2662.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2663.             'Doctrine\\Bundle\\DoctrineBundle\\Registry' => ['services''doctrine''getDoctrineService'false],
  2664.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2665.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2666.             'Doctrine\\Common\\Persistence\\ObjectManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2667.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2668.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2669.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2670.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  2671.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  2672.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2673.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  2674.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  2675.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  2676.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  2677.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  2678.             'JMS\\Serializer\\ArrayTransformerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  2679.             'JMS\\Serializer\\SerializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  2680.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  2681.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  2682.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  2683.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  2684.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  2685.             'OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand''getCheckMandrillForEmailStatusCommandService'false],
  2686.             'OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand''getCheckMandrillForWebhooksCommandService'false],
  2687.             'OceanExpertBundle\\Command\\CleanupDatabaseCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand''getCleanupDatabaseCommandService'false],
  2688.             'OceanExpertBundle\\Command\\CleanupEventsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand''getCleanupEventsCommandService'false],
  2689.             'OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand''getCleanupFOSUsersCommandService'false],
  2690.             'OceanExpertBundle\\Command\\CreateSitemapsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand''getCreateSitemapsCommandService'false],
  2691.             'OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand''getProcessQueuedMailFilesCommandService'false],
  2692.             'OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand''getReportGroupInactiveMembersCommandService'false],
  2693.             'OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand''getReportRejectedMailsCommandService'false],
  2694.             'OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => ['services''console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand''getSendEmailsToMandrillCommandService'false],
  2695.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  2696.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  2697.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  2698.             'OceanExpertBundle\\Repository\\SearegionsRepository' => ['privates''OceanExpertBundle\\Repository\\SearegionsRepository''getSearegionsRepositoryService'false],
  2699.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  2700.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  2701.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  2702.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2703.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  2704.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  2705.             'Psr\\Log\\LoggerInterface $debugLogger' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  2706.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  2707.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  2708.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  2709.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  2710.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  2711.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  2712.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  2713.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener''getControllerListenerService'false],
  2714.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener''getHttpCacheListenerService'false],
  2715.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener''getIsGrantedListenerService'false],
  2716.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener''getParamConverterListenerService'false],
  2717.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener''getSecurityListenerService'false],
  2718.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener''getTemplateListenerService'false],
  2719.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter''getDateTimeParamConverterService'false],
  2720.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter''getDoctrineParamConverterService'false],
  2721.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager''getParamConverterManagerService'false],
  2722.             'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader''getAnnotatedRouteControllerLoaderService'false],
  2723.             'Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage''getExpressionLanguageService'false],
  2724.             'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser''getTemplateGuesserService'false],
  2725.             'Swift_Mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  2726.             'Swift_Transport' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  2727.             'Symfony\\Bridge\\Doctrine\\RegistryInterface' => ['services''doctrine''getDoctrineService'false],
  2728.             'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface' => ['services''templating''getTemplatingService'false],
  2729.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  2730.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  2731.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  2732.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2733.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  2734.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  2735.             'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => ['privates''Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage''getExpressionLanguage2Service'false],
  2736.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''filesystem''getFilesystemService'false],
  2737.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''form.factory''getForm_FactoryService'false],
  2738.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  2739.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  2740.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  2741.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''session''getSessionService'false],
  2742.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  2743.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  2744.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  2745.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  2746.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  2747.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  2748.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  2749.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  2750.             'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => ['privates''Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader''getAnnotationDirectoryLoaderService'false],
  2751.             'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => ['privates''Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader''getAnnotationFileLoaderService'false],
  2752.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  2753.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  2754.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  2755.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  2756.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  2757.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2758.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  2759.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2760.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  2761.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  2762.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  2763.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  2764.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  2765.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2766.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  2767.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  2768.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  2769.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2770.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  2771.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  2772.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  2773.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  2774.             'Symfony\\Component\\Templating\\EngineInterface' => ['services''templating''getTemplatingService'false],
  2775.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  2776.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  2777.             'Symfony\\Component\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2778.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  2779.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''validator''getValidatorService'false],
  2780.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  2781.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  2782.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  2783.             'Twig\\Environment' => ['services''twig''getTwigService'false],
  2784.             'Twig_Environment' => ['services''twig''getTwigService'false],
  2785.             'accord_mandrill' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  2786.             'acme_api.event.jwt_created_listener' => ['privates''acme_api.event.jwt_created_listener''getAcmeApi_Event_JwtCreatedListenerService'false],
  2787.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2788.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  2789.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  2790.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2791.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  2792.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  2793.             'app.byte_conversion.twig.extension' => ['privates''app.byte_conversion.twig.extension''getApp_ByteConversion_Twig_ExtensionService'false],
  2794.             'app.file.twig.extension' => ['privates''app.file.twig.extension''getApp_File_Twig_ExtensionService'false],
  2795.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  2796.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  2797.             'argument_resolver.controller_locator' => ['privates''.service_locator.MgYswwz''get_ServiceLocator_MgYswwzService'false],
  2798.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  2799.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  2800.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  2801.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  2802.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  2803.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  2804.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  2805.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  2806.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  2807.             'assets.empty_version_strategy' => ['privates''assets.empty_version_strategy''getAssets_EmptyVersionStrategyService'false],
  2808.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  2809.             'cache.annotations' => ['privates''cache.annotations''getCache_AnnotationsService'false],
  2810.             'cache.annotations.recorder_inner' => ['privates''cache.annotations.recorder_inner''getCache_Annotations_RecorderInnerService'false],
  2811.             'cache.app.recorder_inner' => ['privates''cache.app.recorder_inner''getCache_App_RecorderInnerService'false],
  2812.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  2813.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  2814.             'cache.default_pdo_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  2815.             'cache.doctrine.orm.default.metadata' => ['privates''cache.doctrine.orm.default.metadata''getCache_Doctrine_Orm_Default_MetadataService'false],
  2816.             'cache.doctrine.orm.default.metadata.recorder_inner' => ['privates''cache.doctrine.orm.default.metadata.recorder_inner''getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService'false],
  2817.             'cache.doctrine.orm.default.query' => ['privates''cache.doctrine.orm.default.query''getCache_Doctrine_Orm_Default_QueryService'false],
  2818.             'cache.doctrine.orm.default.query.recorder_inner' => ['privates''cache.doctrine.orm.default.query.recorder_inner''getCache_Doctrine_Orm_Default_Query_RecorderInnerService'false],
  2819.             'cache.doctrine.orm.default.result' => ['privates''cache.doctrine.orm.default.result''getCache_Doctrine_Orm_Default_ResultService'false],
  2820.             'cache.doctrine.orm.default.result.recorder_inner' => ['privates''cache.doctrine.orm.default.result.recorder_inner''getCache_Doctrine_Orm_Default_Result_RecorderInnerService'false],
  2821.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  2822.             'cache.property_info' => ['privates''cache.property_info''getCache_PropertyInfoService'false],
  2823.             'cache.property_info.recorder_inner' => ['privates''cache.property_info.recorder_inner''getCache_PropertyInfo_RecorderInnerService'false],
  2824.             'cache.security_expression_language' => ['privates''cache.security_expression_language''getCache_SecurityExpressionLanguageService'false],
  2825.             'cache.security_expression_language.recorder_inner' => ['privates''cache.security_expression_language.recorder_inner''getCache_SecurityExpressionLanguage_RecorderInnerService'false],
  2826.             'cache.serializer' => ['privates''cache.serializer''getCache_SerializerService'false],
  2827.             'cache.serializer.recorder_inner' => ['privates''cache.serializer.recorder_inner''getCache_Serializer_RecorderInnerService'false],
  2828.             'cache.system.recorder_inner' => ['privates''cache.system.recorder_inner''getCache_System_RecorderInnerService'false],
  2829.             'cache.validator' => ['privates''cache.validator''getCache_ValidatorService'false],
  2830.             'cache.validator.recorder_inner' => ['privates''cache.validator.recorder_inner''getCache_Validator_RecorderInnerService'false],
  2831.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  2832.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  2833.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  2834.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  2835.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  2836.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  2837.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  2838.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  2839.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  2840.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  2841.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  2842.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  2843.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  2844.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  2845.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  2846.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  2847.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  2848.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  2849.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  2850.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  2851.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  2852.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  2853.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  2854.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  2855.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2856.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2857.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2858.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2859.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2860.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  2861.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  2862.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2863.             'controller_name_converter' => ['privates''.legacy_controller_name_converter''get_LegacyControllerNameConverterService'false],
  2864.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  2865.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  2866.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  2867.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  2868.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  2869.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  2870.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  2871.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  2872.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  2873.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  2874.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  2875.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  2876.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  2877.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  2878.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  2879.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  2880.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  2881.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  2882.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  2883.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  2884.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  2885.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  2886.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  2887.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  2888.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  2889.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  2890.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  2891.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  2892.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  2893.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  2894.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  2895.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  2896.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  2897.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  2898.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  2899.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  2900.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  2901.             'debug.dump_listener' => ['privates''debug.dump_listener''getDebug_DumpListenerService'false],
  2902.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2903.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  2904.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  2905.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  2906.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  2907.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  2908.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  2909.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  2910.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  2911.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  2912.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  2913.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  2914.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  2915.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  2916.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  2917.             'debug.validator' => ['services''validator''getValidatorService'false],
  2918.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  2919.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  2920.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  2921.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2922.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2923.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2924.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2925.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2926.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2927.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2928.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2929.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2930.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  2931.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  2932.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2933.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2934.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  2935.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  2936.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  2937.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2938.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  2939.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2940.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2941.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2942.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  2943.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  2944.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  2945.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  2946.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  2947.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  2948.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  2949.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  2950.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  2951.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService'false],
  2952.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.query''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService'false],
  2953.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.result''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService'false],
  2954.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  2955.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  2956.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  2957.             'doctrine.orm.default_entity_listener_resolver' => ['privates''doctrine.orm.default_entity_listener_resolver''getDoctrine_Orm_DefaultEntityListenerResolverService'false],
  2958.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  2959.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  2960.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2961.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  2962.             'doctrine.orm.default_metadata_cache' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService'false],
  2963.             'doctrine.orm.default_metadata_driver' => ['privates''doctrine.orm.default_metadata_driver''getDoctrine_Orm_DefaultMetadataDriverService'false],
  2964.             'doctrine.orm.default_query_cache' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.query''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService'false],
  2965.             'doctrine.orm.default_result_cache' => ['privates''doctrine.orm.cache.provider.cache.doctrine.orm.default.result''getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService'false],
  2966.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => ['privates''doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager''getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'false],
  2967.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  2968.             'doctrine.orm.naming_strategy.underscore_number_aware' => ['privates''doctrine.orm.naming_strategy.underscore_number_aware''getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService'false],
  2969.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  2970.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  2971.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  2972.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  2973.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2974.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2975.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2976.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2977.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2978.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2979.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  2980.             'doctrine_cache.contains_command' => ['services''console.command.public_alias.doctrine_cache.contains_command''getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService'false],
  2981.             'doctrine_cache.delete_command' => ['services''console.command.public_alias.doctrine_cache.delete_command''getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService'false],
  2982.             'doctrine_cache.flush_command' => ['services''console.command.public_alias.doctrine_cache.flush_command''getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService'false],
  2983.             'doctrine_cache.stats_command' => ['services''console.command.public_alias.doctrine_cache.stats_command''getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService'false],
  2984.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2985.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2986.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2987.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2988.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2989.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2990.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2991.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2992.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2993.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2994.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2995.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2996.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2997.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  2998.             'error_renderer' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  2999.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3000.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  3001.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  3002.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3003.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  3004.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  3005.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  3006.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  3007.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3008.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  3009.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  3010.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  3011.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3012.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3013.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  3014.             'form.type_extension.csrf' => ['privates''form.type_extension.csrf''getForm_TypeExtension_CsrfService'false],
  3015.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  3016.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  3017.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  3018.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  3019.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  3020.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  3021.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  3022.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  3023.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  3024.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  3025.             'fos_js_routing.denormalizer.route_collection' => ['privates''fos_js_routing.denormalizer.route_collection''getFosJsRouting_Denormalizer_RouteCollectionService'false],
  3026.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  3027.             'fos_js_routing.encoder' => ['privates''fos_js_routing.encoder''getFosJsRouting_EncoderService'false],
  3028.             'fos_js_routing.normalizer.route_collection' => ['privates''fos_js_routing.normalizer.route_collection''getFosJsRouting_Normalizer_RouteCollectionService'false],
  3029.             'fos_js_routing.normalizer.routes_response' => ['privates''fos_js_routing.normalizer.routes_response''getFosJsRouting_Normalizer_RoutesResponseService'false],
  3030.             'fos_js_routing.router' => ['services''router''getRouterService'false],
  3031.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  3032.             'fos_rest.body_listener' => ['privates''fos_rest.body_listener''getFosRest_BodyListenerService'false],
  3033.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  3034.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  3035.             'fos_rest.decoder_provider' => ['privates''fos_rest.decoder_provider''getFosRest_DecoderProviderService'false],
  3036.             'fos_rest.format_listener' => ['privates''fos_rest.format_listener''getFosRest_FormatListenerService'false],
  3037.             'fos_rest.format_negotiator' => ['privates''fos_rest.format_negotiator''getFosRest_FormatNegotiatorService'false],
  3038.             'fos_rest.inflector' => ['privates''fos_rest.inflector.doctrine''getFosRest_Inflector_DoctrineService'false],
  3039.             'fos_rest.inflector.doctrine' => ['privates''fos_rest.inflector.doctrine''getFosRest_Inflector_DoctrineService'false],
  3040.             'fos_rest.mime_type_listener' => ['privates''fos_rest.mime_type_listener''getFosRest_MimeTypeListenerService'false],
  3041.             'fos_rest.param_fetcher_listener' => ['privates''fos_rest.param_fetcher_listener''getFosRest_ParamFetcherListenerService'false],
  3042.             'fos_rest.request.param_fetcher' => ['privates''fos_rest.request.param_fetcher''getFosRest_Request_ParamFetcherService'false],
  3043.             'fos_rest.request.param_fetcher.reader' => ['privates''fos_rest.request.param_fetcher.reader''getFosRest_Request_ParamFetcher_ReaderService'false],
  3044.             'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' => ['privates''fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386''getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service'false],
  3045.             'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' => ['privates''fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478''getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service'false],
  3046.             'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' => ['privates''fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c''getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService'false],
  3047.             'fos_rest.router' => ['services''router''getRouterService'false],
  3048.             'fos_rest.routing.loader.controller' => ['privates''fos_rest.routing.loader.controller''getFosRest_Routing_Loader_ControllerService'false],
  3049.             'fos_rest.routing.loader.directory' => ['privates''fos_rest.routing.loader.directory''getFosRest_Routing_Loader_DirectoryService'false],
  3050.             'fos_rest.routing.loader.processor' => ['privates''fos_rest.routing.loader.processor''getFosRest_Routing_Loader_ProcessorService'false],
  3051.             'fos_rest.routing.loader.reader.action' => ['privates''fos_rest.routing.loader.reader.action''getFosRest_Routing_Loader_Reader_ActionService'false],
  3052.             'fos_rest.routing.loader.reader.controller' => ['privates''fos_rest.routing.loader.reader.controller''getFosRest_Routing_Loader_Reader_ControllerService'false],
  3053.             'fos_rest.routing.loader.xml_collection' => ['privates''fos_rest.routing.loader.xml_collection''getFosRest_Routing_Loader_XmlCollectionService'false],
  3054.             'fos_rest.routing.loader.yaml_collection' => ['privates''fos_rest.routing.loader.yaml_collection''getFosRest_Routing_Loader_YamlCollectionService'false],
  3055.             'fos_rest.serializer' => ['privates''fos_rest.serializer.jms''getFosRest_Serializer_JmsService'false],
  3056.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  3057.             'fos_rest.serializer.form_error_handler.inner' => ['privates''fos_rest.serializer.form_error_handler.inner''getFosRest_Serializer_FormErrorHandler_InnerService'false],
  3058.             'fos_rest.serializer.jms' => ['privates''fos_rest.serializer.jms''getFosRest_Serializer_JmsService'false],
  3059.             'fos_rest.templating' => ['services''templating''getTemplatingService'false],
  3060.             'fos_rest.versioning.chain_resolver' => ['privates''fos_rest.versioning.chain_resolver''getFosRest_Versioning_ChainResolverService'false],
  3061.             'fos_rest.versioning.exclusion_listener' => ['privates''fos_rest.versioning.exclusion_listener''getFosRest_Versioning_ExclusionListenerService'false],
  3062.             'fos_rest.versioning.listener' => ['privates''fos_rest.versioning.listener''getFosRest_Versioning_ListenerService'false],
  3063.             'fos_rest.view_handler.jsonp' => ['privates''fos_rest.view_handler.jsonp''getFosRest_ViewHandler_JsonpService'false],
  3064.             'fos_rest.view_response_listener' => ['privates''fos_rest.view_response_listener''getFosRest_ViewResponseListenerService'false],
  3065.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  3066.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  3067.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  3068.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  3069.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  3070.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  3071.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  3072.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  3073.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  3074.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  3075.             'fos_user.listener.email_confirmation' => ['privates''fos_user.listener.email_confirmation''getFosUser_Listener_EmailConfirmationService'false],
  3076.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  3077.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  3078.             'fos_user.mailer' => ['privates''fos_user.mailer.twig_swift''getFosUser_Mailer_TwigSwiftService'false],
  3079.             'fos_user.mailer.twig_swift' => ['privates''fos_user.mailer.twig_swift''getFosUser_Mailer_TwigSwiftService'false],
  3080.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  3081.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  3082.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  3083.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3084.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  3085.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  3086.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  3087.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  3088.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  3089.             'fos_user.session' => ['services''session''getSessionService'false],
  3090.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  3091.             'fos_user.user_manager.default' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3092.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3093.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  3094.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  3095.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  3096.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3097.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3098.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  3099.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3100.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3101.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  3102.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  3103.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  3104.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  3105.             'fragment.listener' => ['privates''fragment.listener''getFragment_ListenerService'false],
  3106.             'fragment.renderer.hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  3107.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  3108.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  3109.             'jms_serializer.accessor_strategy' => ['privates''jms_serializer.accessor_strategy.expression''getJmsSerializer_AccessorStrategy_ExpressionService'false],
  3110.             'jms_serializer.accessor_strategy.default' => ['privates''jms_serializer.accessor_strategy.default''getJmsSerializer_AccessorStrategy_DefaultService'false],
  3111.             'jms_serializer.accessor_strategy.expression' => ['privates''jms_serializer.accessor_strategy.expression''getJmsSerializer_AccessorStrategy_ExpressionService'false],
  3112.             'jms_serializer.cache_naming_strategy' => ['privates''jms_serializer.cache_naming_strategy''getJmsSerializer_CacheNamingStrategyService'false],
  3113.             'jms_serializer.camel_case_naming_strategy' => ['privates''jms_serializer.camel_case_naming_strategy''getJmsSerializer_CamelCaseNamingStrategyService'false],
  3114.             'jms_serializer.configured_deserialization_context_factory' => ['services''jms_serializer.deserialization_context_factory''getJmsSerializer_DeserializationContextFactoryService'false],
  3115.             'jms_serializer.configured_serialization_context_factory' => ['services''jms_serializer.serialization_context_factory''getJmsSerializer_SerializationContextFactoryService'false],
  3116.             'jms_serializer.doctrine_object_constructor' => ['services''jms_serializer.object_constructor''getJmsSerializer_ObjectConstructorService'false],
  3117.             'jms_serializer.event_dispatcher' => ['privates''jms_serializer.event_dispatcher''getJmsSerializer_EventDispatcherService'false],
  3118.             'jms_serializer.expression_evaluator' => ['privates''jms_serializer.expression_evaluator''getJmsSerializer_ExpressionEvaluatorService'false],
  3119.             'jms_serializer.expression_language' => ['privates''jms_serializer.expression_language''getJmsSerializer_ExpressionLanguageService'false],
  3120.             'jms_serializer.expression_language.function_provider' => ['privates''jms_serializer.expression_language.function_provider''getJmsSerializer_ExpressionLanguage_FunctionProviderService'false],
  3121.             'jms_serializer.handler_registry' => ['services''fos_rest.serializer.jms_handler_registry''getFosRest_Serializer_JmsHandlerRegistryService'false],
  3122.             'jms_serializer.metadata.annotation_driver' => ['privates''jms_serializer.metadata.annotation_driver''getJmsSerializer_Metadata_AnnotationDriverService'false],
  3123.             'jms_serializer.metadata.cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  3124.             'jms_serializer.metadata.cache.file_cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  3125.             'jms_serializer.metadata.chain_driver' => ['privates''jms_serializer.metadata.chain_driver''getJmsSerializer_Metadata_ChainDriverService'false],
  3126.             'jms_serializer.metadata.doctrine_type_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  3127.             'jms_serializer.metadata.file_locator' => ['privates''jms_serializer.metadata.file_locator''getJmsSerializer_Metadata_FileLocatorService'false],
  3128.             'jms_serializer.metadata.lazy_loading_driver' => ['privates''jms_serializer.metadata.lazy_loading_driver''getJmsSerializer_Metadata_LazyLoadingDriverService'false],
  3129.             'jms_serializer.metadata.php_driver' => ['privates''jms_serializer.metadata.php_driver''getJmsSerializer_Metadata_PhpDriverService'false],
  3130.             'jms_serializer.metadata.xml_driver' => ['privates''jms_serializer.metadata.xml_driver''getJmsSerializer_Metadata_XmlDriverService'false],
  3131.             'jms_serializer.metadata.yaml_driver' => ['privates''jms_serializer.metadata.yaml_driver''getJmsSerializer_Metadata_YamlDriverService'false],
  3132.             'jms_serializer.metadata_factory' => ['privates''jms_serializer.metadata_factory''getJmsSerializer_MetadataFactoryService'false],
  3133.             'jms_serializer.naming_strategy' => ['privates''jms_serializer.cache_naming_strategy''getJmsSerializer_CacheNamingStrategyService'false],
  3134.             'jms_serializer.serialized_name_annotation_strategy' => ['privates''jms_serializer.serialized_name_annotation_strategy''getJmsSerializer_SerializedNameAnnotationStrategyService'false],
  3135.             'jms_serializer.serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  3136.             'jms_serializer.twig_extension.serializer' => ['privates''jms_serializer.twig_extension.serializer''getJmsSerializer_TwigExtension_SerializerService'false],
  3137.             'jms_serializer.unserialize_object_constructor' => ['privates''jms_serializer.unserialize_object_constructor''getJmsSerializer_UnserializeObjectConstructorService'false],
  3138.             'jwt_token_authenticator' => ['privates''jwt_token_authenticator''getJwtTokenAuthenticatorService'false],
  3139.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  3140.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  3141.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  3142.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  3143.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  3144.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  3145.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  3146.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  3147.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  3148.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  3149.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  3150.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  3151.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  3152.             'lexik_jwt_authentication.payload_enrichment' => ['privates''lexik_jwt_authentication.payload_enrichment''getLexikJwtAuthentication_PayloadEnrichmentService'false],
  3153.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  3154.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  3155.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3156.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  3157.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  3158.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  3159.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  3160.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  3161.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  3162.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  3163.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  3164.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  3165.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  3166.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  3167.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  3168.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  3169.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  3170.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  3171.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  3172.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  3173.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  3174.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  3175.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  3176.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  3177.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  3178.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  3179.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  3180.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  3181.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  3182.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  3183.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  3184.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  3185.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  3186.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  3187.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  3188.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  3189.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  3190.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  3191.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  3192.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  3193.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  3194.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  3195.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  3196.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  3197.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  3198.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  3199.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  3200.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  3201.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  3202.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  3203.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  3204.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  3205.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  3206.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  3207.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  3208.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  3209.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  3210.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  3211.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  3212.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  3213.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  3214.             'monolog.handler.console' => ['privates''monolog.handler.console''getMonolog_Handler_ConsoleService'false],
  3215.             'monolog.handler.main' => ['privates''monolog.handler.main''getMonolog_Handler_MainService'false],
  3216.             'monolog.handler.null_internal' => ['privates''monolog.handler.null_internal''getMonolog_Handler_NullInternalService'false],
  3217.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3218.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  3219.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  3220.             'monolog.logger.debug' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  3221.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  3222.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  3223.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  3224.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  3225.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  3226.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  3227.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  3228.             'monolog.processor.psr_log_message' => ['privates''monolog.processor.psr_log_message''getMonolog_Processor_PsrLogMessageService'false],
  3229.             'nelmio_cors.cors_listener' => ['privates''nelmio_cors.cors_listener''getNelmioCors_CorsListenerService'false],
  3230.             'nelmio_cors.options_provider.config' => ['privates''nelmio_cors.options_provider.config''getNelmioCors_OptionsProvider_ConfigService'false],
  3231.             'nelmio_cors.options_resolver' => ['privates''nelmio_cors.options_resolver''getNelmioCors_OptionsResolverService'false],
  3232.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3233.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  3234.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  3235.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  3236.             'resolve_controller_name_subscriber' => ['privates''.legacy_resolve_controller_name_subscriber''get_LegacyResolveControllerNameSubscriberService'false],
  3237.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  3238.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  3239.             'router.default' => ['services''router''getRouterService'false],
  3240.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  3241.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  3242.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  3243.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  3244.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  3245.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  3246.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  3247.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  3248.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  3249.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  3250.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  3251.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  3252.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  3253.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  3254.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  3255.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  3256.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  3257.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  3258.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  3259.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  3260.             'security.authentication.failure_handler.api_login.form_login' => ['privates''security.authentication.failure_handler.api_login.form_login''getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService'false],
  3261.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  3262.             'security.authentication.form_entry_point.api_login' => ['privates''security.authentication.form_entry_point.api_login''getSecurity_Authentication_FormEntryPoint_ApiLoginService'false],
  3263.             'security.authentication.form_entry_point.main' => ['privates''security.authentication.form_entry_point.main''getSecurity_Authentication_FormEntryPoint_MainService'false],
  3264.             'security.authentication.guard_handler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  3265.             'security.authentication.listener.anonymous.api' => ['privates''security.authentication.listener.anonymous.api''getSecurity_Authentication_Listener_Anonymous_ApiService'false],
  3266.             'security.authentication.listener.anonymous.api_login' => ['privates''security.authentication.listener.anonymous.api_login''getSecurity_Authentication_Listener_Anonymous_ApiLoginService'false],
  3267.             'security.authentication.listener.anonymous.main' => ['privates''security.authentication.listener.anonymous.main''getSecurity_Authentication_Listener_Anonymous_MainService'false],
  3268.             'security.authentication.listener.form.api_login' => ['privates''security.authentication.listener.form.api_login''getSecurity_Authentication_Listener_Form_ApiLoginService'false],
  3269.             'security.authentication.listener.form.main' => ['privates''security.authentication.listener.form.main''getSecurity_Authentication_Listener_Form_MainService'false],
  3270.             'security.authentication.listener.guard.api' => ['privates''security.authentication.listener.guard.api''getSecurity_Authentication_Listener_Guard_ApiService'false],
  3271.             'security.authentication.manager' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  3272.             'security.authentication.provider.anonymous.api' => ['privates''security.authentication.provider.anonymous.api''getSecurity_Authentication_Provider_Anonymous_ApiService'false],
  3273.             'security.authentication.provider.anonymous.api_login' => ['privates''security.authentication.provider.anonymous.api_login''getSecurity_Authentication_Provider_Anonymous_ApiLoginService'false],
  3274.             'security.authentication.provider.anonymous.main' => ['privates''security.authentication.provider.anonymous.main''getSecurity_Authentication_Provider_Anonymous_MainService'false],
  3275.             'security.authentication.provider.dao.api_login' => ['privates''security.authentication.provider.dao.api_login''getSecurity_Authentication_Provider_Dao_ApiLoginService'false],
  3276.             'security.authentication.provider.dao.main' => ['privates''security.authentication.provider.dao.main''getSecurity_Authentication_Provider_Dao_MainService'false],
  3277.             'security.authentication.provider.guard.api' => ['privates''security.authentication.provider.guard.api''getSecurity_Authentication_Provider_Guard_ApiService'false],
  3278.             'security.authentication.retry_entry_point' => ['privates''security.authentication.retry_entry_point''getSecurity_Authentication_RetryEntryPointService'false],
  3279.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3280.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  3281.             'security.authentication.success_handler.api_login.form_login' => ['privates''security.authentication.success_handler.api_login.form_login''getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService'false],
  3282.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  3283.             'security.authentication.switchuser_listener.main' => ['privates''security.authentication.switchuser_listener.main''getSecurity_Authentication_SwitchuserListener_MainService'false],
  3284.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  3285.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  3286.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  3287.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  3288.             'security.csrf.token_generator' => ['privates''security.csrf.token_generator''getSecurity_Csrf_TokenGeneratorService'false],
  3289.             'security.csrf.token_storage' => ['privates''security.csrf.token_storage''getSecurity_Csrf_TokenStorageService'false],
  3290.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3291.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  3292.             'security.exception_listener.api' => ['privates''security.exception_listener.api''getSecurity_ExceptionListener_ApiService'false],
  3293.             'security.exception_listener.api_login' => ['privates''security.exception_listener.api_login''getSecurity_ExceptionListener_ApiLoginService'false],
  3294.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  3295.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  3296.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  3297.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  3298.             'security.firewall.map.config.api' => ['privates''security.firewall.map.config.api''getSecurity_Firewall_Map_Config_ApiService'false],
  3299.             'security.firewall.map.config.api_login' => ['privates''security.firewall.map.config.api_login''getSecurity_Firewall_Map_Config_ApiLoginService'false],
  3300.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  3301.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  3302.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  3303.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  3304.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  3305.             'security.logout.handler.csrf_token_clearing' => ['privates''security.logout.handler.csrf_token_clearing''getSecurity_Logout_Handler_CsrfTokenClearingService'false],
  3306.             'security.logout.handler.session' => ['privates''security.logout.handler.session''getSecurity_Logout_Handler_SessionService'false],
  3307.             'security.logout.success_handler.main' => ['privates''security.logout.success_handler.main''getSecurity_Logout_SuccessHandler_MainService'false],
  3308.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  3309.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  3310.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  3311.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  3312.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  3313.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  3314.             'security.user_checker' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3315.             'security.user_checker.api' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3316.             'security.user_checker.api_login' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3317.             'security.user_checker.main' => ['privates''security.user_checker''getSecurity_UserCheckerService'false],
  3318.             'security.user_password_encoder.generic' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3319.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  3320.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  3321.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates''Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage''getExpressionLanguage2Service'false],
  3322.             'sensio_framework_extra.security.expression_language' => ['privates''Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage''getExpressionLanguageService'false],
  3323.             'session.storage' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3324.             'session.storage.filesystem' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3325.             'session.storage.metadata_bag' => ['privates''session.storage.metadata_bag''getSession_Storage_MetadataBagService'false],
  3326.             'session.storage.mock_file' => ['privates''session.storage.mock_file''getSession_Storage_MockFileService'false],
  3327.             'session_listener' => ['privates''session_listener''getSessionListenerService'false],
  3328.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  3329.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  3330.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  3331.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  3332.             'swiftmailer.data_collector' => ['privates''swiftmailer.data_collector''getSwiftmailer_DataCollectorService'false],
  3333.             'swiftmailer.email_sender.listener' => ['privates''swiftmailer.email_sender.listener''getSwiftmailer_EmailSender_ListenerService'false],
  3334.             'swiftmailer.mailer' => ['services''swiftmailer.mailer.default''getSwiftmailer_Mailer_DefaultService'false],
  3335.             'swiftmailer.mailer.transport.accord_mandrill' => ['services''swiftmailer.mailer.default.transport''getSwiftmailer_Mailer_Default_TransportService'false],
  3336.             'swiftmailer.plugin.messagelogger' => ['services''swiftmailer.mailer.default.plugin.messagelogger''getSwiftmailer_Mailer_Default_Plugin_MessageloggerService'false],
  3337.             'swiftmailer.transport.eventdispatcher.accord_mandrill' => ['privates''swiftmailer.transport.eventdispatcher.accord_mandrill''getSwiftmailer_Transport_Eventdispatcher_AccordMandrillService'false],
  3338.             'templating.cache_warmer.template_paths' => ['privates''templating.cache_warmer.template_paths''getTemplating_CacheWarmer_TemplatePathsService'false],
  3339.             'templating.engine.twig' => ['services''templating''getTemplatingService'false],
  3340.             'templating.filename_parser' => ['privates''templating.filename_parser''getTemplating_FilenameParserService'false],
  3341.             'templating.finder' => ['privates''templating.finder''getTemplating_FinderService'false],
  3342.             'templating.loader.filesystem' => ['services''templating.loader''getTemplating_LoaderService'false],
  3343.             'templating.locator' => ['privates''templating.locator''getTemplating_LocatorService'false],
  3344.             'templating.name_parser' => ['privates''templating.name_parser''getTemplating_NameParserService'false],
  3345.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  3346.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  3347.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  3348.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  3349.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  3350.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  3351.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  3352.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  3353.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  3354.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  3355.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  3356.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  3357.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  3358.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  3359.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  3360.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  3361.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  3362.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  3363.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  3364.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  3365.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  3366.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  3367.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  3368.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  3369.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  3370.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  3371.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  3372.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  3373.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  3374.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  3375.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  3376.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  3377.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  3378.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3379.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  3380.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  3381.             'twig.cache_warmer' => ['privates''twig.cache_warmer''getTwig_CacheWarmerService'false],
  3382.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  3383.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  3384.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  3385.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  3386.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  3387.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  3388.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  3389.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  3390.             'twig.extension.dump' => ['privates''twig.extension.dump''getTwig_Extension_DumpService'false],
  3391.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  3392.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  3393.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  3394.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  3395.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  3396.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  3397.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  3398.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  3399.             'twig.extension.security_csrf' => ['privates''twig.extension.security_csrf''getTwig_Extension_SecurityCsrfService'false],
  3400.             'twig.extension.text' => ['privates''twig.extension.text''getTwig_Extension_TextService'false],
  3401.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  3402.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  3403.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  3404.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  3405.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3406.             'twig.loader' => ['privates''twig.loader.filesystem''getTwig_Loader_FilesystemService'false],
  3407.             'twig.loader.filesystem' => ['privates''twig.loader.filesystem''getTwig_Loader_FilesystemService'false],
  3408.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  3409.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  3410.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  3411.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3412.             'twig.runtime.security_csrf' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3413.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  3414.             'twig.template_cache_warmer' => ['privates''twig.template_cache_warmer''getTwig_TemplateCacheWarmerService'false],
  3415.             'twig.template_iterator' => ['privates''twig.template_iterator''getTwig_TemplateIteratorService'false],
  3416.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  3417.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  3418.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  3419.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  3420.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  3421.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  3422.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  3423.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  3424.             'validator.mapping.class_metadata_factory' => ['services''validator''getValidatorService'false],
  3425.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  3426.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  3427.             'var_dumper.cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  3428.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  3429.             'var_dumper.contextualized_cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  3430.             'var_dumper.contextualized_cli_dumper.inner' => ['privates''var_dumper.contextualized_cli_dumper.inner''getVarDumper_ContextualizedCliDumper_InnerService'false],
  3431.             'var_dumper.dump_server' => ['privates''var_dumper.dump_server''getVarDumper_DumpServerService'false],
  3432.             'var_dumper.html_dumper' => ['privates''var_dumper.html_dumper''getVarDumper_HtmlDumperService'false],
  3433.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  3434.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  3435.         ], [
  3436.             'Doctrine\\Bundle\\DoctrineBundle\\Registry' => '?',
  3437.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  3438.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  3439.             'Doctrine\\Common\\Persistence\\ObjectManager' => '?',
  3440.             'Doctrine\\DBAL\\Connection' => '?',
  3441.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  3442.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  3443.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  3444.             'FOS\\RestBundle\\Request\\ParamFetcherInterface' => '?',
  3445.             'FOS\\RestBundle\\View\\ViewHandlerInterface' => '?',
  3446.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  3447.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  3448.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  3449.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  3450.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  3451.             'JMS\\Serializer\\ArrayTransformerInterface' => '?',
  3452.             'JMS\\Serializer\\SerializerInterface' => '?',
  3453.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  3454.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  3455.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  3456.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  3457.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  3458.             'OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => '?',
  3459.             'OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => '?',
  3460.             'OceanExpertBundle\\Command\\CleanupDatabaseCommand' => '?',
  3461.             'OceanExpertBundle\\Command\\CleanupEventsCommand' => '?',
  3462.             'OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => '?',
  3463.             'OceanExpertBundle\\Command\\CreateSitemapsCommand' => '?',
  3464.             'OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => '?',
  3465.             'OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => '?',
  3466.             'OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => '?',
  3467.             'OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => '?',
  3468.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  3469.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  3470.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  3471.             'OceanExpertBundle\\Repository\\SearegionsRepository' => '?',
  3472.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  3473.             'Psr\\Container\\ContainerInterface' => '?',
  3474.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  3475.             'Psr\\Log\\LoggerInterface' => '?',
  3476.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  3477.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  3478.             'Psr\\Log\\LoggerInterface $debugLogger' => '?',
  3479.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  3480.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  3481.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  3482.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  3483.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  3484.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  3485.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  3486.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener' => '?',
  3487.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener' => '?',
  3488.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener' => '?',
  3489.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener' => '?',
  3490.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener' => '?',
  3491.             'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener' => '?',
  3492.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter' => '?',
  3493.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter' => '?',
  3494.             'Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager' => '?',
  3495.             'Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader' => '?',
  3496.             'Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage' => '?',
  3497.             'Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser' => '?',
  3498.             'Swift_Mailer' => '?',
  3499.             'Swift_Transport' => '?',
  3500.             'Symfony\\Bridge\\Doctrine\\RegistryInterface' => '?',
  3501.             'Symfony\\Bundle\\FrameworkBundle\\Templating\\EngineInterface' => '?',
  3502.             'Symfony\\Component\\Asset\\Packages' => '?',
  3503.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  3504.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  3505.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  3506.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  3507.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  3508.             'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage' => '?',
  3509.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  3510.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  3511.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  3512.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  3513.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  3514.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  3515.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface' => '?',
  3516.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  3517.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  3518.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  3519.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  3520.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  3521.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  3522.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  3523.             'Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader' => '?',
  3524.             'Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader' => '?',
  3525.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  3526.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  3527.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  3528.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  3529.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => '?',
  3530.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  3531.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  3532.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  3533.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  3534.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  3535.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  3536.             'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => '?',
  3537.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  3538.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3539.             'Symfony\\Component\\Security\\Csrf\\TokenGenerator\\TokenGeneratorInterface' => '?',
  3540.             'Symfony\\Component\\Security\\Csrf\\TokenStorage\\TokenStorageInterface' => '?',
  3541.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => '?',
  3542.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  3543.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  3544.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  3545.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  3546.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  3547.             'Symfony\\Component\\Templating\\EngineInterface' => '?',
  3548.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  3549.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  3550.             'Symfony\\Component\\Translation\\TranslatorInterface' => '?',
  3551.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  3552.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  3553.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  3554.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  3555.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  3556.             'Twig\\Environment' => '?',
  3557.             'Twig_Environment' => '?',
  3558.             'accord_mandrill' => '?',
  3559.             'acme_api.event.jwt_created_listener' => '?',
  3560.             'annotation_reader' => '?',
  3561.             'annotations.cache_adapter' => '?',
  3562.             'annotations.cache_warmer' => '?',
  3563.             'annotations.cached_reader' => '?',
  3564.             'annotations.dummy_registry' => '?',
  3565.             'annotations.reader' => '?',
  3566.             'app.byte_conversion.twig.extension' => '?',
  3567.             'app.file.twig.extension' => '?',
  3568.             'argument_metadata_factory' => '?',
  3569.             'argument_resolver' => '?',
  3570.             'argument_resolver.controller_locator' => '?',
  3571.             'argument_resolver.default' => '?',
  3572.             'argument_resolver.not_tagged_controller' => '?',
  3573.             'argument_resolver.request' => '?',
  3574.             'argument_resolver.request_attribute' => '?',
  3575.             'argument_resolver.service' => '?',
  3576.             'argument_resolver.session' => '?',
  3577.             'argument_resolver.variadic' => '?',
  3578.             'assets._default_package' => '?',
  3579.             'assets.context' => '?',
  3580.             'assets.empty_version_strategy' => '?',
  3581.             'assets.packages' => '?',
  3582.             'cache.annotations' => '?',
  3583.             'cache.annotations.recorder_inner' => '?',
  3584.             'cache.app.recorder_inner' => '?',
  3585.             'cache.default_clearer' => '?',
  3586.             'cache.default_marshaller' => '?',
  3587.             'cache.default_pdo_provider' => '?',
  3588.             'cache.doctrine.orm.default.metadata' => '?',
  3589.             'cache.doctrine.orm.default.metadata.recorder_inner' => '?',
  3590.             'cache.doctrine.orm.default.query' => '?',
  3591.             'cache.doctrine.orm.default.query.recorder_inner' => '?',
  3592.             'cache.doctrine.orm.default.result' => '?',
  3593.             'cache.doctrine.orm.default.result.recorder_inner' => '?',
  3594.             'cache.property_access' => '?',
  3595.             'cache.property_info' => '?',
  3596.             'cache.property_info.recorder_inner' => '?',
  3597.             'cache.security_expression_language' => '?',
  3598.             'cache.security_expression_language.recorder_inner' => '?',
  3599.             'cache.serializer' => '?',
  3600.             'cache.serializer.recorder_inner' => '?',
  3601.             'cache.system.recorder_inner' => '?',
  3602.             'cache.validator' => '?',
  3603.             'cache.validator.recorder_inner' => '?',
  3604.             'config.resource.self_checking_resource_checker' => '?',
  3605.             'config_cache_factory' => '?',
  3606.             'console.command.about' => '?',
  3607.             'console.command.assets_install' => '?',
  3608.             'console.command.cache_clear' => '?',
  3609.             'console.command.cache_pool_clear' => '?',
  3610.             'console.command.cache_pool_delete' => '?',
  3611.             'console.command.cache_pool_list' => '?',
  3612.             'console.command.cache_pool_prune' => '?',
  3613.             'console.command.cache_warmup' => '?',
  3614.             'console.command.config_debug' => '?',
  3615.             'console.command.config_dump_reference' => '?',
  3616.             'console.command.container_debug' => '?',
  3617.             'console.command.container_lint' => '?',
  3618.             'console.command.debug_autowiring' => '?',
  3619.             'console.command.event_dispatcher_debug' => '?',
  3620.             'console.command.form_debug' => '?',
  3621.             'console.command.router_debug' => '?',
  3622.             'console.command.router_match' => '?',
  3623.             'console.command.secrets_decrypt_to_local' => '?',
  3624.             'console.command.secrets_encrypt_from_local' => '?',
  3625.             'console.command.secrets_generate_key' => '?',
  3626.             'console.command.secrets_list' => '?',
  3627.             'console.command.secrets_remove' => '?',
  3628.             'console.command.secrets_set' => '?',
  3629.             'console.command.translation_debug' => '?',
  3630.             'console.command.translation_update' => '?',
  3631.             'console.command.xliff_lint' => '?',
  3632.             'console.command.yaml_lint' => '?',
  3633.             'console.error_listener' => '?',
  3634.             'console.suggest_missing_package_subscriber' => '?',
  3635.             'container.env_var_processor' => '?',
  3636.             'controller_name_converter' => '?',
  3637.             'controller_resolver' => '?',
  3638.             'data_collector.ajax' => '?',
  3639.             'data_collector.cache' => '?',
  3640.             'data_collector.config' => '?',
  3641.             'data_collector.doctrine' => '?',
  3642.             'data_collector.events' => '?',
  3643.             'data_collector.exception' => '?',
  3644.             'data_collector.form' => '?',
  3645.             'data_collector.form.extractor' => '?',
  3646.             'data_collector.logger' => '?',
  3647.             'data_collector.memory' => '?',
  3648.             'data_collector.request' => '?',
  3649.             'data_collector.router' => '?',
  3650.             'data_collector.security' => '?',
  3651.             'data_collector.time' => '?',
  3652.             'data_collector.translation' => '?',
  3653.             'data_collector.twig' => '?',
  3654.             'data_collector.validator' => '?',
  3655.             'debug.argument_resolver' => '?',
  3656.             'debug.argument_resolver.default' => '?',
  3657.             'debug.argument_resolver.default.inner' => '?',
  3658.             'debug.argument_resolver.inner' => '?',
  3659.             'debug.argument_resolver.not_tagged_controller' => '?',
  3660.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  3661.             'debug.argument_resolver.request' => '?',
  3662.             'debug.argument_resolver.request.inner' => '?',
  3663.             'debug.argument_resolver.request_attribute' => '?',
  3664.             'debug.argument_resolver.request_attribute.inner' => '?',
  3665.             'debug.argument_resolver.service' => '?',
  3666.             'debug.argument_resolver.service.inner' => '?',
  3667.             'debug.argument_resolver.session' => '?',
  3668.             'debug.argument_resolver.session.inner' => '?',
  3669.             'debug.argument_resolver.variadic' => '?',
  3670.             'debug.argument_resolver.variadic.inner' => '?',
  3671.             'debug.controller_resolver' => '?',
  3672.             'debug.controller_resolver.inner' => '?',
  3673.             'debug.debug_handlers_listener' => '?',
  3674.             'debug.dump_listener' => '?',
  3675.             'debug.event_dispatcher' => '?',
  3676.             'debug.event_dispatcher.inner' => '?',
  3677.             'debug.file_link_formatter' => '?',
  3678.             'debug.file_link_formatter.url_format' => '?',
  3679.             'debug.log_processor' => '?',
  3680.             'debug.security.access.decision_manager' => '?',
  3681.             'debug.security.access.decision_manager.inner' => '?',
  3682.             'debug.security.firewall' => '?',
  3683.             'debug.security.user_value_resolver' => '?',
  3684.             'debug.security.user_value_resolver.inner' => '?',
  3685.             'debug.security.voter.security.access.authenticated_voter' => '?',
  3686.             'debug.security.voter.security.access.expression_voter' => '?',
  3687.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  3688.             'debug.security.voter.vote_listener' => '?',
  3689.             'debug.stopwatch' => '?',
  3690.             'debug.validator' => '?',
  3691.             'debug.validator.inner' => '?',
  3692.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  3693.             'disallow_search_engine_index_response_listener' => '?',
  3694.             'doctrine.cache_clear_metadata_command' => '?',
  3695.             'doctrine.cache_clear_query_cache_command' => '?',
  3696.             'doctrine.cache_clear_result_command' => '?',
  3697.             'doctrine.cache_collection_region_command' => '?',
  3698.             'doctrine.clear_entity_region_command' => '?',
  3699.             'doctrine.clear_query_region_command' => '?',
  3700.             'doctrine.database_create_command' => '?',
  3701.             'doctrine.database_drop_command' => '?',
  3702.             'doctrine.database_import_command' => '?',
  3703.             'doctrine.dbal.connection_factory' => '?',
  3704.             'doctrine.dbal.default_connection.configuration' => '?',
  3705.             'doctrine.dbal.default_connection.event_manager' => '?',
  3706.             'doctrine.dbal.event_manager' => '?',
  3707.             'doctrine.dbal.logger' => '?',
  3708.             'doctrine.dbal.logger.chain.default' => '?',
  3709.             'doctrine.dbal.logger.profiling.default' => '?',
  3710.             'doctrine.ensure_production_settings_command' => '?',
  3711.             'doctrine.generate_entities_command' => '?',
  3712.             'doctrine.mapping_convert_command' => '?',
  3713.             'doctrine.mapping_import_command' => '?',
  3714.             'doctrine.mapping_info_command' => '?',
  3715.             'doctrine.migrations.configuration' => '?',
  3716.             'doctrine.migrations.configuration_loader' => '?',
  3717.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  3718.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  3719.             'doctrine.migrations.dependency_factory' => '?',
  3720.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  3721.             'doctrine.migrations.metadata_storage' => '?',
  3722.             'doctrine.migrations.migrations_factory' => '?',
  3723.             'doctrine.migrations.storage.table_storage' => '?',
  3724.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' => '?',
  3725.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' => '?',
  3726.             'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' => '?',
  3727.             'doctrine.orm.container_repository_factory' => '?',
  3728.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  3729.             'doctrine.orm.default_configuration' => '?',
  3730.             'doctrine.orm.default_entity_listener_resolver' => '?',
  3731.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  3732.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  3733.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3734.             'doctrine.orm.default_manager_configurator' => '?',
  3735.             'doctrine.orm.default_metadata_cache' => '?',
  3736.             'doctrine.orm.default_metadata_driver' => '?',
  3737.             'doctrine.orm.default_query_cache' => '?',
  3738.             'doctrine.orm.default_result_cache' => '?',
  3739.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => '?',
  3740.             'doctrine.orm.metadata.annotation_reader' => '?',
  3741.             'doctrine.orm.naming_strategy.underscore_number_aware' => '?',
  3742.             'doctrine.orm.proxy_cache_warmer' => '?',
  3743.             'doctrine.orm.quote_strategy.default' => '?',
  3744.             'doctrine.orm.validator.unique' => '?',
  3745.             'doctrine.orm.validator_initializer' => '?',
  3746.             'doctrine.query_dql_command' => '?',
  3747.             'doctrine.query_sql_command' => '?',
  3748.             'doctrine.schema_create_command' => '?',
  3749.             'doctrine.schema_drop_command' => '?',
  3750.             'doctrine.schema_update_command' => '?',
  3751.             'doctrine.schema_validate_command' => '?',
  3752.             'doctrine.twig.doctrine_extension' => '?',
  3753.             'doctrine_cache.contains_command' => '?',
  3754.             'doctrine_cache.delete_command' => '?',
  3755.             'doctrine_cache.flush_command' => '?',
  3756.             'doctrine_cache.stats_command' => '?',
  3757.             'doctrine_migrations.current_command' => '?',
  3758.             'doctrine_migrations.diff_command' => '?',
  3759.             'doctrine_migrations.dump_schema_command' => '?',
  3760.             'doctrine_migrations.execute_command' => '?',
  3761.             'doctrine_migrations.generate_command' => '?',
  3762.             'doctrine_migrations.latest_command' => '?',
  3763.             'doctrine_migrations.migrate_command' => '?',
  3764.             'doctrine_migrations.rollup_command' => '?',
  3765.             'doctrine_migrations.status_command' => '?',
  3766.             'doctrine_migrations.sync_metadata_command' => '?',
  3767.             'doctrine_migrations.up_to_date_command' => '?',
  3768.             'doctrine_migrations.version_command' => '?',
  3769.             'doctrine_migrations.versions_command' => '?',
  3770.             'error_handler.error_renderer.html' => '?',
  3771.             'error_renderer' => '?',
  3772.             'error_renderer.html' => '?',
  3773.             'exception_listener' => '?',
  3774.             'file_locator' => '?',
  3775.             'form.choice_list_factory' => '?',
  3776.             'form.choice_list_factory.cached' => '?',
  3777.             'form.choice_list_factory.default' => '?',
  3778.             'form.choice_list_factory.property_access' => '?',
  3779.             'form.extension' => '?',
  3780.             'form.property_accessor' => '?',
  3781.             'form.registry' => '?',
  3782.             'form.resolved_type_factory' => '?',
  3783.             'form.server_params' => '?',
  3784.             'form.type.choice' => '?',
  3785.             'form.type.entity' => '?',
  3786.             'form.type.form' => '?',
  3787.             'form.type_extension.csrf' => '?',
  3788.             'form.type_extension.form.data_collector' => '?',
  3789.             'form.type_extension.form.http_foundation' => '?',
  3790.             'form.type_extension.form.request_handler' => '?',
  3791.             'form.type_extension.form.transformation_failure_handling' => '?',
  3792.             'form.type_extension.form.validator' => '?',
  3793.             'form.type_extension.repeated.validator' => '?',
  3794.             'form.type_extension.submit.validator' => '?',
  3795.             'form.type_extension.upload.validator' => '?',
  3796.             'form.type_guesser.doctrine' => '?',
  3797.             'form.type_guesser.validator' => '?',
  3798.             'fos_js_routing.denormalizer.route_collection' => '?',
  3799.             'fos_js_routing.dump_command' => '?',
  3800.             'fos_js_routing.encoder' => '?',
  3801.             'fos_js_routing.normalizer.route_collection' => '?',
  3802.             'fos_js_routing.normalizer.routes_response' => '?',
  3803.             'fos_js_routing.router' => '?',
  3804.             'fos_js_routing.router_debug_exposed_command' => '?',
  3805.             'fos_rest.body_listener' => '?',
  3806.             'fos_rest.decoder.json' => '?',
  3807.             'fos_rest.decoder.xml' => '?',
  3808.             'fos_rest.decoder_provider' => '?',
  3809.             'fos_rest.format_listener' => '?',
  3810.             'fos_rest.format_negotiator' => '?',
  3811.             'fos_rest.inflector' => '?',
  3812.             'fos_rest.inflector.doctrine' => '?',
  3813.             'fos_rest.mime_type_listener' => '?',
  3814.             'fos_rest.param_fetcher_listener' => '?',
  3815.             'fos_rest.request.param_fetcher' => '?',
  3816.             'fos_rest.request.param_fetcher.reader' => '?',
  3817.             'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' => '?',
  3818.             'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' => '?',
  3819.             'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' => '?',
  3820.             'fos_rest.router' => '?',
  3821.             'fos_rest.routing.loader.controller' => '?',
  3822.             'fos_rest.routing.loader.directory' => '?',
  3823.             'fos_rest.routing.loader.processor' => '?',
  3824.             'fos_rest.routing.loader.reader.action' => '?',
  3825.             'fos_rest.routing.loader.reader.controller' => '?',
  3826.             'fos_rest.routing.loader.xml_collection' => '?',
  3827.             'fos_rest.routing.loader.yaml_collection' => '?',
  3828.             'fos_rest.serializer' => '?',
  3829.             'fos_rest.serializer.form_error_handler' => '?',
  3830.             'fos_rest.serializer.form_error_handler.inner' => '?',
  3831.             'fos_rest.serializer.jms' => '?',
  3832.             'fos_rest.templating' => '?',
  3833.             'fos_rest.versioning.chain_resolver' => '?',
  3834.             'fos_rest.versioning.exclusion_listener' => '?',
  3835.             'fos_rest.versioning.listener' => '?',
  3836.             'fos_rest.view_handler.jsonp' => '?',
  3837.             'fos_rest.view_response_listener' => '?',
  3838.             'fos_user.change_password.form.factory' => '?',
  3839.             'fos_user.change_password.form.type' => '?',
  3840.             'fos_user.command.activate_user' => '?',
  3841.             'fos_user.command.change_password' => '?',
  3842.             'fos_user.command.create_user' => '?',
  3843.             'fos_user.command.deactivate_user' => '?',
  3844.             'fos_user.command.demote_user' => '?',
  3845.             'fos_user.command.promote_user' => '?',
  3846.             'fos_user.doctrine_registry' => '?',
  3847.             'fos_user.listener.authentication' => '?',
  3848.             'fos_user.listener.email_confirmation' => '?',
  3849.             'fos_user.listener.flash' => '?',
  3850.             'fos_user.listener.resetting' => '?',
  3851.             'fos_user.mailer' => '?',
  3852.             'fos_user.mailer.twig_swift' => '?',
  3853.             'fos_user.object_manager' => '?',
  3854.             'fos_user.profile.form.factory' => '?',
  3855.             'fos_user.profile.form.type' => '?',
  3856.             'fos_user.registration.form.factory' => '?',
  3857.             'fos_user.registration.form.type' => '?',
  3858.             'fos_user.resetting.form.factory' => '?',
  3859.             'fos_user.resetting.form.type' => '?',
  3860.             'fos_user.security.interactive_login_listener' => '?',
  3861.             'fos_user.security.login_manager' => '?',
  3862.             'fos_user.session' => '?',
  3863.             'fos_user.user_listener' => '?',
  3864.             'fos_user.user_manager.default' => '?',
  3865.             'fos_user.user_provider.username_email' => '?',
  3866.             'fos_user.user_to_username_transformer' => '?',
  3867.             'fos_user.username_form_type' => '?',
  3868.             'fos_user.util.canonical_fields_updater' => '?',
  3869.             'fos_user.util.canonicalizer.default' => '?',
  3870.             'fos_user.util.email_canonicalizer' => '?',
  3871.             'fos_user.util.password_updater' => '?',
  3872.             'fos_user.util.token_generator' => '?',
  3873.             'fos_user.util.token_generator.default' => '?',
  3874.             'fos_user.util.user_manipulator' => '?',
  3875.             'fos_user.util.username_canonicalizer' => '?',
  3876.             'fos_user.validator.initializer' => '?',
  3877.             'fragment.handler' => '?',
  3878.             'fragment.listener' => '?',
  3879.             'fragment.renderer.hinclude' => '?',
  3880.             'fragment.renderer.inline' => '?',
  3881.             'identity_translator' => '?',
  3882.             'jms_serializer.accessor_strategy' => '?',
  3883.             'jms_serializer.accessor_strategy.default' => '?',
  3884.             'jms_serializer.accessor_strategy.expression' => '?',
  3885.             'jms_serializer.cache_naming_strategy' => '?',
  3886.             'jms_serializer.camel_case_naming_strategy' => '?',
  3887.             'jms_serializer.configured_deserialization_context_factory' => '?',
  3888.             'jms_serializer.configured_serialization_context_factory' => '?',
  3889.             'jms_serializer.doctrine_object_constructor' => '?',
  3890.             'jms_serializer.event_dispatcher' => '?',
  3891.             'jms_serializer.expression_evaluator' => '?',
  3892.             'jms_serializer.expression_language' => '?',
  3893.             'jms_serializer.expression_language.function_provider' => '?',
  3894.             'jms_serializer.handler_registry' => '?',
  3895.             'jms_serializer.metadata.annotation_driver' => '?',
  3896.             'jms_serializer.metadata.cache' => '?',
  3897.             'jms_serializer.metadata.cache.file_cache' => '?',
  3898.             'jms_serializer.metadata.chain_driver' => '?',
  3899.             'jms_serializer.metadata.doctrine_type_driver' => '?',
  3900.             'jms_serializer.metadata.file_locator' => '?',
  3901.             'jms_serializer.metadata.lazy_loading_driver' => '?',
  3902.             'jms_serializer.metadata.php_driver' => '?',
  3903.             'jms_serializer.metadata.xml_driver' => '?',
  3904.             'jms_serializer.metadata.yaml_driver' => '?',
  3905.             'jms_serializer.metadata_factory' => '?',
  3906.             'jms_serializer.naming_strategy' => '?',
  3907.             'jms_serializer.serialized_name_annotation_strategy' => '?',
  3908.             'jms_serializer.serializer' => '?',
  3909.             'jms_serializer.twig_extension.serializer' => '?',
  3910.             'jms_serializer.unserialize_object_constructor' => '?',
  3911.             'jwt_token_authenticator' => '?',
  3912.             'knp_paginator.helper.processor' => '?',
  3913.             'knp_paginator.subscriber.filtration' => '?',
  3914.             'knp_paginator.subscriber.paginate' => '?',
  3915.             'knp_paginator.subscriber.sliding_pagination' => '?',
  3916.             'knp_paginator.subscriber.sortable' => '?',
  3917.             'knp_paginator.twig.extension.pagination' => '?',
  3918.             'lexik_jwt_authentication.check_config_command' => '?',
  3919.             'lexik_jwt_authentication.enable_encryption_config_command' => '?',
  3920.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  3921.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  3922.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  3923.             'lexik_jwt_authentication.key_loader.raw' => '?',
  3924.             'lexik_jwt_authentication.migrate_config_command' => '?',
  3925.             'lexik_jwt_authentication.payload_enrichment' => '?',
  3926.             'locale_aware_listener' => '?',
  3927.             'locale_listener' => '?',
  3928.             'logger' => '?',
  3929.             'maker.auto_command.make_auth' => '?',
  3930.             'maker.auto_command.make_command' => '?',
  3931.             'maker.auto_command.make_controller' => '?',
  3932.             'maker.auto_command.make_crud' => '?',
  3933.             'maker.auto_command.make_docker_database' => '?',
  3934.             'maker.auto_command.make_entity' => '?',
  3935.             'maker.auto_command.make_fixtures' => '?',
  3936.             'maker.auto_command.make_form' => '?',
  3937.             'maker.auto_command.make_message' => '?',
  3938.             'maker.auto_command.make_messenger_middleware' => '?',
  3939.             'maker.auto_command.make_migration' => '?',
  3940.             'maker.auto_command.make_registration_form' => '?',
  3941.             'maker.auto_command.make_reset_password' => '?',
  3942.             'maker.auto_command.make_serializer_encoder' => '?',
  3943.             'maker.auto_command.make_serializer_normalizer' => '?',
  3944.             'maker.auto_command.make_subscriber' => '?',
  3945.             'maker.auto_command.make_test' => '?',
  3946.             'maker.auto_command.make_twig_extension' => '?',
  3947.             'maker.auto_command.make_user' => '?',
  3948.             'maker.auto_command.make_validator' => '?',
  3949.             'maker.auto_command.make_voter' => '?',
  3950.             'maker.autoloader_finder' => '?',
  3951.             'maker.autoloader_util' => '?',
  3952.             'maker.console_error_listener' => '?',
  3953.             'maker.doctrine_helper' => '?',
  3954.             'maker.entity_class_generator' => '?',
  3955.             'maker.event_registry' => '?',
  3956.             'maker.file_link_formatter' => '?',
  3957.             'maker.file_manager' => '?',
  3958.             'maker.generator' => '?',
  3959.             'maker.maker.make_authenticator' => '?',
  3960.             'maker.maker.make_command' => '?',
  3961.             'maker.maker.make_controller' => '?',
  3962.             'maker.maker.make_crud' => '?',
  3963.             'maker.maker.make_docker_database' => '?',
  3964.             'maker.maker.make_entity' => '?',
  3965.             'maker.maker.make_fixtures' => '?',
  3966.             'maker.maker.make_form' => '?',
  3967.             'maker.maker.make_message' => '?',
  3968.             'maker.maker.make_messenger_middleware' => '?',
  3969.             'maker.maker.make_migration' => '?',
  3970.             'maker.maker.make_registration_form' => '?',
  3971.             'maker.maker.make_reset_password' => '?',
  3972.             'maker.maker.make_serializer_encoder' => '?',
  3973.             'maker.maker.make_serializer_normalizer' => '?',
  3974.             'maker.maker.make_subscriber' => '?',
  3975.             'maker.maker.make_test' => '?',
  3976.             'maker.maker.make_twig_extension' => '?',
  3977.             'maker.maker.make_user' => '?',
  3978.             'maker.maker.make_validator' => '?',
  3979.             'maker.maker.make_voter' => '?',
  3980.             'maker.php_compat_util' => '?',
  3981.             'maker.renderer.form_type_renderer' => '?',
  3982.             'maker.security_config_updater' => '?',
  3983.             'maker.security_controller_builder' => '?',
  3984.             'maker.template_component_generator' => '?',
  3985.             'maker.user_class_builder' => '?',
  3986.             'monolog.command.server_log' => '?',
  3987.             'monolog.handler.console' => '?',
  3988.             'monolog.handler.main' => '?',
  3989.             'monolog.handler.null_internal' => '?',
  3990.             'monolog.logger' => '?',
  3991.             'monolog.logger.cache' => '?',
  3992.             'monolog.logger.console' => '?',
  3993.             'monolog.logger.debug' => '?',
  3994.             'monolog.logger.doctrine' => '?',
  3995.             'monolog.logger.event' => '?',
  3996.             'monolog.logger.php' => '?',
  3997.             'monolog.logger.profiler' => '?',
  3998.             'monolog.logger.request' => '?',
  3999.             'monolog.logger.router' => '?',
  4000.             'monolog.logger.security' => '?',
  4001.             'monolog.processor.psr_log_message' => '?',
  4002.             'nelmio_cors.cors_listener' => '?',
  4003.             'nelmio_cors.options_provider.config' => '?',
  4004.             'nelmio_cors.options_resolver' => '?',
  4005.             'parameter_bag' => '?',
  4006.             'profiler.storage' => '?',
  4007.             'profiler_listener' => '?',
  4008.             'property_accessor' => '?',
  4009.             'resolve_controller_name_subscriber' => '?',
  4010.             'response_listener' => '?',
  4011.             'router.cache_warmer' => '?',
  4012.             'router.default' => '?',
  4013.             'router.request_context' => '?',
  4014.             'router_listener' => '?',
  4015.             'routing.loader.annotation' => '?',
  4016.             'routing.loader.annotation.directory' => '?',
  4017.             'routing.loader.annotation.file' => '?',
  4018.             'routing.loader.container' => '?',
  4019.             'routing.loader.directory' => '?',
  4020.             'routing.loader.glob' => '?',
  4021.             'routing.loader.php' => '?',
  4022.             'routing.loader.xml' => '?',
  4023.             'routing.loader.yml' => '?',
  4024.             'routing.resolver' => '?',
  4025.             'secrets.local_vault' => '?',
  4026.             'secrets.vault' => '?',
  4027.             'security.access.authenticated_voter' => '?',
  4028.             'security.access.decision_manager' => '?',
  4029.             'security.access.expression_voter' => '?',
  4030.             'security.access.role_hierarchy_voter' => '?',
  4031.             'security.access_listener' => '?',
  4032.             'security.access_map' => '?',
  4033.             'security.authentication.failure_handler.api_login.form_login' => '?',
  4034.             'security.authentication.failure_handler.main.form_login' => '?',
  4035.             'security.authentication.form_entry_point.api_login' => '?',
  4036.             'security.authentication.form_entry_point.main' => '?',
  4037.             'security.authentication.guard_handler' => '?',
  4038.             'security.authentication.listener.anonymous.api' => '?',
  4039.             'security.authentication.listener.anonymous.api_login' => '?',
  4040.             'security.authentication.listener.anonymous.main' => '?',
  4041.             'security.authentication.listener.form.api_login' => '?',
  4042.             'security.authentication.listener.form.main' => '?',
  4043.             'security.authentication.listener.guard.api' => '?',
  4044.             'security.authentication.manager' => '?',
  4045.             'security.authentication.provider.anonymous.api' => '?',
  4046.             'security.authentication.provider.anonymous.api_login' => '?',
  4047.             'security.authentication.provider.anonymous.main' => '?',
  4048.             'security.authentication.provider.dao.api_login' => '?',
  4049.             'security.authentication.provider.dao.main' => '?',
  4050.             'security.authentication.provider.guard.api' => '?',
  4051.             'security.authentication.retry_entry_point' => '?',
  4052.             'security.authentication.session_strategy' => '?',
  4053.             'security.authentication.session_strategy.main' => '?',
  4054.             'security.authentication.success_handler.api_login.form_login' => '?',
  4055.             'security.authentication.success_handler.main.form_login' => '?',
  4056.             'security.authentication.switchuser_listener.main' => '?',
  4057.             'security.authentication.trust_resolver' => '?',
  4058.             'security.channel_listener' => '?',
  4059.             'security.command.user_password_encoder' => '?',
  4060.             'security.context_listener.0' => '?',
  4061.             'security.csrf.token_generator' => '?',
  4062.             'security.csrf.token_storage' => '?',
  4063.             'security.encoder_factory' => '?',
  4064.             'security.encoder_factory.generic' => '?',
  4065.             'security.exception_listener.api' => '?',
  4066.             'security.exception_listener.api_login' => '?',
  4067.             'security.exception_listener.main' => '?',
  4068.             'security.expression_language' => '?',
  4069.             'security.firewall' => '?',
  4070.             'security.firewall.map' => '?',
  4071.             'security.firewall.map.config.api' => '?',
  4072.             'security.firewall.map.config.api_login' => '?',
  4073.             'security.firewall.map.config.main' => '?',
  4074.             'security.firewall.map.context.api' => '?',
  4075.             'security.firewall.map.context.api_login' => '?',
  4076.             'security.firewall.map.context.main' => '?',
  4077.             'security.http_utils' => '?',
  4078.             'security.logout.handler.csrf_token_clearing' => '?',
  4079.             'security.logout.handler.session' => '?',
  4080.             'security.logout.success_handler.main' => '?',
  4081.             'security.logout_listener.main' => '?',
  4082.             'security.logout_url_generator' => '?',
  4083.             'security.rememberme.response_listener' => '?',
  4084.             'security.role_hierarchy' => '?',
  4085.             'security.untracked_token_storage' => '?',
  4086.             'security.user.provider.concrete.fos_userbundle' => '?',
  4087.             'security.user_checker' => '?',
  4088.             'security.user_checker.api' => '?',
  4089.             'security.user_checker.api_login' => '?',
  4090.             'security.user_checker.main' => '?',
  4091.             'security.user_password_encoder.generic' => '?',
  4092.             'security.user_value_resolver' => '?',
  4093.             'security.validator.user_password' => '?',
  4094.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  4095.             'sensio_framework_extra.security.expression_language' => '?',
  4096.             'session.storage' => '?',
  4097.             'session.storage.filesystem' => '?',
  4098.             'session.storage.metadata_bag' => '?',
  4099.             'session.storage.mock_file' => '?',
  4100.             'session_listener' => '?',
  4101.             'streamed_response_listener' => '?',
  4102.             'swiftmailer.command.debug' => '?',
  4103.             'swiftmailer.command.new_email' => '?',
  4104.             'swiftmailer.command.send_email' => '?',
  4105.             'swiftmailer.data_collector' => '?',
  4106.             'swiftmailer.email_sender.listener' => '?',
  4107.             'swiftmailer.mailer' => '?',
  4108.             'swiftmailer.mailer.transport.accord_mandrill' => '?',
  4109.             'swiftmailer.plugin.messagelogger' => '?',
  4110.             'swiftmailer.transport.eventdispatcher.accord_mandrill' => '?',
  4111.             'templating.cache_warmer.template_paths' => '?',
  4112.             'templating.engine.twig' => '?',
  4113.             'templating.filename_parser' => '?',
  4114.             'templating.finder' => '?',
  4115.             'templating.loader.filesystem' => '?',
  4116.             'templating.locator' => '?',
  4117.             'templating.name_parser' => '?',
  4118.             'test.client.cookiejar' => '?',
  4119.             'test.client.history' => '?',
  4120.             'test.session.listener' => '?',
  4121.             'translation.dumper.csv' => '?',
  4122.             'translation.dumper.ini' => '?',
  4123.             'translation.dumper.json' => '?',
  4124.             'translation.dumper.mo' => '?',
  4125.             'translation.dumper.php' => '?',
  4126.             'translation.dumper.po' => '?',
  4127.             'translation.dumper.qt' => '?',
  4128.             'translation.dumper.res' => '?',
  4129.             'translation.dumper.xliff' => '?',
  4130.             'translation.dumper.yaml' => '?',
  4131.             'translation.dumper.yml' => '?',
  4132.             'translation.extractor' => '?',
  4133.             'translation.extractor.php' => '?',
  4134.             'translation.loader.csv' => '?',
  4135.             'translation.loader.dat' => '?',
  4136.             'translation.loader.ini' => '?',
  4137.             'translation.loader.json' => '?',
  4138.             'translation.loader.mo' => '?',
  4139.             'translation.loader.php' => '?',
  4140.             'translation.loader.po' => '?',
  4141.             'translation.loader.qt' => '?',
  4142.             'translation.loader.res' => '?',
  4143.             'translation.loader.xliff' => '?',
  4144.             'translation.loader.yml' => '?',
  4145.             'translation.reader' => '?',
  4146.             'translation.warmer' => '?',
  4147.             'translation.writer' => '?',
  4148.             'translator.data_collector' => '?',
  4149.             'translator.data_collector.inner' => '?',
  4150.             'translator.default' => '?',
  4151.             'translator.formatter' => '?',
  4152.             'translator.formatter.default' => '?',
  4153.             'twig.app_variable' => '?',
  4154.             'twig.cache_warmer' => '?',
  4155.             'twig.command.debug' => '?',
  4156.             'twig.command.lint' => '?',
  4157.             'twig.configurator.environment' => '?',
  4158.             'twig.error_renderer.html' => '?',
  4159.             'twig.error_renderer.html.inner' => '?',
  4160.             'twig.extension.assets' => '?',
  4161.             'twig.extension.code' => '?',
  4162.             'twig.extension.debug.stopwatch' => '?',
  4163.             'twig.extension.dump' => '?',
  4164.             'twig.extension.expression' => '?',
  4165.             'twig.extension.form' => '?',
  4166.             'twig.extension.httpfoundation' => '?',
  4167.             'twig.extension.httpkernel' => '?',
  4168.             'twig.extension.logout_url' => '?',
  4169.             'twig.extension.profiler' => '?',
  4170.             'twig.extension.routing' => '?',
  4171.             'twig.extension.security' => '?',
  4172.             'twig.extension.security_csrf' => '?',
  4173.             'twig.extension.text' => '?',
  4174.             'twig.extension.trans' => '?',
  4175.             'twig.extension.webprofiler' => '?',
  4176.             'twig.extension.yaml' => '?',
  4177.             'twig.form.engine' => '?',
  4178.             'twig.form.renderer' => '?',
  4179.             'twig.loader' => '?',
  4180.             'twig.loader.filesystem' => '?',
  4181.             'twig.mailer.message_listener' => '?',
  4182.             'twig.mime_body_renderer' => '?',
  4183.             'twig.profile' => '?',
  4184.             'twig.runtime.httpkernel' => '?',
  4185.             'twig.runtime.security_csrf' => '?',
  4186.             'twig.runtime_loader' => '?',
  4187.             'twig.template_cache_warmer' => '?',
  4188.             'twig.template_iterator' => '?',
  4189.             'twig.translation.extractor' => '?',
  4190.             'uri_signer' => '?',
  4191.             'url_helper' => '?',
  4192.             'validate_request_listener' => '?',
  4193.             'validator.builder' => '?',
  4194.             'validator.email' => '?',
  4195.             'validator.expression' => '?',
  4196.             'validator.mapping.cache_warmer' => '?',
  4197.             'validator.mapping.class_metadata_factory' => '?',
  4198.             'validator.not_compromised_password' => '?',
  4199.             'validator.validator_factory' => '?',
  4200.             'var_dumper.cli_dumper' => '?',
  4201.             'var_dumper.command.server_dump' => '?',
  4202.             'var_dumper.contextualized_cli_dumper' => '?',
  4203.             'var_dumper.contextualized_cli_dumper.inner' => '?',
  4204.             'var_dumper.dump_server' => '?',
  4205.             'var_dumper.html_dumper' => '?',
  4206.             'web_profiler.csp.handler' => '?',
  4207.             'web_profiler.debug_toolbar' => '?',
  4208.         ]);
  4209.     }
  4210.     /**
  4211.      * Gets the public 'test.service_container' shared service.
  4212.      *
  4213.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  4214.      */
  4215.     protected function getTest_ServiceContainerService()
  4216.     {
  4217.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  4218.     }
  4219.     /**
  4220.      * Gets the public 'translator' shared service.
  4221.      *
  4222.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4223.      */
  4224.     protected function getTranslatorService()
  4225.     {
  4226.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4227.     }
  4228.     /**
  4229.      * Gets the public 'twig' shared service.
  4230.      *
  4231.      * @return \Twig\Environment
  4232.      */
  4233.     protected function getTwigService()
  4234.     {
  4235.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4236.         $instance->addExtension(($this->privates['twig.extension.security_csrf'] ?? ($this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension())));
  4237.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  4238.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  4239.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  4240.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  4241.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  4242.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  4243.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  4244.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  4245.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  4246.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  4247.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  4248.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  4249.         $instance->addExtension(($this->privates['twig.extension.form'] ?? ($this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension())));
  4250.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  4251.         $instance->addExtension(($this->privates['twig.extension.text'] ?? ($this->privates['twig.extension.text'] = new \Twig_Extensions_Extension_Text())));
  4252.         $instance->addExtension(($this->privates['app.byte_conversion.twig.extension'] ?? ($this->privates['app.byte_conversion.twig.extension'] = new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension())));
  4253.         $instance->addExtension(($this->privates['app.file.twig.extension'] ?? ($this->privates['app.file.twig.extension'] = new \OceanExpertBundle\Twig\Extension\FileExtension())));
  4254.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  4255.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.serializer'] ?? ($this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension())));
  4256.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  4257.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  4258.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  4259.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  4260.         $instance->addGlobal('version''V1.0');
  4261.         $instance->addGlobal('web_path', (\dirname(__DIR__4).'/app/../web'));
  4262.         $instance->addGlobal('allowedLanguages', [=> 'Afrikaans'=> 'Albanian'=> 'Amharic'=> 'Arabic'=> 'Azerbaijani'=> 'Bahasa Malaysia'=> 'Balochi'=> 'Bantu'=> 'Basque'=> 'Bengali'10 => 'Bislama'11 => 'Bosnian'12 => 'British Sign Language'13 => 'Bulgarian'14 => 'Burmese'15 => 'Catalan'16 => 'Cebuano'17 => 'Chinese'18 => 'Croatian'19 => 'Czech'20 => 'Danish'21 => 'Dutch'22 => 'English'23 => 'Esperanto'24 => 'Estonian'25 => 'Faroese'26 => 'Farsi'27 => 'Fijian'28 => 'Filipino'29 => 'Finish'30 => 'Finnish'31 => 'French'32 => 'Gaelic'33 => 'Galician'34 => 'Georgian'35 => 'German'36 => 'Greek'37 => 'Gujarati'38 => 'Hebrew'39 => 'Herero'40 => 'Hindi'41 => 'Hungarian'42 => 'Icelandic'43 => 'Ilocano'44 => 'Indonesian'45 => 'Italian'46 => 'Japanese'47 => 'Javanese'48 => 'Kannada'49 => 'Kazakh'50 => 'Kiribati'51 => 'Konkani'52 => 'Korean'53 => 'Latvian'54 => 'Lebanese'55 => 'Lithuanian'56 => 'Luganda'57 => 'Malagasy'58 => 'Malay'59 => 'Malayalam'60 => 'Maltese'61 => 'Marathi'62 => 'Mongolian'63 => 'Nepalese'64 => 'Norwegian'65 => 'Odia'66 => 'Odiya'67 => 'Oriya'68 => 'Oromo'69 => 'Oshivambo'70 => 'Ovambo'71 => 'Palauan'72 => 'Persian'73 => 'Pohnpeian'74 => 'Polish'75 => 'Portuguese'76 => 'Romanian'77 => 'Russian'78 => 'Samoan'79 => 'Serbian'80 => 'Shona'81 => 'Sindhi'82 => 'Singhala'83 => 'Sinhala'84 => 'Siraiki'85 => 'Slovak'86 => 'Slovenian'87 => 'Somali'88 => 'Spanish'89 => 'Swahili'90 => 'Swedish'91 => 'Tagalog'92 => 'Tamil'93 => 'Telugu'94 => 'Tetum'95 => 'Thai'96 => 'Tigrinya'97 => 'Tongan'98 => 'Tunisian'99 => 'Turkish'100 => 'Tuvaluan'101 => 'Ukrainian'102 => 'Urdu'103 => 'Valenciano'104 => 'Vietnamese'105 => 'Waray'106 => 'Wolof'107 => 'Yoruba']);
  4263.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  4264.         return $instance;
  4265.     }
  4266.     /**
  4267.      * Gets the public 'twig.controller.exception' shared service.
  4268.      *
  4269.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4270.      *
  4271.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4272.      */
  4273.     protected function getTwig_Controller_ExceptionService()
  4274.     {
  4275.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4276.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4277.     }
  4278.     /**
  4279.      * Gets the public 'twig.controller.preview_error' shared service.
  4280.      *
  4281.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4282.      *
  4283.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4284.      */
  4285.     protected function getTwig_Controller_PreviewErrorService()
  4286.     {
  4287.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4288.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4289.     }
  4290.     /**
  4291.      * Gets the public 'validator' shared service.
  4292.      *
  4293.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4294.      */
  4295.     protected function getValidatorService()
  4296.     {
  4297.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
  4298.     }
  4299.     /**
  4300.      * Gets the public 'var_dumper.cloner' shared service.
  4301.      *
  4302.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4303.      */
  4304.     protected function getVarDumper_ClonerService()
  4305.     {
  4306.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4307.         $instance->setMaxItems(2500);
  4308.         $instance->setMinDepth(1);
  4309.         $instance->setMaxString(-1);
  4310.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the public 'web_profiler.controller.exception' shared service.
  4315.      *
  4316.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4317.      *
  4318.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4319.      */
  4320.     protected function getWebProfiler_Controller_ExceptionService()
  4321.     {
  4322.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  4323.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  4324.     }
  4325.     /**
  4326.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4327.      *
  4328.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4329.      */
  4330.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4331.     {
  4332.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php';
  4333.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  4334.     }
  4335.     /**
  4336.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4337.      *
  4338.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4339.      */
  4340.     protected function getWebProfiler_Controller_ProfilerService()
  4341.     {
  4342.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php';
  4343.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4344.     }
  4345.     /**
  4346.      * Gets the public 'web_profiler.controller.router' shared service.
  4347.      *
  4348.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4349.      */
  4350.     protected function getWebProfiler_Controller_RouterService()
  4351.     {
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php';
  4353.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  4354.             return new \EmptyIterator();
  4355.         }, 0));
  4356.     }
  4357.     /**
  4358.      * Gets the private '.errored..service_locator.W7I8oXK.OceanExpertBundle\Entity\Events' shared service.
  4359.      *
  4360.      * @return \OceanExpertBundle\Entity\Events
  4361.      */
  4362.     protected function getEventsService()
  4363.     {
  4364.         $this->throw('Cannot autowire service ".service_locator.W7I8oXK": it references class "OceanExpertBundle\\Entity\\Events" but no such service exists.');
  4365.     }
  4366.     /**
  4367.      * Gets the private '.legacy_controller_name_converter' shared service.
  4368.      *
  4369.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  4370.      */
  4371.     protected function get_LegacyControllerNameConverterService()
  4372.     {
  4373.         return $this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false);
  4374.     }
  4375.     /**
  4376.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4377.      *
  4378.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4379.      */
  4380.     protected function get_LegacyResolveControllerNameSubscriberService()
  4381.     {
  4382.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  4383.     }
  4384.     /**
  4385.      * Gets the private '.service_locator.JPEOy76' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4388.      */
  4389.     protected function get_ServiceLocator_JPEOy76Service()
  4390.     {
  4391.         return $this->privates['.service_locator.JPEOy76'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4392.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4393.         ], [
  4394.             'fosUserManager' => '?',
  4395.         ]);
  4396.     }
  4397.     /**
  4398.      * Gets the private '.service_locator.MgYswwz' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4401.      */
  4402.     protected function get_ServiceLocator_MgYswwzService()
  4403.     {
  4404.         return $this->privates['.service_locator.MgYswwz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4405.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4406.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4407.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4408.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4409.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4410.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4411.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4412.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4413.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4414.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4415.             'OceanExpertBundle\\Controller\\EventController::addEventMemberAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4416.             'OceanExpertBundle\\Controller\\EventController::copyEventAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4417.             'OceanExpertBundle\\Controller\\EventController::storeTheEvent' => ['privates''.service_locator.W7I8oXK''get_ServiceLocator_W7I8oXKService'false],
  4418.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  4419.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  4420.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4421.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4422.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4423.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4424.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4425.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  4426.             'OceanExpertBundle\\Controller\\SearchController::getCountryById' => ['privates''.service_locator.m_UuKYL''get_ServiceLocator_MUuKYLService'false],
  4427.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4428.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4429.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4430.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  4431.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4432.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4433.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4434.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4435.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4436.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4437.             'OceanExpertBundle\\Controller\\EventController:addEventMemberAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4438.             'OceanExpertBundle\\Controller\\EventController:copyEventAction' => ['privates''.service_locator.sDHplmp''get_ServiceLocator_SDHplmpService'false],
  4439.             'OceanExpertBundle\\Controller\\EventController:storeTheEvent' => ['privates''.service_locator.W7I8oXK''get_ServiceLocator_W7I8oXKService'false],
  4440.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  4441.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  4442.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4443.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4444.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4445.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4446.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  4447.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  4448.             'OceanExpertBundle\\Controller\\SearchController:getCountryById' => ['privates''.service_locator.m_UuKYL''get_ServiceLocator_MUuKYLService'false],
  4449.         ], [
  4450.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => '?',
  4451.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => '?',
  4452.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => '?',
  4453.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => '?',
  4454.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => '?',
  4455.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => '?',
  4456.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => '?',
  4457.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController::setViewHandler' => '?',
  4458.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => '?',
  4459.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => '?',
  4460.             'OceanExpertBundle\\Controller\\EventController::addEventMemberAction' => '?',
  4461.             'OceanExpertBundle\\Controller\\EventController::copyEventAction' => '?',
  4462.             'OceanExpertBundle\\Controller\\EventController::storeTheEvent' => '?',
  4463.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => '?',
  4464.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => '?',
  4465.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => '?',
  4466.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => '?',
  4467.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => '?',
  4468.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => '?',
  4469.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => '?',
  4470.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => '?',
  4471.             'OceanExpertBundle\\Controller\\SearchController::getCountryById' => '?',
  4472.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => '?',
  4473.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => '?',
  4474.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => '?',
  4475.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => '?',
  4476.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => '?',
  4477.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => '?',
  4478.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => '?',
  4479.             'OceanExpertBundle\\Controller\\Api\\ApiRegionController:setViewHandler' => '?',
  4480.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => '?',
  4481.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => '?',
  4482.             'OceanExpertBundle\\Controller\\EventController:addEventMemberAction' => '?',
  4483.             'OceanExpertBundle\\Controller\\EventController:copyEventAction' => '?',
  4484.             'OceanExpertBundle\\Controller\\EventController:storeTheEvent' => '?',
  4485.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => '?',
  4486.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => '?',
  4487.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => '?',
  4488.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => '?',
  4489.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => '?',
  4490.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => '?',
  4491.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => '?',
  4492.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => '?',
  4493.             'OceanExpertBundle\\Controller\\SearchController:getCountryById' => '?',
  4494.         ]);
  4495.     }
  4496.     /**
  4497.      * Gets the private '.service_locator.RGIiAl4' shared service.
  4498.      *
  4499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4500.      */
  4501.     protected function get_ServiceLocator_RGIiAl4Service()
  4502.     {
  4503.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4504.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4505.         ], [
  4506.             'viewhandler' => '?',
  4507.         ]);
  4508.     }
  4509.     /**
  4510.      * Gets the private '.service_locator.W7I8oXK' shared service.
  4511.      *
  4512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4513.      */
  4514.     protected function get_ServiceLocator_W7I8oXKService()
  4515.     {
  4516.         return $this->privates['.service_locator.W7I8oXK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4517.             '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.'],
  4518.         ], [
  4519.             'event' => 'OceanExpertBundle\\Entity\\Events',
  4520.         ]);
  4521.     }
  4522.     /**
  4523.      * Gets the private '.service_locator.ipjTSUc' shared service.
  4524.      *
  4525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4526.      */
  4527.     protected function get_ServiceLocator_IpjTSUcService()
  4528.     {
  4529.         return $this->privates['.service_locator.ipjTSUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4530.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4531.         ], [
  4532.             'em' => '?',
  4533.         ]);
  4534.     }
  4535.     /**
  4536.      * Gets the private '.service_locator.m_UuKYL' shared service.
  4537.      *
  4538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4539.      */
  4540.     protected function get_ServiceLocator_MUuKYLService()
  4541.     {
  4542.         return $this->privates['.service_locator.m_UuKYL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4543.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4544.         ], [
  4545.             'doctrine' => '?',
  4546.         ]);
  4547.     }
  4548.     /**
  4549.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4550.      *
  4551.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4552.      */
  4553.     protected function get_ServiceLocator_O9nGMXBService()
  4554.     {
  4555.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4556.             'twig' => ['services''twig''getTwigService'false],
  4557.         ], [
  4558.             'twig' => 'Twig\\Environment',
  4559.         ]);
  4560.     }
  4561.     /**
  4562.      * Gets the private '.service_locator.sDHplmp' shared service.
  4563.      *
  4564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4565.      */
  4566.     protected function get_ServiceLocator_SDHplmpService()
  4567.     {
  4568.         return $this->privates['.service_locator.sDHplmp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4569.             'fosTokenGenerator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  4570.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4571.         ], [
  4572.             'fosTokenGenerator' => '?',
  4573.             'fosUserManager' => '?',
  4574.         ]);
  4575.     }
  4576.     /**
  4577.      * Gets the private '.service_locator.wHQ6.0W' shared service.
  4578.      *
  4579.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4580.      */
  4581.     protected function get_ServiceLocator_WHQ6_0WService()
  4582.     {
  4583.         return $this->privates['.service_locator.wHQ6.0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4584.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4585.         ], [
  4586.             'logger' => '?',
  4587.         ]);
  4588.     }
  4589.     /**
  4590.      * Gets the private '.service_locator.x8FmIZ0' shared service.
  4591.      *
  4592.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4593.      */
  4594.     protected function get_ServiceLocator_X8FmIZ0Service()
  4595.     {
  4596.         return $this->privates['.service_locator.x8FmIZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4597.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4598.         ], [
  4599.             'entityManager' => '?',
  4600.         ]);
  4601.     }
  4602.     /**
  4603.      * Gets the private '.service_locator.xI4tcWT' shared service.
  4604.      *
  4605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4606.      */
  4607.     protected function get_ServiceLocator_XI4tcWTService()
  4608.     {
  4609.         return $this->privates['.service_locator.xI4tcWT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4610.             'fosRegistrationFormFactory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  4611.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  4612.         ], [
  4613.             'fosRegistrationFormFactory' => '?',
  4614.             'fosUserManager' => '?',
  4615.         ]);
  4616.     }
  4617.     /**
  4618.      * Gets the private 'OceanExpertBundle\Repository\DoclistsRepository' shared autowired service.
  4619.      *
  4620.      * @return \OceanExpertBundle\Repository\DoclistsRepository
  4621.      */
  4622.     protected function getDoclistsRepositoryService()
  4623.     {
  4624.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4625.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4629.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/DoclistsRepository.php';
  4630.         return $this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] = new \OceanExpertBundle\Repository\DoclistsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4631.     }
  4632.     /**
  4633.      * Gets the private 'OceanExpertBundle\Repository\IndivRepository' shared autowired service.
  4634.      *
  4635.      * @return \OceanExpertBundle\Repository\IndivRepository
  4636.      */
  4637.     protected function getIndivRepositoryService()
  4638.     {
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4644.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/IndivRepository.php';
  4645.         return $this->privates['OceanExpertBundle\\Repository\\IndivRepository'] = new \OceanExpertBundle\Repository\IndivRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4646.     }
  4647.     /**
  4648.      * Gets the private 'OceanExpertBundle\Repository\RegionsRepository' shared autowired service.
  4649.      *
  4650.      * @return \OceanExpertBundle\Repository\RegionsRepository
  4651.      */
  4652.     protected function getRegionsRepositoryService()
  4653.     {
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4659.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/RegionsRepository.php';
  4660.         return $this->privates['OceanExpertBundle\\Repository\\RegionsRepository'] = new \OceanExpertBundle\Repository\RegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4661.     }
  4662.     /**
  4663.      * Gets the private 'OceanExpertBundle\Repository\SearegionsRepository' shared autowired service.
  4664.      *
  4665.      * @return \OceanExpertBundle\Repository\SearegionsRepository
  4666.      */
  4667.     protected function getSearegionsRepositoryService()
  4668.     {
  4669.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4674.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/SearegionsRepository.php';
  4675.         return $this->privates['OceanExpertBundle\\Repository\\SearegionsRepository'] = new \OceanExpertBundle\Repository\SearegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4676.     }
  4677.     /**
  4678.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener' shared service.
  4679.      *
  4680.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4681.      */
  4682.     protected function getControllerListenerService()
  4683.     {
  4684.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4685.     }
  4686.     /**
  4687.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener' shared service.
  4688.      *
  4689.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  4690.      */
  4691.     protected function getHttpCacheListenerService()
  4692.     {
  4693.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  4694.     }
  4695.     /**
  4696.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener' shared service.
  4697.      *
  4698.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4699.      */
  4700.     protected function getIsGrantedListenerService()
  4701.     {
  4702.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4703.     }
  4704.     /**
  4705.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener' shared service.
  4706.      *
  4707.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4708.      */
  4709.     protected function getParamConverterListenerService()
  4710.     {
  4711.         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);
  4712.     }
  4713.     /**
  4714.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener' shared service.
  4715.      *
  4716.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4717.      */
  4718.     protected function getSecurityListenerService()
  4719.     {
  4720.         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()));
  4721.     }
  4722.     /**
  4723.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener' shared service.
  4724.      *
  4725.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4726.      */
  4727.     protected function getTemplateListenerService()
  4728.     {
  4729.         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()));
  4730.     }
  4731.     /**
  4732.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter' shared service.
  4733.      *
  4734.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  4735.      */
  4736.     protected function getDateTimeParamConverterService()
  4737.     {
  4738.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DateTimeParamConverter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  4739.     }
  4740.     /**
  4741.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter' shared service.
  4742.      *
  4743.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  4744.      */
  4745.     protected function getDoctrineParamConverterService()
  4746.     {
  4747.         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())));
  4748.     }
  4749.     /**
  4750.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager' shared service.
  4751.      *
  4752.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  4753.      */
  4754.     protected function getParamConverterManagerService()
  4755.     {
  4756.         $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\ParamConverterManager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4757.         $instance->add(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Request\\ParamConverter\\DoctrineParamConverter'] ?? $this->getDoctrineParamConverterService()), 0'doctrine.orm');
  4758.         $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');
  4759.         return $instance;
  4760.     }
  4761.     /**
  4762.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader' shared service.
  4763.      *
  4764.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  4765.      */
  4766.     protected function getAnnotatedRouteControllerLoaderService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php';
  4771.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4772.     }
  4773.     /**
  4774.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage' shared service.
  4775.      *
  4776.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  4777.      */
  4778.     protected function getExpressionLanguageService()
  4779.     {
  4780.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Security\\ExpressionLanguage'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  4781.     }
  4782.     /**
  4783.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser' shared service.
  4784.      *
  4785.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  4786.      */
  4787.     protected function getTemplateGuesserService()
  4788.     {
  4789.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Templating\\TemplateGuesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  4790.     }
  4791.     /**
  4792.      * Gets the private 'Symfony\Component\ExpressionLanguage\ExpressionLanguage' shared service.
  4793.      *
  4794.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  4795.      */
  4796.     protected function getExpressionLanguage2Service()
  4797.     {
  4798.         return $this->privates['Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4799.     }
  4800.     /**
  4801.      * Gets the private 'Symfony\Component\Routing\Loader\AnnotationDirectoryLoader' shared service.
  4802.      *
  4803.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  4804.      */
  4805.     protected function getAnnotationDirectoryLoaderService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  4811.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  4812.         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()));
  4813.     }
  4814.     /**
  4815.      * Gets the private 'Symfony\Component\Routing\Loader\AnnotationFileLoader' shared service.
  4816.      *
  4817.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  4818.      */
  4819.     protected function getAnnotationFileLoaderService()
  4820.     {
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  4825.         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()));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'acme_api.event.jwt_created_listener' shared autowired service.
  4829.      *
  4830.      * @return \OceanExpertBundle\EventListener\JWTCreatedListener
  4831.      */
  4832.     protected function getAcmeApi_Event_JwtCreatedListenerService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/EventListener/JWTCreatedListener.php';
  4835.         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()));
  4836.     }
  4837.     /**
  4838.      * Gets the private 'annotations.cache_adapter' shared service.
  4839.      *
  4840.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4841.      */
  4842.     protected function getAnnotations_CacheAdapterService()
  4843.     {
  4844.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4845.     }
  4846.     /**
  4847.      * Gets the private 'annotations.cache_warmer' shared service.
  4848.      *
  4849.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4850.      */
  4851.     protected function getAnnotations_CacheWarmerService()
  4852.     {
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  4854.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4856.         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);
  4857.     }
  4858.     /**
  4859.      * Gets the private 'annotations.cached_reader' shared service.
  4860.      *
  4861.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4862.      */
  4863.     protected function getAnnotations_CachedReaderService()
  4864.     {
  4865.         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);
  4866.     }
  4867.     /**
  4868.      * Gets the private 'annotations.dummy_registry' shared service.
  4869.      *
  4870.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  4871.      */
  4872.     protected function getAnnotations_DummyRegistryService()
  4873.     {
  4874.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4875.         $instance->registerUniqueLoader('class_exists');
  4876.         return $instance;
  4877.     }
  4878.     /**
  4879.      * Gets the private 'annotations.reader' shared service.
  4880.      *
  4881.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4882.      */
  4883.     protected function getAnnotations_ReaderService()
  4884.     {
  4885.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4886.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  4887.         return $instance;
  4888.     }
  4889.     /**
  4890.      * Gets the private 'app.byte_conversion.twig.extension' shared autowired service.
  4891.      *
  4892.      * @return \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension
  4893.      */
  4894.     protected function getApp_ByteConversion_Twig_ExtensionService()
  4895.     {
  4896.         return $this->privates['app.byte_conversion.twig.extension'] = new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension();
  4897.     }
  4898.     /**
  4899.      * Gets the private 'app.file.twig.extension' shared autowired service.
  4900.      *
  4901.      * @return \OceanExpertBundle\Twig\Extension\FileExtension
  4902.      */
  4903.     protected function getApp_File_Twig_ExtensionService()
  4904.     {
  4905.         return $this->privates['app.file.twig.extension'] = new \OceanExpertBundle\Twig\Extension\FileExtension();
  4906.     }
  4907.     /**
  4908.      * Gets the private 'argument_metadata_factory' shared service.
  4909.      *
  4910.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  4911.      */
  4912.     protected function getArgumentMetadataFactoryService()
  4913.     {
  4914.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  4915.     }
  4916.     /**
  4917.      * Gets the private 'assets._default_package' shared service.
  4918.      *
  4919.      * @return \Symfony\Component\Asset\PathPackage
  4920.      */
  4921.     protected function getAssets_DefaultPackageService()
  4922.     {
  4923.         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()));
  4924.     }
  4925.     /**
  4926.      * Gets the private 'assets.context' shared service.
  4927.      *
  4928.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  4929.      */
  4930.     protected function getAssets_ContextService()
  4931.     {
  4932.         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);
  4933.     }
  4934.     /**
  4935.      * Gets the private 'assets.empty_version_strategy' shared service.
  4936.      *
  4937.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  4938.      */
  4939.     protected function getAssets_EmptyVersionStrategyService()
  4940.     {
  4941.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  4942.     }
  4943.     /**
  4944.      * Gets the private 'assets.packages' shared service.
  4945.      *
  4946.      * @return \Symfony\Component\Asset\Packages
  4947.      */
  4948.     protected function getAssets_PackagesService()
  4949.     {
  4950.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), []);
  4951.     }
  4952.     /**
  4953.      * Gets the private 'cache.annotations' shared service.
  4954.      *
  4955.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4956.      */
  4957.     protected function getCache_AnnotationsService()
  4958.     {
  4959.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.recorder_inner'] ?? $this->getCache_Annotations_RecorderInnerService()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'cache.annotations.recorder_inner' shared service.
  4963.      *
  4964.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  4965.      */
  4966.     protected function getCache_Annotations_RecorderInnerService()
  4967.     {
  4968.         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()));
  4969.     }
  4970.     /**
  4971.      * Gets the private 'cache.app.recorder_inner' shared service.
  4972.      *
  4973.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  4974.      */
  4975.     protected function getCache_App_RecorderInnerService()
  4976.     {
  4977.         $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))));
  4978.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4979.         return $instance;
  4980.     }
  4981.     /**
  4982.      * Gets the private 'cache.default_marshaller' shared service.
  4983.      *
  4984.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  4985.      */
  4986.     protected function getCache_DefaultMarshallerService()
  4987.     {
  4988.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL);
  4989.     }
  4990.     /**
  4991.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4992.      *
  4993.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4994.      */
  4995.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4996.     {
  4997.         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())));
  4998.     }
  4999.     /**
  5000.      * Gets the private 'cache.doctrine.orm.default.metadata.recorder_inner' shared service.
  5001.      *
  5002.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5003.      */
  5004.     protected function getCache_Doctrine_Orm_Default_Metadata_RecorderInnerService()
  5005.     {
  5006.         return $this->privates['cache.doctrine.orm.default.metadata.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5007.     }
  5008.     /**
  5009.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5010.      *
  5011.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5012.      */
  5013.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5014.     {
  5015.         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())));
  5016.     }
  5017.     /**
  5018.      * Gets the private 'cache.doctrine.orm.default.query.recorder_inner' shared service.
  5019.      *
  5020.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5021.      */
  5022.     protected function getCache_Doctrine_Orm_Default_Query_RecorderInnerService()
  5023.     {
  5024.         return $this->privates['cache.doctrine.orm.default.query.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5025.     }
  5026.     /**
  5027.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5028.      *
  5029.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5030.      */
  5031.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5032.     {
  5033.         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())));
  5034.     }
  5035.     /**
  5036.      * Gets the private 'cache.doctrine.orm.default.result.recorder_inner' shared service.
  5037.      *
  5038.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5039.      */
  5040.     protected function getCache_Doctrine_Orm_Default_Result_RecorderInnerService()
  5041.     {
  5042.         return $this->privates['cache.doctrine.orm.default.result.recorder_inner'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter();
  5043.     }
  5044.     /**
  5045.      * Gets the private 'cache.property_access' shared service.
  5046.      *
  5047.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  5048.      */
  5049.     protected function getCache_PropertyAccessService()
  5050.     {
  5051.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  5052.     }
  5053.     /**
  5054.      * Gets the private 'cache.property_info' shared service.
  5055.      *
  5056.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5057.      */
  5058.     protected function getCache_PropertyInfoService()
  5059.     {
  5060.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.recorder_inner'] ?? $this->getCache_PropertyInfo_RecorderInnerService()));
  5061.     }
  5062.     /**
  5063.      * Gets the private 'cache.property_info.recorder_inner' shared service.
  5064.      *
  5065.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5066.      */
  5067.     protected function getCache_PropertyInfo_RecorderInnerService()
  5068.     {
  5069.         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()));
  5070.     }
  5071.     /**
  5072.      * Gets the private 'cache.security_expression_language' shared service.
  5073.      *
  5074.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5075.      */
  5076.     protected function getCache_SecurityExpressionLanguageService()
  5077.     {
  5078.         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()));
  5079.     }
  5080.     /**
  5081.      * Gets the private 'cache.security_expression_language.recorder_inner' shared service.
  5082.      *
  5083.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5084.      */
  5085.     protected function getCache_SecurityExpressionLanguage_RecorderInnerService()
  5086.     {
  5087.         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()));
  5088.     }
  5089.     /**
  5090.      * Gets the private 'cache.serializer' shared service.
  5091.      *
  5092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5093.      */
  5094.     protected function getCache_SerializerService()
  5095.     {
  5096.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.recorder_inner'] ?? $this->getCache_Serializer_RecorderInnerService()));
  5097.     }
  5098.     /**
  5099.      * Gets the private 'cache.serializer.recorder_inner' shared service.
  5100.      *
  5101.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5102.      */
  5103.     protected function getCache_Serializer_RecorderInnerService()
  5104.     {
  5105.         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()));
  5106.     }
  5107.     /**
  5108.      * Gets the private 'cache.system.recorder_inner' shared service.
  5109.      *
  5110.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5111.      */
  5112.     protected function getCache_System_RecorderInnerService()
  5113.     {
  5114.         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()));
  5115.     }
  5116.     /**
  5117.      * Gets the private 'cache.validator' shared service.
  5118.      *
  5119.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5120.      */
  5121.     protected function getCache_ValidatorService()
  5122.     {
  5123.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.recorder_inner'] ?? $this->getCache_Validator_RecorderInnerService()));
  5124.     }
  5125.     /**
  5126.      * Gets the private 'cache.validator.recorder_inner' shared service.
  5127.      *
  5128.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  5129.      */
  5130.     protected function getCache_Validator_RecorderInnerService()
  5131.     {
  5132.         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()));
  5133.     }
  5134.     /**
  5135.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  5136.      *
  5137.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  5138.      */
  5139.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  5140.     {
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php';
  5143.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  5144.     }
  5145.     /**
  5146.      * Gets the private 'config_cache_factory' shared service.
  5147.      *
  5148.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5149.      */
  5150.     protected function getConfigCacheFactoryService()
  5151.     {
  5152.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5153.             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)));
  5154.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5155.         }, 2));
  5156.     }
  5157.     /**
  5158.      * Gets the private 'console.command.about' shared service.
  5159.      *
  5160.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5161.      */
  5162.     protected function getConsole_Command_AboutService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php';
  5166.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5167.         $instance->setName('about');
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'console.command.assets_install' shared service.
  5172.      *
  5173.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5174.      */
  5175.     protected function getConsole_Command_AssetsInstallService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5180.         $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));
  5181.         $instance->setName('assets:install');
  5182.         return $instance;
  5183.     }
  5184.     /**
  5185.      * Gets the private 'console.command.cache_clear' shared service.
  5186.      *
  5187.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5188.      */
  5189.     protected function getConsole_Command_CacheClearService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5194.         $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())));
  5195.         $instance->setName('cache:clear');
  5196.         return $instance;
  5197.     }
  5198.     /**
  5199.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5200.      *
  5201.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5202.      */
  5203.     protected function getConsole_Command_CachePoolClearService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php';
  5207.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5208.         $instance->setName('cache:pool:clear');
  5209.         return $instance;
  5210.     }
  5211.     /**
  5212.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5213.      *
  5214.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5215.      */
  5216.     protected function getConsole_Command_CachePoolDeleteService()
  5217.     {
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php';
  5220.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5221.         $instance->setName('cache:pool:delete');
  5222.         return $instance;
  5223.     }
  5224.     /**
  5225.      * Gets the private 'console.command.cache_pool_list' shared service.
  5226.      *
  5227.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5228.      */
  5229.     protected function getConsole_Command_CachePoolListService()
  5230.     {
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php';
  5233.         $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']);
  5234.         $instance->setName('cache:pool:list');
  5235.         return $instance;
  5236.     }
  5237.     /**
  5238.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5239.      *
  5240.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5241.      */
  5242.     protected function getConsole_Command_CachePoolPruneService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php';
  5246.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5247.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5248.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5249.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5250.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5251.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5252.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5253.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5254.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5255.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5256.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5257.         }, 10));
  5258.         $instance->setName('cache:pool:prune');
  5259.         return $instance;
  5260.     }
  5261.     /**
  5262.      * Gets the private 'console.command.cache_warmup' shared service.
  5263.      *
  5264.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5265.      */
  5266.     protected function getConsole_Command_CacheWarmupService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php';
  5270.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5271.         $instance->setName('cache:warmup');
  5272.         return $instance;
  5273.     }
  5274.     /**
  5275.      * Gets the private 'console.command.config_debug' shared service.
  5276.      *
  5277.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5278.      */
  5279.     protected function getConsole_Command_ConfigDebugService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php';
  5285.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5286.         $instance->setName('debug:config');
  5287.         return $instance;
  5288.     }
  5289.     /**
  5290.      * Gets the private 'console.command.config_dump_reference' shared service.
  5291.      *
  5292.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5293.      */
  5294.     protected function getConsole_Command_ConfigDumpReferenceService()
  5295.     {
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php';
  5300.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5301.         $instance->setName('config:dump-reference');
  5302.         return $instance;
  5303.     }
  5304.     /**
  5305.      * Gets the private 'console.command.container_debug' shared service.
  5306.      *
  5307.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5308.      */
  5309.     protected function getConsole_Command_ContainerDebugService()
  5310.     {
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5313.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5314.         $instance->setName('debug:container');
  5315.         return $instance;
  5316.     }
  5317.     /**
  5318.      * Gets the private 'console.command.container_lint' shared service.
  5319.      *
  5320.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5321.      */
  5322.     protected function getConsole_Command_ContainerLintService()
  5323.     {
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php';
  5326.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5327.         $instance->setName('lint:container');
  5328.         return $instance;
  5329.     }
  5330.     /**
  5331.      * Gets the private 'console.command.debug_autowiring' shared service.
  5332.      *
  5333.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5334.      */
  5335.     protected function getConsole_Command_DebugAutowiringService()
  5336.     {
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php';
  5340.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5341.         $instance->setName('debug:autowiring');
  5342.         return $instance;
  5343.     }
  5344.     /**
  5345.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5346.      *
  5347.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5348.      */
  5349.     protected function getConsole_Command_EventDispatcherDebugService()
  5350.     {
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php';
  5353.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5354.         $instance->setName('debug:event-dispatcher');
  5355.         return $instance;
  5356.     }
  5357.     /**
  5358.      * Gets the private 'console.command.form_debug' shared service.
  5359.      *
  5360.      * @return \Symfony\Component\Form\Command\DebugCommand
  5361.      */
  5362.     protected function getConsole_Command_FormDebugService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Command/DebugCommand.php';
  5366.         $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()));
  5367.         $instance->setName('debug:form');
  5368.         return $instance;
  5369.     }
  5370.     /**
  5371.      * Gets the private 'console.command.router_debug' shared service.
  5372.      *
  5373.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5374.      */
  5375.     protected function getConsole_Command_RouterDebugService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php';
  5379.         $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()));
  5380.         $instance->setName('debug:router');
  5381.         return $instance;
  5382.     }
  5383.     /**
  5384.      * Gets the private 'console.command.router_match' shared service.
  5385.      *
  5386.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5387.      */
  5388.     protected function getConsole_Command_RouterMatchService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php';
  5392.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5393.         $instance->setName('router:match');
  5394.         return $instance;
  5395.     }
  5396.     /**
  5397.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5398.      *
  5399.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5400.      */
  5401.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5409.         $this->privates['console.command.secrets_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')))));
  5410.         $instance->setName('secrets:decrypt-to-local');
  5411.         return $instance;
  5412.     }
  5413.     /**
  5414.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5415.      *
  5416.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5417.      */
  5418.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5426.         $this->privates['console.command.secrets_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')))));
  5427.         $instance->setName('secrets:encrypt-from-local');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5432.      *
  5433.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5434.      */
  5435.     protected function getConsole_Command_SecretsGenerateKeyService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5443.         $this->privates['console.command.secrets_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')))));
  5444.         $instance->setName('secrets:generate-keys');
  5445.         return $instance;
  5446.     }
  5447.     /**
  5448.      * Gets the private 'console.command.secrets_list' shared service.
  5449.      *
  5450.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5451.      */
  5452.     protected function getConsole_Command_SecretsListService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5460.         $this->privates['console.command.secrets_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')))));
  5461.         $instance->setName('secrets:list');
  5462.         return $instance;
  5463.     }
  5464.     /**
  5465.      * Gets the private 'console.command.secrets_remove' shared service.
  5466.      *
  5467.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5468.      */
  5469.     protected function getConsole_Command_SecretsRemoveService()
  5470.     {
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5477.         $this->privates['console.command.secrets_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')))));
  5478.         $instance->setName('secrets:remove');
  5479.         return $instance;
  5480.     }
  5481.     /**
  5482.      * Gets the private 'console.command.secrets_set' shared service.
  5483.      *
  5484.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5485.      */
  5486.     protected function getConsole_Command_SecretsSetService()
  5487.     {
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  5494.         $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')))));
  5495.         $instance->setName('secrets:set');
  5496.         return $instance;
  5497.     }
  5498.     /**
  5499.      * Gets the private 'console.command.translation_debug' shared service.
  5500.      *
  5501.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5502.      */
  5503.     protected function getConsole_Command_TranslationDebugService()
  5504.     {
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php';
  5507.         $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')]);
  5508.         $instance->setName('debug:translation');
  5509.         return $instance;
  5510.     }
  5511.     /**
  5512.      * Gets the private 'console.command.translation_update' shared service.
  5513.      *
  5514.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5515.      */
  5516.     protected function getConsole_Command_TranslationUpdateService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php';
  5520.         $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')]);
  5521.         $instance->setName('translation:update');
  5522.         return $instance;
  5523.     }
  5524.     /**
  5525.      * Gets the private 'console.command.xliff_lint' shared service.
  5526.      *
  5527.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5528.      */
  5529.     protected function getConsole_Command_XliffLintService()
  5530.     {
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Command/XliffLintCommand.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php';
  5534.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5535.         $instance->setName('lint:xliff');
  5536.         return $instance;
  5537.     }
  5538.     /**
  5539.      * Gets the private 'console.command.yaml_lint' shared service.
  5540.      *
  5541.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5542.      */
  5543.     protected function getConsole_Command_YamlLintService()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Yaml/Command/LintCommand.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php';
  5548.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5549.         $instance->setName('lint:yaml');
  5550.         return $instance;
  5551.     }
  5552.     /**
  5553.      * Gets the private 'console.error_listener' shared service.
  5554.      *
  5555.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5556.      */
  5557.     protected function getConsole_ErrorListenerService()
  5558.     {
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/EventListener/ErrorListener.php';
  5560.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  5561.     }
  5562.     /**
  5563.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  5564.      *
  5565.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  5566.      */
  5567.     protected function getConsole_SuggestMissingPackageSubscriberService()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php';
  5570.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  5571.     }
  5572.     /**
  5573.      * Gets the private 'container.env_var_processor' shared service.
  5574.      *
  5575.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5576.      */
  5577.     protected function getContainer_EnvVarProcessorService()
  5578.     {
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php';
  5581.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5582.             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'))));
  5583.         }, 1));
  5584.     }
  5585.     /**
  5586.      * Gets the private 'data_collector.ajax' shared service.
  5587.      *
  5588.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  5589.      */
  5590.     protected function getDataCollector_AjaxService()
  5591.     {
  5592.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  5593.     }
  5594.     /**
  5595.      * Gets the private 'data_collector.cache' shared service.
  5596.      *
  5597.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  5598.      */
  5599.     protected function getDataCollector_CacheService()
  5600.     {
  5601.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  5602.         $instance->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5603.         $instance->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  5604.         $instance->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  5605.         $instance->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  5606.         $instance->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5607.         $instance->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  5608.         $instance->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5609.         $instance->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  5610.         $instance->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  5611.         $instance->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  5612.         return $instance;
  5613.     }
  5614.     /**
  5615.      * Gets the private 'data_collector.config' shared service.
  5616.      *
  5617.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  5618.      */
  5619.     protected function getDataCollector_ConfigService()
  5620.     {
  5621.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  5622.         if ($this->has('kernel')) {
  5623.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  5624.         }
  5625.         return $instance;
  5626.     }
  5627.     /**
  5628.      * Gets the private 'data_collector.doctrine' shared service.
  5629.      *
  5630.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  5631.      */
  5632.     protected function getDataCollector_DoctrineService()
  5633.     {
  5634.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5635.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  5636.         return $instance;
  5637.     }
  5638.     /**
  5639.      * Gets the private 'data_collector.events' shared service.
  5640.      *
  5641.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  5642.      */
  5643.     protected function getDataCollector_EventsService()
  5644.     {
  5645.         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())));
  5646.     }
  5647.     /**
  5648.      * Gets the private 'data_collector.exception' shared service.
  5649.      *
  5650.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  5651.      */
  5652.     protected function getDataCollector_ExceptionService()
  5653.     {
  5654.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  5655.     }
  5656.     /**
  5657.      * Gets the private 'data_collector.form' shared service.
  5658.      *
  5659.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5660.      */
  5661.     protected function getDataCollector_FormService()
  5662.     {
  5663.         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())));
  5664.     }
  5665.     /**
  5666.      * Gets the private 'data_collector.form.extractor' shared service.
  5667.      *
  5668.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  5669.      */
  5670.     protected function getDataCollector_Form_ExtractorService()
  5671.     {
  5672.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  5673.     }
  5674.     /**
  5675.      * Gets the private 'data_collector.logger' shared service.
  5676.      *
  5677.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  5678.      */
  5679.     protected function getDataCollector_LoggerService()
  5680.     {
  5681.         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())));
  5682.     }
  5683.     /**
  5684.      * Gets the private 'data_collector.memory' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  5687.      */
  5688.     protected function getDataCollector_MemoryService()
  5689.     {
  5690.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  5691.     }
  5692.     /**
  5693.      * Gets the private 'data_collector.request' shared service.
  5694.      *
  5695.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  5696.      */
  5697.     protected function getDataCollector_RequestService()
  5698.     {
  5699.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector();
  5700.     }
  5701.     /**
  5702.      * Gets the private 'data_collector.router' shared service.
  5703.      *
  5704.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  5705.      */
  5706.     protected function getDataCollector_RouterService()
  5707.     {
  5708.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  5709.     }
  5710.     /**
  5711.      * Gets the private 'data_collector.security' shared service.
  5712.      *
  5713.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  5714.      */
  5715.     protected function getDataCollector_SecurityService()
  5716.     {
  5717.         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()));
  5718.     }
  5719.     /**
  5720.      * Gets the private 'data_collector.time' shared service.
  5721.      *
  5722.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  5723.      */
  5724.     protected function getDataCollector_TimeService()
  5725.     {
  5726.         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))));
  5727.     }
  5728.     /**
  5729.      * Gets the private 'data_collector.translation' shared service.
  5730.      *
  5731.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  5732.      */
  5733.     protected function getDataCollector_TranslationService()
  5734.     {
  5735.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  5736.     }
  5737.     /**
  5738.      * Gets the private 'data_collector.twig' shared service.
  5739.      *
  5740.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  5741.      */
  5742.     protected function getDataCollector_TwigService()
  5743.     {
  5744.         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()));
  5745.     }
  5746.     /**
  5747.      * Gets the private 'data_collector.validator' shared service.
  5748.      *
  5749.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  5750.      */
  5751.     protected function getDataCollector_ValidatorService()
  5752.     {
  5753.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService()));
  5754.     }
  5755.     /**
  5756.      * Gets the private 'debug.argument_resolver' shared service.
  5757.      *
  5758.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  5759.      */
  5760.     protected function getDebug_ArgumentResolverService()
  5761.     {
  5762.         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))));
  5763.     }
  5764.     /**
  5765.      * Gets the private 'debug.argument_resolver.default' shared service.
  5766.      *
  5767.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5768.      */
  5769.     protected function getDebug_ArgumentResolver_DefaultService()
  5770.     {
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5774.         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))));
  5775.     }
  5776.     /**
  5777.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  5778.      *
  5779.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  5780.      */
  5781.     protected function getDebug_ArgumentResolver_Default_InnerService()
  5782.     {
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5785.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  5786.     }
  5787.     /**
  5788.      * Gets the private 'debug.argument_resolver.inner' shared service.
  5789.      *
  5790.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  5791.      */
  5792.     protected function getDebug_ArgumentResolver_InnerService()
  5793.     {
  5794.         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 () {
  5795.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  5796.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  5797.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  5798.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  5799.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  5800.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  5801.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  5802.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  5803.         }, 8));
  5804.     }
  5805.     /**
  5806.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5807.      *
  5808.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5809.      */
  5810.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5814.         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))));
  5815.     }
  5816.     /**
  5817.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  5818.      *
  5819.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  5820.      */
  5821.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5825.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.MgYswwz'] ?? $this->get_ServiceLocator_MgYswwzService()));
  5826.     }
  5827.     /**
  5828.      * Gets the private 'debug.argument_resolver.request' shared service.
  5829.      *
  5830.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5831.      */
  5832.     protected function getDebug_ArgumentResolver_RequestService()
  5833.     {
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5835.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5836.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5837.         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))));
  5838.     }
  5839.     /**
  5840.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  5841.      *
  5842.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  5843.      */
  5844.     protected function getDebug_ArgumentResolver_Request_InnerService()
  5845.     {
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5848.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  5849.     }
  5850.     /**
  5851.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5852.      *
  5853.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5854.      */
  5855.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5860.         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))));
  5861.     }
  5862.     /**
  5863.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  5864.      *
  5865.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  5866.      */
  5867.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5871.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  5872.     }
  5873.     /**
  5874.      * Gets the private 'debug.argument_resolver.service' shared service.
  5875.      *
  5876.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5877.      */
  5878.     protected function getDebug_ArgumentResolver_ServiceService()
  5879.     {
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5882.         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))));
  5883.     }
  5884.     /**
  5885.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  5886.      *
  5887.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  5888.      */
  5889.     protected function getDebug_ArgumentResolver_Service_InnerService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5893.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.MgYswwz'] ?? $this->get_ServiceLocator_MgYswwzService()));
  5894.     }
  5895.     /**
  5896.      * Gets the private 'debug.argument_resolver.session' shared service.
  5897.      *
  5898.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5899.      */
  5900.     protected function getDebug_ArgumentResolver_SessionService()
  5901.     {
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5905.         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))));
  5906.     }
  5907.     /**
  5908.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  5909.      *
  5910.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  5911.      */
  5912.     protected function getDebug_ArgumentResolver_Session_InnerService()
  5913.     {
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5916.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  5917.     }
  5918.     /**
  5919.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5920.      *
  5921.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5922.      */
  5923.     protected function getDebug_ArgumentResolver_VariadicService()
  5924.     {
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5928.         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))));
  5929.     }
  5930.     /**
  5931.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  5932.      *
  5933.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  5934.      */
  5935.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5939.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  5940.     }
  5941.     /**
  5942.      * Gets the private 'debug.controller_resolver' shared service.
  5943.      *
  5944.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  5945.      */
  5946.     protected function getDebug_ControllerResolverService()
  5947.     {
  5948.         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))));
  5949.     }
  5950.     /**
  5951.      * Gets the private 'debug.controller_resolver.inner' shared service.
  5952.      *
  5953.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  5954.      */
  5955.     protected function getDebug_ControllerResolver_InnerService()
  5956.     {
  5957.         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))));
  5958.     }
  5959.     /**
  5960.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5961.      *
  5962.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5963.      */
  5964.     protected function getDebug_DebugHandlersListenerService()
  5965.     {
  5966.         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);
  5967.     }
  5968.     /**
  5969.      * Gets the private 'debug.dump_listener' shared service.
  5970.      *
  5971.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5972.      */
  5973.     protected function getDebug_DumpListenerService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php';
  5976.         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);
  5977.     }
  5978.     /**
  5979.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  5980.      *
  5981.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  5982.      */
  5983.     protected function getDebug_EventDispatcher_InnerService()
  5984.     {
  5985.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  5986.     }
  5987.     /**
  5988.      * Gets the private 'debug.file_link_formatter' shared service.
  5989.      *
  5990.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5991.      */
  5992.     protected function getDebug_FileLinkFormatterService()
  5993.     {
  5994.         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 () {
  5995.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5996.         });
  5997.     }
  5998.     /**
  5999.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6000.      *
  6001.      * @return \string
  6002.      */
  6003.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6004.     {
  6005.         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');
  6006.     }
  6007.     /**
  6008.      * Gets the private 'debug.log_processor' shared service.
  6009.      *
  6010.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6011.      */
  6012.     protected function getDebug_LogProcessorService()
  6013.     {
  6014.         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())));
  6015.     }
  6016.     /**
  6017.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6018.      *
  6019.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6020.      */
  6021.     protected function getDebug_Security_Access_DecisionManagerService()
  6022.     {
  6023.         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()));
  6024.     }
  6025.     /**
  6026.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  6027.      *
  6028.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  6029.      */
  6030.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  6031.     {
  6032.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  6033.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6034.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6035.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6036.         }, 3), 'affirmative'falsetrue);
  6037.     }
  6038.     /**
  6039.      * Gets the private 'debug.security.firewall' shared service.
  6040.      *
  6041.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6042.      */
  6043.     protected function getDebug_Security_FirewallService()
  6044.     {
  6045.         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()));
  6046.     }
  6047.     /**
  6048.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6049.      *
  6050.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6051.      */
  6052.     protected function getDebug_Security_UserValueResolverService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6056.         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))));
  6057.     }
  6058.     /**
  6059.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  6060.      *
  6061.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  6062.      */
  6063.     protected function getDebug_Security_UserValueResolver_InnerService()
  6064.     {
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php';
  6067.         return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  6068.     }
  6069.     /**
  6070.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6073.      */
  6074.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6078.         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()));
  6079.     }
  6080.     /**
  6081.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6082.      *
  6083.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6084.      */
  6085.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6089.         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()));
  6090.     }
  6091.     /**
  6092.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6095.      */
  6096.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  6100.         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()));
  6101.     }
  6102.     /**
  6103.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6104.      *
  6105.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6106.      */
  6107.     protected function getDebug_Security_Voter_VoteListenerService()
  6108.     {
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php';
  6110.         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()));
  6111.     }
  6112.     /**
  6113.      * Gets the private 'debug.stopwatch' shared service.
  6114.      *
  6115.      * @return \Symfony\Component\Stopwatch\Stopwatch
  6116.      */
  6117.     protected function getDebug_StopwatchService()
  6118.     {
  6119.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  6120.     }
  6121.     /**
  6122.      * Gets the private 'debug.validator.inner' shared service.
  6123.      *
  6124.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  6125.      */
  6126.     protected function getDebug_Validator_InnerService()
  6127.     {
  6128.         return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
  6129.     }
  6130.     /**
  6131.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  6132.      *
  6133.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  6134.      */
  6135.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php';
  6139.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  6140.     }
  6141.     /**
  6142.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  6143.      *
  6144.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  6145.      */
  6146.     protected function getDisallowSearchEngineIndexResponseListenerService()
  6147.     {
  6148.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  6149.     }
  6150.     /**
  6151.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6152.      *
  6153.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6154.      */
  6155.     protected function getDoctrine_CacheClearMetadataCommandService()
  6156.     {
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6160.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  6161.         $instance->setName('doctrine:cache:clear-metadata');
  6162.         return $instance;
  6163.     }
  6164.     /**
  6165.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6166.      *
  6167.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6168.      */
  6169.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6174.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  6175.         $instance->setName('doctrine:cache:clear-query');
  6176.         return $instance;
  6177.     }
  6178.     /**
  6179.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6180.      *
  6181.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6182.      */
  6183.     protected function getDoctrine_CacheClearResultCommandService()
  6184.     {
  6185.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6188.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  6189.         $instance->setName('doctrine:cache:clear-result');
  6190.         return $instance;
  6191.     }
  6192.     /**
  6193.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6194.      *
  6195.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6196.      */
  6197.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6198.     {
  6199.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6202.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  6203.         $instance->setName('doctrine:cache:clear-collection-region');
  6204.         return $instance;
  6205.     }
  6206.     /**
  6207.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6208.      *
  6209.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6210.      */
  6211.     protected function getDoctrine_ClearEntityRegionCommandService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6216.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  6217.         $instance->setName('doctrine:cache:clear-entity-region');
  6218.         return $instance;
  6219.     }
  6220.     /**
  6221.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6222.      *
  6223.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6224.      */
  6225.     protected function getDoctrine_ClearQueryRegionCommandService()
  6226.     {
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6230.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  6231.         $instance->setName('doctrine:cache:clear-query-region');
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the private 'doctrine.database_create_command' shared service.
  6236.      *
  6237.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6238.      */
  6239.     protected function getDoctrine_DatabaseCreateCommandService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6244.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6245.         $instance->setName('doctrine:database:create');
  6246.         return $instance;
  6247.     }
  6248.     /**
  6249.      * Gets the private 'doctrine.database_drop_command' shared service.
  6250.      *
  6251.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6252.      */
  6253.     protected function getDoctrine_DatabaseDropCommandService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6258.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6259.         $instance->setName('doctrine:database:drop');
  6260.         return $instance;
  6261.     }
  6262.     /**
  6263.      * Gets the private 'doctrine.database_import_command' shared service.
  6264.      *
  6265.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  6266.      */
  6267.     protected function getDoctrine_DatabaseImportCommandService()
  6268.     {
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  6272.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  6273.         $instance->setName('doctrine:database:import');
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  6278.      *
  6279.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  6280.      */
  6281.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  6282.     {
  6283.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]);
  6284.     }
  6285.     /**
  6286.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  6287.      *
  6288.      * @return \Doctrine\DBAL\Configuration
  6289.      */
  6290.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  6291.     {
  6292.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  6293.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  6294.         return $instance;
  6295.     }
  6296.     /**
  6297.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6298.      *
  6299.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6300.      */
  6301.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6302.     {
  6303.         $this->privates['doctrine.dbal.default_connection.event_manager'] = $instance = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6304.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6305.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  6306.         ], [
  6307.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6308.             'fos_user.user_listener' => '?',
  6309.         ]), [=> 'fos_user.user_listener']);
  6310.         $instance->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  6311.         return $instance;
  6312.     }
  6313.     /**
  6314.      * Gets the private 'doctrine.dbal.logger' shared service.
  6315.      *
  6316.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  6317.      */
  6318.     protected function getDoctrine_Dbal_LoggerService()
  6319.     {
  6320.         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))));
  6321.     }
  6322.     /**
  6323.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  6324.      *
  6325.      * @return \Doctrine\DBAL\Logging\LoggerChain
  6326.      */
  6327.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  6328.     {
  6329.         $this->privates['doctrine.dbal.logger.chain.default'] = $instance = new \Doctrine\DBAL\Logging\LoggerChain();
  6330.         $instance->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  6331.         $instance->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  6332.         return $instance;
  6333.     }
  6334.     /**
  6335.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  6336.      *
  6337.      * @return \Doctrine\DBAL\Logging\DebugStack
  6338.      */
  6339.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  6340.     {
  6341.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  6342.     }
  6343.     /**
  6344.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6345.      *
  6346.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6347.      */
  6348.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6353.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  6354.         $instance->setName('doctrine:ensure-production-settings');
  6355.         return $instance;
  6356.     }
  6357.     /**
  6358.      * Gets the private 'doctrine.generate_entities_command' shared service.
  6359.      *
  6360.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  6361.      */
  6362.     protected function getDoctrine_GenerateEntitiesCommandService()
  6363.     {
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  6367.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6368.         $instance->setName('doctrine:generate:entities');
  6369.         return $instance;
  6370.     }
  6371.     /**
  6372.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6373.      *
  6374.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6375.      */
  6376.     protected function getDoctrine_MappingConvertCommandService()
  6377.     {
  6378.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6381.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  6382.         $instance->setName('doctrine:mapping:convert');
  6383.         return $instance;
  6384.     }
  6385.     /**
  6386.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6387.      *
  6388.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6389.      */
  6390.     protected function getDoctrine_MappingImportCommandService()
  6391.     {
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6395.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6396.         $instance->setName('doctrine:mapping:import');
  6397.         return $instance;
  6398.     }
  6399.     /**
  6400.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6401.      *
  6402.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6403.      */
  6404.     protected function getDoctrine_MappingInfoCommandService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6409.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6410.         $instance->setName('doctrine:mapping:info');
  6411.         return $instance;
  6412.     }
  6413.     /**
  6414.      * Gets the private 'doctrine.migrations.configuration' shared service.
  6415.      *
  6416.      * @return \Doctrine\Migrations\Configuration\Configuration
  6417.      */
  6418.     protected function getDoctrine_Migrations_ConfigurationService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6421.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  6422.         $instance->addMigrationsDirectory('OceanExpertBundle\\Migrations', (\dirname(__DIR__4).'/src/OceanExpertBundle/Migrations'));
  6423.         $instance->setAllOrNothing(false);
  6424.         $instance->setCheckDatabasePlatform(true);
  6425.         $instance->setTransactional(true);
  6426.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? $this->getDoctrine_Migrations_Storage_TableStorageService()));
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  6431.      *
  6432.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  6433.      */
  6434.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6438.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  6439.     }
  6440.     /**
  6441.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6442.      *
  6443.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6444.      */
  6445.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6446.     {
  6447.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6448.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6449.         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);
  6450.     }
  6451.     /**
  6452.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  6453.      *
  6454.      * @return \Doctrine\Migrations\Version\MigrationFactory
  6455.      */
  6456.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  6457.     {
  6458.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6459.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory();
  6460.     }
  6461.     /**
  6462.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6463.      *
  6464.      * @return \Doctrine\Migrations\DependencyFactory
  6465.      */
  6466.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6469.         $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()));
  6470.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6471.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6472.         });
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  6477.      *
  6478.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  6479.      */
  6480.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6484.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()), 'default');
  6485.     }
  6486.     /**
  6487.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  6488.      *
  6489.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  6490.      */
  6491.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6495.         $this->privates['doctrine.migrations.storage.table_storage'] = $instance = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6496.         $instance->setTableName('doctrine_migration_versions');
  6497.         $instance->setVersionColumnName('version');
  6498.         $instance->setVersionColumnLength(192);
  6499.         $instance->setExecutedAtColumnName('executed_at');
  6500.         return $instance;
  6501.     }
  6502.     /**
  6503.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata' shared service.
  6504.      *
  6505.      * @return \Symfony\Component\Cache\DoctrineProvider
  6506.      */
  6507.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()
  6508.     {
  6509.         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()));
  6510.     }
  6511.     /**
  6512.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.query' shared service.
  6513.      *
  6514.      * @return \Symfony\Component\Cache\DoctrineProvider
  6515.      */
  6516.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()
  6517.     {
  6518.         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()));
  6519.     }
  6520.     /**
  6521.      * Gets the private 'doctrine.orm.cache.provider.cache.doctrine.orm.default.result' shared service.
  6522.      *
  6523.      * @return \Symfony\Component\Cache\DoctrineProvider
  6524.      */
  6525.     protected function getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()
  6526.     {
  6527.         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()));
  6528.     }
  6529.     /**
  6530.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  6531.      *
  6532.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  6533.      */
  6534.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  6535.     {
  6536.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6537.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  6538.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  6539.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  6540.             'OceanExpertBundle\\Repository\\SearegionsRepository' => ['privates''OceanExpertBundle\\Repository\\SearegionsRepository''getSearegionsRepositoryService'false],
  6541.         ], [
  6542.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  6543.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  6544.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  6545.             'OceanExpertBundle\\Repository\\SearegionsRepository' => '?',
  6546.         ]));
  6547.     }
  6548.     /**
  6549.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6550.      *
  6551.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6552.      */
  6553.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6554.     {
  6555.         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')]);
  6556.     }
  6557.     /**
  6558.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  6559.      *
  6560.      * @return \Doctrine\ORM\Configuration
  6561.      */
  6562.     protected function getDoctrine_Orm_DefaultConfigurationService()
  6563.     {
  6564.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  6565.         $instance->setEntityNamespaces(['OceanExpertBundle' => 'OceanExpertBundle\\Entity']);
  6566.         $instance->setMetadataCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_MetadataService()));
  6567.         $instance->setQueryCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.query'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_QueryService()));
  6568.         $instance->setResultCacheImpl(($this->privates['doctrine.orm.cache.provider.cache.doctrine.orm.default.result'] ?? $this->getDoctrine_Orm_Cache_Provider_Cache_Doctrine_Orm_Default_ResultService()));
  6569.         $instance->setMetadataDriverImpl(($this->privates['doctrine.orm.default_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultMetadataDriverService()));
  6570.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  6571.         $instance->setProxyNamespace('Proxies');
  6572.         $instance->setAutoGenerateProxyClasses(true);
  6573.         $instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  6574.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  6575.         $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))));
  6576.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  6577.         $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))));
  6578.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  6579.         $instance->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6580.         $instance->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  6581.         $instance->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  6582.         $instance->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  6583.         $instance->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  6584.         $instance->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  6585.         $instance->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6586.         $instance->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6587.         $instance->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6588.         $instance->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6589.         $instance->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6590.         $instance->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6591.         $instance->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6592.         $instance->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6593.         $instance->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6594.         $instance->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6595.         $instance->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6596.         $instance->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  6597.         $instance->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  6598.         $instance->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6599.         $instance->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6600.         $instance->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  6601.         $instance->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  6602.         return $instance;
  6603.     }
  6604.     /**
  6605.      * Gets the private 'doctrine.orm.default_entity_listener_resolver' shared service.
  6606.      *
  6607.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  6608.      */
  6609.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  6610.     {
  6611.         return $this->privates['doctrine.orm.default_entity_listener_resolver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this);
  6612.     }
  6613.     /**
  6614.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  6615.      *
  6616.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  6617.      */
  6618.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  6619.     {
  6620.         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);
  6621.     }
  6622.     /**
  6623.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6624.      *
  6625.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6626.      */
  6627.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6628.     {
  6629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6630.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6631.     }
  6632.     /**
  6633.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  6634.      *
  6635.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  6636.      */
  6637.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  6638.     {
  6639.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  6640.     }
  6641.     /**
  6642.      * Gets the private 'doctrine.orm.default_metadata_driver' shared service.
  6643.      *
  6644.      * @return \Doctrine\Persistence\Mapping\Driver\MappingDriverChain
  6645.      */
  6646.     protected function getDoctrine_Orm_DefaultMetadataDriverService()
  6647.     {
  6648.         $this->privates['doctrine.orm.default_metadata_driver'] = $instance = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  6649.         $instance->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'OceanExpertBundle\\Entity');
  6650.         $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');
  6651.         return $instance;
  6652.     }
  6653.     /**
  6654.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  6655.      *
  6656.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  6657.      */
  6658.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  6659.     {
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  6661.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6662.     }
  6663.     /**
  6664.      * Gets the private 'doctrine.orm.naming_strategy.underscore_number_aware' shared service.
  6665.      *
  6666.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  6667.      */
  6668.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreNumberAwareService()
  6669.     {
  6670.         return $this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true);
  6671.     }
  6672.     /**
  6673.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6674.      *
  6675.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6676.      */
  6677.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6678.     {
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php';
  6681.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6682.     }
  6683.     /**
  6684.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  6685.      *
  6686.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  6687.      */
  6688.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  6689.     {
  6690.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  6691.     }
  6692.     /**
  6693.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6694.      *
  6695.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6696.      */
  6697.     protected function getDoctrine_Orm_Validator_UniqueService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php';
  6702.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6703.     }
  6704.     /**
  6705.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  6706.      *
  6707.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  6708.      */
  6709.     protected function getDoctrine_Orm_ValidatorInitializerService()
  6710.     {
  6711.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6712.     }
  6713.     /**
  6714.      * Gets the private 'doctrine.query_dql_command' shared service.
  6715.      *
  6716.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6717.      */
  6718.     protected function getDoctrine_QueryDqlCommandService()
  6719.     {
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6723.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6724.         $instance->setName('doctrine:query:dql');
  6725.         return $instance;
  6726.     }
  6727.     /**
  6728.      * Gets the private 'doctrine.query_sql_command' shared service.
  6729.      *
  6730.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6731.      */
  6732.     protected function getDoctrine_QuerySqlCommandService()
  6733.     {
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6737.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  6738.         $instance->setName('doctrine:query:sql');
  6739.         return $instance;
  6740.     }
  6741.     /**
  6742.      * Gets the private 'doctrine.schema_create_command' shared service.
  6743.      *
  6744.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6745.      */
  6746.     protected function getDoctrine_SchemaCreateCommandService()
  6747.     {
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6752.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6753.         $instance->setName('doctrine:schema:create');
  6754.         return $instance;
  6755.     }
  6756.     /**
  6757.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6758.      *
  6759.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6760.      */
  6761.     protected function getDoctrine_SchemaDropCommandService()
  6762.     {
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6767.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6768.         $instance->setName('doctrine:schema:drop');
  6769.         return $instance;
  6770.     }
  6771.     /**
  6772.      * Gets the private 'doctrine.schema_update_command' shared service.
  6773.      *
  6774.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6775.      */
  6776.     protected function getDoctrine_SchemaUpdateCommandService()
  6777.     {
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6782.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6783.         $instance->setName('doctrine:schema:update');
  6784.         return $instance;
  6785.     }
  6786.     /**
  6787.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6788.      *
  6789.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6790.      */
  6791.     protected function getDoctrine_SchemaValidateCommandService()
  6792.     {
  6793.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6796.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6797.         $instance->setName('doctrine:schema:validate');
  6798.         return $instance;
  6799.     }
  6800.     /**
  6801.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  6802.      *
  6803.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  6804.      */
  6805.     protected function getDoctrine_Twig_DoctrineExtensionService()
  6806.     {
  6807.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  6808.     }
  6809.     /**
  6810.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6811.      *
  6812.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6813.      */
  6814.     protected function getDoctrineMigrations_CurrentCommandService()
  6815.     {
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6819.         $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');
  6820.         $instance->setName('doctrine:migrations:current');
  6821.         return $instance;
  6822.     }
  6823.     /**
  6824.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6825.      *
  6826.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6827.      */
  6828.     protected function getDoctrineMigrations_DiffCommandService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6833.         $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');
  6834.         $instance->setName('doctrine:migrations:diff');
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6839.      *
  6840.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6841.      */
  6842.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6847.         $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');
  6848.         $instance->setName('doctrine:migrations:dump-schema');
  6849.         return $instance;
  6850.     }
  6851.     /**
  6852.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6853.      *
  6854.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6855.      */
  6856.     protected function getDoctrineMigrations_ExecuteCommandService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6861.         $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');
  6862.         $instance->setName('doctrine:migrations:execute');
  6863.         return $instance;
  6864.     }
  6865.     /**
  6866.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6867.      *
  6868.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6869.      */
  6870.     protected function getDoctrineMigrations_GenerateCommandService()
  6871.     {
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6875.         $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');
  6876.         $instance->setName('doctrine:migrations:generate');
  6877.         return $instance;
  6878.     }
  6879.     /**
  6880.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6881.      *
  6882.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6883.      */
  6884.     protected function getDoctrineMigrations_LatestCommandService()
  6885.     {
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6889.         $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');
  6890.         $instance->setName('doctrine:migrations:latest');
  6891.         return $instance;
  6892.     }
  6893.     /**
  6894.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6895.      *
  6896.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6897.      */
  6898.     protected function getDoctrineMigrations_MigrateCommandService()
  6899.     {
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6903.         $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');
  6904.         $instance->setName('doctrine:migrations:migrate');
  6905.         return $instance;
  6906.     }
  6907.     /**
  6908.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6909.      *
  6910.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6911.      */
  6912.     protected function getDoctrineMigrations_RollupCommandService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6917.         $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');
  6918.         $instance->setName('doctrine:migrations:rollup');
  6919.         return $instance;
  6920.     }
  6921.     /**
  6922.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6923.      *
  6924.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6925.      */
  6926.     protected function getDoctrineMigrations_StatusCommandService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6931.         $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');
  6932.         $instance->setName('doctrine:migrations:status');
  6933.         return $instance;
  6934.     }
  6935.     /**
  6936.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6937.      *
  6938.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6939.      */
  6940.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6941.     {
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6945.         $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');
  6946.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6947.         return $instance;
  6948.     }
  6949.     /**
  6950.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6951.      *
  6952.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6953.      */
  6954.     protected function getDoctrineMigrations_UpToDateCommandService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6959.         $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');
  6960.         $instance->setName('doctrine:migrations:up-to-date');
  6961.         return $instance;
  6962.     }
  6963.     /**
  6964.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6965.      *
  6966.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6967.      */
  6968.     protected function getDoctrineMigrations_VersionCommandService()
  6969.     {
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6973.         $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');
  6974.         $instance->setName('doctrine:migrations:version');
  6975.         return $instance;
  6976.     }
  6977.     /**
  6978.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6979.      *
  6980.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6981.      */
  6982.     protected function getDoctrineMigrations_VersionsCommandService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6987.         $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');
  6988.         $instance->setName('doctrine:migrations:list');
  6989.         return $instance;
  6990.     }
  6991.     /**
  6992.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6993.      *
  6994.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6995.      */
  6996.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php';
  7000.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7001.         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()));
  7002.     }
  7003.     /**
  7004.      * Gets the private 'exception_listener' shared service.
  7005.      *
  7006.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7007.      */
  7008.     protected function getExceptionListenerService()
  7009.     {
  7010.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  7011.     }
  7012.     /**
  7013.      * Gets the private 'file_locator' shared service.
  7014.      *
  7015.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  7016.      */
  7017.     protected function getFileLocatorService()
  7018.     {
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  7022.         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);
  7023.     }
  7024.     /**
  7025.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7026.      *
  7027.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7028.      */
  7029.     protected function getForm_ChoiceListFactory_CachedService()
  7030.     {
  7031.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7033.         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()));
  7034.     }
  7035.     /**
  7036.      * Gets the private 'form.choice_list_factory.default' shared service.
  7037.      *
  7038.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  7039.      */
  7040.     protected function getForm_ChoiceListFactory_DefaultService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7044.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  7045.     }
  7046.     /**
  7047.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  7048.      *
  7049.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  7050.      */
  7051.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  7052.     {
  7053.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7056.         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()));
  7057.     }
  7058.     /**
  7059.      * Gets the private 'form.extension' shared service.
  7060.      *
  7061.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  7062.      */
  7063.     protected function getForm_ExtensionService()
  7064.     {
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7067.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7068.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  7069.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  7070.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  7071.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  7072.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  7073.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7074.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7075.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  7076.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7077.         ], [
  7078.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  7079.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  7080.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  7081.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  7082.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  7083.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7084.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7085.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7086.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7087.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7088.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7089.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7090.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7091.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7092.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7093.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7094.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7095.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7096.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7097.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7098.         }, 1)], new RewindableGenerator(function () {
  7099.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7100.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7101.         }, 2));
  7102.     }
  7103.     /**
  7104.      * Gets the private 'form.registry' shared service.
  7105.      *
  7106.      * @return \Symfony\Component\Form\FormRegistry
  7107.      */
  7108.     protected function getForm_RegistryService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php';
  7112.         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()));
  7113.     }
  7114.     /**
  7115.      * Gets the private 'form.resolved_type_factory' shared service.
  7116.      *
  7117.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  7118.      */
  7119.     protected function getForm_ResolvedTypeFactoryService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php';
  7124.         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()));
  7125.     }
  7126.     /**
  7127.      * Gets the private 'form.server_params' shared service.
  7128.      *
  7129.      * @return \Symfony\Component\Form\Util\ServerParams
  7130.      */
  7131.     protected function getForm_ServerParamsService()
  7132.     {
  7133.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php';
  7134.         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())));
  7135.     }
  7136.     /**
  7137.      * Gets the private 'form.type.choice' shared service.
  7138.      *
  7139.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7140.      */
  7141.     protected function getForm_Type_ChoiceService()
  7142.     {
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7145.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php';
  7146.         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()));
  7147.     }
  7148.     /**
  7149.      * Gets the private 'form.type.entity' shared service.
  7150.      *
  7151.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7152.      */
  7153.     protected function getForm_Type_EntityService()
  7154.     {
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php';
  7159.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7160.     }
  7161.     /**
  7162.      * Gets the private 'form.type.form' shared service.
  7163.      *
  7164.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7165.      */
  7166.     protected function getForm_Type_FormService()
  7167.     {
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php';
  7172.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7173.     }
  7174.     /**
  7175.      * Gets the private 'form.type_extension.csrf' shared service.
  7176.      *
  7177.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7178.      */
  7179.     protected function getForm_TypeExtension_CsrfService()
  7180.     {
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7184.         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()));
  7185.     }
  7186.     /**
  7187.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7190.      */
  7191.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7192.     {
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7196.         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()));
  7197.     }
  7198.     /**
  7199.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7200.      *
  7201.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7202.      */
  7203.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7208.         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()));
  7209.     }
  7210.     /**
  7211.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  7212.      *
  7213.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  7214.      */
  7215.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  7216.     {
  7217.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php';
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7219.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7220.     }
  7221.     /**
  7222.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7223.      *
  7224.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7225.      */
  7226.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7227.     {
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php';
  7231.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7232.     }
  7233.     /**
  7234.      * Gets the private 'form.type_extension.form.validator' shared service.
  7235.      *
  7236.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7237.      */
  7238.     protected function getForm_TypeExtension_Form_ValidatorService()
  7239.     {
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7244.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  7245.     }
  7246.     /**
  7247.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  7248.      *
  7249.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  7250.      */
  7251.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  7256.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  7257.     }
  7258.     /**
  7259.      * Gets the private 'form.type_extension.submit.validator' shared service.
  7260.      *
  7261.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  7262.      */
  7263.     protected function getForm_TypeExtension_Submit_ValidatorService()
  7264.     {
  7265.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  7268.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  7269.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  7270.     }
  7271.     /**
  7272.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7273.      *
  7274.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7275.      */
  7276.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php';
  7281.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7282.     }
  7283.     /**
  7284.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7285.      *
  7286.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7287.      */
  7288.     protected function getForm_TypeGuesser_DoctrineService()
  7289.     {
  7290.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php';
  7292.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7293.     }
  7294.     /**
  7295.      * Gets the private 'form.type_guesser.validator' shared service.
  7296.      *
  7297.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7298.      */
  7299.     protected function getForm_TypeGuesser_ValidatorService()
  7300.     {
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php';
  7303.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  7304.     }
  7305.     /**
  7306.      * Gets the private 'fos_js_routing.denormalizer.route_collection' shared service.
  7307.      *
  7308.      * @return \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer
  7309.      */
  7310.     protected function getFosJsRouting_Denormalizer_RouteCollectionService()
  7311.     {
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  7314.         return $this->privates['fos_js_routing.denormalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer();
  7315.     }
  7316.     /**
  7317.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7318.      *
  7319.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7320.      */
  7321.     protected function getFosJsRouting_DumpCommandService()
  7322.     {
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7324.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7325.         $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);
  7326.         $instance->setName('fos:js-routing:dump');
  7327.         return $instance;
  7328.     }
  7329.     /**
  7330.      * Gets the private 'fos_js_routing.encoder' shared service.
  7331.      *
  7332.      * @return \Symfony\Component\Serializer\Encoder\JsonEncoder
  7333.      */
  7334.     protected function getFosJsRouting_EncoderService()
  7335.     {
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  7339.         return $this->privates['fos_js_routing.encoder'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  7340.     }
  7341.     /**
  7342.      * Gets the private 'fos_js_routing.normalizer.route_collection' shared service.
  7343.      *
  7344.      * @return \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer
  7345.      */
  7346.     protected function getFosJsRouting_Normalizer_RouteCollectionService()
  7347.     {
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  7350.         return $this->privates['fos_js_routing.normalizer.route_collection'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer();
  7351.     }
  7352.     /**
  7353.      * Gets the private 'fos_js_routing.normalizer.routes_response' shared service.
  7354.      *
  7355.      * @return \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer
  7356.      */
  7357.     protected function getFosJsRouting_Normalizer_RoutesResponseService()
  7358.     {
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  7360.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  7361.         return $this->privates['fos_js_routing.normalizer.routes_response'] = new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer();
  7362.     }
  7363.     /**
  7364.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7365.      *
  7366.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7367.      */
  7368.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7369.     {
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7372.         $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()));
  7373.         $instance->setName('fos:js-routing:debug');
  7374.         return $instance;
  7375.     }
  7376.     /**
  7377.      * Gets the private 'fos_rest.body_listener' shared service.
  7378.      *
  7379.      * @return \FOS\RestBundle\EventListener\BodyListener
  7380.      */
  7381.     protected function getFosRest_BodyListenerService()
  7382.     {
  7383.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(($this->privates['fos_rest.decoder_provider'] ?? $this->getFosRest_DecoderProviderService()), false);
  7384.         $instance->setDefaultFormat(NULL);
  7385.         return $instance;
  7386.     }
  7387.     /**
  7388.      * Gets the private 'fos_rest.decoder.json' shared service.
  7389.      *
  7390.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  7391.      */
  7392.     protected function getFosRest_Decoder_JsonService()
  7393.     {
  7394.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  7396.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  7397.     }
  7398.     /**
  7399.      * Gets the private 'fos_rest.decoder.xml' shared service.
  7400.      *
  7401.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  7402.      */
  7403.     protected function getFosRest_Decoder_XmlService()
  7404.     {
  7405.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  7407.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  7408.     }
  7409.     /**
  7410.      * Gets the private 'fos_rest.decoder_provider' shared service.
  7411.      *
  7412.      * @return \FOS\RestBundle\Decoder\ContainerDecoderProvider
  7413.      */
  7414.     protected function getFosRest_DecoderProviderService()
  7415.     {
  7416.         return $this->privates['fos_rest.decoder_provider'] = new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7417.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  7418.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  7419.         ], [
  7420.             'fos_rest.decoder.json' => '?',
  7421.             'fos_rest.decoder.xml' => '?',
  7422.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']);
  7423.     }
  7424.     /**
  7425.      * Gets the private 'fos_rest.format_listener' shared service.
  7426.      *
  7427.      * @return \FOS\RestBundle\EventListener\FormatListener
  7428.      */
  7429.     protected function getFosRest_FormatListenerService()
  7430.     {
  7431.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener(($this->privates['fos_rest.format_negotiator'] ?? $this->getFosRest_FormatNegotiatorService()));
  7432.     }
  7433.     /**
  7434.      * Gets the private 'fos_rest.format_negotiator' shared service.
  7435.      *
  7436.      * @return \FOS\RestBundle\Negotiation\FormatNegotiator
  7437.      */
  7438.     protected function getFosRest_FormatNegotiatorService()
  7439.     {
  7440.         $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())));
  7441.         $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']);
  7442.         $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]);
  7443.         $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]);
  7444.         return $instance;
  7445.     }
  7446.     /**
  7447.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  7448.      *
  7449.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  7450.      *
  7451.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  7452.      */
  7453.     protected function getFosRest_Inflector_DoctrineService()
  7454.     {
  7455.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7456.         return $this->privates['fos_rest.inflector.doctrine'] = new \FOS\RestBundle\Inflector\DoctrineInflector();
  7457.     }
  7458.     /**
  7459.      * Gets the private 'fos_rest.mime_type_listener' shared service.
  7460.      *
  7461.      * @return \FOS\RestBundle\EventListener\MimeTypeListener
  7462.      */
  7463.     protected function getFosRest_MimeTypeListenerService()
  7464.     {
  7465.         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']]);
  7466.     }
  7467.     /**
  7468.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  7469.      *
  7470.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  7471.      */
  7472.     protected function getFosRest_ParamFetcherListenerService()
  7473.     {
  7474.         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);
  7475.     }
  7476.     /**
  7477.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  7478.      *
  7479.      * @return \FOS\RestBundle\Request\ParamFetcher
  7480.      */
  7481.     protected function getFosRest_Request_ParamFetcherService()
  7482.     {
  7483.         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()));
  7484.     }
  7485.     /**
  7486.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  7487.      *
  7488.      * @return \FOS\RestBundle\Request\ParamReader
  7489.      */
  7490.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  7491.     {
  7492.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7493.     }
  7494.     /**
  7495.      * Gets the private 'fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386' shared service.
  7496.      *
  7497.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7498.      */
  7499.     protected function getFosRest_RequestMatcher_2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386Service()
  7500.     {
  7501.         return $this->privates['fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []);
  7502.     }
  7503.     /**
  7504.      * Gets the private 'fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478' shared service.
  7505.      *
  7506.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7507.      */
  7508.     protected function getFosRest_RequestMatcher_69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478Service()
  7509.     {
  7510.         return $this->privates['fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []);
  7511.     }
  7512.     /**
  7513.      * Gets the private 'fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c' shared service.
  7514.      *
  7515.      * @return \Symfony\Component\HttpFoundation\RequestMatcher
  7516.      */
  7517.     protected function getFosRest_RequestMatcher_6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9cService()
  7518.     {
  7519.         return $this->privates['fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []);
  7520.     }
  7521.     /**
  7522.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  7523.      *
  7524.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  7525.      *
  7526.      * @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`.
  7527.      */
  7528.     protected function getFosRest_Routing_Loader_ControllerService()
  7529.     {
  7530.         @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);
  7531.         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);
  7532.     }
  7533.     /**
  7534.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  7535.      *
  7536.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  7537.      *
  7538.      * @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`.
  7539.      */
  7540.     protected function getFosRest_Routing_Loader_DirectoryService()
  7541.     {
  7542.         @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);
  7543.         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()));
  7544.     }
  7545.     /**
  7546.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  7547.      *
  7548.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  7549.      *
  7550.      * @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`.
  7551.      */
  7552.     protected function getFosRest_Routing_Loader_ProcessorService()
  7553.     {
  7554.         @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);
  7555.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  7556.     }
  7557.     /**
  7558.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  7559.      *
  7560.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  7561.      *
  7562.      * @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`.
  7563.      */
  7564.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  7565.     {
  7566.         @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);
  7567.         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);
  7568.     }
  7569.     /**
  7570.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  7571.      *
  7572.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  7573.      *
  7574.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  7575.      */
  7576.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  7577.     {
  7578.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  7579.         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()));
  7580.     }
  7581.     /**
  7582.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  7583.      *
  7584.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  7585.      *
  7586.      * @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`.
  7587.      */
  7588.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  7589.     {
  7590.         @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);
  7591.         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);
  7592.     }
  7593.     /**
  7594.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  7595.      *
  7596.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  7597.      *
  7598.      * @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`.
  7599.      */
  7600.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  7601.     {
  7602.         @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);
  7603.         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);
  7604.     }
  7605.     /**
  7606.      * Gets the private 'fos_rest.serializer.form_error_handler.inner' shared service.
  7607.      *
  7608.      * @return \JMS\Serializer\Handler\FormErrorHandler
  7609.      */
  7610.     protected function getFosRest_Serializer_FormErrorHandler_InnerService()
  7611.     {
  7612.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php';
  7614.         return $this->privates['fos_rest.serializer.form_error_handler.inner'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7615.     }
  7616.     /**
  7617.      * Gets the private 'fos_rest.serializer.jms' shared service.
  7618.      *
  7619.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  7620.      */
  7621.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  7622.     {
  7623.         if ($lazyLoad) {
  7624.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  7625.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  7626.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  7627.                     $proxy->setProxyInitializer(null);
  7628.                     return true;
  7629.                 });
  7630.             });
  7631.         }
  7632.         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())));
  7633.     }
  7634.     /**
  7635.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  7636.      *
  7637.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  7638.      */
  7639.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  7640.     {
  7641.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7642.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  7643.             'jms_serializer.array_collection_handler' => ['services''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  7644.             'jms_serializer.constraint_violation_handler' => ['services''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  7645.             'jms_serializer.datetime_handler' => ['services''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  7646.             'jms_serializer.php_collection_handler' => ['services''jms_serializer.php_collection_handler''getJmsSerializer_PhpCollectionHandlerService'false],
  7647.         ], [
  7648.             'fos_rest.serializer.form_error_handler' => '?',
  7649.             'jms_serializer.array_collection_handler' => '?',
  7650.             'jms_serializer.constraint_violation_handler' => '?',
  7651.             'jms_serializer.datetime_handler' => '?',
  7652.             'jms_serializer.php_collection_handler' => '?',
  7653.         ]), [=> ['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']]]]);
  7654.     }
  7655.     /**
  7656.      * Gets the private 'fos_rest.versioning.chain_resolver' shared service.
  7657.      *
  7658.      * @return \FOS\RestBundle\Version\ChainVersionResolver
  7659.      */
  7660.     protected function getFosRest_Versioning_ChainResolverService()
  7661.     {
  7662.         $this->privates['fos_rest.versioning.chain_resolver'] = $instance = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  7663.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  7664.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  7665.         $instance->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  7666.         return $instance;
  7667.     }
  7668.     /**
  7669.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  7670.      *
  7671.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  7672.      */
  7673.     protected function getFosRest_Versioning_ExclusionListenerService()
  7674.     {
  7675.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  7676.     }
  7677.     /**
  7678.      * Gets the private 'fos_rest.versioning.listener' shared service.
  7679.      *
  7680.      * @return \FOS\RestBundle\EventListener\VersionListener
  7681.      */
  7682.     protected function getFosRest_Versioning_ListenerService()
  7683.     {
  7684.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener(($this->privates['fos_rest.versioning.chain_resolver'] ?? $this->getFosRest_Versioning_ChainResolverService()), 'v1');
  7685.     }
  7686.     /**
  7687.      * Gets the private 'fos_rest.view_handler.jsonp' shared service.
  7688.      *
  7689.      * @return \FOS\RestBundle\View\JsonpHandler
  7690.      */
  7691.     protected function getFosRest_ViewHandler_JsonpService()
  7692.     {
  7693.         return $this->privates['fos_rest.view_handler.jsonp'] = new \FOS\RestBundle\View\JsonpHandler('callback');
  7694.     }
  7695.     /**
  7696.      * Gets the private 'fos_rest.view_response_listener' shared service.
  7697.      *
  7698.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  7699.      */
  7700.     protected function getFosRest_ViewResponseListenerService()
  7701.     {
  7702.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  7703.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  7704.     }
  7705.     /**
  7706.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  7707.      *
  7708.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7709.      */
  7710.     protected function getFosUser_ChangePassword_Form_FactoryService()
  7711.     {
  7712.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7714.         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']);
  7715.     }
  7716.     /**
  7717.      * Gets the private 'fos_user.change_password.form.type' shared service.
  7718.      *
  7719.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  7720.      */
  7721.     protected function getFosUser_ChangePassword_Form_TypeService()
  7722.     {
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7725.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  7726.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('OceanExpertBundle\\Entity\\User');
  7727.     }
  7728.     /**
  7729.      * Gets the private 'fos_user.command.activate_user' shared service.
  7730.      *
  7731.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  7732.      */
  7733.     protected function getFosUser_Command_ActivateUserService()
  7734.     {
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  7737.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7738.         $instance->setName('fos:user:activate');
  7739.         return $instance;
  7740.     }
  7741.     /**
  7742.      * Gets the private 'fos_user.command.change_password' shared service.
  7743.      *
  7744.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  7745.      */
  7746.     protected function getFosUser_Command_ChangePasswordService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  7750.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7751.         $instance->setName('fos:user:change-password');
  7752.         return $instance;
  7753.     }
  7754.     /**
  7755.      * Gets the private 'fos_user.command.create_user' shared service.
  7756.      *
  7757.      * @return \FOS\UserBundle\Command\CreateUserCommand
  7758.      */
  7759.     protected function getFosUser_Command_CreateUserService()
  7760.     {
  7761.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  7763.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7764.         $instance->setName('fos:user:create');
  7765.         return $instance;
  7766.     }
  7767.     /**
  7768.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  7769.      *
  7770.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  7771.      */
  7772.     protected function getFosUser_Command_DeactivateUserService()
  7773.     {
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7775.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  7776.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7777.         $instance->setName('fos:user:deactivate');
  7778.         return $instance;
  7779.     }
  7780.     /**
  7781.      * Gets the private 'fos_user.command.demote_user' shared service.
  7782.      *
  7783.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  7784.      */
  7785.     protected function getFosUser_Command_DemoteUserService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  7790.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7791.         $instance->setName('fos:user:demote');
  7792.         return $instance;
  7793.     }
  7794.     /**
  7795.      * Gets the private 'fos_user.command.promote_user' shared service.
  7796.      *
  7797.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  7798.      */
  7799.     protected function getFosUser_Command_PromoteUserService()
  7800.     {
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  7804.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  7805.         $instance->setName('fos:user:promote');
  7806.         return $instance;
  7807.     }
  7808.     /**
  7809.      * Gets the private 'fos_user.listener.authentication' shared service.
  7810.      *
  7811.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  7812.      */
  7813.     protected function getFosUser_Listener_AuthenticationService()
  7814.     {
  7815.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  7816.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  7817.     }
  7818.     /**
  7819.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  7820.      *
  7821.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  7822.      */
  7823.     protected function getFosUser_Listener_EmailConfirmationService()
  7824.     {
  7825.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  7828.         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()));
  7829.     }
  7830.     /**
  7831.      * Gets the private 'fos_user.listener.flash' shared service.
  7832.      *
  7833.      * @return \FOS\UserBundle\EventListener\FlashListener
  7834.      */
  7835.     protected function getFosUser_Listener_FlashService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  7838.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7839.     }
  7840.     /**
  7841.      * Gets the private 'fos_user.listener.resetting' shared service.
  7842.      *
  7843.      * @return \FOS\UserBundle\EventListener\ResettingListener
  7844.      */
  7845.     protected function getFosUser_Listener_ResettingService()
  7846.     {
  7847.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  7848.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 1800);
  7849.     }
  7850.     /**
  7851.      * Gets the private 'fos_user.mailer.twig_swift' shared service.
  7852.      *
  7853.      * @return \FOS\UserBundle\Mailer\TwigSwiftMailer
  7854.      */
  7855.     protected function getFosUser_Mailer_TwigSwiftService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/TwigSwiftMailer.php';
  7859.         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']]]);
  7860.     }
  7861.     /**
  7862.      * Gets the private 'fos_user.object_manager' shared service.
  7863.      *
  7864.      * @return \Doctrine\Persistence\ObjectManager
  7865.      */
  7866.     protected function getFosUser_ObjectManagerService()
  7867.     {
  7868.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  7869.     }
  7870.     /**
  7871.      * Gets the private 'fos_user.profile.form.factory' shared service.
  7872.      *
  7873.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7874.      */
  7875.     protected function getFosUser_Profile_Form_FactoryService()
  7876.     {
  7877.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7879.         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']);
  7880.     }
  7881.     /**
  7882.      * Gets the private 'fos_user.profile.form.type' shared service.
  7883.      *
  7884.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  7885.      */
  7886.     protected function getFosUser_Profile_Form_TypeService()
  7887.     {
  7888.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  7891.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('OceanExpertBundle\\Entity\\User');
  7892.     }
  7893.     /**
  7894.      * Gets the private 'fos_user.registration.form.factory' shared service.
  7895.      *
  7896.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7897.      */
  7898.     protected function getFosUser_Registration_Form_FactoryService()
  7899.     {
  7900.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7902.         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']);
  7903.     }
  7904.     /**
  7905.      * Gets the private 'fos_user.registration.form.type' shared service.
  7906.      *
  7907.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  7908.      */
  7909.     protected function getFosUser_Registration_Form_TypeService()
  7910.     {
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  7914.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('OceanExpertBundle\\Entity\\User');
  7915.     }
  7916.     /**
  7917.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  7918.      *
  7919.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  7920.      */
  7921.     protected function getFosUser_Resetting_Form_FactoryService()
  7922.     {
  7923.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  7925.         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']);
  7926.     }
  7927.     /**
  7928.      * Gets the private 'fos_user.resetting.form.type' shared service.
  7929.      *
  7930.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  7931.      */
  7932.     protected function getFosUser_Resetting_Form_TypeService()
  7933.     {
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  7937.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('OceanExpertBundle\\Entity\\User');
  7938.     }
  7939.     /**
  7940.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  7941.      *
  7942.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  7943.      */
  7944.     protected function getFosUser_Security_InteractiveLoginListenerService()
  7945.     {
  7946.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  7947.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7948.     }
  7949.     /**
  7950.      * Gets the private 'fos_user.security.login_manager' shared service.
  7951.      *
  7952.      * @return \FOS\UserBundle\Security\LoginManager
  7953.      */
  7954.     protected function getFosUser_Security_LoginManagerService()
  7955.     {
  7956.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  7957.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  7958.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  7960.         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);
  7961.     }
  7962.     /**
  7963.      * Gets the private 'fos_user.user_listener' shared service.
  7964.      *
  7965.      * @return \FOS\UserBundle\Doctrine\UserListener
  7966.      */
  7967.     protected function getFosUser_UserListenerService()
  7968.     {
  7969.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  7971.         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()));
  7972.     }
  7973.     /**
  7974.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  7975.      *
  7976.      * @return \FOS\UserBundle\Security\EmailUserProvider
  7977.      */
  7978.     protected function getFosUser_UserProvider_UsernameEmailService()
  7979.     {
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php';
  7981.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  7982.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  7983.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7984.     }
  7985.     /**
  7986.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  7987.      *
  7988.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  7989.      */
  7990.     protected function getFosUser_UserToUsernameTransformerService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  7994.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7995.     }
  7996.     /**
  7997.      * Gets the private 'fos_user.username_form_type' shared service.
  7998.      *
  7999.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  8000.      */
  8001.     protected function getFosUser_UsernameFormTypeService()
  8002.     {
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  8006.         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()));
  8007.     }
  8008.     /**
  8009.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  8010.      *
  8011.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  8012.      */
  8013.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  8014.     {
  8015.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  8016.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  8017.     }
  8018.     /**
  8019.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  8020.      *
  8021.      * @return \FOS\UserBundle\Util\Canonicalizer
  8022.      */
  8023.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  8024.     {
  8025.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  8026.     }
  8027.     /**
  8028.      * Gets the private 'fos_user.util.password_updater' shared service.
  8029.      *
  8030.      * @return \FOS\UserBundle\Util\PasswordUpdater
  8031.      */
  8032.     protected function getFosUser_Util_PasswordUpdaterService()
  8033.     {
  8034.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  8036.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8037.     }
  8038.     /**
  8039.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  8040.      *
  8041.      * @return \FOS\UserBundle\Util\TokenGenerator
  8042.      */
  8043.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  8044.     {
  8045.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  8047.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  8048.     }
  8049.     /**
  8050.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  8051.      *
  8052.      * @return \FOS\UserBundle\Util\UserManipulator
  8053.      */
  8054.     protected function getFosUser_Util_UserManipulatorService()
  8055.     {
  8056.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  8057.         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())));
  8058.     }
  8059.     /**
  8060.      * Gets the private 'fos_user.validator.initializer' shared service.
  8061.      *
  8062.      * @return \FOS\UserBundle\Validator\Initializer
  8063.      */
  8064.     protected function getFosUser_Validator_InitializerService()
  8065.     {
  8066.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  8067.     }
  8068.     /**
  8069.      * Gets the private 'fragment.handler' shared service.
  8070.      *
  8071.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  8072.      */
  8073.     protected function getFragment_HandlerService()
  8074.     {
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php';
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8077.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8078.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  8079.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8080.         ], [
  8081.             'hinclude' => '?',
  8082.             'inline' => '?',
  8083.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  8084.     }
  8085.     /**
  8086.      * Gets the private 'fragment.listener' shared service.
  8087.      *
  8088.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  8089.      */
  8090.     protected function getFragment_ListenerService()
  8091.     {
  8092.         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');
  8093.     }
  8094.     /**
  8095.      * Gets the private 'fragment.renderer.hinclude' shared service.
  8096.      *
  8097.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  8098.      */
  8099.     protected function getFragment_Renderer_HincludeService()
  8100.     {
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php';
  8104.         $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);
  8105.         $instance->setFragmentPath('/_fragment');
  8106.         return $instance;
  8107.     }
  8108.     /**
  8109.      * Gets the private 'fragment.renderer.inline' shared service.
  8110.      *
  8111.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8112.      */
  8113.     protected function getFragment_Renderer_InlineService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php';
  8118.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8119.         $instance->setFragmentPath('/_fragment');
  8120.         return $instance;
  8121.     }
  8122.     /**
  8123.      * Gets the private 'identity_translator' shared service.
  8124.      *
  8125.      * @return \Symfony\Component\Translation\IdentityTranslator
  8126.      */
  8127.     protected function getIdentityTranslatorService()
  8128.     {
  8129.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  8130.     }
  8131.     /**
  8132.      * Gets the private 'jms_serializer.accessor_strategy.default' shared service.
  8133.      *
  8134.      * @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
  8135.      */
  8136.     protected function getJmsSerializer_AccessorStrategy_DefaultService()
  8137.     {
  8138.         return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy();
  8139.     }
  8140.     /**
  8141.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  8142.      *
  8143.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  8144.      */
  8145.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  8146.     {
  8147.         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())));
  8148.     }
  8149.     /**
  8150.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  8151.      *
  8152.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  8153.      */
  8154.     protected function getJmsSerializer_CacheNamingStrategyService()
  8155.     {
  8156.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(($this->privates['jms_serializer.serialized_name_annotation_strategy'] ?? $this->getJmsSerializer_SerializedNameAnnotationStrategyService()));
  8157.     }
  8158.     /**
  8159.      * Gets the private 'jms_serializer.camel_case_naming_strategy' shared service.
  8160.      *
  8161.      * @return \JMS\Serializer\Naming\CamelCaseNamingStrategy
  8162.      */
  8163.     protected function getJmsSerializer_CamelCaseNamingStrategyService()
  8164.     {
  8165.         return $this->privates['jms_serializer.camel_case_naming_strategy'] = new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true);
  8166.     }
  8167.     /**
  8168.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  8169.      *
  8170.      * @return \JMS\Serializer\EventDispatcher\LazyEventDispatcher
  8171.      */
  8172.     protected function getJmsSerializer_EventDispatcherService()
  8173.     {
  8174.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8175.             'jms_serializer.doctrine_proxy_subscriber' => ['services''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  8176.             'jms_serializer.stopwatch_subscriber' => ['services''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  8177.         ], [
  8178.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  8179.             'jms_serializer.stopwatch_subscriber' => '?',
  8180.         ]));
  8181.         $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]]]);
  8182.         return $instance;
  8183.     }
  8184.     /**
  8185.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  8186.      *
  8187.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  8188.      */
  8189.     protected function getJmsSerializer_ExpressionEvaluatorService()
  8190.     {
  8191.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
  8192.     }
  8193.     /**
  8194.      * Gets the private 'jms_serializer.expression_language' shared service.
  8195.      *
  8196.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  8197.      */
  8198.     protected function getJmsSerializer_ExpressionLanguageService()
  8199.     {
  8200.         $this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  8201.         $instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
  8202.         return $instance;
  8203.     }
  8204.     /**
  8205.      * Gets the private 'jms_serializer.expression_language.function_provider' shared service.
  8206.      *
  8207.      * @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
  8208.      */
  8209.     protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
  8210.     {
  8211.         return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
  8212.     }
  8213.     /**
  8214.      * Gets the private 'jms_serializer.metadata.annotation_driver' shared service.
  8215.      *
  8216.      * @return \JMS\Serializer\Metadata\Driver\AnnotationDriver
  8217.      */
  8218.     protected function getJmsSerializer_Metadata_AnnotationDriverService()
  8219.     {
  8220.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php';
  8221.         return $this->privates['jms_serializer.metadata.annotation_driver'] = new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8222.     }
  8223.     /**
  8224.      * Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
  8225.      *
  8226.      * @return \Metadata\Cache\FileCache
  8227.      */
  8228.     protected function getJmsSerializer_Metadata_Cache_FileCacheService()
  8229.     {
  8230.         return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer'));
  8231.     }
  8232.     /**
  8233.      * Gets the private 'jms_serializer.metadata.chain_driver' shared service.
  8234.      *
  8235.      * @return \Metadata\Driver\DriverChain
  8236.      */
  8237.     protected function getJmsSerializer_Metadata_ChainDriverService()
  8238.     {
  8239.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  8241.         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())]);
  8242.     }
  8243.     /**
  8244.      * Gets the private 'jms_serializer.metadata.file_locator' shared service.
  8245.      *
  8246.      * @return \Metadata\Driver\FileLocator
  8247.      */
  8248.     protected function getJmsSerializer_Metadata_FileLocatorService()
  8249.     {
  8250.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8251.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8252.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8253.         return $this->privates['jms_serializer.metadata.file_locator'] = new \Metadata\Driver\FileLocator([]);
  8254.     }
  8255.     /**
  8256.      * Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
  8257.      *
  8258.      * @return \Metadata\Driver\LazyLoadingDriver
  8259.      */
  8260.     protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
  8261.     {
  8262.         return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver');
  8263.     }
  8264.     /**
  8265.      * Gets the private 'jms_serializer.metadata.php_driver' shared service.
  8266.      *
  8267.      * @return \JMS\Serializer\Metadata\Driver\PhpDriver
  8268.      */
  8269.     protected function getJmsSerializer_Metadata_PhpDriverService()
  8270.     {
  8271.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/PhpDriver.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8277.         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([]))));
  8278.     }
  8279.     /**
  8280.      * Gets the private 'jms_serializer.metadata.xml_driver' shared service.
  8281.      *
  8282.      * @return \JMS\Serializer\Metadata\Driver\XmlDriver
  8283.      */
  8284.     protected function getJmsSerializer_Metadata_XmlDriverService()
  8285.     {
  8286.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/XmlDriver.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8292.         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([]))));
  8293.     }
  8294.     /**
  8295.      * Gets the private 'jms_serializer.metadata.yaml_driver' shared service.
  8296.      *
  8297.      * @return \JMS\Serializer\Metadata\Driver\YamlDriver
  8298.      */
  8299.     protected function getJmsSerializer_Metadata_YamlDriverService()
  8300.     {
  8301.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/YamlDriver.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  8307.         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([]))));
  8308.     }
  8309.     /**
  8310.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  8311.      *
  8312.      * @return \Metadata\MetadataFactory
  8313.      */
  8314.     protected function getJmsSerializer_MetadataFactoryService()
  8315.     {
  8316.         $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);
  8317.         $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')))));
  8318.         return $instance;
  8319.     }
  8320.     /**
  8321.      * Gets the private 'jms_serializer.serialized_name_annotation_strategy' shared service.
  8322.      *
  8323.      * @return \JMS\Serializer\Naming\SerializedNameAnnotationStrategy
  8324.      */
  8325.     protected function getJmsSerializer_SerializedNameAnnotationStrategyService()
  8326.     {
  8327.         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))));
  8328.     }
  8329.     /**
  8330.      * Gets the private 'jms_serializer.twig_extension.serializer' shared service.
  8331.      *
  8332.      * @return \JMS\Serializer\Twig\SerializerRuntimeExtension
  8333.      */
  8334.     protected function getJmsSerializer_TwigExtension_SerializerService()
  8335.     {
  8336.         return $this->privates['jms_serializer.twig_extension.serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension();
  8337.     }
  8338.     /**
  8339.      * Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
  8340.      *
  8341.      * @return \JMS\Serializer\Construction\UnserializeObjectConstructor
  8342.      */
  8343.     protected function getJmsSerializer_UnserializeObjectConstructorService()
  8344.     {
  8345.         return $this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
  8346.     }
  8347.     /**
  8348.      * Gets the private 'jwt_token_authenticator' shared autowired service.
  8349.      *
  8350.      * @return \OceanExpertBundle\Security\JwtTokenAuthenticator
  8351.      */
  8352.     protected function getJwtTokenAuthenticatorService()
  8353.     {
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AuthenticatorInterface.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php';
  8357.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Security/JwtTokenAuthenticator.php';
  8358.         return $this->privates['jwt_token_authenticator'] = new \OceanExpertBundle\Security\JwtTokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8359.     }
  8360.     /**
  8361.      * Gets the private 'knp_paginator.helper.processor' shared service.
  8362.      *
  8363.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  8364.      */
  8365.     protected function getKnpPaginator_Helper_ProcessorService()
  8366.     {
  8367.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8368.     }
  8369.     /**
  8370.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  8371.      *
  8372.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  8373.      */
  8374.     protected function getKnpPaginator_Subscriber_FiltrationService()
  8375.     {
  8376.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  8377.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  8378.     }
  8379.     /**
  8380.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  8381.      *
  8382.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  8383.      */
  8384.     protected function getKnpPaginator_Subscriber_PaginateService()
  8385.     {
  8386.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  8387.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  8388.     }
  8389.     /**
  8390.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  8391.      *
  8392.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  8393.      */
  8394.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  8395.     {
  8396.         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]);
  8397.     }
  8398.     /**
  8399.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  8400.      *
  8401.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  8402.      */
  8403.     protected function getKnpPaginator_Subscriber_SortableService()
  8404.     {
  8405.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  8406.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  8407.     }
  8408.     /**
  8409.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  8410.      *
  8411.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  8412.      */
  8413.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  8414.     {
  8415.         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()));
  8416.     }
  8417.     /**
  8418.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  8419.      *
  8420.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  8421.      */
  8422.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  8423.     {
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  8426.         $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');
  8427.         $instance->setName('lexik:jwt:check-config');
  8428.         return $instance;
  8429.     }
  8430.     /**
  8431.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  8432.      *
  8433.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  8434.      */
  8435.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  8436.     {
  8437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  8441.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  8442.         $instance->setName('lexik:jwt:enable-encryption');
  8443.         return $instance;
  8444.     }
  8445.     /**
  8446.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  8447.      *
  8448.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  8449.      */
  8450.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  8451.     {
  8452.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  8455.         $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');
  8456.         $instance->setName('lexik:jwt:generate-keypair');
  8457.         return $instance;
  8458.     }
  8459.     /**
  8460.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  8461.      *
  8462.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  8463.      */
  8464.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  8465.     {
  8466.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  8468.         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);
  8469.     }
  8470.     /**
  8471.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  8472.      *
  8473.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  8474.      */
  8475.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  8476.     {
  8477.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  8481.         $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');
  8482.         $instance->setName('lexik:jwt:migrate-config');
  8483.         return $instance;
  8484.     }
  8485.     /**
  8486.      * Gets the private 'lexik_jwt_authentication.payload_enrichment' shared service.
  8487.      *
  8488.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment
  8489.      */
  8490.     protected function getLexikJwtAuthentication_PayloadEnrichmentService()
  8491.     {
  8492.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  8494.         return $this->privates['lexik_jwt_authentication.payload_enrichment'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]);
  8495.     }
  8496.     /**
  8497.      * Gets the private 'locale_aware_listener' shared service.
  8498.      *
  8499.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8500.      */
  8501.     protected function getLocaleAwareListenerService()
  8502.     {
  8503.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8504.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8505.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8506.     }
  8507.     /**
  8508.      * Gets the private 'locale_listener' shared service.
  8509.      *
  8510.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8511.      */
  8512.     protected function getLocaleListenerService()
  8513.     {
  8514.         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()));
  8515.     }
  8516.     /**
  8517.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8518.      *
  8519.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8520.      */
  8521.     protected function getMaker_AutoCommand_MakeAuthService()
  8522.     {
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8525.         $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()));
  8526.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8527.         $instance->setName('make:auth');
  8528.         return $instance;
  8529.     }
  8530.     /**
  8531.      * Gets the private 'maker.auto_command.make_command' shared service.
  8532.      *
  8533.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8534.      */
  8535.     protected function getMaker_AutoCommand_MakeCommandService()
  8536.     {
  8537.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8542.         $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()));
  8543.         $instance->setDescription('Creates a new console command class');
  8544.         $instance->setName('make:command');
  8545.         return $instance;
  8546.     }
  8547.     /**
  8548.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8549.      *
  8550.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8551.      */
  8552.     protected function getMaker_AutoCommand_MakeControllerService()
  8553.     {
  8554.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8556.         $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()));
  8557.         $instance->setDescription('Creates a new controller class');
  8558.         $instance->setName('make:controller');
  8559.         return $instance;
  8560.     }
  8561.     /**
  8562.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8563.      *
  8564.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8565.      */
  8566.     protected function getMaker_AutoCommand_MakeCrudService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8570.         $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()));
  8571.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8572.         $instance->setName('make:crud');
  8573.         return $instance;
  8574.     }
  8575.     /**
  8576.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8577.      *
  8578.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8579.      */
  8580.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8581.     {
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8584.         $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()));
  8585.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8586.         $instance->setName('make:docker:database');
  8587.         return $instance;
  8588.     }
  8589.     /**
  8590.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8591.      *
  8592.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8593.      */
  8594.     protected function getMaker_AutoCommand_MakeEntityService()
  8595.     {
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8598.         $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()));
  8599.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8600.         $instance->setName('make:entity');
  8601.         return $instance;
  8602.     }
  8603.     /**
  8604.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8605.      *
  8606.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8607.      */
  8608.     protected function getMaker_AutoCommand_MakeFixturesService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8615.         $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()));
  8616.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8617.         $instance->setName('make:fixtures');
  8618.         return $instance;
  8619.     }
  8620.     /**
  8621.      * Gets the private 'maker.auto_command.make_form' shared service.
  8622.      *
  8623.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8624.      */
  8625.     protected function getMaker_AutoCommand_MakeFormService()
  8626.     {
  8627.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8629.         $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()));
  8630.         $instance->setDescription('Creates a new form class');
  8631.         $instance->setName('make:form');
  8632.         return $instance;
  8633.     }
  8634.     /**
  8635.      * Gets the private 'maker.auto_command.make_message' shared service.
  8636.      *
  8637.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8638.      */
  8639.     protected function getMaker_AutoCommand_MakeMessageService()
  8640.     {
  8641.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8643.         $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()));
  8644.         $instance->setDescription('Creates a new message and handler');
  8645.         $instance->setName('make:message');
  8646.         return $instance;
  8647.     }
  8648.     /**
  8649.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8650.      *
  8651.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8652.      */
  8653.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8654.     {
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8660.         $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()));
  8661.         $instance->setDescription('Creates a new messenger middleware');
  8662.         $instance->setName('make:messenger-middleware');
  8663.         return $instance;
  8664.     }
  8665.     /**
  8666.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8667.      *
  8668.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8669.      */
  8670.     protected function getMaker_AutoCommand_MakeMigrationService()
  8671.     {
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8674.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8675.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8678.         $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()));
  8679.         $instance->setDescription('Creates a new migration based on database changes');
  8680.         $instance->setName('make:migration');
  8681.         return $instance;
  8682.     }
  8683.     /**
  8684.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8685.      *
  8686.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8687.      */
  8688.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8689.     {
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8692.         $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()));
  8693.         $instance->setDescription('Creates a new registration form system');
  8694.         $instance->setName('make:registration-form');
  8695.         return $instance;
  8696.     }
  8697.     /**
  8698.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8699.      *
  8700.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8701.      */
  8702.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8703.     {
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8706.         $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()));
  8707.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8708.         $instance->setName('make:reset-password');
  8709.         return $instance;
  8710.     }
  8711.     /**
  8712.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8713.      *
  8714.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8715.      */
  8716.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8717.     {
  8718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8723.         $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()));
  8724.         $instance->setDescription('Creates a new serializer encoder class');
  8725.         $instance->setName('make:serializer:encoder');
  8726.         return $instance;
  8727.     }
  8728.     /**
  8729.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8730.      *
  8731.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8732.      */
  8733.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8734.     {
  8735.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8740.         $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()));
  8741.         $instance->setDescription('Creates a new serializer normalizer class');
  8742.         $instance->setName('make:serializer:normalizer');
  8743.         return $instance;
  8744.     }
  8745.     /**
  8746.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8747.      *
  8748.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8749.      */
  8750.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8751.     {
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8754.         $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()));
  8755.         $instance->setDescription('Creates a new event subscriber class');
  8756.         $instance->setName('make:subscriber');
  8757.         return $instance;
  8758.     }
  8759.     /**
  8760.      * Gets the private 'maker.auto_command.make_test' shared service.
  8761.      *
  8762.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8763.      */
  8764.     protected function getMaker_AutoCommand_MakeTestService()
  8765.     {
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8772.         $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()));
  8773.         $instance->setDescription('Creates a new test class');
  8774.         $instance->setName('make:test');
  8775.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8776.         return $instance;
  8777.     }
  8778.     /**
  8779.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8780.      *
  8781.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8782.      */
  8783.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8784.     {
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8790.         $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()));
  8791.         $instance->setDescription('Creates a new Twig extension class');
  8792.         $instance->setName('make:twig-extension');
  8793.         return $instance;
  8794.     }
  8795.     /**
  8796.      * Gets the private 'maker.auto_command.make_user' shared service.
  8797.      *
  8798.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8799.      */
  8800.     protected function getMaker_AutoCommand_MakeUserService()
  8801.     {
  8802.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8804.         $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()));
  8805.         $instance->setDescription('Creates a new security user class');
  8806.         $instance->setName('make:user');
  8807.         return $instance;
  8808.     }
  8809.     /**
  8810.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8811.      *
  8812.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8813.      */
  8814.     protected function getMaker_AutoCommand_MakeValidatorService()
  8815.     {
  8816.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8818.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8821.         $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()));
  8822.         $instance->setDescription('Creates a new validator and constraint class');
  8823.         $instance->setName('make:validator');
  8824.         return $instance;
  8825.     }
  8826.     /**
  8827.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8828.      *
  8829.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8830.      */
  8831.     protected function getMaker_AutoCommand_MakeVoterService()
  8832.     {
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8836.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8838.         $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()));
  8839.         $instance->setDescription('Creates a new security voter class');
  8840.         $instance->setName('make:voter');
  8841.         return $instance;
  8842.     }
  8843.     /**
  8844.      * Gets the private 'maker.autoloader_finder' shared service.
  8845.      *
  8846.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  8847.      */
  8848.     protected function getMaker_AutoloaderFinderService()
  8849.     {
  8850.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8851.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  8852.     }
  8853.     /**
  8854.      * Gets the private 'maker.autoloader_util' shared service.
  8855.      *
  8856.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  8857.      */
  8858.     protected function getMaker_AutoloaderUtilService()
  8859.     {
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8862.         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'))));
  8863.     }
  8864.     /**
  8865.      * Gets the private 'maker.console_error_listener' shared service.
  8866.      *
  8867.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  8868.      */
  8869.     protected function getMaker_ConsoleErrorListenerService()
  8870.     {
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  8872.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  8873.     }
  8874.     /**
  8875.      * Gets the private 'maker.doctrine_helper' shared service.
  8876.      *
  8877.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8878.      */
  8879.     protected function getMaker_DoctrineHelperService()
  8880.     {
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8882.         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);
  8883.     }
  8884.     /**
  8885.      * Gets the private 'maker.entity_class_generator' shared service.
  8886.      *
  8887.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8888.      */
  8889.     protected function getMaker_EntityClassGeneratorService()
  8890.     {
  8891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8892.         $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()));
  8893.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  8894.         return $instance;
  8895.     }
  8896.     /**
  8897.      * Gets the private 'maker.event_registry' shared service.
  8898.      *
  8899.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  8900.      */
  8901.     protected function getMaker_EventRegistryService()
  8902.     {
  8903.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8904.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8905.     }
  8906.     /**
  8907.      * Gets the private 'maker.file_link_formatter' shared service.
  8908.      *
  8909.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  8910.      */
  8911.     protected function getMaker_FileLinkFormatterService()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8914.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  8915.     }
  8916.     /**
  8917.      * Gets the private 'maker.file_manager' shared service.
  8918.      *
  8919.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8920.      */
  8921.     protected function getMaker_FileManagerService()
  8922.     {
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  8925.         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'));
  8926.     }
  8927.     /**
  8928.      * Gets the private 'maker.generator' shared service.
  8929.      *
  8930.      * @return \Symfony\Bundle\MakerBundle\Generator
  8931.      */
  8932.     protected function getMaker_GeneratorService()
  8933.     {
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8935.         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()));
  8936.     }
  8937.     /**
  8938.      * Gets the private 'maker.maker.make_authenticator' shared service.
  8939.      *
  8940.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  8941.      */
  8942.     protected function getMaker_Maker_MakeAuthenticatorService()
  8943.     {
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8948.         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()));
  8949.     }
  8950.     /**
  8951.      * Gets the private 'maker.maker.make_command' shared service.
  8952.      *
  8953.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  8954.      */
  8955.     protected function getMaker_Maker_MakeCommandService()
  8956.     {
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8960.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand();
  8961.     }
  8962.     /**
  8963.      * Gets the private 'maker.maker.make_controller' shared service.
  8964.      *
  8965.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  8966.      */
  8967.     protected function getMaker_Maker_MakeControllerService()
  8968.     {
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8972.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8973.     }
  8974.     /**
  8975.      * Gets the private 'maker.maker.make_crud' shared service.
  8976.      *
  8977.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  8978.      */
  8979.     protected function getMaker_Maker_MakeCrudService()
  8980.     {
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8984.         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()));
  8985.     }
  8986.     /**
  8987.      * Gets the private 'maker.maker.make_docker_database' shared service.
  8988.      *
  8989.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  8990.      */
  8991.     protected function getMaker_Maker_MakeDockerDatabaseService()
  8992.     {
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8996.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8997.     }
  8998.     /**
  8999.      * Gets the private 'maker.maker.make_entity' shared service.
  9000.      *
  9001.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  9002.      */
  9003.     protected function getMaker_Maker_MakeEntityService()
  9004.     {
  9005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9009.         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()));
  9010.     }
  9011.     /**
  9012.      * Gets the private 'maker.maker.make_fixtures' shared service.
  9013.      *
  9014.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  9015.      */
  9016.     protected function getMaker_Maker_MakeFixturesService()
  9017.     {
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9021.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  9022.     }
  9023.     /**
  9024.      * Gets the private 'maker.maker.make_form' shared service.
  9025.      *
  9026.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  9027.      */
  9028.     protected function getMaker_Maker_MakeFormService()
  9029.     {
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9033.         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()));
  9034.     }
  9035.     /**
  9036.      * Gets the private 'maker.maker.make_message' shared service.
  9037.      *
  9038.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  9039.      */
  9040.     protected function getMaker_Maker_MakeMessageService()
  9041.     {
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9045.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9046.     }
  9047.     /**
  9048.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  9049.      *
  9050.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  9051.      */
  9052.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  9053.     {
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9057.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  9058.     }
  9059.     /**
  9060.      * Gets the private 'maker.maker.make_migration' shared service.
  9061.      *
  9062.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  9063.      */
  9064.     protected function getMaker_Maker_MakeMigrationService()
  9065.     {
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9070.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  9071.     }
  9072.     /**
  9073.      * Gets the private 'maker.maker.make_registration_form' shared service.
  9074.      *
  9075.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  9076.      */
  9077.     protected function getMaker_Maker_MakeRegistrationFormService()
  9078.     {
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9082.         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()));
  9083.     }
  9084.     /**
  9085.      * Gets the private 'maker.maker.make_reset_password' shared service.
  9086.      *
  9087.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  9088.      */
  9089.     protected function getMaker_Maker_MakeResetPasswordService()
  9090.     {
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9093.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9094.         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()));
  9095.     }
  9096.     /**
  9097.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  9098.      *
  9099.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  9100.      */
  9101.     protected function getMaker_Maker_MakeSerializerEncoderService()
  9102.     {
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9106.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  9107.     }
  9108.     /**
  9109.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  9110.      *
  9111.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  9112.      */
  9113.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  9114.     {
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9118.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  9119.     }
  9120.     /**
  9121.      * Gets the private 'maker.maker.make_subscriber' shared service.
  9122.      *
  9123.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  9124.      */
  9125.     protected function getMaker_Maker_MakeSubscriberService()
  9126.     {
  9127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9130.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  9131.     }
  9132.     /**
  9133.      * Gets the private 'maker.maker.make_test' shared service.
  9134.      *
  9135.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  9136.      */
  9137.     protected function getMaker_Maker_MakeTestService()
  9138.     {
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9143.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  9144.     }
  9145.     /**
  9146.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  9147.      *
  9148.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  9149.      */
  9150.     protected function getMaker_Maker_MakeTwigExtensionService()
  9151.     {
  9152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9155.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  9156.     }
  9157.     /**
  9158.      * Gets the private 'maker.maker.make_user' shared service.
  9159.      *
  9160.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  9161.      */
  9162.     protected function getMaker_Maker_MakeUserService()
  9163.     {
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9169.         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()));
  9170.     }
  9171.     /**
  9172.      * Gets the private 'maker.maker.make_validator' shared service.
  9173.      *
  9174.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  9175.      */
  9176.     protected function getMaker_Maker_MakeValidatorService()
  9177.     {
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9181.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  9182.     }
  9183.     /**
  9184.      * Gets the private 'maker.maker.make_voter' shared service.
  9185.      *
  9186.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  9187.      */
  9188.     protected function getMaker_Maker_MakeVoterService()
  9189.     {
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9193.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  9194.     }
  9195.     /**
  9196.      * Gets the private 'maker.php_compat_util' shared service.
  9197.      *
  9198.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9199.      */
  9200.     protected function getMaker_PhpCompatUtilService()
  9201.     {
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9203.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9204.     }
  9205.     /**
  9206.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9207.      *
  9208.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9209.      */
  9210.     protected function getMaker_Renderer_FormTypeRendererService()
  9211.     {
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9213.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9214.     }
  9215.     /**
  9216.      * Gets the private 'maker.security_config_updater' shared service.
  9217.      *
  9218.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  9219.      */
  9220.     protected function getMaker_SecurityConfigUpdaterService()
  9221.     {
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9223.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  9224.     }
  9225.     /**
  9226.      * Gets the private 'maker.security_controller_builder' shared service.
  9227.      *
  9228.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  9229.      */
  9230.     protected function getMaker_SecurityControllerBuilderService()
  9231.     {
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9233.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  9234.     }
  9235.     /**
  9236.      * Gets the private 'maker.template_component_generator' shared service.
  9237.      *
  9238.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  9239.      */
  9240.     protected function getMaker_TemplateComponentGeneratorService()
  9241.     {
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9243.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  9244.     }
  9245.     /**
  9246.      * Gets the private 'maker.user_class_builder' shared service.
  9247.      *
  9248.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  9249.      */
  9250.     protected function getMaker_UserClassBuilderService()
  9251.     {
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9253.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  9254.     }
  9255.     /**
  9256.      * Gets the private 'monolog.command.server_log' shared service.
  9257.      *
  9258.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9259.      */
  9260.     protected function getMonolog_Command_ServerLogService()
  9261.     {
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php';
  9264.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9265.         $instance->setName('server:log');
  9266.         return $instance;
  9267.     }
  9268.     /**
  9269.      * Gets the private 'monolog.handler.console' shared service.
  9270.      *
  9271.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9272.      */
  9273.     protected function getMonolog_Handler_ConsoleService()
  9274.     {
  9275.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9276.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9277.         return $instance;
  9278.     }
  9279.     /**
  9280.      * Gets the private 'monolog.handler.main' shared service.
  9281.      *
  9282.      * @return \Monolog\Handler\StreamHandler
  9283.      */
  9284.     protected function getMonolog_Handler_MainService()
  9285.     {
  9286.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9287.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  9288.         return $instance;
  9289.     }
  9290.     /**
  9291.      * Gets the private 'monolog.handler.null_internal' shared service.
  9292.      *
  9293.      * @return \Monolog\Handler\NullHandler
  9294.      */
  9295.     protected function getMonolog_Handler_NullInternalService()
  9296.     {
  9297.         return $this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler();
  9298.     }
  9299.     /**
  9300.      * Gets the private 'monolog.logger' shared service.
  9301.      *
  9302.      * @return \Symfony\Bridge\Monolog\Logger
  9303.      */
  9304.     protected function getMonolog_LoggerService()
  9305.     {
  9306.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9307.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9308.         $instance->useMicrosecondTimestamps(true);
  9309.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9310.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9311.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9312.         return $instance;
  9313.     }
  9314.     /**
  9315.      * Gets the private 'monolog.logger.cache' shared service.
  9316.      *
  9317.      * @return \Symfony\Bridge\Monolog\Logger
  9318.      */
  9319.     protected function getMonolog_Logger_CacheService()
  9320.     {
  9321.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9322.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9323.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9324.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9325.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9326.         return $instance;
  9327.     }
  9328.     /**
  9329.      * Gets the private 'monolog.logger.console' shared service.
  9330.      *
  9331.      * @return \Symfony\Bridge\Monolog\Logger
  9332.      */
  9333.     protected function getMonolog_Logger_ConsoleService()
  9334.     {
  9335.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  9336.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9337.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9338.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9339.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9340.         return $instance;
  9341.     }
  9342.     /**
  9343.      * Gets the private 'monolog.logger.debug' shared service.
  9344.      *
  9345.      * @return \Symfony\Bridge\Monolog\Logger
  9346.      */
  9347.     protected function getMonolog_Logger_DebugService()
  9348.     {
  9349.         $this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
  9350.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9351.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9352.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9353.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9354.         return $instance;
  9355.     }
  9356.     /**
  9357.      * Gets the private 'monolog.logger.doctrine' shared service.
  9358.      *
  9359.      * @return \Symfony\Bridge\Monolog\Logger
  9360.      */
  9361.     protected function getMonolog_Logger_DoctrineService()
  9362.     {
  9363.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  9364.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9365.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9366.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9367.         return $instance;
  9368.     }
  9369.     /**
  9370.      * Gets the private 'monolog.logger.event' shared service.
  9371.      *
  9372.      * @return \Symfony\Bridge\Monolog\Logger
  9373.      */
  9374.     protected function getMonolog_Logger_EventService()
  9375.     {
  9376.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  9377.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9378.         $instance->pushHandler(($this->privates['monolog.handler.null_internal'] ?? ($this->privates['monolog.handler.null_internal'] = new \Monolog\Handler\NullHandler())));
  9379.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9380.         return $instance;
  9381.     }
  9382.     /**
  9383.      * Gets the private 'monolog.logger.php' shared service.
  9384.      *
  9385.      * @return \Symfony\Bridge\Monolog\Logger
  9386.      */
  9387.     protected function getMonolog_Logger_PhpService()
  9388.     {
  9389.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  9390.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9391.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9392.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9393.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9394.         return $instance;
  9395.     }
  9396.     /**
  9397.      * Gets the private 'monolog.logger.profiler' shared service.
  9398.      *
  9399.      * @return \Symfony\Bridge\Monolog\Logger
  9400.      */
  9401.     protected function getMonolog_Logger_ProfilerService()
  9402.     {
  9403.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  9404.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9405.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9406.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9407.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9408.         return $instance;
  9409.     }
  9410.     /**
  9411.      * Gets the private 'monolog.logger.request' shared service.
  9412.      *
  9413.      * @return \Symfony\Bridge\Monolog\Logger
  9414.      */
  9415.     protected function getMonolog_Logger_RequestService()
  9416.     {
  9417.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9418.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9419.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9420.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9421.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9422.         return $instance;
  9423.     }
  9424.     /**
  9425.      * Gets the private 'monolog.logger.router' shared service.
  9426.      *
  9427.      * @return \Symfony\Bridge\Monolog\Logger
  9428.      */
  9429.     protected function getMonolog_Logger_RouterService()
  9430.     {
  9431.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  9432.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9433.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9434.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9435.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9436.         return $instance;
  9437.     }
  9438.     /**
  9439.      * Gets the private 'monolog.logger.security' shared service.
  9440.      *
  9441.      * @return \Symfony\Bridge\Monolog\Logger
  9442.      */
  9443.     protected function getMonolog_Logger_SecurityService()
  9444.     {
  9445.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9446.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9447.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9448.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9449.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9450.         return $instance;
  9451.     }
  9452.     /**
  9453.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  9454.      *
  9455.      * @return \Monolog\Processor\PsrLogMessageProcessor
  9456.      */
  9457.     protected function getMonolog_Processor_PsrLogMessageService()
  9458.     {
  9459.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  9460.     }
  9461.     /**
  9462.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9463.      *
  9464.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9465.      */
  9466.     protected function getNelmioCors_CorsListenerService()
  9467.     {
  9468.         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()));
  9469.     }
  9470.     /**
  9471.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  9472.      *
  9473.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  9474.      */
  9475.     protected function getNelmioCors_OptionsProvider_ConfigService()
  9476.     {
  9477.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults']);
  9478.     }
  9479.     /**
  9480.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  9481.      *
  9482.      * @return \Nelmio\CorsBundle\Options\Resolver
  9483.      */
  9484.     protected function getNelmioCors_OptionsResolverService()
  9485.     {
  9486.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  9487.     }
  9488.     /**
  9489.      * Gets the private 'parameter_bag' shared service.
  9490.      *
  9491.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9492.      */
  9493.     protected function getParameterBagService()
  9494.     {
  9495.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9496.     }
  9497.     /**
  9498.      * Gets the private 'profiler.storage' shared service.
  9499.      *
  9500.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  9501.      */
  9502.     protected function getProfiler_StorageService()
  9503.     {
  9504.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  9505.     }
  9506.     /**
  9507.      * Gets the private 'profiler_listener' shared service.
  9508.      *
  9509.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9510.      */
  9511.     protected function getProfilerListenerService()
  9512.     {
  9513.         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);
  9514.     }
  9515.     /**
  9516.      * Gets the private 'property_accessor' shared service.
  9517.      *
  9518.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9519.      */
  9520.     protected function getPropertyAccessorService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php';
  9524.         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);
  9525.     }
  9526.     /**
  9527.      * Gets the private 'response_listener' shared service.
  9528.      *
  9529.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  9530.      */
  9531.     protected function getResponseListenerService()
  9532.     {
  9533.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8');
  9534.     }
  9535.     /**
  9536.      * Gets the private 'router.cache_warmer' shared service.
  9537.      *
  9538.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9539.      */
  9540.     protected function getRouter_CacheWarmerService()
  9541.     {
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php';
  9544.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9545.             'router' => ['services''router''getRouterService'false],
  9546.         ], [
  9547.             'router' => '?',
  9548.         ]))->withContext('router.cache_warmer'$this));
  9549.     }
  9550.     /**
  9551.      * Gets the private 'router.request_context' shared service.
  9552.      *
  9553.      * @return \Symfony\Component\Routing\RequestContext
  9554.      */
  9555.     protected function getRouter_RequestContextService()
  9556.     {
  9557.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('https://dev.oceanexpert.org''GET''dev.oceanexpert.org''https'80443);
  9558.     }
  9559.     /**
  9560.      * Gets the private 'router_listener' shared service.
  9561.      *
  9562.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9563.      */
  9564.     protected function getRouterListenerService()
  9565.     {
  9566.         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);
  9567.     }
  9568.     /**
  9569.      * Gets the private 'routing.loader.annotation' shared service.
  9570.      *
  9571.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  9572.      */
  9573.     protected function getRouting_Loader_AnnotationService()
  9574.     {
  9575.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9576.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  9577.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/AnnotatedRouteControllerLoader.php';
  9578.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9579.     }
  9580.     /**
  9581.      * Gets the private 'routing.loader.annotation.directory' shared service.
  9582.      *
  9583.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  9584.      */
  9585.     protected function getRouting_Loader_Annotation_DirectoryService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  9592.         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()));
  9593.     }
  9594.     /**
  9595.      * Gets the private 'routing.loader.annotation.file' shared service.
  9596.      *
  9597.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  9598.      */
  9599.     protected function getRouting_Loader_Annotation_FileService()
  9600.     {
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  9605.         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()));
  9606.     }
  9607.     /**
  9608.      * Gets the private 'routing.loader.container' shared service.
  9609.      *
  9610.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  9611.      */
  9612.     protected function getRouting_Loader_ContainerService()
  9613.     {
  9614.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9616.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectLoader.php';
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ContainerLoader.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/LegacyRouteLoaderContainer.php';
  9619.         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, [
  9620.             'kernel' => ['services''kernel''getKernelService'false],
  9621.         ], [
  9622.             'kernel' => 'AppKernel',
  9623.         ])));
  9624.     }
  9625.     /**
  9626.      * Gets the private 'routing.loader.directory' shared service.
  9627.      *
  9628.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  9629.      */
  9630.     protected function getRouting_Loader_DirectoryService()
  9631.     {
  9632.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9633.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9635.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php';
  9636.         return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9637.     }
  9638.     /**
  9639.      * Gets the private 'routing.loader.glob' shared service.
  9640.      *
  9641.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  9642.      */
  9643.     protected function getRouting_Loader_GlobService()
  9644.     {
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/GlobFileLoader.php';
  9649.         return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9650.     }
  9651.     /**
  9652.      * Gets the private 'routing.loader.php' shared service.
  9653.      *
  9654.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  9655.      */
  9656.     protected function getRouting_Loader_PhpService()
  9657.     {
  9658.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php';
  9662.         return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9663.     }
  9664.     /**
  9665.      * Gets the private 'routing.loader.xml' shared service.
  9666.      *
  9667.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  9668.      */
  9669.     protected function getRouting_Loader_XmlService()
  9670.     {
  9671.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php';
  9675.         return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9676.     }
  9677.     /**
  9678.      * Gets the private 'routing.loader.yml' shared service.
  9679.      *
  9680.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  9681.      */
  9682.     protected function getRouting_Loader_YmlService()
  9683.     {
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php';
  9688.         return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()));
  9689.     }
  9690.     /**
  9691.      * Gets the private 'routing.resolver' shared service.
  9692.      *
  9693.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  9694.      */
  9695.     protected function getRouting_ResolverService()
  9696.     {
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php';
  9699.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  9700.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  9701.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  9702.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  9703.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  9704.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  9705.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  9706.         $instance->addLoader(($this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationDirectoryLoader'] ?? $this->getAnnotationDirectoryLoaderService()));
  9707.         $instance->addLoader(($this->privates['Symfony\\Component\\Routing\\Loader\\AnnotationFileLoader'] ?? $this->getAnnotationFileLoaderService()));
  9708.         $instance->addLoader(($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\Routing\\AnnotatedRouteControllerLoader'] ?? $this->getAnnotatedRouteControllerLoaderService()));
  9709.         $instance->addLoader(($this->privates['fos_rest.routing.loader.directory'] ?? $this->getFosRest_Routing_Loader_DirectoryService()));
  9710.         $instance->addLoader(($this->privates['fos_rest.routing.loader.controller'] ?? $this->getFosRest_Routing_Loader_ControllerService()));
  9711.         $instance->addLoader(($this->privates['fos_rest.routing.loader.yaml_collection'] ?? $this->getFosRest_Routing_Loader_YamlCollectionService()));
  9712.         $instance->addLoader(($this->privates['fos_rest.routing.loader.xml_collection'] ?? $this->getFosRest_Routing_Loader_XmlCollectionService()));
  9713.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  9714.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  9715.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  9716.         return $instance;
  9717.     }
  9718.     /**
  9719.      * Gets the private 'secrets.local_vault' shared service.
  9720.      *
  9721.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  9722.      */
  9723.     protected function getSecrets_LocalVaultService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  9727.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  9728.     }
  9729.     /**
  9730.      * Gets the private 'secrets.vault' shared service.
  9731.      *
  9732.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9733.      */
  9734.     protected function getSecrets_VaultService()
  9735.     {
  9736.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  9737.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  9739.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'));
  9740.     }
  9741.     /**
  9742.      * Gets the private 'security.access.authenticated_voter' shared service.
  9743.      *
  9744.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  9745.      */
  9746.     protected function getSecurity_Access_AuthenticatedVoterService()
  9747.     {
  9748.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php';
  9750.         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))));
  9751.     }
  9752.     /**
  9753.      * Gets the private 'security.access.expression_voter' shared service.
  9754.      *
  9755.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  9756.      */
  9757.     protected function getSecurity_Access_ExpressionVoterService()
  9758.     {
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php';
  9761.         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()));
  9762.     }
  9763.     /**
  9764.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  9765.      *
  9766.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  9767.      */
  9768.     protected function getSecurity_Access_RoleHierarchyVoterService()
  9769.     {
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php';
  9773.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  9774.     }
  9775.     /**
  9776.      * Gets the private 'security.access_listener' shared service.
  9777.      *
  9778.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9779.      */
  9780.     protected function getSecurity_AccessListenerService()
  9781.     {
  9782.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php';
  9786.         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()));
  9787.     }
  9788.     /**
  9789.      * Gets the private 'security.access_map' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\Security\Http\AccessMap
  9792.      */
  9793.     protected function getSecurity_AccessMapService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php';
  9797.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9798.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9799.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9800.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9801.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  9802.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/edit'), [=> 'ROLE_USER'], NULL);
  9803.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9804.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  9805.         return $instance;
  9806.     }
  9807.     /**
  9808.      * Gets the private 'security.authentication.failure_handler.api_login.form_login' shared service.
  9809.      *
  9810.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  9811.      */
  9812.     protected function getSecurity_Authentication_FailureHandler_ApiLogin_FormLoginService()
  9813.     {
  9814.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  9815.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9816.         $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()));
  9817.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9818.         return $instance;
  9819.     }
  9820.     /**
  9821.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  9822.      *
  9823.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  9824.      */
  9825.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  9826.     {
  9827.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  9828.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  9829.         $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()));
  9830.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  9831.         return $instance;
  9832.     }
  9833.     /**
  9834.      * Gets the private 'security.authentication.form_entry_point.api_login' shared service.
  9835.      *
  9836.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  9837.      */
  9838.     protected function getSecurity_Authentication_FormEntryPoint_ApiLoginService()
  9839.     {
  9840.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  9842.         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);
  9843.     }
  9844.     /**
  9845.      * Gets the private 'security.authentication.form_entry_point.main' shared service.
  9846.      *
  9847.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  9848.      */
  9849.     protected function getSecurity_Authentication_FormEntryPoint_MainService()
  9850.     {
  9851.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  9853.         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);
  9854.     }
  9855.     /**
  9856.      * Gets the private 'security.authentication.guard_handler' shared service.
  9857.      *
  9858.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  9859.      */
  9860.     protected function getSecurity_Authentication_GuardHandlerService()
  9861.     {
  9862.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php';
  9863.         $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']);
  9864.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  9865.         return $instance;
  9866.     }
  9867.     /**
  9868.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  9869.      *
  9870.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9871.      */
  9872.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  9873.     {
  9874.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9875.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9876.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9878.         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()));
  9879.     }
  9880.     /**
  9881.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  9882.      *
  9883.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9884.      */
  9885.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  9886.     {
  9887.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9888.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9889.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9890.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9891.         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()));
  9892.     }
  9893.     /**
  9894.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  9895.      *
  9896.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  9897.      */
  9898.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  9899.     {
  9900.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9901.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9902.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9903.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  9904.         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()));
  9905.     }
  9906.     /**
  9907.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  9908.      *
  9909.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9910.      */
  9911.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9918.         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);
  9919.     }
  9920.     /**
  9921.      * Gets the private 'security.authentication.listener.form.main' shared service.
  9922.      *
  9923.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  9924.      */
  9925.     protected function getSecurity_Authentication_Listener_Form_MainService()
  9926.     {
  9927.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  9932.         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()));
  9933.     }
  9934.     /**
  9935.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  9936.      *
  9937.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  9938.      */
  9939.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  9940.     {
  9941.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php';
  9945.         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 () {
  9946.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  9947.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  9948.     }
  9949.     /**
  9950.      * Gets the private 'security.authentication.manager' shared service.
  9951.      *
  9952.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  9953.      */
  9954.     protected function getSecurity_Authentication_ManagerService()
  9955.     {
  9956.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  9957.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  9958.             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'))));
  9959.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  9960.             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'))));
  9961.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  9962.             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'))));
  9963.         }, 6), true);
  9964.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9965.         return $instance;
  9966.     }
  9967.     /**
  9968.      * Gets the private 'security.authentication.provider.anonymous.api' shared service.
  9969.      *
  9970.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9971.      */
  9972.     protected function getSecurity_Authentication_Provider_Anonymous_ApiService()
  9973.     {
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9976.         return $this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9977.     }
  9978.     /**
  9979.      * Gets the private 'security.authentication.provider.anonymous.api_login' shared service.
  9980.      *
  9981.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9982.      */
  9983.     protected function getSecurity_Authentication_Provider_Anonymous_ApiLoginService()
  9984.     {
  9985.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9987.         return $this->privates['security.authentication.provider.anonymous.api_login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9988.     }
  9989.     /**
  9990.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  9991.      *
  9992.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  9993.      */
  9994.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  9995.     {
  9996.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  9997.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php';
  9998.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  9999.     }
  10000.     /**
  10001.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  10002.      *
  10003.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10004.      */
  10005.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  10006.     {
  10007.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  10010.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10012.         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);
  10013.     }
  10014.     /**
  10015.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  10016.      *
  10017.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10018.      */
  10019.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  10020.     {
  10021.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  10023.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10025.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10026.         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);
  10027.     }
  10028.     /**
  10029.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  10030.      *
  10031.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  10032.      */
  10033.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  10034.     {
  10035.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10039.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  10040.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  10041.         }, 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()));
  10042.     }
  10043.     /**
  10044.      * Gets the private 'security.authentication.retry_entry_point' shared service.
  10045.      *
  10046.      * @return \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint
  10047.      */
  10048.     protected function getSecurity_Authentication_RetryEntryPointService()
  10049.     {
  10050.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  10051.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10052.         return $this->privates['security.authentication.retry_entry_point'] = new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443);
  10053.     }
  10054.     /**
  10055.      * Gets the private 'security.authentication.session_strategy' shared service.
  10056.      *
  10057.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  10058.      */
  10059.     protected function getSecurity_Authentication_SessionStrategyService()
  10060.     {
  10061.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php';
  10063.         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()));
  10064.     }
  10065.     /**
  10066.      * Gets the private 'security.authentication.success_handler.api_login.form_login' shared service.
  10067.      *
  10068.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  10069.      */
  10070.     protected function getSecurity_Authentication_SuccessHandler_ApiLogin_FormLoginService()
  10071.     {
  10072.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10073.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10075.         $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()));
  10076.         $instance->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  10077.         $instance->setProviderKey('api_login');
  10078.         return $instance;
  10079.     }
  10080.     /**
  10081.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  10082.      *
  10083.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  10084.      */
  10085.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  10086.     {
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10090.         $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()));
  10091.         $instance->setOptions(['use_referer' => true'always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path']);
  10092.         $instance->setProviderKey('main');
  10093.         return $instance;
  10094.     }
  10095.     /**
  10096.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  10097.      *
  10098.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  10099.      */
  10100.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  10101.     {
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php';
  10106.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10107.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10108.         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);
  10109.     }
  10110.     /**
  10111.      * Gets the private 'security.authentication.trust_resolver' shared service.
  10112.      *
  10113.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  10114.      */
  10115.     protected function getSecurity_Authentication_TrustResolverService()
  10116.     {
  10117.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL);
  10118.     }
  10119.     /**
  10120.      * Gets the private 'security.channel_listener' shared service.
  10121.      *
  10122.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  10123.      */
  10124.     protected function getSecurity_ChannelListenerService()
  10125.     {
  10126.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10132.         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()));
  10133.     }
  10134.     /**
  10135.      * Gets the private 'security.command.user_password_encoder' shared service.
  10136.      *
  10137.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  10138.      */
  10139.     protected function getSecurity_Command_UserPasswordEncoderService()
  10140.     {
  10141.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10142.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php';
  10143.         $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']);
  10144.         $instance->setName('security:encode-password');
  10145.         return $instance;
  10146.     }
  10147.     /**
  10148.      * Gets the private 'security.context_listener.0' shared service.
  10149.      *
  10150.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10151.      */
  10152.     protected function getSecurity_ContextListener_0Service()
  10153.     {
  10154.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php';
  10158.         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 () {
  10159.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  10160.         }, 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']);
  10161.     }
  10162.     /**
  10163.      * Gets the private 'security.csrf.token_generator' shared service.
  10164.      *
  10165.      * @return \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator
  10166.      */
  10167.     protected function getSecurity_Csrf_TokenGeneratorService()
  10168.     {
  10169.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  10171.         return $this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator();
  10172.     }
  10173.     /**
  10174.      * Gets the private 'security.csrf.token_storage' shared service.
  10175.      *
  10176.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10177.      */
  10178.     protected function getSecurity_Csrf_TokenStorageService()
  10179.     {
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php';
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10182.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php';
  10183.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  10184.     }
  10185.     /**
  10186.      * Gets the private 'security.encoder_factory.generic' shared service.
  10187.      *
  10188.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10189.      */
  10190.     protected function getSecurity_EncoderFactory_GenericService()
  10191.     {
  10192.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php';
  10193.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php';
  10194.         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']]]);
  10195.     }
  10196.     /**
  10197.      * Gets the private 'security.exception_listener.api' shared service.
  10198.      *
  10199.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10200.      */
  10201.     protected function getSecurity_ExceptionListener_ApiService()
  10202.     {
  10203.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10204.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10205.         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);
  10206.     }
  10207.     /**
  10208.      * Gets the private 'security.exception_listener.api_login' shared service.
  10209.      *
  10210.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10211.      */
  10212.     protected function getSecurity_ExceptionListener_ApiLoginService()
  10213.     {
  10214.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10215.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10216.         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);
  10217.     }
  10218.     /**
  10219.      * Gets the private 'security.exception_listener.main' shared service.
  10220.      *
  10221.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  10222.      */
  10223.     protected function getSecurity_ExceptionListener_MainService()
  10224.     {
  10225.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  10226.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  10227.         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);
  10228.     }
  10229.     /**
  10230.      * Gets the private 'security.expression_language' shared service.
  10231.      *
  10232.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  10233.      */
  10234.     protected function getSecurity_ExpressionLanguageService()
  10235.     {
  10236.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  10237.     }
  10238.     /**
  10239.      * Gets the private 'security.firewall.map' shared service.
  10240.      *
  10241.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10242.      */
  10243.     protected function getSecurity_Firewall_MapService()
  10244.     {
  10245.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10246.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  10247.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  10248.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  10249.         ], [
  10250.             'security.firewall.map.context.api' => '?',
  10251.             'security.firewall.map.context.api_login' => '?',
  10252.             'security.firewall.map.context.main' => '?',
  10253.         ]), new RewindableGenerator(function () {
  10254.             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')));
  10255.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  10256.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  10257.         }, 3));
  10258.     }
  10259.     /**
  10260.      * Gets the private 'security.firewall.map.config.api' shared service.
  10261.      *
  10262.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10263.      */
  10264.     protected function getSecurity_Firewall_Map_Config_ApiService()
  10265.     {
  10266.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10267.         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);
  10268.     }
  10269.     /**
  10270.      * Gets the private 'security.firewall.map.config.api_login' shared service.
  10271.      *
  10272.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10273.      */
  10274.     protected function getSecurity_Firewall_Map_Config_ApiLoginService()
  10275.     {
  10276.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10277.         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);
  10278.     }
  10279.     /**
  10280.      * Gets the private 'security.firewall.map.config.main' shared service.
  10281.      *
  10282.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  10283.      */
  10284.     protected function getSecurity_Firewall_Map_Config_MainService()
  10285.     {
  10286.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  10287.         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]);
  10288.     }
  10289.     /**
  10290.      * Gets the private 'security.firewall.map.context.api' shared service.
  10291.      *
  10292.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10293.      */
  10294.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10295.     {
  10296.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10297.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10298.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10299.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10300.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  10301.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10302.         }, 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()));
  10303.     }
  10304.     /**
  10305.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  10306.      *
  10307.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10308.      */
  10309.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  10310.     {
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10312.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10313.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10314.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  10315.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  10316.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10317.         }, 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()));
  10318.     }
  10319.     /**
  10320.      * Gets the private 'security.firewall.map.context.main' shared service.
  10321.      *
  10322.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10323.      */
  10324.     protected function getSecurity_Firewall_Map_Context_MainService()
  10325.     {
  10326.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  10327.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10328.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10329.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10330.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  10331.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10332.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  10333.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10334.         }, 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()));
  10335.     }
  10336.     /**
  10337.      * Gets the private 'security.http_utils' shared service.
  10338.      *
  10339.      * @return \Symfony\Component\Security\Http\HttpUtils
  10340.      */
  10341.     protected function getSecurity_HttpUtilsService()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php';
  10344.         $a = ($this->services['router'] ?? $this->getRouterService());
  10345.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  10346.     }
  10347.     /**
  10348.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  10349.      *
  10350.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  10351.      */
  10352.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  10353.     {
  10354.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10355.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CsrfTokenClearingLogoutHandler.php';
  10356.         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()));
  10357.     }
  10358.     /**
  10359.      * Gets the private 'security.logout.handler.session' shared service.
  10360.      *
  10361.      * @return \Symfony\Component\Security\Http\Logout\SessionLogoutHandler
  10362.      */
  10363.     protected function getSecurity_Logout_Handler_SessionService()
  10364.     {
  10365.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  10367.         return $this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler();
  10368.     }
  10369.     /**
  10370.      * Gets the private 'security.logout.success_handler.main' shared service.
  10371.      *
  10372.      * @return \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler
  10373.      */
  10374.     protected function getSecurity_Logout_SuccessHandler_MainService()
  10375.     {
  10376.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php';
  10377.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php';
  10378.         return $this->privates['security.logout.success_handler.main'] = new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  10379.     }
  10380.     /**
  10381.      * Gets the private 'security.logout_listener.main' shared service.
  10382.      *
  10383.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  10384.      */
  10385.     protected function getSecurity_LogoutListener_MainService()
  10386.     {
  10387.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  10388.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  10389.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  10390.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php';
  10391.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  10393.         $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']);
  10394.         $instance->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  10395.         $instance->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  10396.         return $instance;
  10397.     }
  10398.     /**
  10399.      * Gets the private 'security.logout_url_generator' shared service.
  10400.      *
  10401.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10402.      */
  10403.     protected function getSecurity_LogoutUrlGeneratorService()
  10404.     {
  10405.         $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()));
  10406.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  10407.         return $instance;
  10408.     }
  10409.     /**
  10410.      * Gets the private 'security.rememberme.response_listener' shared service.
  10411.      *
  10412.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  10413.      */
  10414.     protected function getSecurity_Rememberme_ResponseListenerService()
  10415.     {
  10416.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  10417.     }
  10418.     /**
  10419.      * Gets the private 'security.role_hierarchy' shared service.
  10420.      *
  10421.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10422.      */
  10423.     protected function getSecurity_RoleHierarchyService()
  10424.     {
  10425.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10426.     }
  10427.     /**
  10428.      * Gets the private 'security.untracked_token_storage' shared service.
  10429.      *
  10430.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  10431.      */
  10432.     protected function getSecurity_UntrackedTokenStorageService()
  10433.     {
  10434.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  10435.     }
  10436.     /**
  10437.      * Gets the private 'security.user_checker' shared service.
  10438.      *
  10439.      * @return \Symfony\Component\Security\Core\User\UserChecker
  10440.      */
  10441.     protected function getSecurity_UserCheckerService()
  10442.     {
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  10444.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  10445.         return $this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker();
  10446.     }
  10447.     /**
  10448.      * Gets the private 'security.validator.user_password' shared service.
  10449.      *
  10450.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10451.      */
  10452.     protected function getSecurity_Validator_UserPasswordService()
  10453.     {
  10454.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  10455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  10456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php';
  10457.         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()));
  10458.     }
  10459.     /**
  10460.      * Gets the private 'session.storage.metadata_bag' shared service.
  10461.      *
  10462.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  10463.      */
  10464.     protected function getSession_Storage_MetadataBagService()
  10465.     {
  10466.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  10468.         return $this->privates['session.storage.metadata_bag'] = new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  10469.     }
  10470.     /**
  10471.      * Gets the private 'session.storage.mock_file' shared service.
  10472.      *
  10473.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage
  10474.      */
  10475.     protected function getSession_Storage_MockFileService()
  10476.     {
  10477.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  10482.         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))));
  10483.     }
  10484.     /**
  10485.      * Gets the private 'session_listener' shared service.
  10486.      *
  10487.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10488.      */
  10489.     protected function getSessionListenerService()
  10490.     {
  10491.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10492.             'initialized_session' => ['services''session'NULLfalse],
  10493.             'session' => ['services''session''getSessionService'false],
  10494.         ], [
  10495.             'initialized_session' => '?',
  10496.             'session' => '?',
  10497.         ]));
  10498.     }
  10499.     /**
  10500.      * Gets the private 'streamed_response_listener' shared service.
  10501.      *
  10502.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  10503.      */
  10504.     protected function getStreamedResponseListenerService()
  10505.     {
  10506.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  10507.     }
  10508.     /**
  10509.      * Gets the private 'swiftmailer.command.debug' shared service.
  10510.      *
  10511.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  10512.      */
  10513.     protected function getSwiftmailer_Command_DebugService()
  10514.     {
  10515.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10516.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  10518.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  10519.         $instance->setName('debug:swiftmailer');
  10520.         return $instance;
  10521.     }
  10522.     /**
  10523.      * Gets the private 'swiftmailer.command.new_email' shared service.
  10524.      *
  10525.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  10526.      */
  10527.     protected function getSwiftmailer_Command_NewEmailService()
  10528.     {
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  10532.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  10533.         $instance->setName('swiftmailer:email:send');
  10534.         return $instance;
  10535.     }
  10536.     /**
  10537.      * Gets the private 'swiftmailer.command.send_email' shared service.
  10538.      *
  10539.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  10540.      */
  10541.     protected function getSwiftmailer_Command_SendEmailService()
  10542.     {
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  10546.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  10547.         $instance->setName('swiftmailer:spool:send');
  10548.         return $instance;
  10549.     }
  10550.     /**
  10551.      * Gets the private 'swiftmailer.data_collector' shared service.
  10552.      *
  10553.      * @return \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector
  10554.      */
  10555.     protected function getSwiftmailer_DataCollectorService()
  10556.     {
  10557.         return $this->privates['swiftmailer.data_collector'] = new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this);
  10558.     }
  10559.     /**
  10560.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  10561.      *
  10562.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  10563.      */
  10564.     protected function getSwiftmailer_EmailSender_ListenerService()
  10565.     {
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  10567.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10568.     }
  10569.     /**
  10570.      * Gets the private 'swiftmailer.transport.eventdispatcher.accord_mandrill' shared service.
  10571.      *
  10572.      * @return \Swift_Events_SimpleEventDispatcher
  10573.      */
  10574.     protected function getSwiftmailer_Transport_Eventdispatcher_AccordMandrillService()
  10575.     {
  10576.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10577.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10578.         return $this->privates['swiftmailer.transport.eventdispatcher.accord_mandrill'] = new \Swift_Events_SimpleEventDispatcher();
  10579.     }
  10580.     /**
  10581.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  10582.      *
  10583.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  10584.      *
  10585.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10586.      */
  10587.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  10588.     {
  10589.         @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);
  10590.         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()));
  10591.     }
  10592.     /**
  10593.      * Gets the private 'templating.filename_parser' shared service.
  10594.      *
  10595.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser
  10596.      */
  10597.     protected function getTemplating_FilenameParserService()
  10598.     {
  10599.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  10600.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  10601.         return $this->privates['templating.filename_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser();
  10602.     }
  10603.     /**
  10604.      * Gets the private 'templating.finder' shared service.
  10605.      *
  10606.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  10607.      *
  10608.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10609.      */
  10610.     protected function getTemplating_FinderService()
  10611.     {
  10612.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  10615.         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'));
  10616.     }
  10617.     /**
  10618.      * Gets the private 'templating.locator' shared service.
  10619.      *
  10620.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  10621.      *
  10622.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10623.      */
  10624.     protected function getTemplating_LocatorService()
  10625.     {
  10626.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10627.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  10628.     }
  10629.     /**
  10630.      * Gets the private 'templating.name_parser' shared service.
  10631.      *
  10632.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  10633.      *
  10634.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10635.      */
  10636.     protected function getTemplating_NameParserService()
  10637.     {
  10638.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10639.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  10640.     }
  10641.     /**
  10642.      * Gets the private 'test.client.cookiejar' service.
  10643.      *
  10644.      * @return \Symfony\Component\BrowserKit\CookieJar
  10645.      */
  10646.     protected function getTest_Client_CookiejarService()
  10647.     {
  10648.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/CookieJar.php';
  10649.         return new \Symfony\Component\BrowserKit\CookieJar();
  10650.     }
  10651.     /**
  10652.      * Gets the private 'test.client.history' service.
  10653.      *
  10654.      * @return \Symfony\Component\BrowserKit\History
  10655.      */
  10656.     protected function getTest_Client_HistoryService()
  10657.     {
  10658.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/BrowserKit/History.php';
  10659.         return new \Symfony\Component\BrowserKit\History();
  10660.     }
  10661.     /**
  10662.      * Gets the private 'test.session.listener' shared service.
  10663.      *
  10664.      * @return \Symfony\Component\HttpKernel\EventListener\TestSessionListener
  10665.      */
  10666.     protected function getTest_Session_ListenerService()
  10667.     {
  10668.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\TestSessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10669.             'session' => ['services''session''getSessionService'false],
  10670.         ], [
  10671.             'session' => '?',
  10672.         ]), $this->parameters['session.storage.options']);
  10673.     }
  10674.     /**
  10675.      * Gets the private 'translation.dumper.csv' shared service.
  10676.      *
  10677.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  10678.      */
  10679.     protected function getTranslation_Dumper_CsvService()
  10680.     {
  10681.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10682.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10683.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  10684.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  10685.     }
  10686.     /**
  10687.      * Gets the private 'translation.dumper.ini' shared service.
  10688.      *
  10689.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  10690.      */
  10691.     protected function getTranslation_Dumper_IniService()
  10692.     {
  10693.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10694.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10695.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  10696.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  10697.     }
  10698.     /**
  10699.      * Gets the private 'translation.dumper.json' shared service.
  10700.      *
  10701.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  10702.      */
  10703.     protected function getTranslation_Dumper_JsonService()
  10704.     {
  10705.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10706.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10707.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  10708.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  10709.     }
  10710.     /**
  10711.      * Gets the private 'translation.dumper.mo' shared service.
  10712.      *
  10713.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  10714.      */
  10715.     protected function getTranslation_Dumper_MoService()
  10716.     {
  10717.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10718.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10719.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  10720.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  10721.     }
  10722.     /**
  10723.      * Gets the private 'translation.dumper.php' shared service.
  10724.      *
  10725.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  10726.      */
  10727.     protected function getTranslation_Dumper_PhpService()
  10728.     {
  10729.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10730.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10731.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  10732.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  10733.     }
  10734.     /**
  10735.      * Gets the private 'translation.dumper.po' shared service.
  10736.      *
  10737.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  10738.      */
  10739.     protected function getTranslation_Dumper_PoService()
  10740.     {
  10741.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10742.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  10744.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  10745.     }
  10746.     /**
  10747.      * Gets the private 'translation.dumper.qt' shared service.
  10748.      *
  10749.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  10750.      */
  10751.     protected function getTranslation_Dumper_QtService()
  10752.     {
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10754.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10755.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  10756.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  10757.     }
  10758.     /**
  10759.      * Gets the private 'translation.dumper.res' shared service.
  10760.      *
  10761.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  10762.      */
  10763.     protected function getTranslation_Dumper_ResService()
  10764.     {
  10765.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10766.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10767.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  10768.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  10769.     }
  10770.     /**
  10771.      * Gets the private 'translation.dumper.xliff' shared service.
  10772.      *
  10773.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  10774.      */
  10775.     protected function getTranslation_Dumper_XliffService()
  10776.     {
  10777.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  10780.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  10781.     }
  10782.     /**
  10783.      * Gets the private 'translation.dumper.yaml' shared service.
  10784.      *
  10785.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  10786.      */
  10787.     protected function getTranslation_Dumper_YamlService()
  10788.     {
  10789.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10790.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  10792.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  10793.     }
  10794.     /**
  10795.      * Gets the private 'translation.dumper.yml' shared service.
  10796.      *
  10797.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  10798.      */
  10799.     protected function getTranslation_Dumper_YmlService()
  10800.     {
  10801.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  10802.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  10804.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  10805.     }
  10806.     /**
  10807.      * Gets the private 'translation.extractor' shared service.
  10808.      *
  10809.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  10810.      */
  10811.     protected function getTranslation_ExtractorService()
  10812.     {
  10813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  10814.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php';
  10815.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  10816.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  10817.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  10818.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  10819.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  10820.         return $instance;
  10821.     }
  10822.     /**
  10823.      * Gets the private 'translation.extractor.php' shared service.
  10824.      *
  10825.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  10826.      */
  10827.     protected function getTranslation_Extractor_PhpService()
  10828.     {
  10829.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  10832.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  10833.     }
  10834.     /**
  10835.      * Gets the private 'translation.loader.csv' shared service.
  10836.      *
  10837.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10838.      */
  10839.     protected function getTranslation_Loader_CsvService()
  10840.     {
  10841.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10842.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10843.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10844.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  10845.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10846.     }
  10847.     /**
  10848.      * Gets the private 'translation.loader.dat' shared service.
  10849.      *
  10850.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10851.      */
  10852.     protected function getTranslation_Loader_DatService()
  10853.     {
  10854.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  10857.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10858.     }
  10859.     /**
  10860.      * Gets the private 'translation.loader.ini' shared service.
  10861.      *
  10862.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10863.      */
  10864.     protected function getTranslation_Loader_IniService()
  10865.     {
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10868.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  10870.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10871.     }
  10872.     /**
  10873.      * Gets the private 'translation.loader.json' shared service.
  10874.      *
  10875.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10876.      */
  10877.     protected function getTranslation_Loader_JsonService()
  10878.     {
  10879.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10882.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  10883.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10884.     }
  10885.     /**
  10886.      * Gets the private 'translation.loader.mo' shared service.
  10887.      *
  10888.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10889.      */
  10890.     protected function getTranslation_Loader_MoService()
  10891.     {
  10892.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10893.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10894.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10895.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  10896.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10897.     }
  10898.     /**
  10899.      * Gets the private 'translation.loader.php' shared service.
  10900.      *
  10901.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10902.      */
  10903.     protected function getTranslation_Loader_PhpService()
  10904.     {
  10905.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10906.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10907.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10908.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  10909.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10910.     }
  10911.     /**
  10912.      * Gets the private 'translation.loader.po' shared service.
  10913.      *
  10914.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10915.      */
  10916.     protected function getTranslation_Loader_PoService()
  10917.     {
  10918.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10919.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10920.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10921.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  10922.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10923.     }
  10924.     /**
  10925.      * Gets the private 'translation.loader.qt' shared service.
  10926.      *
  10927.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10928.      */
  10929.     protected function getTranslation_Loader_QtService()
  10930.     {
  10931.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10932.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  10933.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10934.     }
  10935.     /**
  10936.      * Gets the private 'translation.loader.res' shared service.
  10937.      *
  10938.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10939.      */
  10940.     protected function getTranslation_Loader_ResService()
  10941.     {
  10942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10944.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10945.     }
  10946.     /**
  10947.      * Gets the private 'translation.loader.xliff' shared service.
  10948.      *
  10949.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10950.      */
  10951.     protected function getTranslation_Loader_XliffService()
  10952.     {
  10953.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10954.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  10955.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10956.     }
  10957.     /**
  10958.      * Gets the private 'translation.loader.yml' shared service.
  10959.      *
  10960.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10961.      */
  10962.     protected function getTranslation_Loader_YmlService()
  10963.     {
  10964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10965.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10966.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10967.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  10968.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10969.     }
  10970.     /**
  10971.      * Gets the private 'translation.reader' shared service.
  10972.      *
  10973.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10974.      */
  10975.     protected function getTranslation_ReaderService()
  10976.     {
  10977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReaderInterface.php';
  10978.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReader.php';
  10979.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  10981.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  10982.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  10985.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  10987.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  10988.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  10989.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  10990.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  10991.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  10992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  10993.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10994.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10995.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10996.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10997.         $instance->addLoader('yaml'$a);
  10998.         $instance->addLoader('yml'$a);
  10999.         $instance->addLoader('xlf'$b);
  11000.         $instance->addLoader('xliff'$b);
  11001.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11002.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11003.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11004.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11005.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11006.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  11007.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  11008.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11009.         return $instance;
  11010.     }
  11011.     /**
  11012.      * Gets the private 'translation.warmer' shared service.
  11013.      *
  11014.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  11015.      */
  11016.     protected function getTranslation_WarmerService()
  11017.     {
  11018.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11019.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php';
  11020.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11021.             'translator' => ['services''translator''getTranslatorService'false],
  11022.         ], [
  11023.             'translator' => '?',
  11024.         ]))->withContext('translation.warmer'$this));
  11025.     }
  11026.     /**
  11027.      * Gets the private 'translation.writer' shared service.
  11028.      *
  11029.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  11030.      */
  11031.     protected function getTranslation_WriterService()
  11032.     {
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php';
  11035.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  11036.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  11037.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  11038.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  11039.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  11040.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  11041.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  11042.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  11043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  11044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  11045.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  11046.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  11047.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  11048.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  11049.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  11050.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  11051.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  11052.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  11053.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  11054.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  11055.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  11056.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  11057.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  11058.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  11059.         return $instance;
  11060.     }
  11061.     /**
  11062.      * Gets the private 'translator.default' shared service.
  11063.      *
  11064.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11065.      */
  11066.     protected function getTranslator_DefaultService()
  11067.     {
  11068.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11069.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11070.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11071.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11072.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11073.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11074.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11075.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11076.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11077.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11078.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11079.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11080.         ], [
  11081.             'translation.loader.csv' => '?',
  11082.             'translation.loader.dat' => '?',
  11083.             'translation.loader.ini' => '?',
  11084.             'translation.loader.json' => '?',
  11085.             'translation.loader.mo' => '?',
  11086.             'translation.loader.php' => '?',
  11087.             'translation.loader.po' => '?',
  11088.             'translation.loader.qt' => '?',
  11089.             'translation.loader.res' => '?',
  11090.             'translation.loader.xliff' => '?',
  11091.             'translation.loader.yml' => '?',
  11092.         ]), ($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']]]);
  11093.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  11094.         $instance->setFallbackLocales([=> $this->getEnv('APP_LOCALE')]);
  11095.         return $instance;
  11096.     }
  11097.     /**
  11098.      * Gets the private 'translator.formatter.default' shared service.
  11099.      *
  11100.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  11101.      */
  11102.     protected function getTranslator_Formatter_DefaultService()
  11103.     {
  11104.         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())));
  11105.     }
  11106.     /**
  11107.      * Gets the private 'twig.app_variable' shared service.
  11108.      *
  11109.      * @return \Symfony\Bridge\Twig\AppVariable
  11110.      */
  11111.     protected function getTwig_AppVariableService()
  11112.     {
  11113.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  11114.         $instance->setEnvironment('dev');
  11115.         $instance->setDebug(true);
  11116.         if ($this->has('security.token_storage')) {
  11117.             $instance->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  11118.         }
  11119.         if ($this->has('request_stack')) {
  11120.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11121.         }
  11122.         return $instance;
  11123.     }
  11124.     /**
  11125.      * Gets the private 'twig.cache_warmer' shared service.
  11126.      *
  11127.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  11128.      *
  11129.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  11130.      */
  11131.     protected function getTwig_CacheWarmerService()
  11132.     {
  11133.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  11134.         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]);
  11135.     }
  11136.     /**
  11137.      * Gets the private 'twig.command.debug' shared service.
  11138.      *
  11139.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  11140.      */
  11141.     protected function getTwig_Command_DebugService()
  11142.     {
  11143.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11144.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php';
  11145.         $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'));
  11146.         $instance->setName('debug:twig');
  11147.         return $instance;
  11148.     }
  11149.     /**
  11150.      * Gets the private 'twig.command.lint' shared service.
  11151.      *
  11152.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  11153.      */
  11154.     protected function getTwig_Command_LintService()
  11155.     {
  11156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php';
  11158.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php';
  11159.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  11160.         $instance->setName('lint:twig');
  11161.         return $instance;
  11162.     }
  11163.     /**
  11164.      * Gets the private 'twig.configurator.environment' shared service.
  11165.      *
  11166.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  11167.      */
  11168.     protected function getTwig_Configurator_EnvironmentService()
  11169.     {
  11170.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  11171.     }
  11172.     /**
  11173.      * Gets the private 'twig.error_renderer.html' shared service.
  11174.      *
  11175.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  11176.      */
  11177.     protected function getTwig_ErrorRenderer_HtmlService()
  11178.     {
  11179.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  11180.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php';
  11181.         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));
  11182.     }
  11183.     /**
  11184.      * Gets the private 'twig.extension.assets' shared service.
  11185.      *
  11186.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  11187.      */
  11188.     protected function getTwig_Extension_AssetsService()
  11189.     {
  11190.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  11191.     }
  11192.     /**
  11193.      * Gets the private 'twig.extension.code' shared service.
  11194.      *
  11195.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  11196.      */
  11197.     protected function getTwig_Extension_CodeService()
  11198.     {
  11199.         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');
  11200.     }
  11201.     /**
  11202.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  11203.      *
  11204.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  11205.      */
  11206.     protected function getTwig_Extension_Debug_StopwatchService()
  11207.     {
  11208.         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);
  11209.     }
  11210.     /**
  11211.      * Gets the private 'twig.extension.dump' shared service.
  11212.      *
  11213.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  11214.      */
  11215.     protected function getTwig_Extension_DumpService()
  11216.     {
  11217.         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()));
  11218.     }
  11219.     /**
  11220.      * Gets the private 'twig.extension.expression' shared service.
  11221.      *
  11222.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  11223.      */
  11224.     protected function getTwig_Extension_ExpressionService()
  11225.     {
  11226.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  11227.     }
  11228.     /**
  11229.      * Gets the private 'twig.extension.form' shared service.
  11230.      *
  11231.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  11232.      */
  11233.     protected function getTwig_Extension_FormService()
  11234.     {
  11235.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension();
  11236.     }
  11237.     /**
  11238.      * Gets the private 'twig.extension.httpfoundation' shared service.
  11239.      *
  11240.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  11241.      */
  11242.     protected function getTwig_Extension_HttpfoundationService()
  11243.     {
  11244.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  11245.     }
  11246.     /**
  11247.      * Gets the private 'twig.extension.httpkernel' shared service.
  11248.      *
  11249.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  11250.      */
  11251.     protected function getTwig_Extension_HttpkernelService()
  11252.     {
  11253.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  11254.     }
  11255.     /**
  11256.      * Gets the private 'twig.extension.logout_url' shared service.
  11257.      *
  11258.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  11259.      */
  11260.     protected function getTwig_Extension_LogoutUrlService()
  11261.     {
  11262.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  11263.     }
  11264.     /**
  11265.      * Gets the private 'twig.extension.profiler' shared service.
  11266.      *
  11267.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  11268.      */
  11269.     protected function getTwig_Extension_ProfilerService()
  11270.     {
  11271.         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))));
  11272.     }
  11273.     /**
  11274.      * Gets the private 'twig.extension.routing' shared service.
  11275.      *
  11276.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  11277.      */
  11278.     protected function getTwig_Extension_RoutingService()
  11279.     {
  11280.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  11281.     }
  11282.     /**
  11283.      * Gets the private 'twig.extension.security' shared service.
  11284.      *
  11285.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  11286.      */
  11287.     protected function getTwig_Extension_SecurityService()
  11288.     {
  11289.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  11290.     }
  11291.     /**
  11292.      * Gets the private 'twig.extension.security_csrf' shared service.
  11293.      *
  11294.      * @return \Symfony\Bridge\Twig\Extension\CsrfExtension
  11295.      */
  11296.     protected function getTwig_Extension_SecurityCsrfService()
  11297.     {
  11298.         return $this->privates['twig.extension.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfExtension();
  11299.     }
  11300.     /**
  11301.      * Gets the private 'twig.extension.text' shared autowired service.
  11302.      *
  11303.      * @return \Twig_Extensions_Extension_Text
  11304.      */
  11305.     protected function getTwig_Extension_TextService()
  11306.     {
  11307.         return $this->privates['twig.extension.text'] = new \Twig_Extensions_Extension_Text();
  11308.     }
  11309.     /**
  11310.      * Gets the private 'twig.extension.trans' shared service.
  11311.      *
  11312.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  11313.      */
  11314.     protected function getTwig_Extension_TransService()
  11315.     {
  11316.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  11317.     }
  11318.     /**
  11319.      * Gets the private 'twig.extension.webprofiler' shared service.
  11320.      *
  11321.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  11322.      */
  11323.     protected function getTwig_Extension_WebprofilerService()
  11324.     {
  11325.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  11326.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11327.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  11328.     }
  11329.     /**
  11330.      * Gets the private 'twig.extension.yaml' shared service.
  11331.      *
  11332.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  11333.      */
  11334.     protected function getTwig_Extension_YamlService()
  11335.     {
  11336.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  11337.     }
  11338.     /**
  11339.      * Gets the private 'twig.form.engine' shared service.
  11340.      *
  11341.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  11342.      */
  11343.     protected function getTwig_Form_EngineService()
  11344.     {
  11345.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php';
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php';
  11347.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php';
  11348.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  11349.     }
  11350.     /**
  11351.      * Gets the private 'twig.form.renderer' shared service.
  11352.      *
  11353.      * @return \Symfony\Component\Form\FormRenderer
  11354.      */
  11355.     protected function getTwig_Form_RendererService()
  11356.     {
  11357.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php';
  11358.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php';
  11359.         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()));
  11360.     }
  11361.     /**
  11362.      * Gets the private 'twig.loader.filesystem' shared service.
  11363.      *
  11364.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  11365.      */
  11366.     protected function getTwig_Loader_FilesystemService()
  11367.     {
  11368.         $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));
  11369.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  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/SecurityBundle/Resources/views'), 'Security');
  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/TwigBundle/Resources/views'), 'Twig');
  11374.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  11375.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  11376.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  11377.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  11378.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  11379.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  11380.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  11381.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  11382.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  11383.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  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/WebProfilerBundle/Resources/views'), 'WebProfiler');
  11386.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  11387.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  11388.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  11389.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  11390.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), 'email');
  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/Form'));
  11393.         return $instance;
  11394.     }
  11395.     /**
  11396.      * Gets the private 'twig.mailer.message_listener' shared service.
  11397.      *
  11398.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  11399.      */
  11400.     protected function getTwig_Mailer_MessageListenerService()
  11401.     {
  11402.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mailer/EventListener/MessageListener.php';
  11403.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService()));
  11404.     }
  11405.     /**
  11406.      * Gets the private 'twig.mime_body_renderer' shared service.
  11407.      *
  11408.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  11409.      */
  11410.     protected function getTwig_MimeBodyRendererService()
  11411.     {
  11412.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mime/BodyRendererInterface.php';
  11413.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php';
  11414.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService()));
  11415.     }
  11416.     /**
  11417.      * Gets the private 'twig.profile' shared service.
  11418.      *
  11419.      * @return \Twig\Profiler\Profile
  11420.      */
  11421.     protected function getTwig_ProfileService()
  11422.     {
  11423.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  11424.     }
  11425.     /**
  11426.      * Gets the private 'twig.runtime.httpkernel' shared service.
  11427.      *
  11428.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11429.      */
  11430.     protected function getTwig_Runtime_HttpkernelService()
  11431.     {
  11432.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php';
  11433.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  11434.     }
  11435.     /**
  11436.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11437.      *
  11438.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11439.      */
  11440.     protected function getTwig_Runtime_SecurityCsrfService()
  11441.     {
  11442.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfRuntime.php';
  11443.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11444.     }
  11445.     /**
  11446.      * Gets the private 'twig.runtime_loader' shared service.
  11447.      *
  11448.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  11449.      */
  11450.     protected function getTwig_RuntimeLoaderService()
  11451.     {
  11452.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11453.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  11454.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  11455.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  11456.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  11457.         ], [
  11458.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  11459.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  11460.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  11461.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  11462.         ]));
  11463.     }
  11464.     /**
  11465.      * Gets the private 'twig.template_cache_warmer' shared service.
  11466.      *
  11467.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11468.      */
  11469.     protected function getTwig_TemplateCacheWarmerService()
  11470.     {
  11471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11472.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php';
  11474.         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()));
  11475.     }
  11476.     /**
  11477.      * Gets the private 'twig.template_iterator' shared service.
  11478.      *
  11479.      * @return \Symfony\Bundle\TwigBundle\TemplateIterator
  11480.      */
  11481.     protected function getTwig_TemplateIteratorService()
  11482.     {
  11483.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php';
  11484.         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'));
  11485.     }
  11486.     /**
  11487.      * Gets the private 'twig.translation.extractor' shared service.
  11488.      *
  11489.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  11490.      */
  11491.     protected function getTwig_Translation_ExtractorService()
  11492.     {
  11493.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php';
  11496.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService()));
  11497.     }
  11498.     /**
  11499.      * Gets the private 'uri_signer' shared service.
  11500.      *
  11501.      * @return \Symfony\Component\HttpKernel\UriSigner
  11502.      */
  11503.     protected function getUriSignerService()
  11504.     {
  11505.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  11506.     }
  11507.     /**
  11508.      * Gets the private 'url_helper' shared service.
  11509.      *
  11510.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  11511.      */
  11512.     protected function getUrlHelperService()
  11513.     {
  11514.         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()));
  11515.     }
  11516.     /**
  11517.      * Gets the private 'validate_request_listener' shared service.
  11518.      *
  11519.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  11520.      */
  11521.     protected function getValidateRequestListenerService()
  11522.     {
  11523.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  11524.     }
  11525.     /**
  11526.      * Gets the private 'validator.builder' shared service.
  11527.      *
  11528.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11529.      */
  11530.     protected function getValidator_BuilderService()
  11531.     {
  11532.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11533.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  11534.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  11535.         $instance->setTranslationDomain('validators');
  11536.         $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')]);
  11537.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11538.         $instance->addMethodMapping('loadValidatorMetadata');
  11539.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
  11540.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  11541.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  11542.         return $instance;
  11543.     }
  11544.     /**
  11545.      * Gets the private 'validator.email' shared service.
  11546.      *
  11547.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11548.      */
  11549.     protected function getValidator_EmailService()
  11550.     {
  11551.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11552.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11553.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php';
  11554.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  11555.     }
  11556.     /**
  11557.      * Gets the private 'validator.expression' shared service.
  11558.      *
  11559.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11560.      */
  11561.     protected function getValidator_ExpressionService()
  11562.     {
  11563.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11564.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php';
  11566.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  11567.     }
  11568.     /**
  11569.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11570.      *
  11571.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11572.      */
  11573.     protected function getValidator_Mapping_CacheWarmerService()
  11574.     {
  11575.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  11576.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11577.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php';
  11578.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11579.     }
  11580.     /**
  11581.      * Gets the private 'validator.not_compromised_password' shared service.
  11582.      *
  11583.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11584.      */
  11585.     protected function getValidator_NotCompromisedPasswordService()
  11586.     {
  11587.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  11588.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  11589.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php';
  11590.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  11591.     }
  11592.     /**
  11593.      * Gets the private 'validator.validator_factory' shared service.
  11594.      *
  11595.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  11596.      */
  11597.     protected function getValidator_ValidatorFactoryService()
  11598.     {
  11599.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11600.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11601.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11602.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11603.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11604.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11605.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11606.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11607.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11608.         ], [
  11609.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11610.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11611.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11612.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11613.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11614.             'doctrine.orm.validator.unique' => '?',
  11615.             'security.validator.user_password' => '?',
  11616.             'validator.expression' => '?',
  11617.         ]));
  11618.     }
  11619.     /**
  11620.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11621.      *
  11622.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  11623.      */
  11624.     protected function getVarDumper_Command_ServerDumpService()
  11625.     {
  11626.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  11627.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php';
  11628.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php';
  11629.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php';
  11630.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php';
  11631.         $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()))]);
  11632.         $instance->setName('server:dump');
  11633.         return $instance;
  11634.     }
  11635.     /**
  11636.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  11637.      *
  11638.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  11639.      */
  11640.     protected function getVarDumper_ContextualizedCliDumperService()
  11641.     {
  11642.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php';
  11644.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php';
  11645.         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()))]);
  11646.     }
  11647.     /**
  11648.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11649.      *
  11650.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11651.      */
  11652.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11653.     {
  11654.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11655.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11656.         return $instance;
  11657.     }
  11658.     /**
  11659.      * Gets the private 'var_dumper.dump_server' shared service.
  11660.      *
  11661.      * @return \Symfony\Component\VarDumper\Server\DumpServer
  11662.      */
  11663.     protected function getVarDumper_DumpServerService()
  11664.     {
  11665.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Server/DumpServer.php';
  11666.         return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('', ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
  11667.     }
  11668.     /**
  11669.      * Gets the private 'var_dumper.html_dumper' shared service.
  11670.      *
  11671.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11672.      */
  11673.     protected function getVarDumper_HtmlDumperService()
  11674.     {
  11675.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11676.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11677.         return $instance;
  11678.     }
  11679.     /**
  11680.      * Gets the private 'web_profiler.csp.handler' shared service.
  11681.      *
  11682.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11683.      */
  11684.     protected function getWebProfiler_Csp_HandlerService()
  11685.     {
  11686.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11687.     }
  11688.     /**
  11689.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11690.      *
  11691.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11692.      */
  11693.     protected function getWebProfiler_DebugToolbarService()
  11694.     {
  11695.         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()));
  11696.     }
  11697.     /**
  11698.      * @return array|bool|float|int|string|\UnitEnum|null
  11699.      */
  11700.     public function getParameter($name)
  11701.     {
  11702.         $name = (string) $name;
  11703.         if (isset($this->buildParameters[$name])) {
  11704.             return $this->buildParameters[$name];
  11705.         }
  11706.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  11707.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11708.         }
  11709.         if (isset($this->loadedDynamicParameters[$name])) {
  11710.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11711.         }
  11712.         return $this->parameters[$name];
  11713.     }
  11714.     public function hasParameter($name): bool
  11715.     {
  11716.         $name = (string) $name;
  11717.         if (isset($this->buildParameters[$name])) {
  11718.             return true;
  11719.         }
  11720.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  11721.     }
  11722.     public function setParameter($name$value): void
  11723.     {
  11724.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11725.     }
  11726.     public function getParameterBag(): ParameterBagInterface
  11727.     {
  11728.         if (null === $this->parameterBag) {
  11729.             $parameters $this->parameters;
  11730.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11731.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11732.             }
  11733.             foreach ($this->buildParameters as $name => $value) {
  11734.                 $parameters[$name] = $value;
  11735.             }
  11736.             $this->parameterBag = new FrozenParameterBag($parameters);
  11737.         }
  11738.         return $this->parameterBag;
  11739.     }
  11740.     private $loadedDynamicParameters = [
  11741.         'kernel.cache_dir' => false,
  11742.         'kernel.secret' => false,
  11743.         'kernel.default_locale' => false,
  11744.         'session.save_path' => false,
  11745.         'validator.mapping.cache.file' => false,
  11746.         'profiler.storage.dsn' => false,
  11747.         'debug.container.dump' => false,
  11748.         'doctrine.orm.proxy_dir' => false,
  11749.         'lexik_jwt_authentication.pass_phrase' => false,
  11750.     ];
  11751.     private $dynamicParameters = [];
  11752.     private function getDynamicParameter(string $name)
  11753.     {
  11754.         switch ($name) {
  11755.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11756.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11757.             case 'kernel.default_locale'$value $this->getEnv('APP_LOCALE'); break;
  11758.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  11759.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11760.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11761.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appAppKernelDevDebugContainer.xml'); break;
  11762.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11763.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11764.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11765.         }
  11766.         $this->loadedDynamicParameters[$name] = true;
  11767.         return $this->dynamicParameters[$name] = $value;
  11768.     }
  11769.     protected function getDefaultParameters(): array
  11770.     {
  11771.         return [
  11772.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  11773.             'kernel.project_dir' => \dirname(__DIR__4),
  11774.             'kernel.environment' => 'dev',
  11775.             'kernel.debug' => true,
  11776.             'kernel.name' => 'app',
  11777.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11778.             'kernel.bundles' => [
  11779.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11780.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11781.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11782.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11783.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  11784.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11785.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11786.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  11787.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  11788.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  11789.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  11790.                 'OceanExpertBundle' => 'OceanExpertBundle\\OceanExpertBundle',
  11791.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  11792.                 'AccordMandrillSwiftMailerBundle' => 'Accord\\MandrillSwiftMailerBundle\\AccordMandrillSwiftMailerBundle',
  11793.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11794.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11795.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  11796.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  11797.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11798.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11799.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11800.             ],
  11801.             'kernel.bundles_metadata' => [
  11802.                 'FrameworkBundle' => [
  11803.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  11804.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11805.                 ],
  11806.                 'SecurityBundle' => [
  11807.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  11808.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11809.                 ],
  11810.                 'TwigBundle' => [
  11811.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  11812.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11813.                 ],
  11814.                 'MonologBundle' => [
  11815.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  11816.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  11817.                 ],
  11818.                 'SwiftmailerBundle' => [
  11819.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  11820.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  11821.                 ],
  11822.                 'DoctrineBundle' => [
  11823.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11824.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11825.                 ],
  11826.                 'SensioFrameworkExtraBundle' => [
  11827.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle'),
  11828.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11829.                 ],
  11830.                 'FOSRestBundle' => [
  11831.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  11832.                     'namespace' => 'FOS\\RestBundle',
  11833.                 ],
  11834.                 'JMSSerializerBundle' => [
  11835.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  11836.                     'namespace' => 'JMS\\SerializerBundle',
  11837.                 ],
  11838.                 'FOSUserBundle' => [
  11839.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  11840.                     'namespace' => 'FOS\\UserBundle',
  11841.                 ],
  11842.                 'KnpPaginatorBundle' => [
  11843.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  11844.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  11845.                 ],
  11846.                 'OceanExpertBundle' => [
  11847.                     'path' => (\dirname(__DIR__4).'/src/OceanExpertBundle'),
  11848.                     'namespace' => 'OceanExpertBundle',
  11849.                 ],
  11850.                 'NelmioCorsBundle' => [
  11851.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  11852.                     'namespace' => 'Nelmio\\CorsBundle',
  11853.                 ],
  11854.                 'AccordMandrillSwiftMailerBundle' => [
  11855.                     'path' => (\dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer-bundle/Accord/MandrillSwiftMailerBundle'),
  11856.                     'namespace' => 'Accord\\MandrillSwiftMailerBundle',
  11857.                 ],
  11858.                 'DebugBundle' => [
  11859.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  11860.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  11861.                 ],
  11862.                 'WebProfilerBundle' => [
  11863.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  11864.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11865.                 ],
  11866.                 'DoctrineCacheBundle' => [
  11867.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  11868.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  11869.                 ],
  11870.                 'FOSJsRoutingBundle' => [
  11871.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  11872.                     'namespace' => 'FOS\\JsRoutingBundle',
  11873.                 ],
  11874.                 'LexikJWTAuthenticationBundle' => [
  11875.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  11876.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  11877.                 ],
  11878.                 'MakerBundle' => [
  11879.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  11880.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  11881.                 ],
  11882.                 'DoctrineMigrationsBundle' => [
  11883.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11884.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11885.                 ],
  11886.             ],
  11887.             'kernel.charset' => 'UTF-8',
  11888.             'kernel.container_class' => 'appAppKernelDevDebugContainer',
  11889.             'container.dumper.inline_class_loader' => true,
  11890.             'container.dumper.inline_factories' => true,
  11891.             'router.request_context.host' => 'dev.oceanexpert.org',
  11892.             'router.request_context.scheme' => 'https',
  11893.             'router.request_context.base_url' => 'https://dev.oceanexpert.org',
  11894.             'asset.request_context.secure' => true,
  11895.             'event_dispatcher.event_aliases' => [
  11896.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11897.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11898.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11899.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11900.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11901.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11902.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11903.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11904.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11905.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11906.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11907.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11908.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11909.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11910.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11911.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11912.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  11913.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  11914.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  11915.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  11916.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  11917.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  11918.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  11919.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11920.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  11921.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11922.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11923.             ],
  11924.             'fragment.renderer.hinclude.global_template' => NULL,
  11925.             'fragment.path' => '/_fragment',
  11926.             'kernel.http_method_override' => true,
  11927.             'kernel.trusted_hosts' => [
  11928.             ],
  11929.             'kernel.error_controller' => 'error_controller',
  11930.             'templating.helper.code.file_link_format' => NULL,
  11931.             'debug.file_link_format' => NULL,
  11932.             'test.client.parameters' => [
  11933.             ],
  11934.             'session.metadata.storage_key' => '_sf2_meta',
  11935.             'session.storage.options' => [
  11936.                 'cache_limiter' => '0',
  11937.                 'cookie_httponly' => true,
  11938.                 'gc_probability' => 1,
  11939.             ],
  11940.             'session.metadata.update_threshold' => 0,
  11941.             'form.type_extension.csrf.enabled' => true,
  11942.             'form.type_extension.csrf.field_name' => '_token',
  11943.             'asset.request_context.base_path' => '',
  11944.             'templating.loader.cache.path' => NULL,
  11945.             'templating.engines' => [
  11946.                 => 'twig',
  11947.             ],
  11948.             'validator.translation_domain' => 'validators',
  11949.             'translator.logging' => false,
  11950.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11951.             'profiler_listener.only_exceptions' => false,
  11952.             'profiler_listener.only_master_requests' => false,
  11953.             'debug.error_handler.throw_at' => -1,
  11954.             'router.resource' => 'kernel::loadRoutes',
  11955.             'router.cache_class_prefix' => 'appAppKernelDevDebugContainer',
  11956.             'request_listener.http_port' => 80,
  11957.             'request_listener.https_port' => 443,
  11958.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  11959.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  11960.             'security.role_hierarchy.roles' => [
  11961.                 'ROLE_USER' => [
  11962.                 ],
  11963.                 'ROLE_COUNTRY_EDITOR' => [
  11964.                 ],
  11965.                 'ROLE_INSTITUTE_EDITOR' => [
  11966.                 ],
  11967.                 'ROLE_PARTICIPANT_IMPORT' => [
  11968.                 ],
  11969.                 'ROLE_GLOBAL_EDITOR' => [
  11970.                     => 'ROLE_USER',
  11971.                     => 'ROLE_COUNTRY_EDITOR',
  11972.                     => 'ROLE_INSTITUTE_EDITOR',
  11973.                     => 'ROLE_PARTICIPANT_IMPORT',
  11974.                 ],
  11975.                 'ROLE_LME' => [
  11976.                     => 'ROLE_USER',
  11977.                 ],
  11978.                 'ROLE_MANAGER' => [
  11979.                     => 'ROLE_GLOBAL_EDITOR',
  11980.                     => 'ROLE_LME',
  11981.                 ],
  11982.                 'ROLE_ADMIN' => [
  11983.                     => 'ROLE_MANAGER',
  11984.                     => 'ROLE_ALLOWED_TO_SWITCH',
  11985.                 ],
  11986.                 'ROLE_SUPERADMIN' => [
  11987.                     => 'ROLE_ADMIN',
  11988.                 ],
  11989.                 'ROLE_ODISCATADMIN' => [
  11990.                 ],
  11991.                 'ROLE_OCEANCD' => [
  11992.                 ],
  11993.             ],
  11994.             'security.access.denied_url' => NULL,
  11995.             'security.authentication.manager.erase_credentials' => true,
  11996.             'security.authentication.session_strategy.strategy' => 'migrate',
  11997.             'security.access.always_authenticate_before_granting' => false,
  11998.             'security.authentication.hide_user_not_found' => true,
  11999.             'twig.exception_listener.controller' => NULL,
  12000.             'twig.form.resources' => [
  12001.                 => 'form_div_layout.html.twig',
  12002.                 => 'bootstrap_3_layout.html.twig',
  12003.             ],
  12004.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  12005.             'monolog.use_microseconds' => true,
  12006.             'monolog.swift_mailer.handlers' => [
  12007.             ],
  12008.             'monolog.handlers_to_channels' => [
  12009.                 'monolog.handler.console' => [
  12010.                     'type' => 'exclusive',
  12011.                     'elements' => [
  12012.                         => 'event',
  12013.                         => 'doctrine',
  12014.                     ],
  12015.                 ],
  12016.                 'monolog.handler.main' => [
  12017.                     'type' => 'exclusive',
  12018.                     'elements' => [
  12019.                         => 'event',
  12020.                     ],
  12021.                 ],
  12022.             ],
  12023.             'swiftmailer.mailer.default.transport.name' => 'accord_mandrill',
  12024.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  12025.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  12026.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  12027.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  12028.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  12029.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  12030.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  12031.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  12032.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  12033.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  12034.             ],
  12035.             'swiftmailer.mailer.default.spool.enabled' => false,
  12036.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  12037.             'swiftmailer.mailer.default.single_address' => NULL,
  12038.             'swiftmailer.mailer.default.delivery.enabled' => true,
  12039.             'swiftmailer.spool.enabled' => false,
  12040.             'swiftmailer.delivery.enabled' => true,
  12041.             'swiftmailer.single_address' => NULL,
  12042.             'swiftmailer.mailers' => [
  12043.                 'default' => 'swiftmailer.mailer.default',
  12044.             ],
  12045.             'swiftmailer.default_mailer' => 'default',
  12046.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12047.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  12048.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12049.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  12050.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  12051.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  12052.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  12053.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  12054.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  12055.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12056.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  12057.             'doctrine_cache.memcache.host' => 'localhost',
  12058.             'doctrine_cache.memcache.port' => 11211,
  12059.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12060.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  12061.             'doctrine_cache.memcached.host' => 'localhost',
  12062.             'doctrine_cache.memcached.port' => 11211,
  12063.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  12064.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  12065.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  12066.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  12067.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  12068.             'doctrine_cache.predis.scheme' => 'tcp',
  12069.             'doctrine_cache.predis.host' => 'localhost',
  12070.             'doctrine_cache.predis.port' => 6379,
  12071.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12072.             'doctrine_cache.redis.connection.class' => 'Redis',
  12073.             'doctrine_cache.redis.host' => 'localhost',
  12074.             'doctrine_cache.redis.port' => 6379,
  12075.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  12076.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  12077.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  12078.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  12079.             'doctrine_cache.riak.host' => 'localhost',
  12080.             'doctrine_cache.riak.port' => 8087,
  12081.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  12082.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  12083.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  12084.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12085.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12086.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12087.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  12088.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  12089.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  12090.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  12091.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  12092.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  12093.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  12094.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  12095.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  12096.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  12097.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  12098.             'doctrine.entity_managers' => [
  12099.                 'default' => 'doctrine.orm.default_entity_manager',
  12100.             ],
  12101.             'doctrine.default_entity_manager' => 'default',
  12102.             'doctrine.dbal.connection_factory.types' => [
  12103.             ],
  12104.             'doctrine.connections' => [
  12105.                 'default' => 'doctrine.dbal.default_connection',
  12106.             ],
  12107.             'doctrine.default_connection' => 'default',
  12108.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  12109.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  12110.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  12111.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12112.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12113.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12114.             'doctrine.orm.cache.memcache_host' => 'localhost',
  12115.             'doctrine.orm.cache.memcache_port' => 11211,
  12116.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  12117.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12118.             'doctrine.orm.cache.memcached_host' => 'localhost',
  12119.             'doctrine.orm.cache.memcached_port' => 11211,
  12120.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  12121.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12122.             'doctrine.orm.cache.redis_host' => 'localhost',
  12123.             'doctrine.orm.cache.redis_port' => 6379,
  12124.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  12125.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12126.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12127.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12128.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12129.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12130.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12131.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12132.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12133.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12134.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12135.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12136.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12137.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12138.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12139.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12140.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12141.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12142.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12143.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12144.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12145.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12146.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12147.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12148.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12149.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12150.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12151.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12152.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12153.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12154.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12155.             'fos_rest.format_listener.rules' => NULL,
  12156.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  12157.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  12158.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  12159.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  12160.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  12161.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  12162.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  12163.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  12164.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  12165.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  12166.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  12167.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  12168.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  12169.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  12170.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  12171.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  12172.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  12173.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  12174.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  12175.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  12176.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  12177.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  12178.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  12179.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  12180.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  12181.             'jms_serializer.json_serialization_visitor.options' => 1216,
  12182.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  12183.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  12184.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  12185.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  12186.             ],
  12187.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  12188.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  12189.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  12190.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  12191.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  12192.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  12193.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  12194.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  12195.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  12196.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  12197.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  12198.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  12199.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  12200.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  12201.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  12202.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  12203.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  12204.             'fos_user.backend_type_orm' => true,
  12205.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  12206.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  12207.             'fos_user.resetting.email.template' => 'Email/resetting.html.twig',
  12208.             'fos_user.registration.confirmation.template' => 'Email/registration.html.twig',
  12209.             'fos_user.registration.confirmation.from_email' => [
  12210.                 'info@oceanexpert.org' => 'OceanExpert Team',
  12211.             ],
  12212.             'fos_user.resetting.email.from_email' => [
  12213.                 'info@oceanexpert.org' => 'OceanExpert Team',
  12214.             ],
  12215.             'fos_user.storage' => 'orm',
  12216.             'fos_user.firewall_name' => 'main',
  12217.             'fos_user.model_manager_name' => NULL,
  12218.             'fos_user.model.user.class' => 'OceanExpertBundle\\Entity\\User',
  12219.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  12220.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  12221.             'fos_user.profile.form.validation_groups' => [
  12222.                 => 'Profile',
  12223.                 => 'Default',
  12224.             ],
  12225.             'fos_user.registration.confirmation.enabled' => true,
  12226.             'fos_user.registration.form.type' => 'OceanExpertBundle\\Utils\\Form\\Type\\RegistrationFormType',
  12227.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  12228.             'fos_user.registration.form.validation_groups' => [
  12229.                 => 'Registration',
  12230.                 => 'Default',
  12231.             ],
  12232.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  12233.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  12234.             'fos_user.change_password.form.validation_groups' => [
  12235.                 => 'ChangePassword',
  12236.                 => 'Default',
  12237.             ],
  12238.             'fos_user.resetting.retry_ttl' => 7200,
  12239.             'fos_user.resetting.token_ttl' => 1800,
  12240.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  12241.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  12242.             'fos_user.resetting.form.validation_groups' => [
  12243.                 => 'ResetPassword',
  12244.                 => 'Default',
  12245.             ],
  12246.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  12247.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  12248.             'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:twitter_bootstrap_v3_pagination.html.twig',
  12249.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  12250.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  12251.             'knp_paginator.page_range' => 5,
  12252.             'nelmio_cors.map' => [
  12253.                 '^/api/' => [
  12254.                     'allow_origin' => true,
  12255.                     'allow_headers' => true,
  12256.                     'allow_methods' => [
  12257.                         => 'POST',
  12258.                         => 'PUT',
  12259.                         => 'GET',
  12260.                         => 'DELETE',
  12261.                     ],
  12262.                     'max_age' => 3600,
  12263.                 ],
  12264.             ],
  12265.             'nelmio_cors.defaults' => [
  12266.                 'allow_origin' => true,
  12267.                 'allow_credentials' => false,
  12268.                 'allow_headers' => true,
  12269.                 'expose_headers' => [
  12270.                 ],
  12271.                 'allow_methods' => [
  12272.                     => 'GET',
  12273.                     => 'POST',
  12274.                     => 'PUT',
  12275.                     => 'DELETE',
  12276.                     => 'OPTIONS',
  12277.                 ],
  12278.                 'max_age' => 3600,
  12279.                 'hosts' => [
  12280.                 ],
  12281.                 'origin_regex' => false,
  12282.                 'forced_allow_origin_value' => NULL,
  12283.             ],
  12284.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  12285.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  12286.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  12287.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12288.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12289.             'web_profiler.debug_toolbar.mode' => 2,
  12290.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  12291.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  12292.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  12293.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  12294.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  12295.             'fos_js_routing.request_context_base_url' => NULL,
  12296.             'fos_js_routing.cache_control' => [
  12297.                 'enabled' => false,
  12298.             ],
  12299.             'lexik_jwt_authentication.token_ttl' => 3600,
  12300.             'lexik_jwt_authentication.clock_skew' => 0,
  12301.             'lexik_jwt_authentication.user_identity_field' => 'username',
  12302.             'lexik_jwt_authentication.allow_no_expiration' => false,
  12303.             'lexik_jwt_authentication.user_id_claim' => 'username',
  12304.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  12305.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  12306.             'doctrine.migrations.preferred_em' => 'default',
  12307.             'doctrine.migrations.preferred_connection' => NULL,
  12308.             'maker.compatible_check.doctrine.supports_attributes' => false,
  12309.             'data_collector.templates' => [
  12310.                 'data_collector.request' => [
  12311.                     => 'request',
  12312.                     => '@WebProfiler/Collector/request.html.twig',
  12313.                 ],
  12314.                 'data_collector.time' => [
  12315.                     => 'time',
  12316.                     => '@WebProfiler/Collector/time.html.twig',
  12317.                 ],
  12318.                 'data_collector.memory' => [
  12319.                     => 'memory',
  12320.                     => '@WebProfiler/Collector/memory.html.twig',
  12321.                 ],
  12322.                 'data_collector.validator' => [
  12323.                     => 'validator',
  12324.                     => '@WebProfiler/Collector/validator.html.twig',
  12325.                 ],
  12326.                 'data_collector.ajax' => [
  12327.                     => 'ajax',
  12328.                     => '@WebProfiler/Collector/ajax.html.twig',
  12329.                 ],
  12330.                 'data_collector.form' => [
  12331.                     => 'form',
  12332.                     => '@WebProfiler/Collector/form.html.twig',
  12333.                 ],
  12334.                 'data_collector.exception' => [
  12335.                     => 'exception',
  12336.                     => '@WebProfiler/Collector/exception.html.twig',
  12337.                 ],
  12338.                 'data_collector.logger' => [
  12339.                     => 'logger',
  12340.                     => '@WebProfiler/Collector/logger.html.twig',
  12341.                 ],
  12342.                 'data_collector.events' => [
  12343.                     => 'events',
  12344.                     => '@WebProfiler/Collector/events.html.twig',
  12345.                 ],
  12346.                 'data_collector.router' => [
  12347.                     => 'router',
  12348.                     => '@WebProfiler/Collector/router.html.twig',
  12349.                 ],
  12350.                 'data_collector.cache' => [
  12351.                     => 'cache',
  12352.                     => '@WebProfiler/Collector/cache.html.twig',
  12353.                 ],
  12354.                 'data_collector.translation' => [
  12355.                     => 'translation',
  12356.                     => '@WebProfiler/Collector/translation.html.twig',
  12357.                 ],
  12358.                 'data_collector.security' => [
  12359.                     => 'security',
  12360.                     => '@Security/Collector/security.html.twig',
  12361.                 ],
  12362.                 'data_collector.twig' => [
  12363.                     => 'twig',
  12364.                     => '@WebProfiler/Collector/twig.html.twig',
  12365.                 ],
  12366.                 'data_collector.doctrine' => [
  12367.                     => 'db',
  12368.                     => '@Doctrine/Collector/db.html.twig',
  12369.                 ],
  12370.                 'swiftmailer.data_collector' => [
  12371.                     => 'swiftmailer',
  12372.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  12373.                 ],
  12374.                 'data_collector.dump' => [
  12375.                     => 'dump',
  12376.                     => '@Debug/Profiler/dump.html.twig',
  12377.                 ],
  12378.                 'data_collector.config' => [
  12379.                     => 'config',
  12380.                     => '@WebProfiler/Collector/config.html.twig',
  12381.                 ],
  12382.             ],
  12383.             'console.command.ids' => [
  12384.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand',
  12385.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand',
  12386.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand',
  12387.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupEventsCommand',
  12388.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand',
  12389.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CreateSitemapsCommand',
  12390.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand',
  12391.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand',
  12392.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand',
  12393.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand',
  12394.                 10 => 'console.command.public_alias.doctrine_cache.contains_command',
  12395.                 11 => 'console.command.public_alias.doctrine_cache.delete_command',
  12396.                 12 => 'console.command.public_alias.doctrine_cache.flush_command',
  12397.                 13 => 'console.command.public_alias.doctrine_cache.stats_command',
  12398.             ],
  12399.         ];
  12400.     }
  12401.     protected function throw($message)
  12402.     {
  12403.         throw new RuntimeException($message);
  12404.     }
  12405. }
  12406. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  12407. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  12408. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  12409. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  12410. {
  12411.     /**
  12412.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  12413.      */
  12414.     private $valueHolder3eadb null;
  12415.     /**
  12416.      * @var \Closure|null initializer responsible for generating the wrapped object
  12417.      */
  12418.     private $initializer80f1c null;
  12419.     /**
  12420.      * @var bool[] map of public properties of the parent class
  12421.      */
  12422.     private static $publicProperties3f120 = [
  12423.         
  12424.     ];
  12425.     public function getConnection()
  12426.     {
  12427.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getConnection', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12428.         return $this->valueHolder3eadb->getConnection();
  12429.     }
  12430.     public function getMetadataFactory()
  12431.     {
  12432.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getMetadataFactory', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12433.         return $this->valueHolder3eadb->getMetadataFactory();
  12434.     }
  12435.     public function getExpressionBuilder()
  12436.     {
  12437.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getExpressionBuilder', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12438.         return $this->valueHolder3eadb->getExpressionBuilder();
  12439.     }
  12440.     public function beginTransaction()
  12441.     {
  12442.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'beginTransaction', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12443.         return $this->valueHolder3eadb->beginTransaction();
  12444.     }
  12445.     public function getCache()
  12446.     {
  12447.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getCache', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12448.         return $this->valueHolder3eadb->getCache();
  12449.     }
  12450.     public function transactional($func)
  12451.     {
  12452.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'transactional', array('func' => $func), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12453.         return $this->valueHolder3eadb->transactional($func);
  12454.     }
  12455.     public function commit()
  12456.     {
  12457.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'commit', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12458.         return $this->valueHolder3eadb->commit();
  12459.     }
  12460.     public function rollback()
  12461.     {
  12462.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'rollback', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12463.         return $this->valueHolder3eadb->rollback();
  12464.     }
  12465.     public function getClassMetadata($className)
  12466.     {
  12467.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getClassMetadata', array('className' => $className), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12468.         return $this->valueHolder3eadb->getClassMetadata($className);
  12469.     }
  12470.     public function createQuery($dql '')
  12471.     {
  12472.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'createQuery', array('dql' => $dql), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12473.         return $this->valueHolder3eadb->createQuery($dql);
  12474.     }
  12475.     public function createNamedQuery($name)
  12476.     {
  12477.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'createNamedQuery', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12478.         return $this->valueHolder3eadb->createNamedQuery($name);
  12479.     }
  12480.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  12481.     {
  12482.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12483.         return $this->valueHolder3eadb->createNativeQuery($sql$rsm);
  12484.     }
  12485.     public function createNamedNativeQuery($name)
  12486.     {
  12487.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'createNamedNativeQuery', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12488.         return $this->valueHolder3eadb->createNamedNativeQuery($name);
  12489.     }
  12490.     public function createQueryBuilder()
  12491.     {
  12492.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'createQueryBuilder', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12493.         return $this->valueHolder3eadb->createQueryBuilder();
  12494.     }
  12495.     public function flush($entity null)
  12496.     {
  12497.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'flush', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12498.         return $this->valueHolder3eadb->flush($entity);
  12499.     }
  12500.     public function find($className$id$lockMode null$lockVersion null)
  12501.     {
  12502.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12503.         return $this->valueHolder3eadb->find($className$id$lockMode$lockVersion);
  12504.     }
  12505.     public function getReference($entityName$id)
  12506.     {
  12507.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12508.         return $this->valueHolder3eadb->getReference($entityName$id);
  12509.     }
  12510.     public function getPartialReference($entityName$identifier)
  12511.     {
  12512.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12513.         return $this->valueHolder3eadb->getPartialReference($entityName$identifier);
  12514.     }
  12515.     public function clear($entityName null)
  12516.     {
  12517.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'clear', array('entityName' => $entityName), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12518.         return $this->valueHolder3eadb->clear($entityName);
  12519.     }
  12520.     public function close()
  12521.     {
  12522.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'close', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12523.         return $this->valueHolder3eadb->close();
  12524.     }
  12525.     public function persist($entity)
  12526.     {
  12527.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'persist', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12528.         return $this->valueHolder3eadb->persist($entity);
  12529.     }
  12530.     public function remove($entity)
  12531.     {
  12532.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'remove', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12533.         return $this->valueHolder3eadb->remove($entity);
  12534.     }
  12535.     public function refresh($entity)
  12536.     {
  12537.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'refresh', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12538.         return $this->valueHolder3eadb->refresh($entity);
  12539.     }
  12540.     public function detach($entity)
  12541.     {
  12542.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'detach', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12543.         return $this->valueHolder3eadb->detach($entity);
  12544.     }
  12545.     public function merge($entity)
  12546.     {
  12547.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'merge', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12548.         return $this->valueHolder3eadb->merge($entity);
  12549.     }
  12550.     public function copy($entity$deep false)
  12551.     {
  12552.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12553.         return $this->valueHolder3eadb->copy($entity$deep);
  12554.     }
  12555.     public function lock($entity$lockMode$lockVersion null)
  12556.     {
  12557.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12558.         return $this->valueHolder3eadb->lock($entity$lockMode$lockVersion);
  12559.     }
  12560.     public function getRepository($entityName)
  12561.     {
  12562.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getRepository', array('entityName' => $entityName), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12563.         return $this->valueHolder3eadb->getRepository($entityName);
  12564.     }
  12565.     public function contains($entity)
  12566.     {
  12567.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'contains', array('entity' => $entity), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12568.         return $this->valueHolder3eadb->contains($entity);
  12569.     }
  12570.     public function getEventManager()
  12571.     {
  12572.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getEventManager', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12573.         return $this->valueHolder3eadb->getEventManager();
  12574.     }
  12575.     public function getConfiguration()
  12576.     {
  12577.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getConfiguration', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12578.         return $this->valueHolder3eadb->getConfiguration();
  12579.     }
  12580.     public function isOpen()
  12581.     {
  12582.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'isOpen', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12583.         return $this->valueHolder3eadb->isOpen();
  12584.     }
  12585.     public function getUnitOfWork()
  12586.     {
  12587.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getUnitOfWork', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12588.         return $this->valueHolder3eadb->getUnitOfWork();
  12589.     }
  12590.     public function getHydrator($hydrationMode)
  12591.     {
  12592.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12593.         return $this->valueHolder3eadb->getHydrator($hydrationMode);
  12594.     }
  12595.     public function newHydrator($hydrationMode)
  12596.     {
  12597.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12598.         return $this->valueHolder3eadb->newHydrator($hydrationMode);
  12599.     }
  12600.     public function getProxyFactory()
  12601.     {
  12602.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getProxyFactory', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12603.         return $this->valueHolder3eadb->getProxyFactory();
  12604.     }
  12605.     public function initializeObject($obj)
  12606.     {
  12607.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'initializeObject', array('obj' => $obj), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12608.         return $this->valueHolder3eadb->initializeObject($obj);
  12609.     }
  12610.     public function getFilters()
  12611.     {
  12612.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'getFilters', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12613.         return $this->valueHolder3eadb->getFilters();
  12614.     }
  12615.     public function isFiltersStateClean()
  12616.     {
  12617.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'isFiltersStateClean', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12618.         return $this->valueHolder3eadb->isFiltersStateClean();
  12619.     }
  12620.     public function hasFilters()
  12621.     {
  12622.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'hasFilters', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12623.         return $this->valueHolder3eadb->hasFilters();
  12624.     }
  12625.     /**
  12626.      * Constructor for lazy initialization
  12627.      *
  12628.      * @param \Closure|null $initializer
  12629.      */
  12630.     public static function staticProxyConstructor($initializer)
  12631.     {
  12632.         static $reflection;
  12633.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12634.         $instance   $reflection->newInstanceWithoutConstructor();
  12635.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12636.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12637.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  12638.         $instance->initializer80f1c $initializer;
  12639.         return $instance;
  12640.     }
  12641.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  12642.     {
  12643.         static $reflection;
  12644.         if (! $this->valueHolder3eadb) {
  12645.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12646.             $this->valueHolder3eadb $reflection->newInstanceWithoutConstructor();
  12647.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12648.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12649.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  12650.         }
  12651.         $this->valueHolder3eadb->__construct($conn$config$eventManager);
  12652.     }
  12653.     public function & __get($name)
  12654.     {
  12655.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__get', ['name' => $name], $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12656.         if (isset(self::$publicProperties3f120[$name])) {
  12657.             return $this->valueHolder3eadb->$name;
  12658.         }
  12659.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12660.         if (! $realInstanceReflection->hasProperty($name)) {
  12661.             $targetObject $this->valueHolder3eadb;
  12662.             $backtrace debug_backtrace(false1);
  12663.             trigger_error(
  12664.                 sprintf(
  12665.                     'Undefined property: %s::$%s in %s on line %s',
  12666.                     $realInstanceReflection->getName(),
  12667.                     $name,
  12668.                     $backtrace[0]['file'],
  12669.                     $backtrace[0]['line']
  12670.                 ),
  12671.                 \E_USER_NOTICE
  12672.             );
  12673.             return $targetObject->$name;
  12674.         }
  12675.         $targetObject $this->valueHolder3eadb;
  12676.         $accessor = function & () use ($targetObject$name) {
  12677.             return $targetObject->$name;
  12678.         };
  12679.         $backtrace debug_backtrace(true2);
  12680.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12681.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12682.         $returnValue = & $accessor();
  12683.         return $returnValue;
  12684.     }
  12685.     public function __set($name$value)
  12686.     {
  12687.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__set', array('name' => $name'value' => $value), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12688.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12689.         if (! $realInstanceReflection->hasProperty($name)) {
  12690.             $targetObject $this->valueHolder3eadb;
  12691.             $targetObject->$name $value;
  12692.             return $targetObject->$name;
  12693.         }
  12694.         $targetObject $this->valueHolder3eadb;
  12695.         $accessor = function & () use ($targetObject$name$value) {
  12696.             $targetObject->$name $value;
  12697.             return $targetObject->$name;
  12698.         };
  12699.         $backtrace debug_backtrace(true2);
  12700.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12701.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12702.         $returnValue = & $accessor();
  12703.         return $returnValue;
  12704.     }
  12705.     public function __isset($name)
  12706.     {
  12707.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__isset', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12708.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12709.         if (! $realInstanceReflection->hasProperty($name)) {
  12710.             $targetObject $this->valueHolder3eadb;
  12711.             return isset($targetObject->$name);
  12712.         }
  12713.         $targetObject $this->valueHolder3eadb;
  12714.         $accessor = function () use ($targetObject$name) {
  12715.             return isset($targetObject->$name);
  12716.         };
  12717.         $backtrace debug_backtrace(true2);
  12718.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12719.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12720.         $returnValue $accessor();
  12721.         return $returnValue;
  12722.     }
  12723.     public function __unset($name)
  12724.     {
  12725.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__unset', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12726.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  12727.         if (! $realInstanceReflection->hasProperty($name)) {
  12728.             $targetObject $this->valueHolder3eadb;
  12729.             unset($targetObject->$name);
  12730.             return;
  12731.         }
  12732.         $targetObject $this->valueHolder3eadb;
  12733.         $accessor = function () use ($targetObject$name) {
  12734.             unset($targetObject->$name);
  12735.             return;
  12736.         };
  12737.         $backtrace debug_backtrace(true2);
  12738.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12739.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12740.         $accessor();
  12741.     }
  12742.     public function __clone()
  12743.     {
  12744.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__clone', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12745.         $this->valueHolder3eadb = clone $this->valueHolder3eadb;
  12746.     }
  12747.     public function __sleep()
  12748.     {
  12749.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__sleep', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12750.         return array('valueHolder3eadb');
  12751.     }
  12752.     public function __wakeup()
  12753.     {
  12754.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  12755.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  12756.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  12757.     }
  12758.     public function setProxyInitializer(?\Closure $initializer null) : void
  12759.     {
  12760.         $this->initializer80f1c $initializer;
  12761.     }
  12762.     public function getProxyInitializer() : ?\Closure
  12763.     {
  12764.         return $this->initializer80f1c;
  12765.     }
  12766.     public function initializeProxy() : bool
  12767.     {
  12768.         return $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'initializeProxy', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12769.     }
  12770.     public function isProxyInitialized() : bool
  12771.     {
  12772.         return null !== $this->valueHolder3eadb;
  12773.     }
  12774.     public function getWrappedValueHolderValue()
  12775.     {
  12776.         return $this->valueHolder3eadb;
  12777.     }
  12778. }
  12779. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  12780. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  12781. class JMSSerializerAdapter_a5dd94b extends \FOS\RestBundle\Serializer\JMSSerializerAdapter implements \ProxyManager\Proxy\VirtualProxyInterface
  12782. {
  12783.     /**
  12784.      * @var \FOS\RestBundle\Serializer\JMSSerializerAdapter|null wrapped object, if the proxy is initialized
  12785.      */
  12786.     private $valueHolder3eadb null;
  12787.     /**
  12788.      * @var \Closure|null initializer responsible for generating the wrapped object
  12789.      */
  12790.     private $initializer80f1c null;
  12791.     /**
  12792.      * @var bool[] map of public properties of the parent class
  12793.      */
  12794.     private static $publicProperties3f120 = [
  12795.         
  12796.     ];
  12797.     public function serialize($data$format, \FOS\RestBundle\Context\Context $context)
  12798.     {
  12799.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'serialize', array('data' => $data'format' => $format'context' => $context), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12800.         return $this->valueHolder3eadb->serialize($data$format$context);
  12801.     }
  12802.     public function deserialize($data$type$format, \FOS\RestBundle\Context\Context $context)
  12803.     {
  12804.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'deserialize', array('data' => $data'type' => $type'format' => $format'context' => $context), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12805.         return $this->valueHolder3eadb->deserialize($data$type$format$context);
  12806.     }
  12807.     /**
  12808.      * Constructor for lazy initialization
  12809.      *
  12810.      * @param \Closure|null $initializer
  12811.      */
  12812.     public static function staticProxyConstructor($initializer)
  12813.     {
  12814.         static $reflection;
  12815.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  12816.         $instance   $reflection->newInstanceWithoutConstructor();
  12817.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12818.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12819.         }, $instance'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($instance);
  12820.         $instance->initializer80f1c $initializer;
  12821.         return $instance;
  12822.     }
  12823.     public function __construct(\JMS\Serializer\SerializerInterface $serializer, ?\JMS\Serializer\ContextFactory\SerializationContextFactoryInterface $serializationContextFactory null, ?\JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface $deserializationContextFactory null)
  12824.     {
  12825.         static $reflection;
  12826.         if (! $this->valueHolder3eadb) {
  12827.             $reflection $reflection ?? new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12828.             $this->valueHolder3eadb $reflection->newInstanceWithoutConstructor();
  12829.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12830.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12831.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  12832.         }
  12833.         $this->valueHolder3eadb->__construct($serializer$serializationContextFactory$deserializationContextFactory);
  12834.     }
  12835.     public function & __get($name)
  12836.     {
  12837.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__get', ['name' => $name], $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12838.         if (isset(self::$publicProperties3f120[$name])) {
  12839.             return $this->valueHolder3eadb->$name;
  12840.         }
  12841.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12842.         if (! $realInstanceReflection->hasProperty($name)) {
  12843.             $targetObject $this->valueHolder3eadb;
  12844.             $backtrace debug_backtrace(false1);
  12845.             trigger_error(
  12846.                 sprintf(
  12847.                     'Undefined property: %s::$%s in %s on line %s',
  12848.                     $realInstanceReflection->getName(),
  12849.                     $name,
  12850.                     $backtrace[0]['file'],
  12851.                     $backtrace[0]['line']
  12852.                 ),
  12853.                 \E_USER_NOTICE
  12854.             );
  12855.             return $targetObject->$name;
  12856.         }
  12857.         $targetObject $this->valueHolder3eadb;
  12858.         $accessor = function & () use ($targetObject$name) {
  12859.             return $targetObject->$name;
  12860.         };
  12861.         $backtrace debug_backtrace(true2);
  12862.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12863.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12864.         $returnValue = & $accessor();
  12865.         return $returnValue;
  12866.     }
  12867.     public function __set($name$value)
  12868.     {
  12869.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__set', array('name' => $name'value' => $value), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12870.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12871.         if (! $realInstanceReflection->hasProperty($name)) {
  12872.             $targetObject $this->valueHolder3eadb;
  12873.             $targetObject->$name $value;
  12874.             return $targetObject->$name;
  12875.         }
  12876.         $targetObject $this->valueHolder3eadb;
  12877.         $accessor = function & () use ($targetObject$name$value) {
  12878.             $targetObject->$name $value;
  12879.             return $targetObject->$name;
  12880.         };
  12881.         $backtrace debug_backtrace(true2);
  12882.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12883.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12884.         $returnValue = & $accessor();
  12885.         return $returnValue;
  12886.     }
  12887.     public function __isset($name)
  12888.     {
  12889.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__isset', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12890.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12891.         if (! $realInstanceReflection->hasProperty($name)) {
  12892.             $targetObject $this->valueHolder3eadb;
  12893.             return isset($targetObject->$name);
  12894.         }
  12895.         $targetObject $this->valueHolder3eadb;
  12896.         $accessor = function () use ($targetObject$name) {
  12897.             return isset($targetObject->$name);
  12898.         };
  12899.         $backtrace debug_backtrace(true2);
  12900.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12901.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12902.         $returnValue $accessor();
  12903.         return $returnValue;
  12904.     }
  12905.     public function __unset($name)
  12906.     {
  12907.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__unset', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12908.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  12909.         if (! $realInstanceReflection->hasProperty($name)) {
  12910.             $targetObject $this->valueHolder3eadb;
  12911.             unset($targetObject->$name);
  12912.             return;
  12913.         }
  12914.         $targetObject $this->valueHolder3eadb;
  12915.         $accessor = function () use ($targetObject$name) {
  12916.             unset($targetObject->$name);
  12917.             return;
  12918.         };
  12919.         $backtrace debug_backtrace(true2);
  12920.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  12921.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  12922.         $accessor();
  12923.     }
  12924.     public function __clone()
  12925.     {
  12926.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__clone', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12927.         $this->valueHolder3eadb = clone $this->valueHolder3eadb;
  12928.     }
  12929.     public function __sleep()
  12930.     {
  12931.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__sleep', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12932.         return array('valueHolder3eadb');
  12933.     }
  12934.     public function __wakeup()
  12935.     {
  12936.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  12937.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  12938.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  12939.     }
  12940.     public function setProxyInitializer(?\Closure $initializer null) : void
  12941.     {
  12942.         $this->initializer80f1c $initializer;
  12943.     }
  12944.     public function getProxyInitializer() : ?\Closure
  12945.     {
  12946.         return $this->initializer80f1c;
  12947.     }
  12948.     public function initializeProxy() : bool
  12949.     {
  12950.         return $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'initializeProxy', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12951.     }
  12952.     public function isProxyInitialized() : bool
  12953.     {
  12954.         return null !== $this->valueHolder3eadb;
  12955.     }
  12956.     public function getWrappedValueHolderValue()
  12957.     {
  12958.         return $this->valueHolder3eadb;
  12959.     }
  12960. }
  12961. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  12962. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  12963. class Paginator_f262b94 extends \Knp\Component\Pager\Paginator implements \ProxyManager\Proxy\VirtualProxyInterface
  12964. {
  12965.     /**
  12966.      * @var \Knp\Component\Pager\Paginator|null wrapped object, if the proxy is initialized
  12967.      */
  12968.     private $valueHolder3eadb null;
  12969.     /**
  12970.      * @var \Closure|null initializer responsible for generating the wrapped object
  12971.      */
  12972.     private $initializer80f1c null;
  12973.     /**
  12974.      * @var bool[] map of public properties of the parent class
  12975.      */
  12976.     private static $publicProperties3f120 = [
  12977.         
  12978.     ];
  12979.     public function setDefaultPaginatorOptions(array $options)
  12980.     {
  12981.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'setDefaultPaginatorOptions', array('options' => $options), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12982.         return $this->valueHolder3eadb->setDefaultPaginatorOptions($options);
  12983.     }
  12984.     public function paginate($target$page 1$limit 10, array $options = [])
  12985.     {
  12986.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12987.         return $this->valueHolder3eadb->paginate($target$page$limit$options);
  12988.     }
  12989.     public function subscribe(\Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
  12990.     {
  12991.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'subscribe', array('subscriber' => $subscriber), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12992.         return $this->valueHolder3eadb->subscribe($subscriber);
  12993.     }
  12994.     public function connect($eventName$listener$priority 0)
  12995.     {
  12996.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'connect', array('eventName' => $eventName'listener' => $listener'priority' => $priority), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  12997.         return $this->valueHolder3eadb->connect($eventName$listener$priority);
  12998.     }
  12999.     /**
  13000.      * Constructor for lazy initialization
  13001.      *
  13002.      * @param \Closure|null $initializer
  13003.      */
  13004.     public static function staticProxyConstructor($initializer)
  13005.     {
  13006.         static $reflection;
  13007.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  13008.         $instance   $reflection->newInstanceWithoutConstructor();
  13009.         unset($instance->eventDispatcher$instance->defaultOptions);
  13010.         $instance->initializer80f1c $initializer;
  13011.         return $instance;
  13012.     }
  13013.     public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher null)
  13014.     {
  13015.         static $reflection;
  13016.         if (! $this->valueHolder3eadb) {
  13017.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13018.             $this->valueHolder3eadb $reflection->newInstanceWithoutConstructor();
  13019.         unset($this->eventDispatcher$this->defaultOptions);
  13020.         }
  13021.         $this->valueHolder3eadb->__construct($eventDispatcher);
  13022.     }
  13023.     public function & __get($name)
  13024.     {
  13025.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__get', ['name' => $name], $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13026.         if (isset(self::$publicProperties3f120[$name])) {
  13027.             return $this->valueHolder3eadb->$name;
  13028.         }
  13029.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13030.         if (! $realInstanceReflection->hasProperty($name)) {
  13031.             $targetObject $this->valueHolder3eadb;
  13032.             $backtrace debug_backtrace(false1);
  13033.             trigger_error(
  13034.                 sprintf(
  13035.                     'Undefined property: %s::$%s in %s on line %s',
  13036.                     $realInstanceReflection->getName(),
  13037.                     $name,
  13038.                     $backtrace[0]['file'],
  13039.                     $backtrace[0]['line']
  13040.                 ),
  13041.                 \E_USER_NOTICE
  13042.             );
  13043.             return $targetObject->$name;
  13044.         }
  13045.         $targetObject $this->valueHolder3eadb;
  13046.         $accessor = function & () use ($targetObject$name) {
  13047.             return $targetObject->$name;
  13048.         };
  13049.         $backtrace debug_backtrace(true2);
  13050.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13051.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13052.         $returnValue = & $accessor();
  13053.         return $returnValue;
  13054.     }
  13055.     public function __set($name$value)
  13056.     {
  13057.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__set', array('name' => $name'value' => $value), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13058.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13059.         if (! $realInstanceReflection->hasProperty($name)) {
  13060.             $targetObject $this->valueHolder3eadb;
  13061.             $targetObject->$name $value;
  13062.             return $targetObject->$name;
  13063.         }
  13064.         $targetObject $this->valueHolder3eadb;
  13065.         $accessor = function & () use ($targetObject$name$value) {
  13066.             $targetObject->$name $value;
  13067.             return $targetObject->$name;
  13068.         };
  13069.         $backtrace debug_backtrace(true2);
  13070.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13071.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13072.         $returnValue = & $accessor();
  13073.         return $returnValue;
  13074.     }
  13075.     public function __isset($name)
  13076.     {
  13077.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__isset', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13078.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13079.         if (! $realInstanceReflection->hasProperty($name)) {
  13080.             $targetObject $this->valueHolder3eadb;
  13081.             return isset($targetObject->$name);
  13082.         }
  13083.         $targetObject $this->valueHolder3eadb;
  13084.         $accessor = function () use ($targetObject$name) {
  13085.             return isset($targetObject->$name);
  13086.         };
  13087.         $backtrace debug_backtrace(true2);
  13088.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13089.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13090.         $returnValue $accessor();
  13091.         return $returnValue;
  13092.     }
  13093.     public function __unset($name)
  13094.     {
  13095.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__unset', array('name' => $name), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13096.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  13097.         if (! $realInstanceReflection->hasProperty($name)) {
  13098.             $targetObject $this->valueHolder3eadb;
  13099.             unset($targetObject->$name);
  13100.             return;
  13101.         }
  13102.         $targetObject $this->valueHolder3eadb;
  13103.         $accessor = function () use ($targetObject$name) {
  13104.             unset($targetObject->$name);
  13105.             return;
  13106.         };
  13107.         $backtrace debug_backtrace(true2);
  13108.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13109.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13110.         $accessor();
  13111.     }
  13112.     public function __clone()
  13113.     {
  13114.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__clone', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13115.         $this->valueHolder3eadb = clone $this->valueHolder3eadb;
  13116.     }
  13117.     public function __sleep()
  13118.     {
  13119.         $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'__sleep', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13120.         return array('valueHolder3eadb');
  13121.     }
  13122.     public function __wakeup()
  13123.     {
  13124.         unset($this->eventDispatcher$this->defaultOptions);
  13125.     }
  13126.     public function setProxyInitializer(?\Closure $initializer null) : void
  13127.     {
  13128.         $this->initializer80f1c $initializer;
  13129.     }
  13130.     public function getProxyInitializer() : ?\Closure
  13131.     {
  13132.         return $this->initializer80f1c;
  13133.     }
  13134.     public function initializeProxy() : bool
  13135.     {
  13136.         return $this->initializer80f1c && ($this->initializer80f1c->__invoke($valueHolder3eadb$this'initializeProxy', array(), $this->initializer80f1c) || 1) && $this->valueHolder3eadb $valueHolder3eadb;
  13137.     }
  13138.     public function isProxyInitialized() : bool
  13139.     {
  13140.         return null !== $this->valueHolder3eadb;
  13141.     }
  13142.     public function getWrappedValueHolderValue()
  13143.     {
  13144.         return $this->valueHolder3eadb;
  13145.     }
  13146. }