var/cache/dev/ContainerJMnCVJn/appAppKernelDevDebugContainer.php line 3042

Open in your IDE?
  1. <?php
  2. namespace ContainerJMnCVJn;
  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\\ApiReportsController' => 'getApiReportsControllerService',
  44.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController' => 'getApiSearchControllerService',
  45.             'OceanExpertBundle\\Controller\\Api\\ApiShortcutController' => 'getApiShortcutControllerService',
  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\\RegistrationController' => 'getRegistrationControllerService',
  61.             'OceanExpertBundle\\Controller\\ResettingController' => 'getResettingControllerService',
  62.             'OceanExpertBundle\\Controller\\SearchController' => 'getSearchControllerService',
  63.             'OceanExpertBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  64.             'OceanExpertBundle\\Controller\\UserController' => 'getUserControllerService',
  65.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  66.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  67.             'cache.app' => 'getCache_AppService',
  68.             'cache.app_clearer' => 'getCache_AppClearerService',
  69.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  70.             'cache.system' => 'getCache_SystemService',
  71.             'cache.system_clearer' => 'getCache_SystemClearerService',
  72.             'cache_clearer' => 'getCacheClearerService',
  73.             'cache_warmer' => 'getCacheWarmerService',
  74.             'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand' => 'getCheckMandrillForEmailStatusCommandService',
  75.             'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand' => 'getCheckMandrillForWebhooksCommandService',
  76.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand' => 'getCleanupDatabaseCommandService',
  77.             'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand' => 'getCleanupFOSUsersCommandService',
  78.             'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand' => 'getProcessQueuedMailFilesCommandService',
  79.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand' => 'getReportGroupInactiveMembersCommandService',
  80.             'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand' => 'getReportRejectedMailsCommandService',
  81.             'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand' => 'getSendEmailsToMandrillCommandService',
  82.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService',
  83.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService',
  84.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService',
  85.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService',
  86.             'console.command_loader' => 'getConsole_CommandLoaderService',
  87.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  88.             'data_collector.dump' => 'getDataCollector_DumpService',
  89.             'doctrine' => 'getDoctrineService',
  90.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  91.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  92.             'error_controller' => 'getErrorControllerService',
  93.             'event_dispatcher' => 'getEventDispatcherService',
  94.             'filesystem' => 'getFilesystemService',
  95.             'form.factory' => 'getForm_FactoryService',
  96.             'form.type.file' => 'getForm_Type_FileService',
  97.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  98.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  99.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  100.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  101.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  102.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  103.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  104.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  105.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  106.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  107.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  108.             'http_kernel' => 'getHttpKernelService',
  109.             'jms_serializer' => 'getJmsSerializerService',
  110.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService',
  111.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService',
  112.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService',
  113.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  114.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService',
  115.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService',
  116.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  117.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  118.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  119.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  120.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  121.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService',
  122.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  123.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService',
  124.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  125.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  126.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  127.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  128.             'knp_paginator' => 'getKnpPaginatorService',
  129.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  130.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  131.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  132.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  133.             'profiler' => 'getProfilerService',
  134.             'request_stack' => 'getRequestStackService',
  135.             'router' => 'getRouterService',
  136.             'routing.loader' => 'getRouting_LoaderService',
  137.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  138.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  139.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  140.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  141.             'security.token_storage' => 'getSecurity_TokenStorageService',
  142.             'services_resetter' => 'getServicesResetterService',
  143.             'session' => 'getSessionService',
  144.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  145.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  146.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  147.             'templating' => 'getTemplatingService',
  148.             'templating.loader' => 'getTemplating_LoaderService',
  149.             'translator' => 'getTranslatorService',
  150.             'twig' => 'getTwigService',
  151.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  152.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  153.             'validator' => 'getValidatorService',
  154.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  155.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  156.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  157.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  158.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  159.         ];
  160.         $this->aliases = [
  161.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  162.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  163.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  164.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  165.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  166.             'database_connection' => 'doctrine.dbal.default_connection',
  167.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  168.             'mailer' => 'swiftmailer.mailer.default',
  169.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  170.         ];
  171.         $this->privates['service_container'] = function () {
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php';
  178.             include_once \dirname(__DIR__4).'/app/AppKernel.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerNameParser.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/EventListener/ResolveControllerNameSubscriber.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/UriSigner.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php';
  211.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.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/symfony/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilderInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ValidatorBuilder.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Validation.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Util/LegacyTranslatorProxy.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ObjectInitializerInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php';
  240.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php';
  258.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.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/TimeDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/FileLinkFormatter.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Stopwatch/Stopwatch.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ProxyTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/PhpArrayTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/FirewallMapInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  325.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Loader/FilesystemLoader.php';
  330.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/AssetExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Packages.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PackageInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Package.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/PathPackage.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/VersionStrategyInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/ContextInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Asset/Context/RequestStackContext.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CodeExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/YamlExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/UrlHelper.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/FormExtension.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/DumpExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  358.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/ByteConversionTwigExtension.php';
  359.             include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Twig/Extension/FileExtension.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  361.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/CliDumper.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/AppVariable.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  374.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/RegistryInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php';
  400.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  402.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  403.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php';
  406.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  407.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  409.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  416.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  419.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/JsonpHandler.php';
  420.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/MimeTypeListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  424.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  427.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestMatcher.php';
  430.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  433.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  434.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  435.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  436.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  441.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  443.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  444.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  445.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  447.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  453.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  454.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  456.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  457.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  460.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  461.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  463.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  464.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  465.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  467.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  468.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  471.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Cloner/VarCloner.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/DataCollectorTranslator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php';
  495.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  498.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  501.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  508.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  509.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  512.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  514.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  516.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.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/symfony/src/Symfony/Component/Validator/Validator/TraceableValidator.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  527.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  529.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  530.         };
  531.     }
  532.     public function compile(): void
  533.     {
  534.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  535.     }
  536.     public function isCompiled(): bool
  537.     {
  538.         return true;
  539.     }
  540.     public function getRemovedIds(): array
  541.     {
  542.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  543.     }
  544.     protected function createProxy($class, \Closure $factory)
  545.     {
  546.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  547.         return $factory();
  548.     }
  549.     /**
  550.      * Gets the public 'OceanExpertBundle\Controller\AdminController' shared autowired service.
  551.      *
  552.      * @return \OceanExpertBundle\Controller\AdminController
  553.      */
  554.     protected function getAdminControllerService()
  555.     {
  556.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  557.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  558.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/AdminController.php';
  559.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  560.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  561.         $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()));
  562.         $instance->setContainer($this);
  563.         return $instance;
  564.     }
  565.     /**
  566.      * Gets the public 'OceanExpertBundle\Controller\ApiController' shared autowired service.
  567.      *
  568.      * @return \OceanExpertBundle\Controller\ApiController
  569.      */
  570.     protected function getApiControllerService()
  571.     {
  572.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  573.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  574.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ApiController.php';
  575.         $this->services['OceanExpertBundle\\Controller\\ApiController'] = $instance = new \OceanExpertBundle\Controller\ApiController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  576.         $instance->setContainer($this);
  577.         return $instance;
  578.     }
  579.     /**
  580.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiDocumentController' shared autowired service.
  581.      *
  582.      * @return \OceanExpertBundle\Controller\Api\ApiDocumentController
  583.      */
  584.     protected function getApiDocumentControllerService()
  585.     {
  586.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  587.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  588.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  589.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  590.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiDocumentController.php';
  591.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiDocumentController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiDocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  592.         $instance->setContainer($this);
  593.         return $instance;
  594.     }
  595.     /**
  596.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiEventController' shared autowired service.
  597.      *
  598.      * @return \OceanExpertBundle\Controller\Api\ApiEventController
  599.      */
  600.     protected function getApiEventControllerService()
  601.     {
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  603.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  604.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  605.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  606.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiEventController.php';
  607.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiEventController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiEventController();
  608.         $instance->setContainer($this);
  609.         return $instance;
  610.     }
  611.     /**
  612.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiExpertController' shared autowired service.
  613.      *
  614.      * @return \OceanExpertBundle\Controller\Api\ApiExpertController
  615.      */
  616.     protected function getApiExpertControllerService()
  617.     {
  618.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  620.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  622.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiExpertController.php';
  623.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiExpertController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiExpertController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  624.         $instance->setContainer($this);
  625.         return $instance;
  626.     }
  627.     /**
  628.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiGroupController' shared autowired service.
  629.      *
  630.      * @return \OceanExpertBundle\Controller\Api\ApiGroupController
  631.      */
  632.     protected function getApiGroupControllerService()
  633.     {
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  635.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  636.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  637.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  638.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiGroupController.php';
  639.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiGroupController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiGroupController();
  640.         $instance->setContainer($this);
  641.         return $instance;
  642.     }
  643.     /**
  644.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiInstitutionController' shared autowired service.
  645.      *
  646.      * @return \OceanExpertBundle\Controller\Api\ApiInstitutionController
  647.      */
  648.     protected function getApiInstitutionControllerService()
  649.     {
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  652.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  654.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiInstitutionController.php';
  655.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiInstitutionController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiInstitutionController(($this->privates['OceanExpertBundle\\Repository\\IndivRepository'] ?? $this->getIndivRepositoryService()));
  656.         $instance->setContainer($this);
  657.         return $instance;
  658.     }
  659.     /**
  660.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiReportsController' shared autowired service.
  661.      *
  662.      * @return \OceanExpertBundle\Controller\Api\ApiReportsController
  663.      */
  664.     protected function getApiReportsControllerService()
  665.     {
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  668.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  669.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  670.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiReportsController.php';
  671.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiReportsController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiReportsController();
  672.         $instance->setContainer($this);
  673.         return $instance;
  674.     }
  675.     /**
  676.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiSearchController' shared autowired service.
  677.      *
  678.      * @return \OceanExpertBundle\Controller\Api\ApiSearchController
  679.      */
  680.     protected function getApiSearchControllerService()
  681.     {
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  683.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  684.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  685.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  686.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiSearchController.php';
  687.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiSearchController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiSearchController();
  688.         $instance->setContainer($this);
  689.         return $instance;
  690.     }
  691.     /**
  692.      * Gets the public 'OceanExpertBundle\Controller\Api\ApiShortcutController' shared autowired service.
  693.      *
  694.      * @return \OceanExpertBundle\Controller\Api\ApiShortcutController
  695.      */
  696.     protected function getApiShortcutControllerService()
  697.     {
  698.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  699.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  700.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  701.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  702.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/Api/ApiShortcutController.php';
  703.         $this->services['OceanExpertBundle\\Controller\\Api\\ApiShortcutController'] = $instance = new \OceanExpertBundle\Controller\Api\ApiShortcutController();
  704.         $instance->setContainer($this);
  705.         return $instance;
  706.     }
  707.     /**
  708.      * Gets the public 'OceanExpertBundle\Controller\ChangePasswordController' shared autowired service.
  709.      *
  710.      * @return \OceanExpertBundle\Controller\ChangePasswordController
  711.      */
  712.     protected function getChangePasswordControllerService()
  713.     {
  714.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  715.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  716.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ChangePasswordController.php';
  717.         $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()));
  718.         $instance->setContainer($this);
  719.         return $instance;
  720.     }
  721.     /**
  722.      * Gets the public 'OceanExpertBundle\Controller\CountriesController' shared autowired service.
  723.      *
  724.      * @return \OceanExpertBundle\Controller\CountriesController
  725.      */
  726.     protected function getCountriesControllerService()
  727.     {
  728.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  729.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  730.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CountriesController.php';
  731.         $this->services['OceanExpertBundle\\Controller\\CountriesController'] = $instance = new \OceanExpertBundle\Controller\CountriesController();
  732.         $instance->setContainer($this);
  733.         return $instance;
  734.     }
  735.     /**
  736.      * Gets the public 'OceanExpertBundle\Controller\CronsController' shared autowired service.
  737.      *
  738.      * @return \OceanExpertBundle\Controller\CronsController
  739.      */
  740.     protected function getCronsControllerService()
  741.     {
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  743.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  744.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/CronsController.php';
  745.         $this->services['OceanExpertBundle\\Controller\\CronsController'] = $instance = new \OceanExpertBundle\Controller\CronsController();
  746.         $instance->setContainer($this);
  747.         return $instance;
  748.     }
  749.     /**
  750.      * Gets the public 'OceanExpertBundle\Controller\DashboardController' shared autowired service.
  751.      *
  752.      * @return \OceanExpertBundle\Controller\DashboardController
  753.      */
  754.     protected function getDashboardControllerService()
  755.     {
  756.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  758.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DashboardController.php';
  759.         $this->services['OceanExpertBundle\\Controller\\DashboardController'] = $instance = new \OceanExpertBundle\Controller\DashboardController();
  760.         $instance->setContainer($this);
  761.         return $instance;
  762.     }
  763.     /**
  764.      * Gets the public 'OceanExpertBundle\Controller\DefaultController' shared autowired service.
  765.      *
  766.      * @return \OceanExpertBundle\Controller\DefaultController
  767.      */
  768.     protected function getDefaultControllerService()
  769.     {
  770.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  772.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DefaultController.php';
  773.         $this->services['OceanExpertBundle\\Controller\\DefaultController'] = $instance = new \OceanExpertBundle\Controller\DefaultController();
  774.         $instance->setContainer($this);
  775.         return $instance;
  776.     }
  777.     /**
  778.      * Gets the public 'OceanExpertBundle\Controller\DocumentController' shared autowired service.
  779.      *
  780.      * @return \OceanExpertBundle\Controller\DocumentController
  781.      */
  782.     protected function getDocumentControllerService()
  783.     {
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  786.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/DocumentController.php';
  787.         $this->services['OceanExpertBundle\\Controller\\DocumentController'] = $instance = new \OceanExpertBundle\Controller\DocumentController(($this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] ?? $this->getDoclistsRepositoryService()));
  788.         $instance->setContainer($this);
  789.         return $instance;
  790.     }
  791.     /**
  792.      * Gets the public 'OceanExpertBundle\Controller\EventController' shared autowired service.
  793.      *
  794.      * @return \OceanExpertBundle\Controller\EventController
  795.      */
  796.     protected function getEventControllerService()
  797.     {
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  799.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  800.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/EventController.php';
  801.         $this->services['OceanExpertBundle\\Controller\\EventController'] = $instance = new \OceanExpertBundle\Controller\EventController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  802.         $instance->setContainer($this);
  803.         return $instance;
  804.     }
  805.     /**
  806.      * Gets the public 'OceanExpertBundle\Controller\ExceptionController' shared autowired service.
  807.      *
  808.      * @return \OceanExpertBundle\Controller\ExceptionController
  809.      */
  810.     protected function getExceptionControllerService()
  811.     {
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  814.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ExceptionController.php';
  815.         $this->services['OceanExpertBundle\\Controller\\ExceptionController'] = $instance = new \OceanExpertBundle\Controller\ExceptionController();
  816.         $instance->setContainer($this);
  817.         return $instance;
  818.     }
  819.     /**
  820.      * Gets the public 'OceanExpertBundle\Controller\GroupController' shared autowired service.
  821.      *
  822.      * @return \OceanExpertBundle\Controller\GroupController
  823.      */
  824.     protected function getGroupControllerService()
  825.     {
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  827.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  828.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/GroupController.php';
  829.         $this->services['OceanExpertBundle\\Controller\\GroupController'] = $instance = new \OceanExpertBundle\Controller\GroupController();
  830.         $instance->setContainer($this);
  831.         return $instance;
  832.     }
  833.     /**
  834.      * Gets the public 'OceanExpertBundle\Controller\InstitutionController' shared autowired service.
  835.      *
  836.      * @return \OceanExpertBundle\Controller\InstitutionController
  837.      */
  838.     protected function getInstitutionControllerService()
  839.     {
  840.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  841.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  842.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/InstitutionController.php';
  843.         $this->services['OceanExpertBundle\\Controller\\InstitutionController'] = $instance = new \OceanExpertBundle\Controller\InstitutionController();
  844.         $instance->setContainer($this);
  845.         return $instance;
  846.     }
  847.     /**
  848.      * Gets the public 'OceanExpertBundle\Controller\LmeController' shared autowired service.
  849.      *
  850.      * @return \OceanExpertBundle\Controller\LmeController
  851.      */
  852.     protected function getLmeControllerService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/LmeController.php';
  857.         $this->services['OceanExpertBundle\\Controller\\LmeController'] = $instance = new \OceanExpertBundle\Controller\LmeController();
  858.         $instance->setContainer($this);
  859.         return $instance;
  860.     }
  861.     /**
  862.      * Gets the public 'OceanExpertBundle\Controller\MailsController' shared autowired service.
  863.      *
  864.      * @return \OceanExpertBundle\Controller\MailsController
  865.      */
  866.     protected function getMailsControllerService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MailsController.php';
  871.         $this->services['OceanExpertBundle\\Controller\\MailsController'] = $instance = new \OceanExpertBundle\Controller\MailsController();
  872.         $instance->setContainer($this);
  873.         return $instance;
  874.     }
  875.     /**
  876.      * Gets the public 'OceanExpertBundle\Controller\MessageController' shared autowired service.
  877.      *
  878.      * @return \OceanExpertBundle\Controller\MessageController
  879.      */
  880.     protected function getMessageControllerService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  883.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  884.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/MessageController.php';
  885.         $this->services['OceanExpertBundle\\Controller\\MessageController'] = $instance = new \OceanExpertBundle\Controller\MessageController();
  886.         $instance->setContainer($this);
  887.         return $instance;
  888.     }
  889.     /**
  890.      * Gets the public 'OceanExpertBundle\Controller\ProfileController' shared autowired service.
  891.      *
  892.      * @return \OceanExpertBundle\Controller\ProfileController
  893.      */
  894.     protected function getProfileControllerService()
  895.     {
  896.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  898.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ProfileController.php';
  899.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  900.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  901.         $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()));
  902.         $instance->setContainer($this);
  903.         return $instance;
  904.     }
  905.     /**
  906.      * Gets the public 'OceanExpertBundle\Controller\RegistrationController' shared autowired service.
  907.      *
  908.      * @return \OceanExpertBundle\Controller\RegistrationController
  909.      */
  910.     protected function getRegistrationControllerService()
  911.     {
  912.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  913.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  914.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/RegistrationController.php';
  915.         $this->services['OceanExpertBundle\\Controller\\RegistrationController'] = $instance = new \OceanExpertBundle\Controller\RegistrationController();
  916.         $instance->setContainer($this);
  917.         return $instance;
  918.     }
  919.     /**
  920.      * Gets the public 'OceanExpertBundle\Controller\ResettingController' shared autowired service.
  921.      *
  922.      * @return \OceanExpertBundle\Controller\ResettingController
  923.      */
  924.     protected function getResettingControllerService()
  925.     {
  926.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  927.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  928.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/ResettingController.php';
  929.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  930.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  931.         $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()));
  932.         $instance->setContainer($this);
  933.         return $instance;
  934.     }
  935.     /**
  936.      * Gets the public 'OceanExpertBundle\Controller\SearchController' shared autowired service.
  937.      *
  938.      * @return \OceanExpertBundle\Controller\SearchController
  939.      */
  940.     protected function getSearchControllerService()
  941.     {
  942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  944.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SearchController.php';
  945.         $this->services['OceanExpertBundle\\Controller\\SearchController'] = $instance = new \OceanExpertBundle\Controller\SearchController();
  946.         $instance->setContainer($this);
  947.         return $instance;
  948.     }
  949.     /**
  950.      * Gets the public 'OceanExpertBundle\Controller\SecurityController' shared autowired service.
  951.      *
  952.      * @return \OceanExpertBundle\Controller\SecurityController
  953.      */
  954.     protected function getSecurityControllerService()
  955.     {
  956.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  958.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/SecurityController.php';
  959.         $this->services['OceanExpertBundle\\Controller\\SecurityController'] = $instance = new \OceanExpertBundle\Controller\SecurityController();
  960.         $instance->setContainer($this);
  961.         return $instance;
  962.     }
  963.     /**
  964.      * Gets the public 'OceanExpertBundle\Controller\UserController' shared autowired service.
  965.      *
  966.      * @return \OceanExpertBundle\Controller\UserController
  967.      */
  968.     protected function getUserControllerService()
  969.     {
  970.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  971.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php';
  972.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Controller/UserController.php';
  973.         $this->services['OceanExpertBundle\\Controller\\UserController'] = $instance = new \OceanExpertBundle\Controller\UserController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  974.         $instance->setContainer($this);
  975.         return $instance;
  976.     }
  977.     /**
  978.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  979.      *
  980.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  981.      */
  982.     protected function getRedirectControllerService()
  983.     {
  984.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php';
  985.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  986.     }
  987.     /**
  988.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  989.      *
  990.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  991.      */
  992.     protected function getTemplateControllerService()
  993.     {
  994.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php';
  995.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  996.     }
  997.     /**
  998.      * Gets the public 'cache.app' shared service.
  999.      *
  1000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1001.      */
  1002.     protected function getCache_AppService()
  1003.     {
  1004.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('2+QdI91QTI'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1005.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1006.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1007.     }
  1008.     /**
  1009.      * Gets the public 'cache.app_clearer' shared service.
  1010.      *
  1011.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1012.      */
  1013.     protected function getCache_AppClearerService()
  1014.     {
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1017.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1018.     }
  1019.     /**
  1020.      * Gets the public 'cache.global_clearer' shared service.
  1021.      *
  1022.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1023.      */
  1024.     protected function getCache_GlobalClearerService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1028.         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())]);
  1029.     }
  1030.     /**
  1031.      * Gets the public 'cache.system' shared service.
  1032.      *
  1033.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1034.      */
  1035.     protected function getCache_SystemService()
  1036.     {
  1037.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\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())));
  1038.     }
  1039.     /**
  1040.      * Gets the public 'cache.system_clearer' shared service.
  1041.      *
  1042.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1043.      */
  1044.     protected function getCache_SystemClearerService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php';
  1048.         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())]);
  1049.     }
  1050.     /**
  1051.      * Gets the public 'cache_clearer' shared service.
  1052.      *
  1053.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1054.      */
  1055.     protected function getCacheClearerService()
  1056.     {
  1057.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php';
  1058.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php';
  1059.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1060.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1061.         }, 1));
  1062.     }
  1063.     /**
  1064.      * Gets the public 'cache_warmer' shared service.
  1065.      *
  1066.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1067.      */
  1068.     protected function getCacheWarmerService()
  1069.     {
  1070.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php';
  1072.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1073.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1074.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1075.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1076.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1077.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1078.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1079.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1080.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1081.         }, 8), true, ($this->targetDir.''.'/appAppKernelDevDebugContainerDeprecations.log'));
  1082.     }
  1083.     /**
  1084.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand' shared autowired service.
  1085.      *
  1086.      * @return \OceanExpertBundle\Command\CheckMandrillForEmailStatusCommand
  1087.      */
  1088.     protected function getCheckMandrillForEmailStatusCommandService()
  1089.     {
  1090.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1091.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForEmailStatusCommand.php';
  1092.         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()));
  1093.     }
  1094.     /**
  1095.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CheckMandrillForWebhooksCommand' shared autowired service.
  1096.      *
  1097.      * @return \OceanExpertBundle\Command\CheckMandrillForWebhooksCommand
  1098.      */
  1099.     protected function getCheckMandrillForWebhooksCommandService()
  1100.     {
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1102.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CheckMandrillForWebhooksCommand.php';
  1103.         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()));
  1104.     }
  1105.     /**
  1106.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupDatabaseCommand' shared autowired service.
  1107.      *
  1108.      * @return \OceanExpertBundle\Command\CleanupDatabaseCommand
  1109.      */
  1110.     protected function getCleanupDatabaseCommandService()
  1111.     {
  1112.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1113.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupDatabaseCommand.php';
  1114.         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()));
  1115.     }
  1116.     /**
  1117.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\CleanupFOSUsersCommand' shared autowired service.
  1118.      *
  1119.      * @return \OceanExpertBundle\Command\CleanupFOSUsersCommand
  1120.      */
  1121.     protected function getCleanupFOSUsersCommandService()
  1122.     {
  1123.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1124.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/CleanupFOSUsersCommand.php';
  1125.         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()));
  1126.     }
  1127.     /**
  1128.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ProcessQueuedMailFilesCommand' shared autowired service.
  1129.      *
  1130.      * @return \OceanExpertBundle\Command\ProcessQueuedMailFilesCommand
  1131.      */
  1132.     protected function getProcessQueuedMailFilesCommandService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1135.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ProcessQueuedMailFilesCommand.php';
  1136.         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()));
  1137.     }
  1138.     /**
  1139.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportGroupInactiveMembersCommand' shared autowired service.
  1140.      *
  1141.      * @return \OceanExpertBundle\Command\ReportGroupInactiveMembersCommand
  1142.      */
  1143.     protected function getReportGroupInactiveMembersCommandService()
  1144.     {
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1146.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportGroupInactiveMembersCommand.php';
  1147.         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()));
  1148.     }
  1149.     /**
  1150.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\ReportRejectedMailsCommand' shared autowired service.
  1151.      *
  1152.      * @return \OceanExpertBundle\Command\ReportRejectedMailsCommand
  1153.      */
  1154.     protected function getReportRejectedMailsCommandService()
  1155.     {
  1156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1157.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/ReportRejectedMailsCommand.php';
  1158.         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()));
  1159.     }
  1160.     /**
  1161.      * Gets the public 'console.command.public_alias.OceanExpertBundle\Command\SendEmailsToMandrillCommand' shared autowired service.
  1162.      *
  1163.      * @return \OceanExpertBundle\Command\SendEmailsToMandrillCommand
  1164.      */
  1165.     protected function getSendEmailsToMandrillCommandService()
  1166.     {
  1167.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1168.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Command/SendEmailsToMandrillCommand.php';
  1169.         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()));
  1170.     }
  1171.     /**
  1172.      * Gets the public 'console.command.public_alias.doctrine_cache.contains_command' shared service.
  1173.      *
  1174.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand
  1175.      */
  1176.     protected function getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService()
  1177.     {
  1178.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/ContainsCommand.php';
  1182.         return $this->services['console.command.public_alias.doctrine_cache.contains_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand();
  1183.     }
  1184.     /**
  1185.      * Gets the public 'console.command.public_alias.doctrine_cache.delete_command' shared service.
  1186.      *
  1187.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand
  1188.      */
  1189.     protected function getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/DeleteCommand.php';
  1195.         return $this->services['console.command.public_alias.doctrine_cache.delete_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand();
  1196.     }
  1197.     /**
  1198.      * Gets the public 'console.command.public_alias.doctrine_cache.flush_command' shared service.
  1199.      *
  1200.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand
  1201.      */
  1202.     protected function getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService()
  1203.     {
  1204.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/FlushCommand.php';
  1208.         return $this->services['console.command.public_alias.doctrine_cache.flush_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand();
  1209.     }
  1210.     /**
  1211.      * Gets the public 'console.command.public_alias.doctrine_cache.stats_command' shared service.
  1212.      *
  1213.      * @return \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand
  1214.      */
  1215.     protected function getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService()
  1216.     {
  1217.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/CacheCommand.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/Command/StatsCommand.php';
  1221.         return $this->services['console.command.public_alias.doctrine_cache.stats_command'] = new \Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand();
  1222.     }
  1223.     /**
  1224.      * Gets the public 'console.command_loader' shared service.
  1225.      *
  1226.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1227.      */
  1228.     protected function getConsole_CommandLoaderService()
  1229.     {
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php';
  1232.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1233.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1234.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1235.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1236.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1237.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1238.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1239.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1240.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1241.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1242.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1243.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1244.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1245.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1246.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1247.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1248.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1249.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1250.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1251.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1252.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1253.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1254.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1255.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1256.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1257.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1258.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1259.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1260.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1261.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1262.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1263.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1264.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1265.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1266.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1267.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1268.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1269.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1270.             'doctrine.generate_entities_command' => ['privates''doctrine.generate_entities_command''getDoctrine_GenerateEntitiesCommandService'false],
  1271.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1272.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1273.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1274.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1275.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1276.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1277.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1278.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1279.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1280.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1281.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1282.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1283.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1284.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1285.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1286.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1287.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1288.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  1289.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  1290.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  1291.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1292.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1293.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1294.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1295.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1296.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1297.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1298.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1299.         ], [
  1300.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1301.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1302.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1303.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1304.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1305.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1306.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1307.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1308.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1309.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1310.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1311.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1312.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1313.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1314.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1315.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1316.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1317.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1318.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1319.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1320.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1321.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1322.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1323.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1324.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1325.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1326.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1327.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1328.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1329.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1330.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1331.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1332.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1333.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1334.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1335.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1336.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1337.             'doctrine.generate_entities_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\GenerateEntitiesDoctrineCommand',
  1338.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1339.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1340.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1341.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1342.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1343.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1344.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1345.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1346.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1347.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1348.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1349.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1350.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1351.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1352.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1353.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1354.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1355.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  1356.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  1357.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  1358.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1359.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1360.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1361.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1362.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1363.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1364.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1365.             'var_dumper.command.server_dump' => 'Symfony\\Bundle\\DebugBundle\\Command\\ServerDumpPlaceholderCommand',
  1366.         ]), ['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:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command']);
  1367.     }
  1368.     /**
  1369.      * Gets the public 'container.env_var_processors_locator' shared service.
  1370.      *
  1371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1372.      */
  1373.     protected function getContainer_EnvVarProcessorsLocatorService()
  1374.     {
  1375.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1376.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1377.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1378.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1379.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1380.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1381.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1382.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1383.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1384.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1385.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1386.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1387.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1388.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1389.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1390.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1391.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1392.         ], [
  1393.             'base64' => '?',
  1394.             'bool' => '?',
  1395.             'const' => '?',
  1396.             'csv' => '?',
  1397.             'default' => '?',
  1398.             'file' => '?',
  1399.             'float' => '?',
  1400.             'int' => '?',
  1401.             'json' => '?',
  1402.             'key' => '?',
  1403.             'query_string' => '?',
  1404.             'require' => '?',
  1405.             'resolve' => '?',
  1406.             'string' => '?',
  1407.             'trim' => '?',
  1408.             'url' => '?',
  1409.         ]);
  1410.     }
  1411.     /**
  1412.      * Gets the public 'data_collector.dump' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1415.      */
  1416.     protected function getDataCollector_DumpService()
  1417.     {
  1418.         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);
  1419.     }
  1420.     /**
  1421.      * Gets the public 'doctrine' shared service.
  1422.      *
  1423.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1424.      */
  1425.     protected function getDoctrineService()
  1426.     {
  1427.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1428.     }
  1429.     /**
  1430.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1431.      *
  1432.      * @return \Doctrine\DBAL\Connection
  1433.      */
  1434.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1435.     {
  1436.         $a = new \Doctrine\DBAL\Configuration();
  1437.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1438.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1439.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1440.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1442.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1443.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1444.         $a->setSQLLogger($b);
  1445.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1446.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1447.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  1448.         ], [
  1449.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1450.             'fos_user.user_listener' => '?',
  1451.         ]), [=> 'fos_user.user_listener']);
  1452.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1453.         return $this->services['doctrine.dbal.default_connection'] = (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' => []], $a$d, ['enum' => 'string']);
  1454.     }
  1455.     /**
  1456.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1457.      *
  1458.      * @return \Doctrine\ORM\EntityManager
  1459.      */
  1460.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1461.     {
  1462.         if ($lazyLoad) {
  1463.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1464.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1465.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1466.                     $proxy->setProxyInitializer(null);
  1467.                     return true;
  1468.                 });
  1469.             });
  1470.         }
  1471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1491.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1492.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1499.         $a = new \Doctrine\ORM\Configuration();
  1500.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1501.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/OceanExpertBundle/Entity')]), 'OceanExpertBundle\\Entity');
  1502.         $b->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');
  1503.         $a->setEntityNamespaces(['OceanExpertBundle' => 'OceanExpertBundle\\Entity']);
  1504.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1505.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1506.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1507.         $a->setMetadataDriverImpl($b);
  1508.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1509.         $a->setProxyNamespace('Proxies');
  1510.         $a->setAutoGenerateProxyClasses(true);
  1511.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1512.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1513.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1514.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1515.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1516.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1517.             'OceanExpertBundle\\Repository\\DoclistsRepository' => ['privates''OceanExpertBundle\\Repository\\DoclistsRepository''getDoclistsRepositoryService'false],
  1518.             'OceanExpertBundle\\Repository\\IndivRepository' => ['privates''OceanExpertBundle\\Repository\\IndivRepository''getIndivRepositoryService'false],
  1519.             'OceanExpertBundle\\Repository\\RegionsRepository' => ['privates''OceanExpertBundle\\Repository\\RegionsRepository''getRegionsRepositoryService'false],
  1520.         ], [
  1521.             'OceanExpertBundle\\Repository\\DoclistsRepository' => '?',
  1522.             'OceanExpertBundle\\Repository\\IndivRepository' => '?',
  1523.             'OceanExpertBundle\\Repository\\RegionsRepository' => '?',
  1524.         ])));
  1525.         $a->addCustomStringFunction('md5''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1526.         $a->addCustomStringFunction('group_concat''Oro\\ORM\\Query\\AST\\Functions\\String\\GroupConcat');
  1527.         $a->addCustomStringFunction('concat_ws''Oro\\ORM\\Query\\AST\\Functions\\String\\ConcatWs');
  1528.         $a->addCustomStringFunction('cast''Oro\\ORM\\Query\\AST\\Functions\\Cast');
  1529.         $a->addCustomStringFunction('replace''Oro\\ORM\\Query\\AST\\Functions\\String\\Replace');
  1530.         $a->addCustomNumericFunction('timestampdiff''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\TimestampDiff');
  1531.         $a->addCustomNumericFunction('dayofyear''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1532.         $a->addCustomNumericFunction('dayofmonth''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1533.         $a->addCustomNumericFunction('dayofweek''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1534.         $a->addCustomNumericFunction('week''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1535.         $a->addCustomNumericFunction('day''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1536.         $a->addCustomNumericFunction('hour''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1537.         $a->addCustomNumericFunction('minute''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1538.         $a->addCustomNumericFunction('month''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1539.         $a->addCustomNumericFunction('quarter''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1540.         $a->addCustomNumericFunction('second''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1541.         $a->addCustomNumericFunction('year''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1542.         $a->addCustomNumericFunction('sign''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Sign');
  1543.         $a->addCustomNumericFunction('pow''Oro\\ORM\\Query\\AST\\Functions\\Numeric\\Pow');
  1544.         $a->addCustomDatetimeFunction('date''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1545.         $a->addCustomDatetimeFunction('time''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1546.         $a->addCustomDatetimeFunction('timestamp''Oro\\ORM\\Query\\AST\\Functions\\SimpleFunction');
  1547.         $a->addCustomDatetimeFunction('convert_tz''Oro\\ORM\\Query\\AST\\Functions\\DateTime\\ConvertTz');
  1548.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1549.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1550.         return $instance;
  1551.     }
  1552.     /**
  1553.      * Gets the public 'error_controller' shared service.
  1554.      *
  1555.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1556.      */
  1557.     protected function getErrorControllerService()
  1558.     {
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ErrorController.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php';
  1562.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', 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)));
  1563.     }
  1564.     /**
  1565.      * Gets the public 'event_dispatcher' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1568.      */
  1569.     protected function getEventDispatcherService()
  1570.     {
  1571.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1572.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1573.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1575.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1576.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  1577.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->getAcmeApi_Event_JwtCreatedListenerService());
  1578.         }, => 'onJWTCreated'], 0);
  1579.         $instance->addListener('kernel.controller', [=> function () {
  1580.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1581.         }, => 'onKernelController'], 0);
  1582.         $instance->addListener('kernel.request', [=> function () {
  1583.             return ($this->privates['fos_rest.mime_type_listener'] ?? $this->getFosRest_MimeTypeListenerService());
  1584.         }, => 'onKernelRequest'], 200);
  1585.         $instance->addListener('kernel.request', [=> function () {
  1586.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1587.         }, => 'onKernelRequest'], 10);
  1588.         $instance->addListener('kernel.request', [=> function () {
  1589.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1590.         }, => 'onKernelRequest'], 34);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1593.         }, => 'onKernelRequest'], 33);
  1594.         $instance->addListener('kernel.request', [=> function () {
  1595.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1596.         }, => 'onKernelRequest'], 31);
  1597.         $instance->addListener('kernel.controller', [=> function () {
  1598.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1599.         }, => 'onKernelController'], 5);
  1600.         $instance->addListener('kernel.request', [=> function () {
  1601.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1602.         }, => 'onKernelRequest'], 0);
  1603.         $instance->addListener('kernel.request', [=> function () {
  1604.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1605.         }, => 'onKernelRequest'], 250);
  1606.         $instance->addListener('kernel.response', [=> function () {
  1607.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1608.         }, => 'onKernelResponse'], 0);
  1609.         $instance->addListener('kernel.response', [=> function () {
  1610.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1611.         }, => 'onKernelResponse'], -1024);
  1612.         $instance->addListener('kernel.request', [=> function () {
  1613.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1614.         }, => 'setDefaultLocale'], 100);
  1615.         $instance->addListener('kernel.request', [=> function () {
  1616.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1617.         }, => 'onKernelRequest'], 16);
  1618.         $instance->addListener('kernel.finish_request', [=> function () {
  1619.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1620.         }, => 'onKernelFinishRequest'], 0);
  1621.         $instance->addListener('kernel.request', [=> function () {
  1622.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1623.         }, => 'onKernelRequest'], 256);
  1624.         $instance->addListener('kernel.request', [=> function () {
  1625.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1626.         }, => 'resolveControllerName'], 24);
  1627.         $instance->addListener('kernel.response', [=> function () {
  1628.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1629.         }, => 'onResponse'], -255);
  1630.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1631.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1632.         }, => 'onControllerArguments'], 0);
  1633.         $instance->addListener('kernel.exception', [=> function () {
  1634.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1635.         }, => 'logKernelException'], 0);
  1636.         $instance->addListener('kernel.exception', [=> function () {
  1637.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1638.         }, => 'onKernelException'], -128);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1641.         }, => 'onKernelRequest'], 15);
  1642.         $instance->addListener('kernel.finish_request', [=> function () {
  1643.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1644.         }, => 'onKernelFinishRequest'], -15);
  1645.         $instance->addListener('console.error', [=> function () {
  1646.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1647.         }, => 'onConsoleError'], -128);
  1648.         $instance->addListener('console.terminate', [=> function () {
  1649.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1650.         }, => 'onConsoleTerminate'], -128);
  1651.         $instance->addListener('console.error', [=> function () {
  1652.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1653.         }, => 'onConsoleError'], 0);
  1654.         $instance->addListener('kernel.request', [=> function () {
  1655.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1656.         }, => 'onKernelRequest'], 128);
  1657.         $instance->addListener('kernel.response', [=> function () {
  1658.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1659.         }, => 'onKernelResponse'], -1000);
  1660.         $instance->addListener('kernel.finish_request', [=> function () {
  1661.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1662.         }, => 'onFinishRequest'], 0);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1665.         }, => 'onKernelRequest'], 48);
  1666.         $instance->addListener('kernel.response', [=> function () {
  1667.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1668.         }, => 'onKernelResponse'], -100);
  1669.         $instance->addListener('kernel.exception', [=> function () {
  1670.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1671.         }, => 'onKernelException'], 0);
  1672.         $instance->addListener('kernel.terminate', [=> function () {
  1673.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1674.         }, => 'onKernelTerminate'], -1024);
  1675.         $instance->addListener('kernel.controller', [=> function () {
  1676.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1677.         }, => 'onKernelController'], 0);
  1678.         $instance->addListener('kernel.response', [=> function () {
  1679.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1680.         }, => 'onKernelResponse'], 0);
  1681.         $instance->addListener('kernel.request', [=> function () {
  1682.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1683.         }, => 'configure'], 2048);
  1684.         $instance->addListener('console.command', [=> function () {
  1685.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1686.         }, => 'configure'], 2048);
  1687.         $instance->addListener('kernel.request', [=> function () {
  1688.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1689.         }, => 'onKernelRequest'], 32);
  1690.         $instance->addListener('kernel.finish_request', [=> function () {
  1691.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1692.         }, => 'onKernelFinishRequest'], 0);
  1693.         $instance->addListener('kernel.exception', [=> function () {
  1694.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1695.         }, => 'onKernelException'], -64);
  1696.         $instance->addListener('kernel.response', [=> function () {
  1697.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1698.         }, => 'onKernelResponse'], 0);
  1699.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1700.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1701.         }, => 'onVoterVote'], 0);
  1702.         $instance->addListener('kernel.request', [=> function () {
  1703.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1704.         }, => 'configureLogoutUrlGenerator'], 8);
  1705.         $instance->addListener('kernel.request', [=> function () {
  1706.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1707.         }, => 'onKernelRequest'], 8);
  1708.         $instance->addListener('kernel.finish_request', [=> function () {
  1709.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1710.         }, => 'onKernelFinishRequest'], 0);
  1711.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1712.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1713.         }, => 'onMessage'], 0);
  1714.         $instance->addListener('console.command', [=> function () {
  1715.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1716.         }, => 'onCommand'], 255);
  1717.         $instance->addListener('console.terminate', [=> function () {
  1718.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1719.         }, => 'onTerminate'], -255);
  1720.         $instance->addListener('kernel.exception', [=> function () {
  1721.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1722.         }, => 'onException'], 0);
  1723.         $instance->addListener('kernel.terminate', [=> function () {
  1724.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1725.         }, => 'onTerminate'], 0);
  1726.         $instance->addListener('console.error', [=> function () {
  1727.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1728.         }, => 'onException'], 0);
  1729.         $instance->addListener('console.terminate', [=> function () {
  1730.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1731.         }, => 'onTerminate'], 0);
  1732.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1733.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1734.         }, => 'onWorkerMessageHandled'], 0);
  1735.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1736.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1737.         }, => 'onWorkerMessageFailed'], 0);
  1738.         $instance->addListener('kernel.controller', [=> function () {
  1739.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] ?? $this->getControllerListenerService());
  1740.         }, => 'onKernelController'], 0);
  1741.         $instance->addListener('kernel.controller', [=> function () {
  1742.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'] ?? $this->getParamConverterListenerService());
  1743.         }, => 'onKernelController'], 0);
  1744.         $instance->addListener('kernel.controller', [=> function () {
  1745.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1746.         }, => 'onKernelController'], -128);
  1747.         $instance->addListener('kernel.view', [=> function () {
  1748.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] ?? $this->getTemplateListenerService());
  1749.         }, => 'onKernelView'], 0);
  1750.         $instance->addListener('kernel.controller', [=> function () {
  1751.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1752.         }, => 'onKernelController'], 0);
  1753.         $instance->addListener('kernel.response', [=> function () {
  1754.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] ?? ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1755.         }, => 'onKernelResponse'], 0);
  1756.         $instance->addListener('kernel.controller', [=> function () {
  1757.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'] ?? $this->getSecurityListenerService());
  1758.         }, => 'onKernelController'], 0);
  1759.         $instance->addListener('kernel.controller', [=> function () {
  1760.             return ($this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] ?? $this->getIsGrantedListenerService());
  1761.         }, => 'onKernelController'], 0);
  1762.         $instance->addListener('kernel.view', [=> function () {
  1763.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1764.         }, => 'onKernelView'], 30);
  1765.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1766.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1767.         }, => 'onImplicitLogin'], 0);
  1768.         $instance->addListener('security.interactive_login', [=> function () {
  1769.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1770.         }, => 'onSecurityInteractiveLogin'], 0);
  1771.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1772.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1773.         }, => 'authenticate'], 0);
  1774.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1775.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1776.         }, => 'authenticate'], 0);
  1777.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1778.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1779.         }, => 'authenticate'], 0);
  1780.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1781.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1782.         }, => 'addSuccessFlash'], 0);
  1783.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1784.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1785.         }, => 'addSuccessFlash'], 0);
  1786.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1787.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1788.         }, => 'addSuccessFlash'], 0);
  1789.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1790.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1791.         }, => 'addSuccessFlash'], 0);
  1792.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1793.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1794.         }, => 'addSuccessFlash'], 0);
  1795.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1796.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1797.         }, => 'addSuccessFlash'], 0);
  1798.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1799.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1800.         }, => 'addSuccessFlash'], 0);
  1801.         $instance->addListener('fos_user.registration.success', [=> function () {
  1802.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  1803.         }, => 'onRegistrationSuccess'], 0);
  1804.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1805.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1806.         }, => 'onResettingResetInitialize'], 0);
  1807.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1808.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1809.         }, => 'onResettingResetSuccess'], 0);
  1810.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1811.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1812.         }, => 'onResettingResetRequest'], 0);
  1813.         $instance->addListener('console.command', [=> function () {
  1814.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1815.         }, => 'configure'], 1024);
  1816.         $instance->addListener('kernel.response', [=> function () {
  1817.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1818.         }, => 'onKernelResponse'], -128);
  1819.         $instance->addListener('knp_pager.before', [=> function () {
  1820.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1821.         }, => 'before'], 0);
  1822.         $instance->addListener('knp_pager.pagination', [=> function () {
  1823.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1824.         }, => 'pagination'], 0);
  1825.         $instance->addListener('knp_pager.before', [=> function () {
  1826.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1827.         }, => 'before'], 1);
  1828.         $instance->addListener('knp_pager.before', [=> function () {
  1829.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1830.         }, => 'before'], 1);
  1831.         $instance->addListener('knp_pager.pagination', [=> function () {
  1832.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1833.         }, => 'pagination'], 1);
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the public 'filesystem' shared service.
  1838.      *
  1839.      * @return \Symfony\Component\Filesystem\Filesystem
  1840.      */
  1841.     protected function getFilesystemService()
  1842.     {
  1843.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  1844.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1845.     }
  1846.     /**
  1847.      * Gets the public 'form.factory' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Form\FormFactory
  1850.      */
  1851.     protected function getForm_FactoryService()
  1852.     {
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactoryInterface.php';
  1854.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormFactory.php';
  1855.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1856.     }
  1857.     /**
  1858.      * Gets the public 'form.type.file' shared service.
  1859.      *
  1860.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1861.      */
  1862.     protected function getForm_Type_FileService()
  1863.     {
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FileType.php';
  1867.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1868.     }
  1869.     /**
  1870.      * Gets the public 'fos_js_routing.controller' shared service.
  1871.      *
  1872.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1873.      */
  1874.     protected function getFosJsRouting_ControllerService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1877.         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);
  1878.     }
  1879.     /**
  1880.      * Gets the public 'fos_js_routing.extractor' shared service.
  1881.      *
  1882.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1883.      */
  1884.     protected function getFosJsRouting_ExtractorService()
  1885.     {
  1886.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1888.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1889.     }
  1890.     /**
  1891.      * Gets the public 'fos_js_routing.serializer' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Serializer\Serializer
  1894.      */
  1895.     protected function getFosJsRouting_SerializerService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/SerializerInterface.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php';
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php';
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Serializer.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php';
  1911.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  1912.     }
  1913.     /**
  1914.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1915.      *
  1916.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  1917.      */
  1918.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  1921.         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()));
  1922.     }
  1923.     /**
  1924.      * Gets the public 'fos_rest.view_handler' shared service.
  1925.      *
  1926.      * @return \FOS\RestBundle\View\ViewHandler
  1927.      */
  1928.     protected function getFosRest_ViewHandlerService()
  1929.     {
  1930.         $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);
  1931.         $instance->registerHandler('jsonp', [=> new \FOS\RestBundle\View\JsonpHandler('callback'), => 'createResponse']);
  1932.         return $instance;
  1933.     }
  1934.     /**
  1935.      * Gets the public 'fos_user.change_password.controller' shared service.
  1936.      *
  1937.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1938.      */
  1939.     protected function getFosUser_ChangePassword_ControllerService()
  1940.     {
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  1946.         $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()));
  1947.         $instance->setContainer($this);
  1948.         return $instance;
  1949.     }
  1950.     /**
  1951.      * Gets the public 'fos_user.profile.controller' shared service.
  1952.      *
  1953.      * @return \FOS\UserBundle\Controller\ProfileController
  1954.      */
  1955.     protected function getFosUser_Profile_ControllerService()
  1956.     {
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  1959.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  1961.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  1962.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1964.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 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']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1965.         $instance->setContainer($this);
  1966.         return $instance;
  1967.     }
  1968.     /**
  1969.      * Gets the public 'fos_user.registration.controller' shared service.
  1970.      *
  1971.      * @return \FOS\UserBundle\Controller\RegistrationController
  1972.      */
  1973.     protected function getFosUser_Registration_ControllerService()
  1974.     {
  1975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1978.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  1979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  1980.         $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()));
  1981.         $instance->setContainer($this);
  1982.         return $instance;
  1983.     }
  1984.     /**
  1985.      * Gets the public 'fos_user.resetting.controller' shared service.
  1986.      *
  1987.      * @return \FOS\UserBundle\Controller\ResettingController
  1988.      */
  1989.     protected function getFosUser_Resetting_ControllerService()
  1990.     {
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1998.         $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);
  1999.         $instance->setContainer($this);
  2000.         return $instance;
  2001.     }
  2002.     /**
  2003.      * Gets the public 'fos_user.security.controller' shared service.
  2004.      *
  2005.      * @return \FOS\UserBundle\Controller\SecurityController
  2006.      */
  2007.     protected function getFosUser_Security_ControllerService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2014.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2015.         $instance->setContainer($this);
  2016.         return $instance;
  2017.     }
  2018.     /**
  2019.      * Gets the public 'fos_user.user_manager' shared service.
  2020.      *
  2021.      * @return \FOS\UserBundle\Doctrine\UserManager
  2022.      */
  2023.     protected function getFosUser_UserManagerService()
  2024.     {
  2025.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2028.         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->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'OceanExpertBundle\\Entity\\User');
  2029.     }
  2030.     /**
  2031.      * Gets the public 'http_kernel' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2034.      */
  2035.     protected function getHttpKernelService()
  2036.     {
  2037.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2038.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($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)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  2039.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2040.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2041.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2042.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2043.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2044.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2045.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2046.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2047.         }, 8)), $a));
  2048.     }
  2049.     /**
  2050.      * Gets the public 'jms_serializer' shared service.
  2051.      *
  2052.      * @return \JMS\Serializer\Serializer
  2053.      */
  2054.     protected function getJmsSerializerService()
  2055.     {
  2056.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2057.         $a->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  2058.         $b = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2059.             'jms_serializer.doctrine_proxy_subscriber' => ['services''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  2060.             'jms_serializer.stopwatch_subscriber' => ['services''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  2061.         ], [
  2062.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2063.             'jms_serializer.stopwatch_subscriber' => '?',
  2064.         ]));
  2065.         $b->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]]]);
  2066.         $this->services['jms_serializer'] = $instance = new \JMS\Serializer\Serializer($a, ($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())]), $bNULL, ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  2067.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2068.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2069.         return $instance;
  2070.     }
  2071.     /**
  2072.      * Gets the public 'jms_serializer.array_collection_handler' shared service.
  2073.      *
  2074.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  2075.      */
  2076.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  2077.     {
  2078.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php';
  2080.         return $this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  2081.     }
  2082.     /**
  2083.      * Gets the public 'jms_serializer.constraint_violation_handler' shared service.
  2084.      *
  2085.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  2086.      */
  2087.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ConstraintViolationHandler.php';
  2091.         return $this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  2092.     }
  2093.     /**
  2094.      * Gets the public 'jms_serializer.datetime_handler' shared service.
  2095.      *
  2096.      * @return \JMS\Serializer\Handler\DateHandler
  2097.      */
  2098.     protected function getJmsSerializer_DatetimeHandlerService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/DateHandler.php';
  2102.         return $this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Berlin'true);
  2103.     }
  2104.     /**
  2105.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2106.      *
  2107.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2108.      */
  2109.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2110.     {
  2111.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2112.     }
  2113.     /**
  2114.      * Gets the public 'jms_serializer.doctrine_proxy_subscriber' shared service.
  2115.      *
  2116.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  2117.      */
  2118.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  2119.     {
  2120.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  2122.         return $this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  2123.     }
  2124.     /**
  2125.      * Gets the public 'jms_serializer.form_error_handler' shared service.
  2126.      *
  2127.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  2128.      */
  2129.     protected function getJmsSerializer_FormErrorHandlerService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php';
  2134.         return $this->services['jms_serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  2135.     }
  2136.     /**
  2137.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2138.      *
  2139.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  2140.      */
  2141.     protected function getJmsSerializer_HandlerRegistryService()
  2142.     {
  2143.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  2144.         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()));
  2145.     }
  2146.     /**
  2147.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  2148.      *
  2149.      * @return \JMS\Serializer\JsonDeserializationVisitor
  2150.      */
  2151.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  2152.     {
  2153.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2154.     }
  2155.     /**
  2156.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  2157.      *
  2158.      * @return \JMS\Serializer\JsonSerializationVisitor
  2159.      */
  2160.     protected function getJmsSerializer_JsonSerializationVisitorService()
  2161.     {
  2162.         $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()));
  2163.         $instance->setOptions(1216);
  2164.         return $instance;
  2165.     }
  2166.     /**
  2167.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2168.      *
  2169.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  2170.      */
  2171.     protected function getJmsSerializer_MetadataDriverService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/DoctrineTypeDriver.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/YamlDriver.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  2180.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  2181.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  2182.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/XmlDriver.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/PhpDriver.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php';
  2185.         $a = new \Metadata\Driver\FileLocator([]);
  2186.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a), => new \JMS\Serializer\Metadata\Driver\PhpDriver($a), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2187.     }
  2188.     /**
  2189.      * Gets the public 'jms_serializer.object_constructor' shared service.
  2190.      *
  2191.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  2192.      */
  2193.     protected function getJmsSerializer_ObjectConstructorService()
  2194.     {
  2195.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php';
  2196.         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');
  2197.     }
  2198.     /**
  2199.      * Gets the public 'jms_serializer.php_collection_handler' shared service.
  2200.      *
  2201.      * @return \JMS\Serializer\Handler\PhpCollectionHandler
  2202.      */
  2203.     protected function getJmsSerializer_PhpCollectionHandlerService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/PhpCollectionHandler.php';
  2207.         return $this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler();
  2208.     }
  2209.     /**
  2210.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2211.      *
  2212.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2213.      */
  2214.     protected function getJmsSerializer_SerializationContextFactoryService()
  2215.     {
  2216.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2217.     }
  2218.     /**
  2219.      * Gets the public 'jms_serializer.stopwatch_subscriber' shared service.
  2220.      *
  2221.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  2222.      */
  2223.     protected function getJmsSerializer_StopwatchSubscriberService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  2227.         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))));
  2228.     }
  2229.     /**
  2230.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2231.      *
  2232.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2233.      */
  2234.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeHelper.php';
  2237.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2238.     }
  2239.     /**
  2240.      * Gets the public 'jms_serializer.xml_deserialization_visitor' shared service.
  2241.      *
  2242.      * @return \JMS\Serializer\XmlDeserializationVisitor
  2243.      */
  2244.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  2245.     {
  2246.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2247.         $instance->setDoctypeWhitelist([]);
  2248.         return $instance;
  2249.     }
  2250.     /**
  2251.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  2252.      *
  2253.      * @return \JMS\Serializer\XmlSerializationVisitor
  2254.      */
  2255.     protected function getJmsSerializer_XmlSerializationVisitorService()
  2256.     {
  2257.         $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()));
  2258.         $instance->setFormatOutput(true);
  2259.         return $instance;
  2260.     }
  2261.     /**
  2262.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  2263.      *
  2264.      * @return \JMS\Serializer\YamlSerializationVisitor
  2265.      */
  2266.     protected function getJmsSerializer_YamlSerializationVisitorService()
  2267.     {
  2268.         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()));
  2269.     }
  2270.     /**
  2271.      * Gets the public 'knp_paginator' shared service.
  2272.      *
  2273.      * @return \Knp\Component\Pager\Paginator
  2274.      */
  2275.     protected function getKnpPaginatorService($lazyLoad true)
  2276.     {
  2277.         if ($lazyLoad) {
  2278.             return $this->services['knp_paginator'] = $this->createProxy('Paginator_f262b94', function () {
  2279.                 return \Paginator_f262b94::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2280.                     $wrappedInstance $this->getKnpPaginatorService(false);
  2281.                     $proxy->setProxyInitializer(null);
  2282.                     return true;
  2283.                 });
  2284.             });
  2285.         }
  2286.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2287.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true]);
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2292.      *
  2293.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2294.      */
  2295.     protected function getLexikJwtAuthentication_EncoderService()
  2296.     {
  2297.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2298.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2299.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  2301.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  2302.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'36000false));
  2303.     }
  2304.     /**
  2305.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2306.      *
  2307.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2308.      */
  2309.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2310.     {
  2311.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  2312.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2313.         $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 () {
  2314.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  2315.         }, 1));
  2316.         $instance->setName('lexik:jwt:generate-token');
  2317.         return $instance;
  2318.     }
  2319.     /**
  2320.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2321.      *
  2322.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2323.      */
  2324.     protected function getLexikJwtAuthentication_JwtManagerService()
  2325.     {
  2326.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2329.         $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');
  2330.         $instance->setUserIdentityField('username'false);
  2331.         return $instance;
  2332.     }
  2333.     /**
  2334.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2335.      *
  2336.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2337.      */
  2338.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2342.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2343.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2344.         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'), []);
  2345.     }
  2346.     /**
  2347.      * Gets the public 'profiler' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2350.      */
  2351.     protected function getProfilerService()
  2352.     {
  2353.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2354.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2355.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2356.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2357.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2358.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2359.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2360.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2361.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2362.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2363.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2364.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2365.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2366.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2367.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2368.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2369.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2370.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2371.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2372.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2373.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2374.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2375.         if ($this->has('kernel')) {
  2376.             $f->setKernel($b);
  2377.         }
  2378.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2379.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2380.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2381.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2382.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2383.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2384.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2385.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/appAppKernelDevDebugContainer'), $c));
  2386.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2387.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2388.         $instance->add($d);
  2389.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2390.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->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())));
  2391.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  2392.         $instance->add($e);
  2393.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2394.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2395.         $instance->add($f);
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the public 'request_stack' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2402.      */
  2403.     protected function getRequestStackService()
  2404.     {
  2405.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2406.     }
  2407.     /**
  2408.      * Gets the public 'router' shared service.
  2409.      *
  2410.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2411.      */
  2412.     protected function getRouterService()
  2413.     {
  2414.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2415.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2416.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2417.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2418.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2419.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2420.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2421.         ], [
  2422.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2423.         ]))->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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a$this->getEnv('APP_LOCALE'));
  2424.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2425.         return $instance;
  2426.     }
  2427.     /**
  2428.      * Gets the public 'routing.loader' shared service.
  2429.      *
  2430.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2431.      */
  2432.     protected function getRouting_LoaderService()
  2433.     {
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/DelegatingLoader.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/XmlFileLoader.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/PhpFileLoader.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/GlobFileLoader.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/DirectoryLoader.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ObjectLoader.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/ContainerLoader.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/LegacyRouteLoaderContainer.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationFileLoader.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Routing/AnnotatedRouteControllerLoader.php';
  2454.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2455.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2456.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2457.         $d = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader($c);
  2458.         $e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader($c);
  2459.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2460.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2461.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2462.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2463.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2464.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2465.             'kernel' => ['services''kernel''getKernelService'false],
  2466.         ], [
  2467.             'kernel' => 'AppKernel',
  2468.         ]))));
  2469.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$d));
  2470.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$d));
  2471.         $a->addLoader($d);
  2472.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  2473.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  2474.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  2475.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  2476.         $a->addLoader($e);
  2477.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$e));
  2478.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$e));
  2479.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ($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))));
  2480.     }
  2481.     /**
  2482.      * Gets the public 'security.authentication_utils' shared service.
  2483.      *
  2484.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2485.      */
  2486.     protected function getSecurity_AuthenticationUtilsService()
  2487.     {
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php';
  2489.         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())));
  2490.     }
  2491.     /**
  2492.      * Gets the public 'security.authorization_checker' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2495.      */
  2496.     protected function getSecurity_AuthorizationCheckerService()
  2497.     {
  2498.         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);
  2499.     }
  2500.     /**
  2501.      * Gets the public 'security.csrf.token_manager' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2504.      */
  2505.     protected function getSecurity_Csrf_TokenManagerService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2511.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(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())));
  2512.     }
  2513.     /**
  2514.      * Gets the public 'security.password_encoder' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2517.      */
  2518.     protected function getSecurity_PasswordEncoderService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php';
  2522.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2523.     }
  2524.     /**
  2525.      * Gets the public 'security.token_storage' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2528.      */
  2529.     protected function getSecurity_TokenStorageService()
  2530.     {
  2531.         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, [
  2532.             'session' => ['services''session''getSessionService'false],
  2533.         ], [
  2534.             'session' => '?',
  2535.         ]));
  2536.     }
  2537.     /**
  2538.      * Gets the public 'services_resetter' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2541.      */
  2542.     protected function getServicesResetterService()
  2543.     {
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php';
  2545.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2546.             if (isset($this->services['cache.app'])) {
  2547.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2548.             }
  2549.             if (isset($this->services['cache.system'])) {
  2550.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2551.             }
  2552.             if (isset($this->privates['cache.validator'])) {
  2553.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2554.             }
  2555.             if (isset($this->privates['cache.serializer'])) {
  2556.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2557.             }
  2558.             if (isset($this->privates['cache.annotations'])) {
  2559.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2560.             }
  2561.             if (isset($this->privates['cache.property_info'])) {
  2562.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2563.             }
  2564.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2565.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2566.             }
  2567.             if (isset($this->services['profiler'])) {
  2568.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2569.             }
  2570.             if (isset($this->services['validator'])) {
  2571.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2572.             }
  2573.             if (isset($this->privates['debug.stopwatch'])) {
  2574.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2575.             }
  2576.             if (isset($this->services['event_dispatcher'])) {
  2577.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2578.             }
  2579.             if (isset($this->services['security.token_storage'])) {
  2580.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2581.             }
  2582.             if (isset($this->privates['cache.security_expression_language'])) {
  2583.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2584.             }
  2585.             if (isset($this->privates['twig.form.engine'])) {
  2586.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2587.             }
  2588.             if (isset($this->privates['monolog.handler.main'])) {
  2589.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2590.             }
  2591.             if (isset($this->privates['monolog.handler.console'])) {
  2592.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2593.             }
  2594.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2595.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2596.             }
  2597.             if (isset($this->services['doctrine'])) {
  2598.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2599.             }
  2600.             if (isset($this->privates['form.type.entity'])) {
  2601.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2602.             }
  2603.             if (false) {
  2604.                 yield 'fos_rest.view_handler.default' => null;
  2605.             }
  2606.         }, function () {
  2607.             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);
  2608.         }), ['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']]);
  2609.     }
  2610.     /**
  2611.      * Gets the public 'session' shared service.
  2612.      *
  2613.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2614.      */
  2615.     protected function getSessionService()
  2616.     {
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php';
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php';
  2623.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  2624.     }
  2625.     /**
  2626.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2627.      *
  2628.      * @return \Swift_Mailer
  2629.      */
  2630.     protected function getSwiftmailer_Mailer_DefaultService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2633.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  2634.     }
  2635.     /**
  2636.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2637.      *
  2638.      * @return \Swift_Plugins_MessageLogger
  2639.      */
  2640.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2645.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2646.     }
  2647.     /**
  2648.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  2649.      *
  2650.      * @return \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport
  2651.      */
  2652.     protected function getSwiftmailer_Mailer_Default_TransportService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2655.         include_once \dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer/Accord/MandrillSwiftMailer/SwiftMailer/MandrillTransport.php';
  2656.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2660.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2661.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Accord\MandrillSwiftMailer\SwiftMailer\MandrillTransport(new \Swift_Events_SimpleEventDispatcher());
  2662.         $instance->setApiKey('YqyQydC8dO6JgwE7fXr8vg');
  2663.         $instance->setAsync(false);
  2664.         $instance->setSubAccount(NULL);
  2665.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2666.         return $instance;
  2667.     }
  2668.     /**
  2669.      * Gets the public 'templating' shared service.
  2670.      *
  2671.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  2672.      *
  2673.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  2674.      */
  2675.     protected function getTemplatingService()
  2676.     {
  2677.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  2678.         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()));
  2679.     }
  2680.     /**
  2681.      * Gets the public 'templating.loader' shared service.
  2682.      *
  2683.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  2684.      *
  2685.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2686.      */
  2687.     protected function getTemplating_LoaderService()
  2688.     {
  2689.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2690.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2691.     }
  2692.     /**
  2693.      * Gets the public 'translator' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2696.      */
  2697.     protected function getTranslatorService()
  2698.     {
  2699.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2700.     }
  2701.     /**
  2702.      * Gets the public 'twig' shared service.
  2703.      *
  2704.      * @return \Twig\Environment
  2705.      */
  2706.     protected function getTwigService()
  2707.     {
  2708.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  2709.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), 'Framework');
  2710.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views'), '!Framework');
  2711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), 'Security');
  2712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views'), '!Security');
  2713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), 'Twig');
  2714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views'), '!Twig');
  2715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2717.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2718.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2719.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2720.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2721.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  2722.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  2723.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), 'Debug');
  2724.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views'), '!Debug');
  2725.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), 'WebProfiler');
  2726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views'), '!WebProfiler');
  2727.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2728.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), 'email');
  2729.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Email'), '!email');
  2730.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form'));
  2731.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2732.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2733.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2734.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2735.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2736.         $f = ($this->services['router'] ?? $this->getRouterService());
  2737.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2738.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  2739.         $h = new \Symfony\Bridge\Twig\AppVariable();
  2740.         $h->setEnvironment('dev');
  2741.         $h->setDebug(true);
  2742.         if ($this->has('security.token_storage')) {
  2743.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2744.         }
  2745.         if ($this->has('request_stack')) {
  2746.             $h->setRequestStack($d);
  2747.         }
  2748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''true)), [])));
  2754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  2755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  2756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2763.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  2764.         $instance->addExtension(new \OceanExpertBundle\Twig\Extension\ByteConversionTwigExtension());
  2765.         $instance->addExtension(new \OceanExpertBundle\Twig\Extension\FileExtension());
  2766.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2767.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  2768.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  2769.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  2770.         $instance->addGlobal('app'$h);
  2771.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2772.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  2773.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2774.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2775.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2776.         ], [
  2777.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2778.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2779.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2780.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2781.         ])));
  2782.         $instance->addGlobal('version''V1.0');
  2783.         $instance->addGlobal('web_path', (\dirname(__DIR__4).'/app/../web'));
  2784.         $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']);
  2785.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2786.         return $instance;
  2787.     }
  2788.     /**
  2789.      * Gets the public 'twig.controller.exception' shared service.
  2790.      *
  2791.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2792.      *
  2793.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2794.      */
  2795.     protected function getTwig_Controller_ExceptionService()
  2796.     {
  2797.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2798.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2799.     }
  2800.     /**
  2801.      * Gets the public 'twig.controller.preview_error' shared service.
  2802.      *
  2803.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2804.      *
  2805.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2806.      */
  2807.     protected function getTwig_Controller_PreviewErrorService()
  2808.     {
  2809.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2810.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  2811.     }
  2812.     /**
  2813.      * Gets the public 'validator' shared service.
  2814.      *
  2815.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2816.      */
  2817.     protected function getValidatorService()
  2818.     {
  2819.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2820.     }
  2821.     /**
  2822.      * Gets the public 'var_dumper.cloner' shared service.
  2823.      *
  2824.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2825.      */
  2826.     protected function getVarDumper_ClonerService()
  2827.     {
  2828.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2829.         $instance->setMaxItems(2500);
  2830.         $instance->setMinDepth(1);
  2831.         $instance->setMaxString(-1);
  2832.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2833.         return $instance;
  2834.     }
  2835.     /**
  2836.      * Gets the public 'web_profiler.controller.exception' shared service.
  2837.      *
  2838.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2839.      *
  2840.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2841.      */
  2842.     protected function getWebProfiler_Controller_ExceptionService()
  2843.     {
  2844.         @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);
  2845.         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()));
  2846.     }
  2847.     /**
  2848.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2849.      *
  2850.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2851.      */
  2852.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2853.     {
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php';
  2855.         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()));
  2856.     }
  2857.     /**
  2858.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2859.      *
  2860.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2861.      */
  2862.     protected function getWebProfiler_Controller_ProfilerService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php';
  2865.         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));
  2866.     }
  2867.     /**
  2868.      * Gets the public 'web_profiler.controller.router' shared service.
  2869.      *
  2870.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2871.      */
  2872.     protected function getWebProfiler_Controller_RouterService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php';
  2875.         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 () {
  2876.             return new \EmptyIterator();
  2877.         }, 0));
  2878.     }
  2879.     /**
  2880.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2881.      *
  2882.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2883.      */
  2884.     protected function get_LegacyResolveControllerNameSubscriberService()
  2885.     {
  2886.         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);
  2887.     }
  2888.     /**
  2889.      * Gets the private '.service_locator.JPEOy76' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2892.      */
  2893.     protected function get_ServiceLocator_JPEOy76Service()
  2894.     {
  2895.         return $this->privates['.service_locator.JPEOy76'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2896.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  2897.         ], [
  2898.             'fosUserManager' => '?',
  2899.         ]);
  2900.     }
  2901.     /**
  2902.      * Gets the private '.service_locator.RGIiAl4' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2905.      */
  2906.     protected function get_ServiceLocator_RGIiAl4Service()
  2907.     {
  2908.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2909.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2910.         ], [
  2911.             'viewhandler' => '?',
  2912.         ]);
  2913.     }
  2914.     /**
  2915.      * Gets the private '.service_locator.en8pIz3' shared service.
  2916.      *
  2917.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2918.      */
  2919.     protected function get_ServiceLocator_En8pIz3Service()
  2920.     {
  2921.         return $this->privates['.service_locator.en8pIz3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2922.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2923.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  2924.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2925.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  2926.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2927.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2928.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2929.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2930.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2931.             'OceanExpertBundle\\Controller\\Api\\ApiShortcutController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2932.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  2933.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  2934.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2935.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2936.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2937.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2938.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2939.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  2940.             'OceanExpertBundle\\Controller\\SearchController::getCountryById' => ['privates''.service_locator.m_UuKYL''get_ServiceLocator_MUuKYLService'false],
  2941.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2942.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  2943.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2944.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => ['privates''.service_locator.ipjTSUc''get_ServiceLocator_IpjTSUcService'false],
  2945.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2946.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2947.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2948.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2949.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2950.             'OceanExpertBundle\\Controller\\Api\\ApiShortcutController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2951.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => ['privates''.service_locator.x8FmIZ0''get_ServiceLocator_X8FmIZ0Service'false],
  2952.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => ['privates''.service_locator.wHQ6.0W''get_ServiceLocator_WHQ6_0WService'false],
  2953.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2954.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2955.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2956.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2957.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => ['privates''.service_locator.JPEOy76''get_ServiceLocator_JPEOy76Service'false],
  2958.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => ['privates''.service_locator.xI4tcWT''get_ServiceLocator_XI4tcWTService'false],
  2959.             'OceanExpertBundle\\Controller\\SearchController:getCountryById' => ['privates''.service_locator.m_UuKYL''get_ServiceLocator_MUuKYLService'false],
  2960.         ], [
  2961.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController::setViewHandler' => '?',
  2962.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::createEventAction' => '?',
  2963.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::setViewHandler' => '?',
  2964.             'OceanExpertBundle\\Controller\\Api\\ApiEventController::updateEventParticipantsAction' => '?',
  2965.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController::setViewHandler' => '?',
  2966.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController::setViewHandler' => '?',
  2967.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController::setViewHandler' => '?',
  2968.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController::setViewHandler' => '?',
  2969.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController::setViewHandler' => '?',
  2970.             'OceanExpertBundle\\Controller\\Api\\ApiShortcutController::setViewHandler' => '?',
  2971.             'OceanExpertBundle\\Controller\\GroupController::dataTablesServerProcessingAction' => '?',
  2972.             'OceanExpertBundle\\Controller\\MailsController::mandrillWebhookAction' => '?',
  2973.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAction' => '?',
  2974.             'OceanExpertBundle\\Controller\\RegistrationController::checkEmailAvailableAction' => '?',
  2975.             'OceanExpertBundle\\Controller\\RegistrationController::checkUsernameAvailableAction' => '?',
  2976.             'OceanExpertBundle\\Controller\\RegistrationController::confirmAction' => '?',
  2977.             'OceanExpertBundle\\Controller\\RegistrationController::confirmProfileAction' => '?',
  2978.             'OceanExpertBundle\\Controller\\RegistrationController::registerAction' => '?',
  2979.             'OceanExpertBundle\\Controller\\SearchController::getCountryById' => '?',
  2980.             'OceanExpertBundle\\Controller\\Api\\ApiDocumentController:setViewHandler' => '?',
  2981.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:createEventAction' => '?',
  2982.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:setViewHandler' => '?',
  2983.             'OceanExpertBundle\\Controller\\Api\\ApiEventController:updateEventParticipantsAction' => '?',
  2984.             'OceanExpertBundle\\Controller\\Api\\ApiExpertController:setViewHandler' => '?',
  2985.             'OceanExpertBundle\\Controller\\Api\\ApiGroupController:setViewHandler' => '?',
  2986.             'OceanExpertBundle\\Controller\\Api\\ApiInstitutionController:setViewHandler' => '?',
  2987.             'OceanExpertBundle\\Controller\\Api\\ApiReportsController:setViewHandler' => '?',
  2988.             'OceanExpertBundle\\Controller\\Api\\ApiSearchController:setViewHandler' => '?',
  2989.             'OceanExpertBundle\\Controller\\Api\\ApiShortcutController:setViewHandler' => '?',
  2990.             'OceanExpertBundle\\Controller\\GroupController:dataTablesServerProcessingAction' => '?',
  2991.             'OceanExpertBundle\\Controller\\MailsController:mandrillWebhookAction' => '?',
  2992.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAction' => '?',
  2993.             'OceanExpertBundle\\Controller\\RegistrationController:checkEmailAvailableAction' => '?',
  2994.             'OceanExpertBundle\\Controller\\RegistrationController:checkUsernameAvailableAction' => '?',
  2995.             'OceanExpertBundle\\Controller\\RegistrationController:confirmAction' => '?',
  2996.             'OceanExpertBundle\\Controller\\RegistrationController:confirmProfileAction' => '?',
  2997.             'OceanExpertBundle\\Controller\\RegistrationController:registerAction' => '?',
  2998.             'OceanExpertBundle\\Controller\\SearchController:getCountryById' => '?',
  2999.         ]);
  3000.     }
  3001.     /**
  3002.      * Gets the private '.service_locator.ipjTSUc' shared service.
  3003.      *
  3004.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3005.      */
  3006.     protected function get_ServiceLocator_IpjTSUcService()
  3007.     {
  3008.         return $this->privates['.service_locator.ipjTSUc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3009.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3010.         ], [
  3011.             'em' => '?',
  3012.         ]);
  3013.     }
  3014.     /**
  3015.      * Gets the private '.service_locator.m_UuKYL' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3018.      */
  3019.     protected function get_ServiceLocator_MUuKYLService()
  3020.     {
  3021.         return $this->privates['.service_locator.m_UuKYL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3022.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3023.         ], [
  3024.             'doctrine' => '?',
  3025.         ]);
  3026.     }
  3027.     /**
  3028.      * Gets the private '.service_locator.o9nGMXB' shared service.
  3029.      *
  3030.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3031.      */
  3032.     protected function get_ServiceLocator_O9nGMXBService()
  3033.     {
  3034.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3035.             'twig' => ['services''twig''getTwigService'false],
  3036.         ], [
  3037.             'twig' => 'Twig\\Environment',
  3038.         ]);
  3039.     }
  3040.     /**
  3041.      * Gets the private '.service_locator.wHQ6.0W' shared service.
  3042.      *
  3043.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3044.      */
  3045.     protected function get_ServiceLocator_WHQ6_0WService()
  3046.     {
  3047.         return $this->privates['.service_locator.wHQ6.0W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3048.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3049.         ], [
  3050.             'logger' => '?',
  3051.         ]);
  3052.     }
  3053.     /**
  3054.      * Gets the private '.service_locator.x8FmIZ0' shared service.
  3055.      *
  3056.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3057.      */
  3058.     protected function get_ServiceLocator_X8FmIZ0Service()
  3059.     {
  3060.         return $this->privates['.service_locator.x8FmIZ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3061.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  3062.         ], [
  3063.             'entityManager' => '?',
  3064.         ]);
  3065.     }
  3066.     /**
  3067.      * Gets the private '.service_locator.xI4tcWT' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3070.      */
  3071.     protected function get_ServiceLocator_XI4tcWTService()
  3072.     {
  3073.         return $this->privates['.service_locator.xI4tcWT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3074.             'fosRegistrationFormFactory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  3075.             'fosUserManager' => ['services''fos_user.user_manager''getFosUser_UserManagerService'false],
  3076.         ], [
  3077.             'fosRegistrationFormFactory' => '?',
  3078.             'fosUserManager' => '?',
  3079.         ]);
  3080.     }
  3081.     /**
  3082.      * Gets the private 'OceanExpertBundle\Repository\DoclistsRepository' shared autowired service.
  3083.      *
  3084.      * @return \OceanExpertBundle\Repository\DoclistsRepository
  3085.      */
  3086.     protected function getDoclistsRepositoryService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3093.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/DoclistsRepository.php';
  3094.         return $this->privates['OceanExpertBundle\\Repository\\DoclistsRepository'] = new \OceanExpertBundle\Repository\DoclistsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3095.     }
  3096.     /**
  3097.      * Gets the private 'OceanExpertBundle\Repository\IndivRepository' shared autowired service.
  3098.      *
  3099.      * @return \OceanExpertBundle\Repository\IndivRepository
  3100.      */
  3101.     protected function getIndivRepositoryService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3108.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/IndivRepository.php';
  3109.         return $this->privates['OceanExpertBundle\\Repository\\IndivRepository'] = new \OceanExpertBundle\Repository\IndivRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3110.     }
  3111.     /**
  3112.      * Gets the private 'OceanExpertBundle\Repository\RegionsRepository' shared autowired service.
  3113.      *
  3114.      * @return \OceanExpertBundle\Repository\RegionsRepository
  3115.      */
  3116.     protected function getRegionsRepositoryService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3123.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Repository/RegionsRepository.php';
  3124.         return $this->privates['OceanExpertBundle\\Repository\\RegionsRepository'] = new \OceanExpertBundle\Repository\RegionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3125.     }
  3126.     /**
  3127.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener' shared service.
  3128.      *
  3129.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3130.      */
  3131.     protected function getControllerListenerService()
  3132.     {
  3133.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3134.     }
  3135.     /**
  3136.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener' shared service.
  3137.      *
  3138.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3139.      */
  3140.     protected function getIsGrantedListenerService()
  3141.     {
  3142.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3143.     }
  3144.     /**
  3145.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener' shared service.
  3146.      *
  3147.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3148.      */
  3149.     protected function getParamConverterListenerService()
  3150.     {
  3151.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3152.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3153.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3154.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3155.     }
  3156.     /**
  3157.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener' shared service.
  3158.      *
  3159.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3160.      */
  3161.     protected function getSecurityListenerService()
  3162.     {
  3163.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(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()));
  3164.     }
  3165.     /**
  3166.      * Gets the private 'Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener' shared service.
  3167.      *
  3168.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3169.      */
  3170.     protected function getTemplateListenerService()
  3171.     {
  3172.         return $this->privates['Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  3173.     }
  3174.     /**
  3175.      * Gets the private 'acme_api.event.jwt_created_listener' shared autowired service.
  3176.      *
  3177.      * @return \OceanExpertBundle\EventListener\JWTCreatedListener
  3178.      */
  3179.     protected function getAcmeApi_Event_JwtCreatedListenerService()
  3180.     {
  3181.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/EventListener/JWTCreatedListener.php';
  3182.         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()));
  3183.     }
  3184.     /**
  3185.      * Gets the private 'annotations.cache_adapter' shared service.
  3186.      *
  3187.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3188.      */
  3189.     protected function getAnnotations_CacheAdapterService()
  3190.     {
  3191.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'annotations.cache_warmer' shared service.
  3195.      *
  3196.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3197.      */
  3198.     protected function getAnnotations_CacheWarmerService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3203.         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);
  3204.     }
  3205.     /**
  3206.      * Gets the private 'annotations.cached_reader' shared service.
  3207.      *
  3208.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3209.      */
  3210.     protected function getAnnotations_CachedReaderService()
  3211.     {
  3212.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3213.     }
  3214.     /**
  3215.      * Gets the private 'annotations.reader' shared service.
  3216.      *
  3217.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3218.      */
  3219.     protected function getAnnotations_ReaderService()
  3220.     {
  3221.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3222.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3223.         $a->registerUniqueLoader('class_exists');
  3224.         $instance->addGlobalIgnoredName('required'$a);
  3225.         return $instance;
  3226.     }
  3227.     /**
  3228.      * Gets the private 'cache.annotations' shared service.
  3229.      *
  3230.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3231.      */
  3232.     protected function getCache_AnnotationsService()
  3233.     {
  3234.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\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())));
  3235.     }
  3236.     /**
  3237.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  3238.      *
  3239.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3240.      */
  3241.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  3242.     {
  3243.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3244.     }
  3245.     /**
  3246.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3247.      *
  3248.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3249.      */
  3250.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3251.     {
  3252.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3253.     }
  3254.     /**
  3255.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3256.      *
  3257.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3258.      */
  3259.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3260.     {
  3261.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3262.     }
  3263.     /**
  3264.      * Gets the private 'cache.property_info' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3267.      */
  3268.     protected function getCache_PropertyInfoService()
  3269.     {
  3270.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\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())));
  3271.     }
  3272.     /**
  3273.      * Gets the private 'cache.security_expression_language' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3276.      */
  3277.     protected function getCache_SecurityExpressionLanguageService()
  3278.     {
  3279.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\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())));
  3280.     }
  3281.     /**
  3282.      * Gets the private 'cache.serializer' shared service.
  3283.      *
  3284.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3285.      */
  3286.     protected function getCache_SerializerService()
  3287.     {
  3288.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\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())));
  3289.     }
  3290.     /**
  3291.      * Gets the private 'cache.validator' shared service.
  3292.      *
  3293.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3294.      */
  3295.     protected function getCache_ValidatorService()
  3296.     {
  3297.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\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())));
  3298.     }
  3299.     /**
  3300.      * Gets the private 'config_cache_factory' shared service.
  3301.      *
  3302.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3303.      */
  3304.     protected function getConfigCacheFactoryService()
  3305.     {
  3306.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3307.             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)));
  3308.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3309.         }, 2));
  3310.     }
  3311.     /**
  3312.      * Gets the private 'console.command.about' shared service.
  3313.      *
  3314.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3315.      */
  3316.     protected function getConsole_Command_AboutService()
  3317.     {
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php';
  3320.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3321.         $instance->setName('about');
  3322.         return $instance;
  3323.     }
  3324.     /**
  3325.      * Gets the private 'console.command.assets_install' shared service.
  3326.      *
  3327.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3328.      */
  3329.     protected function getConsole_Command_AssetsInstallService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  3334.         $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));
  3335.         $instance->setName('assets:install');
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the private 'console.command.cache_clear' shared service.
  3340.      *
  3341.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3342.      */
  3343.     protected function getConsole_Command_CacheClearService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  3348.         $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())));
  3349.         $instance->setName('cache:clear');
  3350.         return $instance;
  3351.     }
  3352.     /**
  3353.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3354.      *
  3355.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3356.      */
  3357.     protected function getConsole_Command_CachePoolClearService()
  3358.     {
  3359.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php';
  3361.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3362.         $instance->setName('cache:pool:clear');
  3363.         return $instance;
  3364.     }
  3365.     /**
  3366.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3367.      *
  3368.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3369.      */
  3370.     protected function getConsole_Command_CachePoolDeleteService()
  3371.     {
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php';
  3374.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3375.         $instance->setName('cache:pool:delete');
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the private 'console.command.cache_pool_list' shared service.
  3380.      *
  3381.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3382.      */
  3383.     protected function getConsole_Command_CachePoolListService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php';
  3387.         $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']);
  3388.         $instance->setName('cache:pool:list');
  3389.         return $instance;
  3390.     }
  3391.     /**
  3392.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3393.      *
  3394.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3395.      */
  3396.     protected function getConsole_Command_CachePoolPruneService()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php';
  3400.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3401.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3402.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3403.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3404.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3405.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3406.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3407.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3408.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  3409.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3410.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3411.         }, 10));
  3412.         $instance->setName('cache:pool:prune');
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the private 'console.command.cache_warmup' shared service.
  3417.      *
  3418.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3419.      */
  3420.     protected function getConsole_Command_CacheWarmupService()
  3421.     {
  3422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php';
  3424.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3425.         $instance->setName('cache:warmup');
  3426.         return $instance;
  3427.     }
  3428.     /**
  3429.      * Gets the private 'console.command.config_debug' shared service.
  3430.      *
  3431.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3432.      */
  3433.     protected function getConsole_Command_ConfigDebugService()
  3434.     {
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3436.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php';
  3439.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3440.         $instance->setName('debug:config');
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the private 'console.command.config_dump_reference' shared service.
  3445.      *
  3446.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3447.      */
  3448.     protected function getConsole_Command_ConfigDumpReferenceService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php';
  3454.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3455.         $instance->setName('config:dump-reference');
  3456.         return $instance;
  3457.     }
  3458.     /**
  3459.      * Gets the private 'console.command.container_debug' shared service.
  3460.      *
  3461.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3462.      */
  3463.     protected function getConsole_Command_ContainerDebugService()
  3464.     {
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  3467.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3468.         $instance->setName('debug:container');
  3469.         return $instance;
  3470.     }
  3471.     /**
  3472.      * Gets the private 'console.command.container_lint' shared service.
  3473.      *
  3474.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3475.      */
  3476.     protected function getConsole_Command_ContainerLintService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php';
  3480.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3481.         $instance->setName('lint:container');
  3482.         return $instance;
  3483.     }
  3484.     /**
  3485.      * Gets the private 'console.command.debug_autowiring' shared service.
  3486.      *
  3487.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3488.      */
  3489.     protected function getConsole_Command_DebugAutowiringService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php';
  3494.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3495.         $instance->setName('debug:autowiring');
  3496.         return $instance;
  3497.     }
  3498.     /**
  3499.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3500.      *
  3501.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3502.      */
  3503.     protected function getConsole_Command_EventDispatcherDebugService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php';
  3507.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3508.         $instance->setName('debug:event-dispatcher');
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the private 'console.command.form_debug' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\Form\Command\DebugCommand
  3515.      */
  3516.     protected function getConsole_Command_FormDebugService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Command/DebugCommand.php';
  3520.         $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()));
  3521.         $instance->setName('debug:form');
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the private 'console.command.router_debug' shared service.
  3526.      *
  3527.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3528.      */
  3529.     protected function getConsole_Command_RouterDebugService()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php';
  3533.         $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()));
  3534.         $instance->setName('debug:router');
  3535.         return $instance;
  3536.     }
  3537.     /**
  3538.      * Gets the private 'console.command.router_match' shared service.
  3539.      *
  3540.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3541.      */
  3542.     protected function getConsole_Command_RouterMatchService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php';
  3546.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3547.         $instance->setName('router:match');
  3548.         return $instance;
  3549.     }
  3550.     /**
  3551.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3552.      *
  3553.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3554.      */
  3555.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  3563.         $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')))));
  3564.         $instance->setName('secrets:decrypt-to-local');
  3565.         return $instance;
  3566.     }
  3567.     /**
  3568.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3569.      *
  3570.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3571.      */
  3572.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3573.     {
  3574.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  3580.         $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')))));
  3581.         $instance->setName('secrets:encrypt-from-local');
  3582.         return $instance;
  3583.     }
  3584.     /**
  3585.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3586.      *
  3587.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3588.      */
  3589.     protected function getConsole_Command_SecretsGenerateKeyService()
  3590.     {
  3591.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  3597.         $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')))));
  3598.         $instance->setName('secrets:generate-keys');
  3599.         return $instance;
  3600.     }
  3601.     /**
  3602.      * Gets the private 'console.command.secrets_list' shared service.
  3603.      *
  3604.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3605.      */
  3606.     protected function getConsole_Command_SecretsListService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php';
  3610.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  3614.         $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')))));
  3615.         $instance->setName('secrets:list');
  3616.         return $instance;
  3617.     }
  3618.     /**
  3619.      * Gets the private 'console.command.secrets_remove' shared service.
  3620.      *
  3621.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3622.      */
  3623.     protected function getConsole_Command_SecretsRemoveService()
  3624.     {
  3625.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  3631.         $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')))));
  3632.         $instance->setName('secrets:remove');
  3633.         return $instance;
  3634.     }
  3635.     /**
  3636.      * Gets the private 'console.command.secrets_set' shared service.
  3637.      *
  3638.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3639.      */
  3640.     protected function getConsole_Command_SecretsSetService()
  3641.     {
  3642.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php';
  3648.         $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')))));
  3649.         $instance->setName('secrets:set');
  3650.         return $instance;
  3651.     }
  3652.     /**
  3653.      * Gets the private 'console.command.translation_debug' shared service.
  3654.      *
  3655.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3656.      */
  3657.     protected function getConsole_Command_TranslationDebugService()
  3658.     {
  3659.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php';
  3661.         $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/knplabs/knp-paginator-bundle/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php')]);
  3662.         $instance->setName('debug:translation');
  3663.         return $instance;
  3664.     }
  3665.     /**
  3666.      * Gets the private 'console.command.translation_update' shared service.
  3667.      *
  3668.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3669.      */
  3670.     protected function getConsole_Command_TranslationUpdateService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Writer/TranslationWriter.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/DumperInterface.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/FileDumper.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/PoFileDumper.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/MoFileDumper.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/QtFileDumper.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IniFileDumper.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php';
  3688.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3689.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3690.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3691.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3692.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3693.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3694.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3695.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3696.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3697.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3698.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3699.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3700.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($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/knplabs/knp-paginator-bundle/Helper/Processor.php'), 13 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php')]);
  3701.         $instance->setName('translation:update');
  3702.         return $instance;
  3703.     }
  3704.     /**
  3705.      * Gets the private 'console.command.xliff_lint' shared service.
  3706.      *
  3707.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3708.      */
  3709.     protected function getConsole_Command_XliffLintService()
  3710.     {
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Command/XliffLintCommand.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php';
  3714.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3715.         $instance->setName('lint:xliff');
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the private 'console.command.yaml_lint' shared service.
  3720.      *
  3721.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3722.      */
  3723.     protected function getConsole_Command_YamlLintService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Yaml/Command/LintCommand.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php';
  3728.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3729.         $instance->setName('lint:yaml');
  3730.         return $instance;
  3731.     }
  3732.     /**
  3733.      * Gets the private 'console.error_listener' shared service.
  3734.      *
  3735.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3736.      */
  3737.     protected function getConsole_ErrorListenerService()
  3738.     {
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/EventListener/ErrorListener.php';
  3740.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3741.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3742.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3743.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3744.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3745.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3746.     }
  3747.     /**
  3748.      * Gets the private 'container.env_var_processor' shared service.
  3749.      *
  3750.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3751.      */
  3752.     protected function getContainer_EnvVarProcessorService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php';
  3756.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3757.             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'))));
  3758.         }, 1));
  3759.     }
  3760.     /**
  3761.      * Gets the private 'data_collector.form' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3764.      */
  3765.     protected function getDataCollector_FormService()
  3766.     {
  3767.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3768.     }
  3769.     /**
  3770.      * Gets the private 'debug.argument_resolver.default' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3773.      */
  3774.     protected function getDebug_ArgumentResolver_DefaultService()
  3775.     {
  3776.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3779.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3780.     }
  3781.     /**
  3782.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3783.      *
  3784.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3785.      */
  3786.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3787.     {
  3788.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3791.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.en8pIz3'] ?? $this->get_ServiceLocator_En8pIz3Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3792.     }
  3793.     /**
  3794.      * Gets the private 'debug.argument_resolver.request' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3797.      */
  3798.     protected function getDebug_ArgumentResolver_RequestService()
  3799.     {
  3800.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3801.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3802.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3803.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3804.     }
  3805.     /**
  3806.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3807.      *
  3808.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3809.      */
  3810.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3815.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3816.     }
  3817.     /**
  3818.      * Gets the private 'debug.argument_resolver.service' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3821.      */
  3822.     protected function getDebug_ArgumentResolver_ServiceService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3827.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.en8pIz3'] ?? $this->get_ServiceLocator_En8pIz3Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3828.     }
  3829.     /**
  3830.      * Gets the private 'debug.argument_resolver.session' shared service.
  3831.      *
  3832.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3833.      */
  3834.     protected function getDebug_ArgumentResolver_SessionService()
  3835.     {
  3836.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3839.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3840.     }
  3841.     /**
  3842.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3843.      *
  3844.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3845.      */
  3846.     protected function getDebug_ArgumentResolver_VariadicService()
  3847.     {
  3848.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3851.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3852.     }
  3853.     /**
  3854.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3855.      *
  3856.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3857.      */
  3858.     protected function getDebug_DebugHandlersListenerService()
  3859.     {
  3860.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3861.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3862.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3863.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3864.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3865.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3866.     }
  3867.     /**
  3868.      * Gets the private 'debug.dump_listener' shared service.
  3869.      *
  3870.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3871.      */
  3872.     protected function getDebug_DumpListenerService()
  3873.     {
  3874.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php';
  3878.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), 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()))]), NULL);
  3879.     }
  3880.     /**
  3881.      * Gets the private 'debug.file_link_formatter' shared service.
  3882.      *
  3883.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3884.      */
  3885.     protected function getDebug_FileLinkFormatterService()
  3886.     {
  3887.         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 () {
  3888.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3889.         });
  3890.     }
  3891.     /**
  3892.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3893.      *
  3894.      * @return \string
  3895.      */
  3896.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3897.     {
  3898.         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');
  3899.     }
  3900.     /**
  3901.      * Gets the private 'debug.log_processor' shared service.
  3902.      *
  3903.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3904.      */
  3905.     protected function getDebug_LogProcessorService()
  3906.     {
  3907.         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())));
  3908.     }
  3909.     /**
  3910.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3911.      *
  3912.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3913.      */
  3914.     protected function getDebug_Security_Access_DecisionManagerService()
  3915.     {
  3916.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  3917.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3918.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3919.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3920.         }, 3), 'affirmative'falsetrue));
  3921.     }
  3922.     /**
  3923.      * Gets the private 'debug.security.firewall' shared service.
  3924.      *
  3925.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3926.      */
  3927.     protected function getDebug_Security_FirewallService()
  3928.     {
  3929.         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()));
  3930.     }
  3931.     /**
  3932.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3933.      *
  3934.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3935.      */
  3936.     protected function getDebug_Security_UserValueResolverService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentValueResolverInterface.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php';
  3941.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3942.     }
  3943.     /**
  3944.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3947.      */
  3948.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3949.     {
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php';
  3953.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(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)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3954.     }
  3955.     /**
  3956.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3957.      *
  3958.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3959.      */
  3960.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3961.     {
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php';
  3965.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($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())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3966.     }
  3967.     /**
  3968.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  3969.      *
  3970.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3971.      */
  3972.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  3973.     {
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php';
  3978.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3979.     }
  3980.     /**
  3981.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3982.      *
  3983.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3984.      */
  3985.     protected function getDebug_Security_Voter_VoteListenerService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php';
  3988.         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()));
  3989.     }
  3990.     /**
  3991.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3992.      *
  3993.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3994.      */
  3995.     protected function getDoctrine_CacheClearMetadataCommandService()
  3996.     {
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4000.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  4001.         $instance->setName('doctrine:cache:clear-metadata');
  4002.         return $instance;
  4003.     }
  4004.     /**
  4005.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4006.      *
  4007.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4008.      */
  4009.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4014.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  4015.         $instance->setName('doctrine:cache:clear-query');
  4016.         return $instance;
  4017.     }
  4018.     /**
  4019.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4020.      *
  4021.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4022.      */
  4023.     protected function getDoctrine_CacheClearResultCommandService()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4028.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  4029.         $instance->setName('doctrine:cache:clear-result');
  4030.         return $instance;
  4031.     }
  4032.     /**
  4033.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4034.      *
  4035.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4036.      */
  4037.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4038.     {
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4042.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  4043.         $instance->setName('doctrine:cache:clear-collection-region');
  4044.         return $instance;
  4045.     }
  4046.     /**
  4047.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  4048.      *
  4049.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  4050.      */
  4051.     protected function getDoctrine_ClearEntityRegionCommandService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  4056.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  4057.         $instance->setName('doctrine:cache:clear-entity-region');
  4058.         return $instance;
  4059.     }
  4060.     /**
  4061.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  4062.      *
  4063.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  4064.      */
  4065.     protected function getDoctrine_ClearQueryRegionCommandService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  4070.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  4071.         $instance->setName('doctrine:cache:clear-query-region');
  4072.         return $instance;
  4073.     }
  4074.     /**
  4075.      * Gets the private 'doctrine.database_create_command' shared service.
  4076.      *
  4077.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  4078.      */
  4079.     protected function getDoctrine_DatabaseCreateCommandService()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  4084.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4085.         $instance->setName('doctrine:database:create');
  4086.         return $instance;
  4087.     }
  4088.     /**
  4089.      * Gets the private 'doctrine.database_drop_command' shared service.
  4090.      *
  4091.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  4092.      */
  4093.     protected function getDoctrine_DatabaseDropCommandService()
  4094.     {
  4095.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4097.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  4098.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4099.         $instance->setName('doctrine:database:drop');
  4100.         return $instance;
  4101.     }
  4102.     /**
  4103.      * Gets the private 'doctrine.database_import_command' shared service.
  4104.      *
  4105.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  4106.      */
  4107.     protected function getDoctrine_DatabaseImportCommandService()
  4108.     {
  4109.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  4112.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  4113.         $instance->setName('doctrine:database:import');
  4114.         return $instance;
  4115.     }
  4116.     /**
  4117.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  4118.      *
  4119.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  4120.      */
  4121.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  4126.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  4127.         $instance->setName('doctrine:ensure-production-settings');
  4128.         return $instance;
  4129.     }
  4130.     /**
  4131.      * Gets the private 'doctrine.generate_entities_command' shared service.
  4132.      *
  4133.      * @return \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
  4134.      */
  4135.     protected function getDoctrine_GenerateEntitiesCommandService()
  4136.     {
  4137.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4138.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4139.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/GenerateEntitiesDoctrineCommand.php';
  4140.         $this->privates['doctrine.generate_entities_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4141.         $instance->setName('doctrine:generate:entities');
  4142.         return $instance;
  4143.     }
  4144.     /**
  4145.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  4146.      *
  4147.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  4148.      */
  4149.     protected function getDoctrine_MappingConvertCommandService()
  4150.     {
  4151.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  4154.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  4155.         $instance->setName('doctrine:mapping:convert');
  4156.         return $instance;
  4157.     }
  4158.     /**
  4159.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4160.      *
  4161.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4162.      */
  4163.     protected function getDoctrine_MappingImportCommandService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4168.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4169.         $instance->setName('doctrine:mapping:import');
  4170.         return $instance;
  4171.     }
  4172.     /**
  4173.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4174.      *
  4175.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4176.      */
  4177.     protected function getDoctrine_MappingInfoCommandService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4182.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  4183.         $instance->setName('doctrine:mapping:info');
  4184.         return $instance;
  4185.     }
  4186.     /**
  4187.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4188.      *
  4189.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4190.      */
  4191.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4192.     {
  4193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4194.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4195.     }
  4196.     /**
  4197.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  4198.      *
  4199.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  4200.      */
  4201.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  4202.     {
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  4204.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4205.     }
  4206.     /**
  4207.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4208.      *
  4209.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4210.      */
  4211.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4212.     {
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php';
  4215.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4216.     }
  4217.     /**
  4218.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4219.      *
  4220.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4221.      */
  4222.     protected function getDoctrine_Orm_Validator_UniqueService()
  4223.     {
  4224.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php';
  4227.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4228.     }
  4229.     /**
  4230.      * Gets the private 'doctrine.query_dql_command' shared service.
  4231.      *
  4232.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4233.      */
  4234.     protected function getDoctrine_QueryDqlCommandService()
  4235.     {
  4236.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4239.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  4240.         $instance->setName('doctrine:query:dql');
  4241.         return $instance;
  4242.     }
  4243.     /**
  4244.      * Gets the private 'doctrine.query_sql_command' shared service.
  4245.      *
  4246.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4247.      */
  4248.     protected function getDoctrine_QuerySqlCommandService()
  4249.     {
  4250.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4251.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4253.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  4254.         $instance->setName('doctrine:query:sql');
  4255.         return $instance;
  4256.     }
  4257.     /**
  4258.      * Gets the private 'doctrine.schema_create_command' shared service.
  4259.      *
  4260.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4261.      */
  4262.     protected function getDoctrine_SchemaCreateCommandService()
  4263.     {
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4268.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  4269.         $instance->setName('doctrine:schema:create');
  4270.         return $instance;
  4271.     }
  4272.     /**
  4273.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4274.      *
  4275.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4276.      */
  4277.     protected function getDoctrine_SchemaDropCommandService()
  4278.     {
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4283.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  4284.         $instance->setName('doctrine:schema:drop');
  4285.         return $instance;
  4286.     }
  4287.     /**
  4288.      * Gets the private 'doctrine.schema_update_command' shared service.
  4289.      *
  4290.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4291.      */
  4292.     protected function getDoctrine_SchemaUpdateCommandService()
  4293.     {
  4294.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4298.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  4299.         $instance->setName('doctrine:schema:update');
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4304.      *
  4305.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4306.      */
  4307.     protected function getDoctrine_SchemaValidateCommandService()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4312.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  4313.         $instance->setName('doctrine:schema:validate');
  4314.         return $instance;
  4315.     }
  4316.     /**
  4317.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4318.      *
  4319.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4320.      */
  4321.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4322.     {
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php';
  4325.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4326.         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()));
  4327.     }
  4328.     /**
  4329.      * Gets the private 'exception_listener' shared service.
  4330.      *
  4331.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4332.      */
  4333.     protected function getExceptionListenerService()
  4334.     {
  4335.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4336.     }
  4337.     /**
  4338.      * Gets the private 'file_locator' shared service.
  4339.      *
  4340.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  4341.      */
  4342.     protected function getFileLocatorService()
  4343.     {
  4344.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php';
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Config/FileLocator.php';
  4347.         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);
  4348.     }
  4349.     /**
  4350.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4351.      *
  4352.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4353.      */
  4354.     protected function getForm_ChoiceListFactory_CachedService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4358.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4359.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4360.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  4361.     }
  4362.     /**
  4363.      * Gets the private 'form.registry' shared service.
  4364.      *
  4365.      * @return \Symfony\Component\Form\FormRegistry
  4366.      */
  4367.     protected function getForm_RegistryService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistryInterface.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormExtensionInterface.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/ResolvedFormTypeFactory.php';
  4376.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4377.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  4378.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  4379.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  4380.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  4381.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  4382.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4383.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4384.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4385.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4386.         ], [
  4387.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  4388.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  4389.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  4390.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  4391.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  4392.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4393.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4394.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4395.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4396.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4397.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4398.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4399.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4400.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4401.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4402.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4403.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4404.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4405.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4406.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4407.         }, 1)], new RewindableGenerator(function () {
  4408.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4409.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4410.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4411.     }
  4412.     /**
  4413.      * Gets the private 'form.server_params' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Form\Util\ServerParams
  4416.      */
  4417.     protected function getForm_ServerParamsService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Util/ServerParams.php';
  4420.         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())));
  4421.     }
  4422.     /**
  4423.      * Gets the private 'form.type.choice' shared service.
  4424.      *
  4425.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4426.      */
  4427.     protected function getForm_Type_ChoiceService()
  4428.     {
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php';
  4432.         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()));
  4433.     }
  4434.     /**
  4435.      * Gets the private 'form.type.entity' shared service.
  4436.      *
  4437.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4438.      */
  4439.     protected function getForm_Type_EntityService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php';
  4445.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4446.     }
  4447.     /**
  4448.      * Gets the private 'form.type.form' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4451.      */
  4452.     protected function getForm_Type_FormService()
  4453.     {
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php';
  4458.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4459.     }
  4460.     /**
  4461.      * Gets the private 'form.type_extension.csrf' shared service.
  4462.      *
  4463.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4464.      */
  4465.     protected function getForm_TypeExtension_CsrfService()
  4466.     {
  4467.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4470.         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()));
  4471.     }
  4472.     /**
  4473.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4474.      *
  4475.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4476.      */
  4477.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4478.     {
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4482.         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()));
  4483.     }
  4484.     /**
  4485.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4486.      *
  4487.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4488.      */
  4489.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4490.     {
  4491.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  4492.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  4493.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/RequestHandlerInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4496.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4497.     }
  4498.     /**
  4499.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4500.      *
  4501.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4502.      */
  4503.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4504.     {
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php';
  4508.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4509.     }
  4510.     /**
  4511.      * Gets the private 'form.type_extension.form.validator' shared service.
  4512.      *
  4513.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4514.      */
  4515.     protected function getForm_TypeExtension_Form_ValidatorService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4521.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4522.     }
  4523.     /**
  4524.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4525.      *
  4526.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4527.      */
  4528.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeExtensionInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractTypeExtension.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php';
  4533.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4534.     }
  4535.     /**
  4536.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4537.      *
  4538.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4539.      */
  4540.     protected function getForm_TypeGuesser_DoctrineService()
  4541.     {
  4542.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php';
  4544.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'form.type_guesser.validator' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4550.      */
  4551.     protected function getForm_TypeGuesser_ValidatorService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeGuesserInterface.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php';
  4555.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4556.     }
  4557.     /**
  4558.      * Gets the private 'fos_js_routing.dump_command' shared service.
  4559.      *
  4560.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  4561.      */
  4562.     protected function getFosJsRouting_DumpCommandService()
  4563.     {
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  4566.         $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);
  4567.         $instance->setName('fos:js-routing:dump');
  4568.         return $instance;
  4569.     }
  4570.     /**
  4571.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  4572.      *
  4573.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  4574.      */
  4575.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  4576.     {
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4578.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  4579.         $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()));
  4580.         $instance->setName('fos:js-routing:debug');
  4581.         return $instance;
  4582.     }
  4583.     /**
  4584.      * Gets the private 'fos_rest.body_listener' shared service.
  4585.      *
  4586.      * @return \FOS\RestBundle\EventListener\BodyListener
  4587.      */
  4588.     protected function getFosRest_BodyListenerService()
  4589.     {
  4590.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4591.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  4592.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  4593.         ], [
  4594.             'fos_rest.decoder.json' => '?',
  4595.             'fos_rest.decoder.xml' => '?',
  4596.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  4597.         $instance->setDefaultFormat(NULL);
  4598.         return $instance;
  4599.     }
  4600.     /**
  4601.      * Gets the private 'fos_rest.decoder.json' shared service.
  4602.      *
  4603.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  4604.      */
  4605.     protected function getFosRest_Decoder_JsonService()
  4606.     {
  4607.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  4609.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  4610.     }
  4611.     /**
  4612.      * Gets the private 'fos_rest.decoder.xml' shared service.
  4613.      *
  4614.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  4615.      */
  4616.     protected function getFosRest_Decoder_XmlService()
  4617.     {
  4618.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  4620.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  4621.     }
  4622.     /**
  4623.      * Gets the private 'fos_rest.format_listener' shared service.
  4624.      *
  4625.      * @return \FOS\RestBundle\EventListener\FormatListener
  4626.      */
  4627.     protected function getFosRest_FormatListenerService()
  4628.     {
  4629.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4630.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  4631.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> 'json'=> 'xml'], 'fallback_format' => 'html''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  4632.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['priorities' => [=> 'json'=> 'csv'=> 'xml'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  4633.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  4634.     }
  4635.     /**
  4636.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  4637.      *
  4638.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  4639.      *
  4640.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  4641.      */
  4642.     protected function getFosRest_Inflector_DoctrineService()
  4643.     {
  4644.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  4645.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  4646.     }
  4647.     /**
  4648.      * Gets the private 'fos_rest.mime_type_listener' shared service.
  4649.      *
  4650.      * @return \FOS\RestBundle\EventListener\MimeTypeListener
  4651.      */
  4652.     protected function getFosRest_MimeTypeListenerService()
  4653.     {
  4654.         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']]);
  4655.     }
  4656.     /**
  4657.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  4658.      *
  4659.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  4660.      */
  4661.     protected function getFosRest_ParamFetcherListenerService()
  4662.     {
  4663.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), true);
  4664.     }
  4665.     /**
  4666.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  4667.      *
  4668.      * @return \FOS\RestBundle\Request\ParamReader
  4669.      */
  4670.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  4671.     {
  4672.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4673.     }
  4674.     /**
  4675.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  4676.      *
  4677.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  4678.      *
  4679.      * @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`.
  4680.      */
  4681.     protected function getFosRest_Routing_Loader_ControllerService()
  4682.     {
  4683.         @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);
  4684.         return 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->getFosRest_Routing_Loader_Reader_ControllerService(), NULL);
  4685.     }
  4686.     /**
  4687.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  4688.      *
  4689.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  4690.      *
  4691.      * @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`.
  4692.      */
  4693.     protected function getFosRest_Routing_Loader_DirectoryService()
  4694.     {
  4695.         @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);
  4696.         return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  4697.     }
  4698.     /**
  4699.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  4700.      *
  4701.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  4702.      *
  4703.      * @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`.
  4704.      */
  4705.     protected function getFosRest_Routing_Loader_ProcessorService()
  4706.     {
  4707.         @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);
  4708.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  4709.     }
  4710.     /**
  4711.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  4712.      *
  4713.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  4714.      *
  4715.      * @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`.
  4716.      */
  4717.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  4718.     {
  4719.         @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);
  4720.         return 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->getFosRest_Inflector_DoctrineService(), true, ['jsonp' => false'json' => false'xml' => false'html' => true], true);
  4721.     }
  4722.     /**
  4723.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  4724.      *
  4725.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  4726.      *
  4727.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  4728.      */
  4729.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  4730.     {
  4731.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  4732.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4733.     }
  4734.     /**
  4735.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  4736.      *
  4737.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  4738.      *
  4739.      * @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`.
  4740.      */
  4741.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  4742.     {
  4743.         @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);
  4744.         return 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);
  4745.     }
  4746.     /**
  4747.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  4748.      *
  4749.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  4750.      *
  4751.      * @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`.
  4752.      */
  4753.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  4754.     {
  4755.         @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);
  4756.         return 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);
  4757.     }
  4758.     /**
  4759.      * Gets the private 'fos_rest.serializer.jms' shared service.
  4760.      *
  4761.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  4762.      */
  4763.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  4764.     {
  4765.         if ($lazyLoad) {
  4766.             return $this->privates['fos_rest.serializer.jms'] = $this->createProxy('JMSSerializerAdapter_a5dd94b', function () {
  4767.                 return \JMSSerializerAdapter_a5dd94b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4768.                     $wrappedInstance $this->getFosRest_Serializer_JmsService(false);
  4769.                     $proxy->setProxyInitializer(null);
  4770.                     return true;
  4771.                 });
  4772.             });
  4773.         }
  4774.         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())));
  4775.     }
  4776.     /**
  4777.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  4778.      *
  4779.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  4780.      */
  4781.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  4782.     {
  4783.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4784.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  4785.             'jms_serializer.array_collection_handler' => ['services''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  4786.             'jms_serializer.constraint_violation_handler' => ['services''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  4787.             'jms_serializer.datetime_handler' => ['services''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  4788.             'jms_serializer.php_collection_handler' => ['services''jms_serializer.php_collection_handler''getJmsSerializer_PhpCollectionHandlerService'false],
  4789.         ], [
  4790.             'fos_rest.serializer.form_error_handler' => '?',
  4791.             'jms_serializer.array_collection_handler' => '?',
  4792.             'jms_serializer.constraint_violation_handler' => '?',
  4793.             'jms_serializer.datetime_handler' => '?',
  4794.             'jms_serializer.php_collection_handler' => '?',
  4795.         ]), [=> ['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']]]]);
  4796.     }
  4797.     /**
  4798.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  4799.      *
  4800.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  4801.      */
  4802.     protected function getFosRest_Versioning_ExclusionListenerService()
  4803.     {
  4804.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  4805.     }
  4806.     /**
  4807.      * Gets the private 'fos_rest.versioning.listener' shared service.
  4808.      *
  4809.      * @return \FOS\RestBundle\EventListener\VersionListener
  4810.      */
  4811.     protected function getFosRest_Versioning_ListenerService()
  4812.     {
  4813.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  4814.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  4815.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  4816.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  4817.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($a'v1');
  4818.     }
  4819.     /**
  4820.      * Gets the private 'fos_rest.view_response_listener' shared service.
  4821.      *
  4822.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  4823.      */
  4824.     protected function getFosRest_ViewResponseListenerService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  4827.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  4828.     }
  4829.     /**
  4830.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  4831.      *
  4832.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  4833.      */
  4834.     protected function getFosUser_ChangePassword_Form_FactoryService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4838.         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']);
  4839.     }
  4840.     /**
  4841.      * Gets the private 'fos_user.change_password.form.type' shared service.
  4842.      *
  4843.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  4844.      */
  4845.     protected function getFosUser_ChangePassword_Form_TypeService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  4850.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('OceanExpertBundle\\Entity\\User');
  4851.     }
  4852.     /**
  4853.      * Gets the private 'fos_user.command.activate_user' shared service.
  4854.      *
  4855.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  4856.      */
  4857.     protected function getFosUser_Command_ActivateUserService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  4861.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4862.         $instance->setName('fos:user:activate');
  4863.         return $instance;
  4864.     }
  4865.     /**
  4866.      * Gets the private 'fos_user.command.change_password' shared service.
  4867.      *
  4868.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  4869.      */
  4870.     protected function getFosUser_Command_ChangePasswordService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  4874.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4875.         $instance->setName('fos:user:change-password');
  4876.         return $instance;
  4877.     }
  4878.     /**
  4879.      * Gets the private 'fos_user.command.create_user' shared service.
  4880.      *
  4881.      * @return \FOS\UserBundle\Command\CreateUserCommand
  4882.      */
  4883.     protected function getFosUser_Command_CreateUserService()
  4884.     {
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  4887.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4888.         $instance->setName('fos:user:create');
  4889.         return $instance;
  4890.     }
  4891.     /**
  4892.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  4893.      *
  4894.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  4895.      */
  4896.     protected function getFosUser_Command_DeactivateUserService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  4900.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4901.         $instance->setName('fos:user:deactivate');
  4902.         return $instance;
  4903.     }
  4904.     /**
  4905.      * Gets the private 'fos_user.command.demote_user' shared service.
  4906.      *
  4907.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  4908.      */
  4909.     protected function getFosUser_Command_DemoteUserService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  4914.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4915.         $instance->setName('fos:user:demote');
  4916.         return $instance;
  4917.     }
  4918.     /**
  4919.      * Gets the private 'fos_user.command.promote_user' shared service.
  4920.      *
  4921.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  4922.      */
  4923.     protected function getFosUser_Command_PromoteUserService()
  4924.     {
  4925.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  4928.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4929.         $instance->setName('fos:user:promote');
  4930.         return $instance;
  4931.     }
  4932.     /**
  4933.      * Gets the private 'fos_user.listener.authentication' shared service.
  4934.      *
  4935.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  4936.      */
  4937.     protected function getFosUser_Listener_AuthenticationService()
  4938.     {
  4939.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  4941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  4942.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  4943.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  4944.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(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), 'main');
  4945.     }
  4946.     /**
  4947.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  4948.      *
  4949.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  4950.      */
  4951.     protected function getFosUser_Listener_EmailConfirmationService()
  4952.     {
  4953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  4956.         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()));
  4957.     }
  4958.     /**
  4959.      * Gets the private 'fos_user.listener.flash' shared service.
  4960.      *
  4961.      * @return \FOS\UserBundle\EventListener\FlashListener
  4962.      */
  4963.     protected function getFosUser_Listener_FlashService()
  4964.     {
  4965.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  4966.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4967.     }
  4968.     /**
  4969.      * Gets the private 'fos_user.listener.resetting' shared service.
  4970.      *
  4971.      * @return \FOS\UserBundle\EventListener\ResettingListener
  4972.      */
  4973.     protected function getFosUser_Listener_ResettingService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  4976.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 1800);
  4977.     }
  4978.     /**
  4979.      * Gets the private 'fos_user.mailer.twig_swift' shared service.
  4980.      *
  4981.      * @return \FOS\UserBundle\Mailer\TwigSwiftMailer
  4982.      */
  4983.     protected function getFosUser_Mailer_TwigSwiftService()
  4984.     {
  4985.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/TwigSwiftMailer.php';
  4987.         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']]]);
  4988.     }
  4989.     /**
  4990.      * Gets the private 'fos_user.profile.form.type' shared service.
  4991.      *
  4992.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  4993.      */
  4994.     protected function getFosUser_Profile_Form_TypeService()
  4995.     {
  4996.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  4999.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('OceanExpertBundle\\Entity\\User');
  5000.     }
  5001.     /**
  5002.      * Gets the private 'fos_user.registration.form.factory' shared service.
  5003.      *
  5004.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  5005.      */
  5006.     protected function getFosUser_Registration_Form_FactoryService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  5010.         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']);
  5011.     }
  5012.     /**
  5013.      * Gets the private 'fos_user.registration.form.type' shared service.
  5014.      *
  5015.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  5016.      */
  5017.     protected function getFosUser_Registration_Form_TypeService()
  5018.     {
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  5022.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('OceanExpertBundle\\Entity\\User');
  5023.     }
  5024.     /**
  5025.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  5026.      *
  5027.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  5028.      */
  5029.     protected function getFosUser_Resetting_Form_FactoryService()
  5030.     {
  5031.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  5033.         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']);
  5034.     }
  5035.     /**
  5036.      * Gets the private 'fos_user.resetting.form.type' shared service.
  5037.      *
  5038.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  5039.      */
  5040.     protected function getFosUser_Resetting_Form_TypeService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  5045.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('OceanExpertBundle\\Entity\\User');
  5046.     }
  5047.     /**
  5048.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  5049.      *
  5050.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  5051.      */
  5052.     protected function getFosUser_Security_InteractiveLoginListenerService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  5055.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  5056.     }
  5057.     /**
  5058.      * Gets the private 'fos_user.user_listener' shared service.
  5059.      *
  5060.      * @return \FOS\UserBundle\Doctrine\UserListener
  5061.      */
  5062.     protected function getFosUser_UserListenerService()
  5063.     {
  5064.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  5066.         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()));
  5067.     }
  5068.     /**
  5069.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  5070.      *
  5071.      * @return \FOS\UserBundle\Security\EmailUserProvider
  5072.      */
  5073.     protected function getFosUser_UserProvider_UsernameEmailService()
  5074.     {
  5075.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserProviderInterface.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  5078.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  5079.     }
  5080.     /**
  5081.      * Gets the private 'fos_user.username_form_type' shared service.
  5082.      *
  5083.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  5084.      */
  5085.     protected function getFosUser_UsernameFormTypeService()
  5086.     {
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/DataTransformerInterface.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  5092.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  5093.     }
  5094.     /**
  5095.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  5096.      *
  5097.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  5098.      */
  5099.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  5100.     {
  5101.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  5102.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  5103.     }
  5104.     /**
  5105.      * Gets the private 'fos_user.util.password_updater' shared service.
  5106.      *
  5107.      * @return \FOS\UserBundle\Util\PasswordUpdater
  5108.      */
  5109.     protected function getFosUser_Util_PasswordUpdaterService()
  5110.     {
  5111.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  5113.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5114.     }
  5115.     /**
  5116.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  5117.      *
  5118.      * @return \FOS\UserBundle\Util\UserManipulator
  5119.      */
  5120.     protected function getFosUser_Util_UserManipulatorService()
  5121.     {
  5122.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  5123.         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())));
  5124.     }
  5125.     /**
  5126.      * Gets the private 'fragment.listener' shared service.
  5127.      *
  5128.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  5129.      */
  5130.     protected function getFragment_ListenerService()
  5131.     {
  5132.         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');
  5133.     }
  5134.     /**
  5135.      * Gets the private 'fragment.renderer.hinclude' shared service.
  5136.      *
  5137.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  5138.      */
  5139.     protected function getFragment_Renderer_HincludeService()
  5140.     {
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php';
  5144.         $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);
  5145.         $instance->setFragmentPath('/_fragment');
  5146.         return $instance;
  5147.     }
  5148.     /**
  5149.      * Gets the private 'fragment.renderer.inline' shared service.
  5150.      *
  5151.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5152.      */
  5153.     protected function getFragment_Renderer_InlineService()
  5154.     {
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php';
  5158.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5159.         $instance->setFragmentPath('/_fragment');
  5160.         return $instance;
  5161.     }
  5162.     /**
  5163.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  5164.      *
  5165.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  5166.      */
  5167.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  5168.     {
  5169.         return $this->privates['jms_serializer.accessor_strategy.expression'] = new \JMS\Serializer\Accessor\ExpressionAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()), new \JMS\Serializer\Accessor\DefaultAccessorStrategy());
  5170.     }
  5171.     /**
  5172.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  5173.      *
  5174.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  5175.      */
  5176.     protected function getJmsSerializer_CacheNamingStrategyService()
  5177.     {
  5178.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true)));
  5179.     }
  5180.     /**
  5181.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  5182.      *
  5183.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  5184.      */
  5185.     protected function getJmsSerializer_ExpressionEvaluatorService()
  5186.     {
  5187.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  5188.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  5189.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  5190.     }
  5191.     /**
  5192.      * Gets the private 'jwt_token_authenticator' shared autowired service.
  5193.      *
  5194.      * @return \OceanExpertBundle\Security\JwtTokenAuthenticator
  5195.      */
  5196.     protected function getJwtTokenAuthenticatorService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AuthenticatorInterface.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php';
  5201.         include_once \dirname(__DIR__4).'/src/OceanExpertBundle/Security/JwtTokenAuthenticator.php';
  5202.         return $this->privates['jwt_token_authenticator'] = new \OceanExpertBundle\Security\JwtTokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5203.     }
  5204.     /**
  5205.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  5206.      *
  5207.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  5208.      */
  5209.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  5210.     {
  5211.         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]);
  5212.     }
  5213.     /**
  5214.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  5215.      *
  5216.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  5217.      */
  5218.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  5219.     {
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  5222.         $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');
  5223.         $instance->setName('lexik:jwt:check-config');
  5224.         return $instance;
  5225.     }
  5226.     /**
  5227.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  5228.      *
  5229.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  5230.      */
  5231.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5234.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  5235.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php';
  5236.         $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');
  5237.         $instance->setName('lexik:jwt:generate-keypair');
  5238.         return $instance;
  5239.     }
  5240.     /**
  5241.      * Gets the private 'locale_aware_listener' shared service.
  5242.      *
  5243.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  5244.      */
  5245.     protected function getLocaleAwareListenerService()
  5246.     {
  5247.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  5248.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  5249.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5250.     }
  5251.     /**
  5252.      * Gets the private 'locale_listener' shared service.
  5253.      *
  5254.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  5255.      */
  5256.     protected function getLocaleListenerService()
  5257.     {
  5258.         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()));
  5259.     }
  5260.     /**
  5261.      * Gets the private 'monolog.command.server_log' shared service.
  5262.      *
  5263.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5264.      */
  5265.     protected function getMonolog_Command_ServerLogService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php';
  5269.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5270.         $instance->setName('server:log');
  5271.         return $instance;
  5272.     }
  5273.     /**
  5274.      * Gets the private 'monolog.handler.console' shared service.
  5275.      *
  5276.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5277.      */
  5278.     protected function getMonolog_Handler_ConsoleService()
  5279.     {
  5280.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5281.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5282.         return $instance;
  5283.     }
  5284.     /**
  5285.      * Gets the private 'monolog.handler.main' shared service.
  5286.      *
  5287.      * @return \Monolog\Handler\StreamHandler
  5288.      */
  5289.     protected function getMonolog_Handler_MainService()
  5290.     {
  5291.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5292.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  5293.         return $instance;
  5294.     }
  5295.     /**
  5296.      * Gets the private 'monolog.logger' shared service.
  5297.      *
  5298.      * @return \Symfony\Bridge\Monolog\Logger
  5299.      */
  5300.     protected function getMonolog_LoggerService()
  5301.     {
  5302.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5303.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5304.         $instance->useMicrosecondTimestamps(true);
  5305.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5306.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5307.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5308.         return $instance;
  5309.     }
  5310.     /**
  5311.      * Gets the private 'monolog.logger.cache' shared service.
  5312.      *
  5313.      * @return \Symfony\Bridge\Monolog\Logger
  5314.      */
  5315.     protected function getMonolog_Logger_CacheService()
  5316.     {
  5317.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5318.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5319.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5320.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5321.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5322.         return $instance;
  5323.     }
  5324.     /**
  5325.      * Gets the private 'monolog.logger.request' shared service.
  5326.      *
  5327.      * @return \Symfony\Bridge\Monolog\Logger
  5328.      */
  5329.     protected function getMonolog_Logger_RequestService()
  5330.     {
  5331.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5332.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5333.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5334.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5335.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5336.         return $instance;
  5337.     }
  5338.     /**
  5339.      * Gets the private 'monolog.logger.security' shared service.
  5340.      *
  5341.      * @return \Symfony\Bridge\Monolog\Logger
  5342.      */
  5343.     protected function getMonolog_Logger_SecurityService()
  5344.     {
  5345.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5346.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5347.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5348.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5349.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5350.         return $instance;
  5351.     }
  5352.     /**
  5353.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  5354.      *
  5355.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  5356.      */
  5357.     protected function getNelmioCors_CorsListenerService()
  5358.     {
  5359.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  5360.     }
  5361.     /**
  5362.      * Gets the private 'profiler_listener' shared service.
  5363.      *
  5364.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5365.      */
  5366.     protected function getProfilerListenerService()
  5367.     {
  5368.         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);
  5369.     }
  5370.     /**
  5371.      * Gets the private 'property_accessor' shared service.
  5372.      *
  5373.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5374.      */
  5375.     protected function getPropertyAccessorService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php';
  5379.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5380.     }
  5381.     /**
  5382.      * Gets the private 'router.cache_warmer' shared service.
  5383.      *
  5384.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5385.      */
  5386.     protected function getRouter_CacheWarmerService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php';
  5390.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5391.             'router' => ['services''router''getRouterService'false],
  5392.         ], [
  5393.             'router' => '?',
  5394.         ]))->withContext('router.cache_warmer'$this));
  5395.     }
  5396.     /**
  5397.      * Gets the private 'router.request_context' shared service.
  5398.      *
  5399.      * @return \Symfony\Component\Routing\RequestContext
  5400.      */
  5401.     protected function getRouter_RequestContextService()
  5402.     {
  5403.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('https://dev.oceanexpert.org''GET''dev.oceanexpert.org''https'80443);
  5404.     }
  5405.     /**
  5406.      * Gets the private 'router_listener' shared service.
  5407.      *
  5408.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5409.      */
  5410.     protected function getRouterListenerService()
  5411.     {
  5412.         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);
  5413.     }
  5414.     /**
  5415.      * Gets the private 'security.access_listener' shared service.
  5416.      *
  5417.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5418.      */
  5419.     protected function getSecurity_AccessListenerService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AccessListener.php';
  5425.         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()));
  5426.     }
  5427.     /**
  5428.      * Gets the private 'security.access_map' shared service.
  5429.      *
  5430.      * @return \Symfony\Component\Security\Http\AccessMap
  5431.      */
  5432.     protected function getSecurity_AccessMapService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMapInterface.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/AccessMap.php';
  5436.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5437.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5438.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5439.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5440.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_USER'], NULL);
  5441.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/group'), [=> 'ROLE_USER'], NULL);
  5442.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/groups'), [=> 'ROLE_USER'], NULL);
  5443.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profile/edit'), [=> 'ROLE_USER'], NULL);
  5444.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5445.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5446.         return $instance;
  5447.     }
  5448.     /**
  5449.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  5450.      *
  5451.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5452.      */
  5453.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  5454.     {
  5455.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  5459.         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()));
  5460.     }
  5461.     /**
  5462.      * Gets the private 'security.authentication.listener.anonymous.api_login' shared service.
  5463.      *
  5464.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5465.      */
  5466.     protected function getSecurity_Authentication_Listener_Anonymous_ApiLoginService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  5472.         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()));
  5473.     }
  5474.     /**
  5475.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5476.      *
  5477.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5478.      */
  5479.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php';
  5485.         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()));
  5486.     }
  5487.     /**
  5488.      * Gets the private 'security.authentication.listener.form.api_login' shared service.
  5489.      *
  5490.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5491.      */
  5492.     protected function getSecurity_Authentication_Listener_Form_ApiLoginService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  5504.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5505.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5506.         $b->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  5507.         $b->setProviderKey('api_login');
  5508.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5509.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5510.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5511.         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()), $a'api_login'$b$d, ['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], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  5512.     }
  5513.     /**
  5514.      * Gets the private 'security.authentication.listener.form.main' shared service.
  5515.      *
  5516.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5517.      */
  5518.     protected function getSecurity_Authentication_Listener_Form_MainService()
  5519.     {
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php';
  5530.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5531.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5532.         $b->setOptions(['use_referer' => true'always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path']);
  5533.         $b->setProviderKey('main');
  5534.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5535.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5536.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5537.         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()), $a'main'$b$d, ['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], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5538.     }
  5539.     /**
  5540.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  5541.      *
  5542.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5543.      */
  5544.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  5545.     {
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php';
  5551.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'api_login'=> 'api']);
  5552.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  5553.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  5554.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  5555.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  5556.     }
  5557.     /**
  5558.      * Gets the private 'security.authentication.manager' shared service.
  5559.      *
  5560.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5561.      */
  5562.     protected function getSecurity_Authentication_ManagerService()
  5563.     {
  5564.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5565.             yield => ($this->privates['security.authentication.provider.dao.api_login'] ?? $this->getSecurity_Authentication_Provider_Dao_ApiLoginService());
  5566.             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'))));
  5567.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  5568.             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'))));
  5569.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  5570.             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'))));
  5571.         }, 6), true);
  5572.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the private 'security.authentication.provider.dao.api_login' shared service.
  5577.      *
  5578.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5579.      */
  5580.     protected function getSecurity_Authentication_Provider_Dao_ApiLoginService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  5587.         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);
  5588.     }
  5589.     /**
  5590.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  5591.      *
  5592.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5593.      */
  5594.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  5595.     {
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php';
  5598.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php';
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  5601.         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);
  5602.     }
  5603.     /**
  5604.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  5605.      *
  5606.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5607.      */
  5608.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  5609.     {
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php';
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  5614.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5615.             yield => ($this->privates['jwt_token_authenticator'] ?? $this->getJwtTokenAuthenticatorService());
  5616.         }, 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()));
  5617.     }
  5618.     /**
  5619.      * Gets the private 'security.authentication.session_strategy' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  5622.      */
  5623.     protected function getSecurity_Authentication_SessionStrategyService()
  5624.     {
  5625.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php';
  5626.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php';
  5627.         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()));
  5628.     }
  5629.     /**
  5630.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  5631.      *
  5632.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  5633.      */
  5634.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php';
  5642.         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);
  5643.     }
  5644.     /**
  5645.      * Gets the private 'security.channel_listener' shared service.
  5646.      *
  5647.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5648.      */
  5649.     protected function getSecurity_ChannelListenerService()
  5650.     {
  5651.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5657.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5658.     }
  5659.     /**
  5660.      * Gets the private 'security.command.user_password_encoder' shared service.
  5661.      *
  5662.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5663.      */
  5664.     protected function getSecurity_Command_UserPasswordEncoderService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php';
  5668.         $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']);
  5669.         $instance->setName('security:encode-password');
  5670.         return $instance;
  5671.     }
  5672.     /**
  5673.      * Gets the private 'security.context_listener.0' shared service.
  5674.      *
  5675.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5676.      */
  5677.     protected function getSecurity_ContextListener_0Service()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php';
  5683.         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 () {
  5684.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  5685.         }, 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']);
  5686.     }
  5687.     /**
  5688.      * Gets the private 'security.csrf.token_storage' shared service.
  5689.      *
  5690.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5691.      */
  5692.     protected function getSecurity_Csrf_TokenStorageService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php';
  5697.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5698.     }
  5699.     /**
  5700.      * Gets the private 'security.encoder_factory.generic' shared service.
  5701.      *
  5702.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5703.      */
  5704.     protected function getSecurity_EncoderFactory_GenericService()
  5705.     {
  5706.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php';
  5707.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php';
  5708.         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']]]);
  5709.     }
  5710.     /**
  5711.      * Gets the private 'security.firewall.map' shared service.
  5712.      *
  5713.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5714.      */
  5715.     protected function getSecurity_Firewall_MapService()
  5716.     {
  5717.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5718.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5719.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'false],
  5720.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5721.         ], [
  5722.             'security.firewall.map.context.api' => '?',
  5723.             'security.firewall.map.context.api_login' => '?',
  5724.             'security.firewall.map.context.main' => '?',
  5725.         ]), new RewindableGenerator(function () {
  5726.             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')));
  5727.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  5728.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  5729.         }, 3));
  5730.     }
  5731.     /**
  5732.      * Gets the private 'security.firewall.map.context.api' shared service.
  5733.      *
  5734.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5735.      */
  5736.     protected function getSecurity_Firewall_Map_Context_ApiService()
  5737.     {
  5738.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  5742.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5743.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5744.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  5745.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  5746.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5747.         }, 4), 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), NULL, 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));
  5748.     }
  5749.     /**
  5750.      * Gets the private 'security.firewall.map.context.api_login' shared service.
  5751.      *
  5752.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5753.      */
  5754.     protected function getSecurity_Firewall_Map_Context_ApiLoginService()
  5755.     {
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  5762.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5763.         return $this->privates['security.firewall.map.context.api_login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5764.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5765.             yield => ($this->privates['security.authentication.listener.form.api_login'] ?? $this->getSecurity_Authentication_Listener_Form_ApiLoginService());
  5766.             yield => ($this->privates['security.authentication.listener.anonymous.api_login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiLoginService());
  5767.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5768.         }, 4), 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))), $a'api_login', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, 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));
  5769.     }
  5770.     /**
  5771.      * Gets the private 'security.firewall.map.context.main' shared service.
  5772.      *
  5773.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5774.      */
  5775.     protected function getSecurity_Firewall_Map_Context_MainService()
  5776.     {
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ListenerInterface.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LegacyListenerTrait.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/CsrfTokenClearingLogoutHandler.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php';
  5792.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5793.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5794.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  5795.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5796.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5797.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5798.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5799.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5800.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  5801.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5802.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  5803.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5804.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, 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]));
  5805.     }
  5806.     /**
  5807.      * Gets the private 'security.http_utils' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\Security\Http\HttpUtils
  5810.      */
  5811.     protected function getSecurity_HttpUtilsService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Http/HttpUtils.php';
  5814.         $a = ($this->services['router'] ?? $this->getRouterService());
  5815.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  5816.     }
  5817.     /**
  5818.      * Gets the private 'security.logout_url_generator' shared service.
  5819.      *
  5820.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5821.      */
  5822.     protected function getSecurity_LogoutUrlGeneratorService()
  5823.     {
  5824.         $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()));
  5825.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  5826.         return $instance;
  5827.     }
  5828.     /**
  5829.      * Gets the private 'security.role_hierarchy' shared service.
  5830.      *
  5831.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5832.      */
  5833.     protected function getSecurity_RoleHierarchyService()
  5834.     {
  5835.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5836.     }
  5837.     /**
  5838.      * Gets the private 'security.validator.user_password' shared service.
  5839.      *
  5840.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5841.      */
  5842.     protected function getSecurity_Validator_UserPasswordService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php';
  5847.         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()));
  5848.     }
  5849.     /**
  5850.      * Gets the private 'session_listener' shared service.
  5851.      *
  5852.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5853.      */
  5854.     protected function getSessionListenerService()
  5855.     {
  5856.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5857.             'initialized_session' => ['services''session'NULLfalse],
  5858.             'session' => ['services''session''getSessionService'false],
  5859.         ], [
  5860.             'initialized_session' => '?',
  5861.             'session' => '?',
  5862.         ]));
  5863.     }
  5864.     /**
  5865.      * Gets the private 'swiftmailer.command.debug' shared service.
  5866.      *
  5867.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  5868.      */
  5869.     protected function getSwiftmailer_Command_DebugService()
  5870.     {
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  5874.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  5875.         $instance->setName('debug:swiftmailer');
  5876.         return $instance;
  5877.     }
  5878.     /**
  5879.      * Gets the private 'swiftmailer.command.new_email' shared service.
  5880.      *
  5881.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  5882.      */
  5883.     protected function getSwiftmailer_Command_NewEmailService()
  5884.     {
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  5888.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  5889.         $instance->setName('swiftmailer:email:send');
  5890.         return $instance;
  5891.     }
  5892.     /**
  5893.      * Gets the private 'swiftmailer.command.send_email' shared service.
  5894.      *
  5895.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  5896.      */
  5897.     protected function getSwiftmailer_Command_SendEmailService()
  5898.     {
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  5902.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  5903.         $instance->setName('swiftmailer:spool:send');
  5904.         return $instance;
  5905.     }
  5906.     /**
  5907.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  5908.      *
  5909.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  5910.      */
  5911.     protected function getSwiftmailer_EmailSender_ListenerService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  5914.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5915.     }
  5916.     /**
  5917.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  5918.      *
  5919.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  5920.      *
  5921.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5922.      */
  5923.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  5924.     {
  5925.         @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);
  5926.         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()));
  5927.     }
  5928.     /**
  5929.      * Gets the private 'templating.finder' shared service.
  5930.      *
  5931.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  5932.      *
  5933.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5934.      */
  5935.     protected function getTemplating_FinderService()
  5936.     {
  5937.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Templating/TemplateNameParserInterface.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/TemplateFilenameParser.php';
  5940.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/app/Resources'));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'templating.locator' shared service.
  5944.      *
  5945.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  5946.      *
  5947.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5948.      */
  5949.     protected function getTemplating_LocatorService()
  5950.     {
  5951.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5952.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  5953.     }
  5954.     /**
  5955.      * Gets the private 'templating.name_parser' shared service.
  5956.      *
  5957.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  5958.      *
  5959.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  5960.      */
  5961.     protected function getTemplating_NameParserService()
  5962.     {
  5963.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  5964.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  5965.     }
  5966.     /**
  5967.      * Gets the private 'translation.extractor' shared service.
  5968.      *
  5969.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5970.      */
  5971.     protected function getTranslation_ExtractorService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/ChainExtractor.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Extractor/PhpExtractor.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php';
  5978.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5979.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5980.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5981.         return $instance;
  5982.     }
  5983.     /**
  5984.      * Gets the private 'translation.loader.csv' shared service.
  5985.      *
  5986.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5987.      */
  5988.     protected function getTranslation_Loader_CsvService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  5994.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5995.     }
  5996.     /**
  5997.      * Gets the private 'translation.loader.dat' shared service.
  5998.      *
  5999.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6000.      */
  6001.     protected function getTranslation_Loader_DatService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  6006.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6007.     }
  6008.     /**
  6009.      * Gets the private 'translation.loader.ini' shared service.
  6010.      *
  6011.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6012.      */
  6013.     protected function getTranslation_Loader_IniService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  6019.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6020.     }
  6021.     /**
  6022.      * Gets the private 'translation.loader.json' shared service.
  6023.      *
  6024.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6025.      */
  6026.     protected function getTranslation_Loader_JsonService()
  6027.     {
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  6032.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6033.     }
  6034.     /**
  6035.      * Gets the private 'translation.loader.mo' shared service.
  6036.      *
  6037.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6038.      */
  6039.     protected function getTranslation_Loader_MoService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  6045.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6046.     }
  6047.     /**
  6048.      * Gets the private 'translation.loader.php' shared service.
  6049.      *
  6050.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6051.      */
  6052.     protected function getTranslation_Loader_PhpService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  6058.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6059.     }
  6060.     /**
  6061.      * Gets the private 'translation.loader.po' shared service.
  6062.      *
  6063.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6064.      */
  6065.     protected function getTranslation_Loader_PoService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  6071.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6072.     }
  6073.     /**
  6074.      * Gets the private 'translation.loader.qt' shared service.
  6075.      *
  6076.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6077.      */
  6078.     protected function getTranslation_Loader_QtService()
  6079.     {
  6080.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  6082.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6083.     }
  6084.     /**
  6085.      * Gets the private 'translation.loader.res' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6088.      */
  6089.     protected function getTranslation_Loader_ResService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  6093.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6094.     }
  6095.     /**
  6096.      * Gets the private 'translation.loader.xliff' shared service.
  6097.      *
  6098.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6099.      */
  6100.     protected function getTranslation_Loader_XliffService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  6104.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6105.     }
  6106.     /**
  6107.      * Gets the private 'translation.loader.yml' shared service.
  6108.      *
  6109.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6110.      */
  6111.     protected function getTranslation_Loader_YmlService()
  6112.     {
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  6117.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6118.     }
  6119.     /**
  6120.      * Gets the private 'translation.reader' shared service.
  6121.      *
  6122.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6123.      */
  6124.     protected function getTranslation_ReaderService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReaderInterface.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Reader/TranslationReader.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/ArrayLoader.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/FileLoader.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PhpFileLoader.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/YamlFileLoader.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/PoFileLoader.php';
  6135.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/MoFileLoader.php';
  6136.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/QtFileLoader.php';
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/CsvFileLoader.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/IniFileLoader.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/JsonFileLoader.php';
  6142.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6143.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6144.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6145.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6146.         $instance->addLoader('yaml'$a);
  6147.         $instance->addLoader('yml'$a);
  6148.         $instance->addLoader('xlf'$b);
  6149.         $instance->addLoader('xliff'$b);
  6150.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6151.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6152.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6153.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6154.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6155.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6156.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6157.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6158.         return $instance;
  6159.     }
  6160.     /**
  6161.      * Gets the private 'translation.warmer' shared service.
  6162.      *
  6163.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6164.      */
  6165.     protected function getTranslation_WarmerService()
  6166.     {
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php';
  6169.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6170.             'translator' => ['services''translator''getTranslatorService'false],
  6171.         ], [
  6172.             'translator' => '?',
  6173.         ]))->withContext('translation.warmer'$this));
  6174.     }
  6175.     /**
  6176.      * Gets the private 'translator.default' shared service.
  6177.      *
  6178.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6179.      */
  6180.     protected function getTranslator_DefaultService()
  6181.     {
  6182.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6183.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6184.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6185.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6186.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6187.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6188.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6189.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6190.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6191.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6192.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6193.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6194.         ], [
  6195.             'translation.loader.csv' => '?',
  6196.             'translation.loader.dat' => '?',
  6197.             'translation.loader.ini' => '?',
  6198.             'translation.loader.json' => '?',
  6199.             'translation.loader.mo' => '?',
  6200.             'translation.loader.php' => '?',
  6201.             'translation.loader.po' => '?',
  6202.             'translation.loader.qt' => '?',
  6203.             'translation.loader.res' => '?',
  6204.             'translation.loader.xliff' => '?',
  6205.             'translation.loader.yml' => '?',
  6206.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $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).'/translations'), 42 => (\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 => 'translations'42 => 'app/Resources/translations']]]);
  6207.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6208.         $instance->setFallbackLocales([=> $this->getEnv('APP_LOCALE')]);
  6209.         return $instance;
  6210.     }
  6211.     /**
  6212.      * Gets the private 'twig.cache_warmer' shared service.
  6213.      *
  6214.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  6215.      *
  6216.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  6217.      */
  6218.     protected function getTwig_CacheWarmerService()
  6219.     {
  6220.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  6221.         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]);
  6222.     }
  6223.     /**
  6224.      * Gets the private 'twig.command.debug' shared service.
  6225.      *
  6226.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6227.      */
  6228.     protected function getTwig_Command_DebugService()
  6229.     {
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/DebugCommand.php';
  6232.         $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'));
  6233.         $instance->setName('debug:twig');
  6234.         return $instance;
  6235.     }
  6236.     /**
  6237.      * Gets the private 'twig.command.lint' shared service.
  6238.      *
  6239.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6240.      */
  6241.     protected function getTwig_Command_LintService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Command/LintCommand.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php';
  6246.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6247.         $instance->setName('lint:twig');
  6248.         return $instance;
  6249.     }
  6250.     /**
  6251.      * Gets the private 'twig.form.engine' shared service.
  6252.      *
  6253.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6254.      */
  6255.     protected function getTwig_Form_EngineService()
  6256.     {
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererEngineInterface.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/AbstractRendererEngine.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php';
  6260.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  6261.     }
  6262.     /**
  6263.      * Gets the private 'twig.form.renderer' shared service.
  6264.      *
  6265.      * @return \Symfony\Component\Form\FormRenderer
  6266.      */
  6267.     protected function getTwig_Form_RendererService()
  6268.     {
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRendererInterface.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Form/FormRenderer.php';
  6271.         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()));
  6272.     }
  6273.     /**
  6274.      * Gets the private 'twig.mailer.message_listener' shared service.
  6275.      *
  6276.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6277.      */
  6278.     protected function getTwig_Mailer_MessageListenerService()
  6279.     {
  6280.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mailer/EventListener/MessageListener.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Mime/BodyRendererInterface.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php';
  6283.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6284.     }
  6285.     /**
  6286.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6287.      *
  6288.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6289.      */
  6290.     protected function getTwig_Runtime_HttpkernelService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6295.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6296.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  6297.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6298.         ], [
  6299.             'hinclude' => '?',
  6300.             'inline' => '?',
  6301.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6302.     }
  6303.     /**
  6304.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6305.      *
  6306.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6307.      */
  6308.     protected function getTwig_Runtime_SecurityCsrfService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/CsrfRuntime.php';
  6311.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6312.     }
  6313.     /**
  6314.      * Gets the private 'twig.template_cache_warmer' shared service.
  6315.      *
  6316.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6317.      */
  6318.     protected function getTwig_TemplateCacheWarmerService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/TemplateIterator.php';
  6324.         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), 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')));
  6325.     }
  6326.     /**
  6327.      * Gets the private 'validator.builder' shared service.
  6328.      *
  6329.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6330.      */
  6331.     protected function getValidator_BuilderService()
  6332.     {
  6333.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6334.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6335.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6336.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6337.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6338.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6339.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6340.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6341.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6342.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6343.         ], [
  6344.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6345.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6346.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6347.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6348.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6349.             'doctrine.orm.validator.unique' => '?',
  6350.             'security.validator.user_password' => '?',
  6351.             'validator.expression' => '?',
  6352.         ])));
  6353.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6354.         $instance->setTranslationDomain('validators');
  6355.         $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')]);
  6356.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6357.         $instance->addMethodMapping('loadValidatorMetadata');
  6358.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  6359.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6360.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  6361.         return $instance;
  6362.     }
  6363.     /**
  6364.      * Gets the private 'validator.email' shared service.
  6365.      *
  6366.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6367.      */
  6368.     protected function getValidator_EmailService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/EmailValidator.php';
  6373.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  6374.     }
  6375.     /**
  6376.      * Gets the private 'validator.expression' shared service.
  6377.      *
  6378.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6379.      */
  6380.     protected function getValidator_ExpressionService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php';
  6385.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6386.     }
  6387.     /**
  6388.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6389.      *
  6390.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6391.      */
  6392.     protected function getValidator_Mapping_CacheWarmerService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php';
  6397.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6398.     }
  6399.     /**
  6400.      * Gets the private 'validator.not_compromised_password' shared service.
  6401.      *
  6402.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6403.      */
  6404.     protected function getValidator_NotCompromisedPasswordService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidatorInterface.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/ConstraintValidator.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php';
  6409.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  6410.     }
  6411.     /**
  6412.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6413.      *
  6414.      * @return \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand
  6415.      */
  6416.     protected function getVarDumper_Command_ServerDumpService()
  6417.     {
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Server/DumpServer.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php';
  6424.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6425.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6426.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6427.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6428.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6429.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand(new \Symfony\Component\VarDumper\Server\DumpServer(''$a), ['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()))]);
  6430.         $instance->setName('server:dump');
  6431.         return $instance;
  6432.     }
  6433.     /**
  6434.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6435.      *
  6436.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6437.      */
  6438.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6439.     {
  6440.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6441.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6442.         return $instance;
  6443.     }
  6444.     /**
  6445.      * Gets the private 'var_dumper.html_dumper' shared service.
  6446.      *
  6447.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6448.      */
  6449.     protected function getVarDumper_HtmlDumperService()
  6450.     {
  6451.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6452.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6453.         return $instance;
  6454.     }
  6455.     /**
  6456.      * Gets the private 'web_profiler.csp.handler' shared service.
  6457.      *
  6458.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6459.      */
  6460.     protected function getWebProfiler_Csp_HandlerService()
  6461.     {
  6462.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6463.     }
  6464.     /**
  6465.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6466.      *
  6467.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6468.      */
  6469.     protected function getWebProfiler_DebugToolbarService()
  6470.     {
  6471.         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()));
  6472.     }
  6473.     /**
  6474.      * @return array|bool|float|int|string|\UnitEnum|null
  6475.      */
  6476.     public function getParameter($name)
  6477.     {
  6478.         $name = (string) $name;
  6479.         if (isset($this->buildParameters[$name])) {
  6480.             return $this->buildParameters[$name];
  6481.         }
  6482.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6483.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6484.         }
  6485.         if (isset($this->loadedDynamicParameters[$name])) {
  6486.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6487.         }
  6488.         return $this->parameters[$name];
  6489.     }
  6490.     public function hasParameter($name): bool
  6491.     {
  6492.         $name = (string) $name;
  6493.         if (isset($this->buildParameters[$name])) {
  6494.             return true;
  6495.         }
  6496.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6497.     }
  6498.     public function setParameter($name$value): void
  6499.     {
  6500.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6501.     }
  6502.     public function getParameterBag(): ParameterBagInterface
  6503.     {
  6504.         if (null === $this->parameterBag) {
  6505.             $parameters $this->parameters;
  6506.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6507.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6508.             }
  6509.             foreach ($this->buildParameters as $name => $value) {
  6510.                 $parameters[$name] = $value;
  6511.             }
  6512.             $this->parameterBag = new FrozenParameterBag($parameters);
  6513.         }
  6514.         return $this->parameterBag;
  6515.     }
  6516.     private $loadedDynamicParameters = [
  6517.         'kernel.cache_dir' => false,
  6518.         'kernel.secret' => false,
  6519.         'kernel.default_locale' => false,
  6520.         'session.save_path' => false,
  6521.         'validator.mapping.cache.file' => false,
  6522.         'profiler.storage.dsn' => false,
  6523.         'debug.container.dump' => false,
  6524.         'doctrine.orm.proxy_dir' => false,
  6525.         'lexik_jwt_authentication.pass_phrase' => false,
  6526.     ];
  6527.     private $dynamicParameters = [];
  6528.     private function getDynamicParameter(string $name)
  6529.     {
  6530.         switch ($name) {
  6531.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6532.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6533.             case 'kernel.default_locale'$value $this->getEnv('APP_LOCALE'); break;
  6534.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6535.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6536.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6537.             case 'debug.container.dump'$value = ($this->targetDir.''.'/appAppKernelDevDebugContainer.xml'); break;
  6538.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6539.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  6540.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6541.         }
  6542.         $this->loadedDynamicParameters[$name] = true;
  6543.         return $this->dynamicParameters[$name] = $value;
  6544.     }
  6545.     protected function getDefaultParameters(): array
  6546.     {
  6547.         return [
  6548.             'kernel.root_dir' => (\dirname(__DIR__4).'/app'),
  6549.             'kernel.project_dir' => \dirname(__DIR__4),
  6550.             'kernel.environment' => 'dev',
  6551.             'kernel.debug' => true,
  6552.             'kernel.name' => 'app',
  6553.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6554.             'kernel.bundles' => [
  6555.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6556.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6557.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6558.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6559.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  6560.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6561.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6562.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6563.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  6564.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  6565.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6566.                 'OceanExpertBundle' => 'OceanExpertBundle\\OceanExpertBundle',
  6567.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  6568.                 'AccordMandrillSwiftMailerBundle' => 'Accord\\MandrillSwiftMailerBundle\\AccordMandrillSwiftMailerBundle',
  6569.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6570.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6571.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  6572.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  6573.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6574.             ],
  6575.             'kernel.bundles_metadata' => [
  6576.                 'FrameworkBundle' => [
  6577.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle'),
  6578.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6579.                 ],
  6580.                 'SecurityBundle' => [
  6581.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle'),
  6582.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6583.                 ],
  6584.                 'TwigBundle' => [
  6585.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle'),
  6586.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6587.                 ],
  6588.                 'MonologBundle' => [
  6589.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6590.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6591.                 ],
  6592.                 'SwiftmailerBundle' => [
  6593.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  6594.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  6595.                 ],
  6596.                 'DoctrineBundle' => [
  6597.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6598.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6599.                 ],
  6600.                 'SensioFrameworkExtraBundle' => [
  6601.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle'),
  6602.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6603.                 ],
  6604.                 'FOSRestBundle' => [
  6605.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  6606.                     'namespace' => 'FOS\\RestBundle',
  6607.                 ],
  6608.                 'JMSSerializerBundle' => [
  6609.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  6610.                     'namespace' => 'JMS\\SerializerBundle',
  6611.                 ],
  6612.                 'FOSUserBundle' => [
  6613.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  6614.                     'namespace' => 'FOS\\UserBundle',
  6615.                 ],
  6616.                 'KnpPaginatorBundle' => [
  6617.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6618.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6619.                 ],
  6620.                 'OceanExpertBundle' => [
  6621.                     'path' => (\dirname(__DIR__4).'/src/OceanExpertBundle'),
  6622.                     'namespace' => 'OceanExpertBundle',
  6623.                 ],
  6624.                 'NelmioCorsBundle' => [
  6625.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  6626.                     'namespace' => 'Nelmio\\CorsBundle',
  6627.                 ],
  6628.                 'AccordMandrillSwiftMailerBundle' => [
  6629.                     'path' => (\dirname(__DIR__4).'/vendor/accord/mandrill-swiftmailer-bundle/Accord/MandrillSwiftMailerBundle'),
  6630.                     'namespace' => 'Accord\\MandrillSwiftMailerBundle',
  6631.                 ],
  6632.                 'DebugBundle' => [
  6633.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle'),
  6634.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6635.                 ],
  6636.                 'WebProfilerBundle' => [
  6637.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle'),
  6638.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6639.                 ],
  6640.                 'DoctrineCacheBundle' => [
  6641.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  6642.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  6643.                 ],
  6644.                 'FOSJsRoutingBundle' => [
  6645.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  6646.                     'namespace' => 'FOS\\JsRoutingBundle',
  6647.                 ],
  6648.                 'LexikJWTAuthenticationBundle' => [
  6649.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6650.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6651.                 ],
  6652.             ],
  6653.             'kernel.charset' => 'UTF-8',
  6654.             'kernel.container_class' => 'appAppKernelDevDebugContainer',
  6655.             'container.dumper.inline_class_loader' => true,
  6656.             'container.dumper.inline_factories' => true,
  6657.             'router.request_context.host' => 'dev.oceanexpert.org',
  6658.             'router.request_context.scheme' => 'https',
  6659.             'router.request_context.base_url' => 'https://dev.oceanexpert.org',
  6660.             'asset.request_context.secure' => true,
  6661.             'event_dispatcher.event_aliases' => [
  6662.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6663.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6664.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6665.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6666.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6667.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6668.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6669.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6670.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6671.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6672.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6673.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6674.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6675.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6676.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6677.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6678.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6679.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6680.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6681.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6682.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6683.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6684.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6685.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6686.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6687.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6688.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6689.             ],
  6690.             'fragment.renderer.hinclude.global_template' => NULL,
  6691.             'fragment.path' => '/_fragment',
  6692.             'kernel.http_method_override' => true,
  6693.             'kernel.trusted_hosts' => [
  6694.             ],
  6695.             'kernel.error_controller' => 'error_controller',
  6696.             'templating.helper.code.file_link_format' => NULL,
  6697.             'debug.file_link_format' => NULL,
  6698.             'session.metadata.storage_key' => '_sf2_meta',
  6699.             'session.storage.options' => [
  6700.                 'cache_limiter' => '0',
  6701.                 'cookie_httponly' => true,
  6702.                 'gc_probability' => 1,
  6703.             ],
  6704.             'session.metadata.update_threshold' => 0,
  6705.             'form.type_extension.csrf.enabled' => true,
  6706.             'form.type_extension.csrf.field_name' => '_token',
  6707.             'asset.request_context.base_path' => '',
  6708.             'templating.loader.cache.path' => NULL,
  6709.             'templating.engines' => [
  6710.                 => 'twig',
  6711.             ],
  6712.             'validator.translation_domain' => 'validators',
  6713.             'translator.logging' => false,
  6714.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6715.             'profiler_listener.only_exceptions' => false,
  6716.             'profiler_listener.only_master_requests' => false,
  6717.             'debug.error_handler.throw_at' => -1,
  6718.             'router.resource' => 'kernel::loadRoutes',
  6719.             'router.cache_class_prefix' => 'appAppKernelDevDebugContainer',
  6720.             'request_listener.http_port' => 80,
  6721.             'request_listener.https_port' => 443,
  6722.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6723.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6724.             'security.role_hierarchy.roles' => [
  6725.                 'ROLE_USER' => [
  6726.                 ],
  6727.                 'ROLE_COUNTRY_EDITOR' => [
  6728.                 ],
  6729.                 'ROLE_INSTITUTE_EDITOR' => [
  6730.                 ],
  6731.                 'ROLE_PARTICIPANT_IMPORT' => [
  6732.                 ],
  6733.                 'ROLE_GLOBAL_EDITOR' => [
  6734.                     => 'ROLE_USER',
  6735.                     => 'ROLE_COUNTRY_EDITOR',
  6736.                     => 'ROLE_INSTITUTE_EDITOR',
  6737.                     => 'ROLE_PARTICIPANT_IMPORT',
  6738.                 ],
  6739.                 'ROLE_LME' => [
  6740.                     => 'ROLE_USER',
  6741.                 ],
  6742.                 'ROLE_MANAGER' => [
  6743.                     => 'ROLE_GLOBAL_EDITOR',
  6744.                     => 'ROLE_LME',
  6745.                 ],
  6746.                 'ROLE_ADMIN' => [
  6747.                     => 'ROLE_MANAGER',
  6748.                     => 'ROLE_ALLOWED_TO_SWITCH',
  6749.                 ],
  6750.                 'ROLE_SUPERADMIN' => [
  6751.                     => 'ROLE_ADMIN',
  6752.                 ],
  6753.             ],
  6754.             'security.access.denied_url' => NULL,
  6755.             'security.authentication.manager.erase_credentials' => true,
  6756.             'security.authentication.session_strategy.strategy' => 'migrate',
  6757.             'security.access.always_authenticate_before_granting' => false,
  6758.             'security.authentication.hide_user_not_found' => true,
  6759.             'twig.exception_listener.controller' => NULL,
  6760.             'twig.form.resources' => [
  6761.                 => 'form_div_layout.html.twig',
  6762.                 => 'bootstrap_3_layout.html.twig',
  6763.             ],
  6764.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6765.             'monolog.use_microseconds' => true,
  6766.             'monolog.swift_mailer.handlers' => [
  6767.             ],
  6768.             'monolog.handlers_to_channels' => [
  6769.                 'monolog.handler.console' => [
  6770.                     'type' => 'exclusive',
  6771.                     'elements' => [
  6772.                         => 'event',
  6773.                         => 'doctrine',
  6774.                     ],
  6775.                 ],
  6776.                 'monolog.handler.main' => [
  6777.                     'type' => 'exclusive',
  6778.                     'elements' => [
  6779.                         => 'event',
  6780.                     ],
  6781.                 ],
  6782.             ],
  6783.             'swiftmailer.mailer.default.transport.name' => 'accord_mandrill',
  6784.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  6785.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  6786.             'swiftmailer.mailer.default.transport.smtp.host' => 'localhost',
  6787.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  6788.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  6789.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  6790.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  6791.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  6792.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  6793.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  6794.             ],
  6795.             'swiftmailer.mailer.default.spool.enabled' => false,
  6796.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  6797.             'swiftmailer.mailer.default.single_address' => NULL,
  6798.             'swiftmailer.mailer.default.delivery.enabled' => true,
  6799.             'swiftmailer.spool.enabled' => false,
  6800.             'swiftmailer.delivery.enabled' => true,
  6801.             'swiftmailer.single_address' => NULL,
  6802.             'swiftmailer.mailers' => [
  6803.                 'default' => 'swiftmailer.mailer.default',
  6804.             ],
  6805.             'swiftmailer.default_mailer' => 'default',
  6806.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6807.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  6808.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6809.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  6810.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  6811.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  6812.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  6813.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  6814.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  6815.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6816.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  6817.             'doctrine_cache.memcache.host' => 'localhost',
  6818.             'doctrine_cache.memcache.port' => 11211,
  6819.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6820.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  6821.             'doctrine_cache.memcached.host' => 'localhost',
  6822.             'doctrine_cache.memcached.port' => 11211,
  6823.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  6824.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  6825.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  6826.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  6827.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  6828.             'doctrine_cache.predis.scheme' => 'tcp',
  6829.             'doctrine_cache.predis.host' => 'localhost',
  6830.             'doctrine_cache.predis.port' => 6379,
  6831.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6832.             'doctrine_cache.redis.connection.class' => 'Redis',
  6833.             'doctrine_cache.redis.host' => 'localhost',
  6834.             'doctrine_cache.redis.port' => 6379,
  6835.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  6836.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  6837.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  6838.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  6839.             'doctrine_cache.riak.host' => 'localhost',
  6840.             'doctrine_cache.riak.port' => 8087,
  6841.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  6842.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  6843.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  6844.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6845.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6846.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6847.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  6848.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6849.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6850.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6851.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6852.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6853.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6854.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6855.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6856.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6857.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6858.             'doctrine.entity_managers' => [
  6859.                 'default' => 'doctrine.orm.default_entity_manager',
  6860.             ],
  6861.             'doctrine.default_entity_manager' => 'default',
  6862.             'doctrine.dbal.connection_factory.types' => [
  6863.             ],
  6864.             'doctrine.connections' => [
  6865.                 'default' => 'doctrine.dbal.default_connection',
  6866.             ],
  6867.             'doctrine.default_connection' => 'default',
  6868.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6869.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6870.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6871.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6872.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6873.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6874.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6875.             'doctrine.orm.cache.memcache_port' => 11211,
  6876.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6877.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6878.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6879.             'doctrine.orm.cache.memcached_port' => 11211,
  6880.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6881.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6882.             'doctrine.orm.cache.redis_host' => 'localhost',
  6883.             'doctrine.orm.cache.redis_port' => 6379,
  6884.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6885.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6886.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6887.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6888.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6889.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6890.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6891.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6892.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6893.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6894.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6895.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6896.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6897.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6898.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6899.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6900.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6901.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6902.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6903.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6904.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6905.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6906.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6907.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6908.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6909.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6910.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6911.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6912.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6913.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6914.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6915.             'fos_rest.format_listener.rules' => NULL,
  6916.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  6917.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  6918.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  6919.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  6920.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  6921.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  6922.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  6923.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  6924.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  6925.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  6926.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  6927.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  6928.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  6929.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  6930.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  6931.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  6932.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  6933.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  6934.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  6935.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  6936.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  6937.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  6938.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  6939.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  6940.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  6941.             'jms_serializer.json_serialization_visitor.options' => 1216,
  6942.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  6943.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  6944.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  6945.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  6946.             ],
  6947.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  6948.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  6949.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  6950.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  6951.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  6952.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  6953.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  6954.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  6955.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  6956.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  6957.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  6958.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  6959.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  6960.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  6961.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  6962.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  6963.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  6964.             'fos_user.backend_type_orm' => true,
  6965.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  6966.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  6967.             'fos_user.resetting.email.template' => 'Email/Resetting.html.twig',
  6968.             'fos_user.registration.confirmation.template' => 'Email/Registration.html.twig',
  6969.             'fos_user.registration.confirmation.from_email' => [
  6970.                 'oceanexpert_feedback@iode.org' => 'OceanExpert Team',
  6971.             ],
  6972.             'fos_user.resetting.email.from_email' => [
  6973.                 'oceanexpert_feedback@iode.org' => 'OceanExpert Team',
  6974.             ],
  6975.             'fos_user.storage' => 'orm',
  6976.             'fos_user.firewall_name' => 'main',
  6977.             'fos_user.model_manager_name' => NULL,
  6978.             'fos_user.model.user.class' => 'OceanExpertBundle\\Entity\\User',
  6979.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  6980.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  6981.             'fos_user.profile.form.validation_groups' => [
  6982.                 => 'Profile',
  6983.                 => 'Default',
  6984.             ],
  6985.             'fos_user.registration.confirmation.enabled' => true,
  6986.             'fos_user.registration.form.type' => 'OceanExpertBundle\\Utils\\Form\\Type\\RegistrationFormType',
  6987.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  6988.             'fos_user.registration.form.validation_groups' => [
  6989.                 => 'Registration',
  6990.                 => 'Default',
  6991.             ],
  6992.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  6993.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  6994.             'fos_user.change_password.form.validation_groups' => [
  6995.                 => 'ChangePassword',
  6996.                 => 'Default',
  6997.             ],
  6998.             'fos_user.resetting.retry_ttl' => 7200,
  6999.             'fos_user.resetting.token_ttl' => 1800,
  7000.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  7001.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  7002.             'fos_user.resetting.form.validation_groups' => [
  7003.                 => 'ResetPassword',
  7004.                 => 'Default',
  7005.             ],
  7006.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  7007.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  7008.             'knp_paginator.template.pagination' => 'KnpPaginatorBundle:Pagination:twitter_bootstrap_v3_pagination.html.twig',
  7009.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7010.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  7011.             'knp_paginator.page_range' => 5,
  7012.             'nelmio_cors.map' => [
  7013.                 '^/api/' => [
  7014.                     'allow_origin' => true,
  7015.                     'allow_headers' => true,
  7016.                     'allow_methods' => [
  7017.                         => 'POST',
  7018.                         => 'PUT',
  7019.                         => 'GET',
  7020.                         => 'DELETE',
  7021.                     ],
  7022.                     'max_age' => 3600,
  7023.                 ],
  7024.             ],
  7025.             'nelmio_cors.defaults' => [
  7026.                 'allow_origin' => true,
  7027.                 'allow_credentials' => false,
  7028.                 'allow_headers' => true,
  7029.                 'expose_headers' => [
  7030.                 ],
  7031.                 'allow_methods' => [
  7032.                     => 'GET',
  7033.                     => 'POST',
  7034.                     => 'PUT',
  7035.                     => 'DELETE',
  7036.                     => 'OPTIONS',
  7037.                 ],
  7038.                 'max_age' => 3600,
  7039.                 'hosts' => [
  7040.                 ],
  7041.                 'origin_regex' => false,
  7042.                 'forced_allow_origin_value' => NULL,
  7043.             ],
  7044.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  7045.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  7046.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  7047.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7048.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7049.             'web_profiler.debug_toolbar.mode' => 2,
  7050.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  7051.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  7052.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  7053.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  7054.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  7055.             'fos_js_routing.request_context_base_url' => NULL,
  7056.             'fos_js_routing.cache_control' => [
  7057.                 'enabled' => false,
  7058.             ],
  7059.             'lexik_jwt_authentication.token_ttl' => 3600,
  7060.             'lexik_jwt_authentication.clock_skew' => 0,
  7061.             'lexik_jwt_authentication.user_identity_field' => 'username',
  7062.             'lexik_jwt_authentication.allow_no_expiration' => false,
  7063.             'lexik_jwt_authentication.user_id_claim' => 'username',
  7064.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  7065.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  7066.             'data_collector.templates' => [
  7067.                 'data_collector.request' => [
  7068.                     => 'request',
  7069.                     => '@WebProfiler/Collector/request.html.twig',
  7070.                 ],
  7071.                 'data_collector.time' => [
  7072.                     => 'time',
  7073.                     => '@WebProfiler/Collector/time.html.twig',
  7074.                 ],
  7075.                 'data_collector.memory' => [
  7076.                     => 'memory',
  7077.                     => '@WebProfiler/Collector/memory.html.twig',
  7078.                 ],
  7079.                 'data_collector.validator' => [
  7080.                     => 'validator',
  7081.                     => '@WebProfiler/Collector/validator.html.twig',
  7082.                 ],
  7083.                 'data_collector.ajax' => [
  7084.                     => 'ajax',
  7085.                     => '@WebProfiler/Collector/ajax.html.twig',
  7086.                 ],
  7087.                 'data_collector.form' => [
  7088.                     => 'form',
  7089.                     => '@WebProfiler/Collector/form.html.twig',
  7090.                 ],
  7091.                 'data_collector.exception' => [
  7092.                     => 'exception',
  7093.                     => '@WebProfiler/Collector/exception.html.twig',
  7094.                 ],
  7095.                 'data_collector.logger' => [
  7096.                     => 'logger',
  7097.                     => '@WebProfiler/Collector/logger.html.twig',
  7098.                 ],
  7099.                 'data_collector.events' => [
  7100.                     => 'events',
  7101.                     => '@WebProfiler/Collector/events.html.twig',
  7102.                 ],
  7103.                 'data_collector.router' => [
  7104.                     => 'router',
  7105.                     => '@WebProfiler/Collector/router.html.twig',
  7106.                 ],
  7107.                 'data_collector.cache' => [
  7108.                     => 'cache',
  7109.                     => '@WebProfiler/Collector/cache.html.twig',
  7110.                 ],
  7111.                 'data_collector.translation' => [
  7112.                     => 'translation',
  7113.                     => '@WebProfiler/Collector/translation.html.twig',
  7114.                 ],
  7115.                 'data_collector.security' => [
  7116.                     => 'security',
  7117.                     => '@Security/Collector/security.html.twig',
  7118.                 ],
  7119.                 'data_collector.twig' => [
  7120.                     => 'twig',
  7121.                     => '@WebProfiler/Collector/twig.html.twig',
  7122.                 ],
  7123.                 'data_collector.doctrine' => [
  7124.                     => 'db',
  7125.                     => '@Doctrine/Collector/db.html.twig',
  7126.                 ],
  7127.                 'swiftmailer.data_collector' => [
  7128.                     => 'swiftmailer',
  7129.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  7130.                 ],
  7131.                 'data_collector.dump' => [
  7132.                     => 'dump',
  7133.                     => '@Debug/Profiler/dump.html.twig',
  7134.                 ],
  7135.                 'data_collector.config' => [
  7136.                     => 'config',
  7137.                     => '@WebProfiler/Collector/config.html.twig',
  7138.                 ],
  7139.             ],
  7140.             'console.command.ids' => [
  7141.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForEmailStatusCommand',
  7142.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CheckMandrillForWebhooksCommand',
  7143.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupDatabaseCommand',
  7144.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\CleanupFOSUsersCommand',
  7145.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ProcessQueuedMailFilesCommand',
  7146.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportGroupInactiveMembersCommand',
  7147.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\ReportRejectedMailsCommand',
  7148.                 => 'console.command.public_alias.OceanExpertBundle\\Command\\SendEmailsToMandrillCommand',
  7149.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  7150.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  7151.                 10 => 'console.command.public_alias.doctrine_cache.flush_command',
  7152.                 11 => 'console.command.public_alias.doctrine_cache.stats_command',
  7153.             ],
  7154.         ];
  7155.     }
  7156. }
  7157. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  7158. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  7159. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  7160. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  7161. {
  7162.     /**
  7163.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  7164.      */
  7165.     private $valueHolder226e2 null;
  7166.     /**
  7167.      * @var \Closure|null initializer responsible for generating the wrapped object
  7168.      */
  7169.     private $initializercb895 null;
  7170.     /**
  7171.      * @var bool[] map of public properties of the parent class
  7172.      */
  7173.     private static $publicProperties9528e = [
  7174.         
  7175.     ];
  7176.     public function getConnection()
  7177.     {
  7178.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getConnection', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7179.         return $this->valueHolder226e2->getConnection();
  7180.     }
  7181.     public function getMetadataFactory()
  7182.     {
  7183.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getMetadataFactory', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7184.         return $this->valueHolder226e2->getMetadataFactory();
  7185.     }
  7186.     public function getExpressionBuilder()
  7187.     {
  7188.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getExpressionBuilder', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7189.         return $this->valueHolder226e2->getExpressionBuilder();
  7190.     }
  7191.     public function beginTransaction()
  7192.     {
  7193.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'beginTransaction', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7194.         return $this->valueHolder226e2->beginTransaction();
  7195.     }
  7196.     public function getCache()
  7197.     {
  7198.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getCache', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7199.         return $this->valueHolder226e2->getCache();
  7200.     }
  7201.     public function transactional($func)
  7202.     {
  7203.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'transactional', array('func' => $func), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7204.         return $this->valueHolder226e2->transactional($func);
  7205.     }
  7206.     public function commit()
  7207.     {
  7208.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'commit', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7209.         return $this->valueHolder226e2->commit();
  7210.     }
  7211.     public function rollback()
  7212.     {
  7213.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'rollback', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7214.         return $this->valueHolder226e2->rollback();
  7215.     }
  7216.     public function getClassMetadata($className)
  7217.     {
  7218.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getClassMetadata', array('className' => $className), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7219.         return $this->valueHolder226e2->getClassMetadata($className);
  7220.     }
  7221.     public function createQuery($dql '')
  7222.     {
  7223.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'createQuery', array('dql' => $dql), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7224.         return $this->valueHolder226e2->createQuery($dql);
  7225.     }
  7226.     public function createNamedQuery($name)
  7227.     {
  7228.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'createNamedQuery', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7229.         return $this->valueHolder226e2->createNamedQuery($name);
  7230.     }
  7231.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  7232.     {
  7233.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7234.         return $this->valueHolder226e2->createNativeQuery($sql$rsm);
  7235.     }
  7236.     public function createNamedNativeQuery($name)
  7237.     {
  7238.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'createNamedNativeQuery', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7239.         return $this->valueHolder226e2->createNamedNativeQuery($name);
  7240.     }
  7241.     public function createQueryBuilder()
  7242.     {
  7243.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'createQueryBuilder', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7244.         return $this->valueHolder226e2->createQueryBuilder();
  7245.     }
  7246.     public function flush($entity null)
  7247.     {
  7248.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'flush', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7249.         return $this->valueHolder226e2->flush($entity);
  7250.     }
  7251.     public function find($className$id$lockMode null$lockVersion null)
  7252.     {
  7253.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7254.         return $this->valueHolder226e2->find($className$id$lockMode$lockVersion);
  7255.     }
  7256.     public function getReference($entityName$id)
  7257.     {
  7258.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7259.         return $this->valueHolder226e2->getReference($entityName$id);
  7260.     }
  7261.     public function getPartialReference($entityName$identifier)
  7262.     {
  7263.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7264.         return $this->valueHolder226e2->getPartialReference($entityName$identifier);
  7265.     }
  7266.     public function clear($entityName null)
  7267.     {
  7268.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'clear', array('entityName' => $entityName), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7269.         return $this->valueHolder226e2->clear($entityName);
  7270.     }
  7271.     public function close()
  7272.     {
  7273.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'close', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7274.         return $this->valueHolder226e2->close();
  7275.     }
  7276.     public function persist($entity)
  7277.     {
  7278.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'persist', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7279.         return $this->valueHolder226e2->persist($entity);
  7280.     }
  7281.     public function remove($entity)
  7282.     {
  7283.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'remove', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7284.         return $this->valueHolder226e2->remove($entity);
  7285.     }
  7286.     public function refresh($entity)
  7287.     {
  7288.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'refresh', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7289.         return $this->valueHolder226e2->refresh($entity);
  7290.     }
  7291.     public function detach($entity)
  7292.     {
  7293.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'detach', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7294.         return $this->valueHolder226e2->detach($entity);
  7295.     }
  7296.     public function merge($entity)
  7297.     {
  7298.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'merge', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7299.         return $this->valueHolder226e2->merge($entity);
  7300.     }
  7301.     public function copy($entity$deep false)
  7302.     {
  7303.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'copy', array('entity' => $entity'deep' => $deep), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7304.         return $this->valueHolder226e2->copy($entity$deep);
  7305.     }
  7306.     public function lock($entity$lockMode$lockVersion null)
  7307.     {
  7308.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7309.         return $this->valueHolder226e2->lock($entity$lockMode$lockVersion);
  7310.     }
  7311.     public function getRepository($entityName)
  7312.     {
  7313.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getRepository', array('entityName' => $entityName), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7314.         return $this->valueHolder226e2->getRepository($entityName);
  7315.     }
  7316.     public function contains($entity)
  7317.     {
  7318.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'contains', array('entity' => $entity), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7319.         return $this->valueHolder226e2->contains($entity);
  7320.     }
  7321.     public function getEventManager()
  7322.     {
  7323.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getEventManager', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7324.         return $this->valueHolder226e2->getEventManager();
  7325.     }
  7326.     public function getConfiguration()
  7327.     {
  7328.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getConfiguration', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7329.         return $this->valueHolder226e2->getConfiguration();
  7330.     }
  7331.     public function isOpen()
  7332.     {
  7333.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'isOpen', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7334.         return $this->valueHolder226e2->isOpen();
  7335.     }
  7336.     public function getUnitOfWork()
  7337.     {
  7338.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getUnitOfWork', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7339.         return $this->valueHolder226e2->getUnitOfWork();
  7340.     }
  7341.     public function getHydrator($hydrationMode)
  7342.     {
  7343.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7344.         return $this->valueHolder226e2->getHydrator($hydrationMode);
  7345.     }
  7346.     public function newHydrator($hydrationMode)
  7347.     {
  7348.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7349.         return $this->valueHolder226e2->newHydrator($hydrationMode);
  7350.     }
  7351.     public function getProxyFactory()
  7352.     {
  7353.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getProxyFactory', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7354.         return $this->valueHolder226e2->getProxyFactory();
  7355.     }
  7356.     public function initializeObject($obj)
  7357.     {
  7358.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'initializeObject', array('obj' => $obj), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7359.         return $this->valueHolder226e2->initializeObject($obj);
  7360.     }
  7361.     public function getFilters()
  7362.     {
  7363.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'getFilters', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7364.         return $this->valueHolder226e2->getFilters();
  7365.     }
  7366.     public function isFiltersStateClean()
  7367.     {
  7368.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'isFiltersStateClean', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7369.         return $this->valueHolder226e2->isFiltersStateClean();
  7370.     }
  7371.     public function hasFilters()
  7372.     {
  7373.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'hasFilters', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7374.         return $this->valueHolder226e2->hasFilters();
  7375.     }
  7376.     /**
  7377.      * Constructor for lazy initialization
  7378.      *
  7379.      * @param \Closure|null $initializer
  7380.      */
  7381.     public static function staticProxyConstructor($initializer)
  7382.     {
  7383.         static $reflection;
  7384.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7385.         $instance   $reflection->newInstanceWithoutConstructor();
  7386.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7387.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7388.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  7389.         $instance->initializercb895 $initializer;
  7390.         return $instance;
  7391.     }
  7392.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  7393.     {
  7394.         static $reflection;
  7395.         if (! $this->valueHolder226e2) {
  7396.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7397.             $this->valueHolder226e2 $reflection->newInstanceWithoutConstructor();
  7398.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7399.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7400.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7401.         }
  7402.         $this->valueHolder226e2->__construct($conn$config$eventManager);
  7403.     }
  7404.     public function & __get($name)
  7405.     {
  7406.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__get', ['name' => $name], $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7407.         if (isset(self::$publicProperties9528e[$name])) {
  7408.             return $this->valueHolder226e2->$name;
  7409.         }
  7410.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7411.         if (! $realInstanceReflection->hasProperty($name)) {
  7412.             $targetObject $this->valueHolder226e2;
  7413.             $backtrace debug_backtrace(false1);
  7414.             trigger_error(
  7415.                 sprintf(
  7416.                     'Undefined property: %s::$%s in %s on line %s',
  7417.                     $realInstanceReflection->getName(),
  7418.                     $name,
  7419.                     $backtrace[0]['file'],
  7420.                     $backtrace[0]['line']
  7421.                 ),
  7422.                 \E_USER_NOTICE
  7423.             );
  7424.             return $targetObject->$name;
  7425.         }
  7426.         $targetObject $this->valueHolder226e2;
  7427.         $accessor = function & () use ($targetObject$name) {
  7428.             return $targetObject->$name;
  7429.         };
  7430.         $backtrace debug_backtrace(true2);
  7431.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7432.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7433.         $returnValue = & $accessor();
  7434.         return $returnValue;
  7435.     }
  7436.     public function __set($name$value)
  7437.     {
  7438.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__set', array('name' => $name'value' => $value), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7439.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7440.         if (! $realInstanceReflection->hasProperty($name)) {
  7441.             $targetObject $this->valueHolder226e2;
  7442.             $targetObject->$name $value;
  7443.             return $targetObject->$name;
  7444.         }
  7445.         $targetObject $this->valueHolder226e2;
  7446.         $accessor = function & () use ($targetObject$name$value) {
  7447.             $targetObject->$name $value;
  7448.             return $targetObject->$name;
  7449.         };
  7450.         $backtrace debug_backtrace(true2);
  7451.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7452.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7453.         $returnValue = & $accessor();
  7454.         return $returnValue;
  7455.     }
  7456.     public function __isset($name)
  7457.     {
  7458.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__isset', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7459.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7460.         if (! $realInstanceReflection->hasProperty($name)) {
  7461.             $targetObject $this->valueHolder226e2;
  7462.             return isset($targetObject->$name);
  7463.         }
  7464.         $targetObject $this->valueHolder226e2;
  7465.         $accessor = function () use ($targetObject$name) {
  7466.             return isset($targetObject->$name);
  7467.         };
  7468.         $backtrace debug_backtrace(true2);
  7469.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7470.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7471.         $returnValue $accessor();
  7472.         return $returnValue;
  7473.     }
  7474.     public function __unset($name)
  7475.     {
  7476.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__unset', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7477.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7478.         if (! $realInstanceReflection->hasProperty($name)) {
  7479.             $targetObject $this->valueHolder226e2;
  7480.             unset($targetObject->$name);
  7481.             return;
  7482.         }
  7483.         $targetObject $this->valueHolder226e2;
  7484.         $accessor = function () use ($targetObject$name) {
  7485.             unset($targetObject->$name);
  7486.             return;
  7487.         };
  7488.         $backtrace debug_backtrace(true2);
  7489.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7490.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7491.         $accessor();
  7492.     }
  7493.     public function __clone()
  7494.     {
  7495.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__clone', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7496.         $this->valueHolder226e2 = clone $this->valueHolder226e2;
  7497.     }
  7498.     public function __sleep()
  7499.     {
  7500.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__sleep', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7501.         return array('valueHolder226e2');
  7502.     }
  7503.     public function __wakeup()
  7504.     {
  7505.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7506.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7507.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7508.     }
  7509.     public function setProxyInitializer(\Closure $initializer null) : void
  7510.     {
  7511.         $this->initializercb895 $initializer;
  7512.     }
  7513.     public function getProxyInitializer() : ?\Closure
  7514.     {
  7515.         return $this->initializercb895;
  7516.     }
  7517.     public function initializeProxy() : bool
  7518.     {
  7519.         return $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'initializeProxy', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7520.     }
  7521.     public function isProxyInitialized() : bool
  7522.     {
  7523.         return null !== $this->valueHolder226e2;
  7524.     }
  7525.     public function getWrappedValueHolderValue()
  7526.     {
  7527.         return $this->valueHolder226e2;
  7528.     }
  7529. }
  7530. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  7531. include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  7532. class JMSSerializerAdapter_a5dd94b extends \FOS\RestBundle\Serializer\JMSSerializerAdapter implements \ProxyManager\Proxy\VirtualProxyInterface
  7533. {
  7534.     /**
  7535.      * @var \FOS\RestBundle\Serializer\JMSSerializerAdapter|null wrapped object, if the proxy is initialized
  7536.      */
  7537.     private $valueHolder226e2 null;
  7538.     /**
  7539.      * @var \Closure|null initializer responsible for generating the wrapped object
  7540.      */
  7541.     private $initializercb895 null;
  7542.     /**
  7543.      * @var bool[] map of public properties of the parent class
  7544.      */
  7545.     private static $publicProperties9528e = [
  7546.         
  7547.     ];
  7548.     public function serialize($data$format, \FOS\RestBundle\Context\Context $context)
  7549.     {
  7550.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'serialize', array('data' => $data'format' => $format'context' => $context), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7551.         return $this->valueHolder226e2->serialize($data$format$context);
  7552.     }
  7553.     public function deserialize($data$type$format, \FOS\RestBundle\Context\Context $context)
  7554.     {
  7555.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'deserialize', array('data' => $data'type' => $type'format' => $format'context' => $context), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7556.         return $this->valueHolder226e2->deserialize($data$type$format$context);
  7557.     }
  7558.     /**
  7559.      * Constructor for lazy initialization
  7560.      *
  7561.      * @param \Closure|null $initializer
  7562.      */
  7563.     public static function staticProxyConstructor($initializer)
  7564.     {
  7565.         static $reflection;
  7566.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7567.         $instance   $reflection->newInstanceWithoutConstructor();
  7568.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  7569.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  7570.         }, $instance'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($instance);
  7571.         $instance->initializercb895 $initializer;
  7572.         return $instance;
  7573.     }
  7574.     public function __construct(\JMS\Serializer\SerializerInterface $serializer, ?\JMS\Serializer\ContextFactory\SerializationContextFactoryInterface $serializationContextFactory null, ?\JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface $deserializationContextFactory null)
  7575.     {
  7576.         static $reflection;
  7577.         if (! $this->valueHolder226e2) {
  7578.             $reflection $reflection ?? new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  7579.             $this->valueHolder226e2 $reflection->newInstanceWithoutConstructor();
  7580.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  7581.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  7582.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  7583.         }
  7584.         $this->valueHolder226e2->__construct($serializer$serializationContextFactory$deserializationContextFactory);
  7585.     }
  7586.     public function & __get($name)
  7587.     {
  7588.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__get', ['name' => $name], $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7589.         if (isset(self::$publicProperties9528e[$name])) {
  7590.             return $this->valueHolder226e2->$name;
  7591.         }
  7592.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  7593.         if (! $realInstanceReflection->hasProperty($name)) {
  7594.             $targetObject $this->valueHolder226e2;
  7595.             $backtrace debug_backtrace(false1);
  7596.             trigger_error(
  7597.                 sprintf(
  7598.                     'Undefined property: %s::$%s in %s on line %s',
  7599.                     $realInstanceReflection->getName(),
  7600.                     $name,
  7601.                     $backtrace[0]['file'],
  7602.                     $backtrace[0]['line']
  7603.                 ),
  7604.                 \E_USER_NOTICE
  7605.             );
  7606.             return $targetObject->$name;
  7607.         }
  7608.         $targetObject $this->valueHolder226e2;
  7609.         $accessor = function & () use ($targetObject$name) {
  7610.             return $targetObject->$name;
  7611.         };
  7612.         $backtrace debug_backtrace(true2);
  7613.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7614.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7615.         $returnValue = & $accessor();
  7616.         return $returnValue;
  7617.     }
  7618.     public function __set($name$value)
  7619.     {
  7620.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__set', array('name' => $name'value' => $value), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7621.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  7622.         if (! $realInstanceReflection->hasProperty($name)) {
  7623.             $targetObject $this->valueHolder226e2;
  7624.             $targetObject->$name $value;
  7625.             return $targetObject->$name;
  7626.         }
  7627.         $targetObject $this->valueHolder226e2;
  7628.         $accessor = function & () use ($targetObject$name$value) {
  7629.             $targetObject->$name $value;
  7630.             return $targetObject->$name;
  7631.         };
  7632.         $backtrace debug_backtrace(true2);
  7633.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7634.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7635.         $returnValue = & $accessor();
  7636.         return $returnValue;
  7637.     }
  7638.     public function __isset($name)
  7639.     {
  7640.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__isset', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7641.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  7642.         if (! $realInstanceReflection->hasProperty($name)) {
  7643.             $targetObject $this->valueHolder226e2;
  7644.             return isset($targetObject->$name);
  7645.         }
  7646.         $targetObject $this->valueHolder226e2;
  7647.         $accessor = function () use ($targetObject$name) {
  7648.             return isset($targetObject->$name);
  7649.         };
  7650.         $backtrace debug_backtrace(true2);
  7651.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7652.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7653.         $returnValue $accessor();
  7654.         return $returnValue;
  7655.     }
  7656.     public function __unset($name)
  7657.     {
  7658.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__unset', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7659.         $realInstanceReflection = new \ReflectionClass('FOS\\RestBundle\\Serializer\\JMSSerializerAdapter');
  7660.         if (! $realInstanceReflection->hasProperty($name)) {
  7661.             $targetObject $this->valueHolder226e2;
  7662.             unset($targetObject->$name);
  7663.             return;
  7664.         }
  7665.         $targetObject $this->valueHolder226e2;
  7666.         $accessor = function () use ($targetObject$name) {
  7667.             unset($targetObject->$name);
  7668.             return;
  7669.         };
  7670.         $backtrace debug_backtrace(true2);
  7671.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7672.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7673.         $accessor();
  7674.     }
  7675.     public function __clone()
  7676.     {
  7677.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__clone', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7678.         $this->valueHolder226e2 = clone $this->valueHolder226e2;
  7679.     }
  7680.     public function __sleep()
  7681.     {
  7682.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__sleep', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7683.         return array('valueHolder226e2');
  7684.     }
  7685.     public function __wakeup()
  7686.     {
  7687.         \Closure::bind(function (\FOS\RestBundle\Serializer\JMSSerializerAdapter $instance) {
  7688.             unset($instance->serializer$instance->serializationContextFactory$instance->deserializationContextFactory);
  7689.         }, $this'FOS\\RestBundle\\Serializer\\JMSSerializerAdapter')->__invoke($this);
  7690.     }
  7691.     public function setProxyInitializer(\Closure $initializer null) : void
  7692.     {
  7693.         $this->initializercb895 $initializer;
  7694.     }
  7695.     public function getProxyInitializer() : ?\Closure
  7696.     {
  7697.         return $this->initializercb895;
  7698.     }
  7699.     public function initializeProxy() : bool
  7700.     {
  7701.         return $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'initializeProxy', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7702.     }
  7703.     public function isProxyInitialized() : bool
  7704.     {
  7705.         return null !== $this->valueHolder226e2;
  7706.     }
  7707.     public function getWrappedValueHolderValue()
  7708.     {
  7709.         return $this->valueHolder226e2;
  7710.     }
  7711. }
  7712. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  7713. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  7714. class Paginator_f262b94 extends \Knp\Component\Pager\Paginator implements \ProxyManager\Proxy\VirtualProxyInterface
  7715. {
  7716.     /**
  7717.      * @var \Knp\Component\Pager\Paginator|null wrapped object, if the proxy is initialized
  7718.      */
  7719.     private $valueHolder226e2 null;
  7720.     /**
  7721.      * @var \Closure|null initializer responsible for generating the wrapped object
  7722.      */
  7723.     private $initializercb895 null;
  7724.     /**
  7725.      * @var bool[] map of public properties of the parent class
  7726.      */
  7727.     private static $publicProperties9528e = [
  7728.         
  7729.     ];
  7730.     public function setDefaultPaginatorOptions(array $options)
  7731.     {
  7732.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'setDefaultPaginatorOptions', array('options' => $options), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7733.         return $this->valueHolder226e2->setDefaultPaginatorOptions($options);
  7734.     }
  7735.     public function paginate($target$page 1$limit 10, array $options = [])
  7736.     {
  7737.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7738.         return $this->valueHolder226e2->paginate($target$page$limit$options);
  7739.     }
  7740.     public function subscribe(\Symfony\Component\EventDispatcher\EventSubscriberInterface $subscriber)
  7741.     {
  7742.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'subscribe', array('subscriber' => $subscriber), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7743.         return $this->valueHolder226e2->subscribe($subscriber);
  7744.     }
  7745.     public function connect($eventName$listener$priority 0)
  7746.     {
  7747.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'connect', array('eventName' => $eventName'listener' => $listener'priority' => $priority), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7748.         return $this->valueHolder226e2->connect($eventName$listener$priority);
  7749.     }
  7750.     /**
  7751.      * Constructor for lazy initialization
  7752.      *
  7753.      * @param \Closure|null $initializer
  7754.      */
  7755.     public static function staticProxyConstructor($initializer)
  7756.     {
  7757.         static $reflection;
  7758.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7759.         $instance   $reflection->newInstanceWithoutConstructor();
  7760.         unset($instance->eventDispatcher$instance->defaultOptions);
  7761.         $instance->initializercb895 $initializer;
  7762.         return $instance;
  7763.     }
  7764.     public function __construct(?\Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher null)
  7765.     {
  7766.         static $reflection;
  7767.         if (! $this->valueHolder226e2) {
  7768.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  7769.             $this->valueHolder226e2 $reflection->newInstanceWithoutConstructor();
  7770.         unset($this->eventDispatcher$this->defaultOptions);
  7771.         }
  7772.         $this->valueHolder226e2->__construct($eventDispatcher);
  7773.     }
  7774.     public function & __get($name)
  7775.     {
  7776.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__get', ['name' => $name], $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7777.         if (isset(self::$publicProperties9528e[$name])) {
  7778.             return $this->valueHolder226e2->$name;
  7779.         }
  7780.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  7781.         if (! $realInstanceReflection->hasProperty($name)) {
  7782.             $targetObject $this->valueHolder226e2;
  7783.             $backtrace debug_backtrace(false1);
  7784.             trigger_error(
  7785.                 sprintf(
  7786.                     'Undefined property: %s::$%s in %s on line %s',
  7787.                     $realInstanceReflection->getName(),
  7788.                     $name,
  7789.                     $backtrace[0]['file'],
  7790.                     $backtrace[0]['line']
  7791.                 ),
  7792.                 \E_USER_NOTICE
  7793.             );
  7794.             return $targetObject->$name;
  7795.         }
  7796.         $targetObject $this->valueHolder226e2;
  7797.         $accessor = function & () use ($targetObject$name) {
  7798.             return $targetObject->$name;
  7799.         };
  7800.         $backtrace debug_backtrace(true2);
  7801.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7802.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7803.         $returnValue = & $accessor();
  7804.         return $returnValue;
  7805.     }
  7806.     public function __set($name$value)
  7807.     {
  7808.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__set', array('name' => $name'value' => $value), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7809.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  7810.         if (! $realInstanceReflection->hasProperty($name)) {
  7811.             $targetObject $this->valueHolder226e2;
  7812.             $targetObject->$name $value;
  7813.             return $targetObject->$name;
  7814.         }
  7815.         $targetObject $this->valueHolder226e2;
  7816.         $accessor = function & () use ($targetObject$name$value) {
  7817.             $targetObject->$name $value;
  7818.             return $targetObject->$name;
  7819.         };
  7820.         $backtrace debug_backtrace(true2);
  7821.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7822.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7823.         $returnValue = & $accessor();
  7824.         return $returnValue;
  7825.     }
  7826.     public function __isset($name)
  7827.     {
  7828.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__isset', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7829.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  7830.         if (! $realInstanceReflection->hasProperty($name)) {
  7831.             $targetObject $this->valueHolder226e2;
  7832.             return isset($targetObject->$name);
  7833.         }
  7834.         $targetObject $this->valueHolder226e2;
  7835.         $accessor = function () use ($targetObject$name) {
  7836.             return isset($targetObject->$name);
  7837.         };
  7838.         $backtrace debug_backtrace(true2);
  7839.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7840.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7841.         $returnValue $accessor();
  7842.         return $returnValue;
  7843.     }
  7844.     public function __unset($name)
  7845.     {
  7846.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__unset', array('name' => $name), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7847.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\Paginator');
  7848.         if (! $realInstanceReflection->hasProperty($name)) {
  7849.             $targetObject $this->valueHolder226e2;
  7850.             unset($targetObject->$name);
  7851.             return;
  7852.         }
  7853.         $targetObject $this->valueHolder226e2;
  7854.         $accessor = function () use ($targetObject$name) {
  7855.             unset($targetObject->$name);
  7856.             return;
  7857.         };
  7858.         $backtrace debug_backtrace(true2);
  7859.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7860.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7861.         $accessor();
  7862.     }
  7863.     public function __clone()
  7864.     {
  7865.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__clone', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7866.         $this->valueHolder226e2 = clone $this->valueHolder226e2;
  7867.     }
  7868.     public function __sleep()
  7869.     {
  7870.         $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'__sleep', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7871.         return array('valueHolder226e2');
  7872.     }
  7873.     public function __wakeup()
  7874.     {
  7875.         unset($this->eventDispatcher$this->defaultOptions);
  7876.     }
  7877.     public function setProxyInitializer(\Closure $initializer null) : void
  7878.     {
  7879.         $this->initializercb895 $initializer;
  7880.     }
  7881.     public function getProxyInitializer() : ?\Closure
  7882.     {
  7883.         return $this->initializercb895;
  7884.     }
  7885.     public function initializeProxy() : bool
  7886.     {
  7887.         return $this->initializercb895 && ($this->initializercb895->__invoke($valueHolder226e2$this'initializeProxy', array(), $this->initializercb895) || 1) && $this->valueHolder226e2 $valueHolder226e2;
  7888.     }
  7889.     public function isProxyInitialized() : bool
  7890.     {
  7891.         return null !== $this->valueHolder226e2;
  7892.     }
  7893.     public function getWrappedValueHolderValue()
  7894.     {
  7895.         return $this->valueHolder226e2;
  7896.     }
  7897. }