var/cache/dev/ContainerHbMvW5U/App_KernelDevDebugContainer.php line 13342

Open in your IDE?
  1. <?php
  2. namespace ContainerHbMvW5U;
  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.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\FooController' => 'getFooControllerService',
  47.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController' => 'getPeopleTagsControllerService',
  48.             'DW\\GingerBundle\\Command\\CreateAddressMessagesCommand' => 'getCreateAddressMessagesCommandService',
  49.             'DW\\GingerBundle\\Command\\MigrateAddressCommand' => 'getMigrateAddressCommandService',
  50.             'DW\\GingerBundle\\Controller\\AdminLogController' => 'getAdminLogControllerService',
  51.             'DW\\GingerBundle\\Controller\\ApiController' => 'getApiControllerService',
  52.             'DW\\GingerBundle\\Controller\\AttributeController' => 'getAttributeControllerService',
  53.             'DW\\GingerBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  54.             'DW\\GingerBundle\\Controller\\Dev\\ProximityController' => 'getProximityControllerService',
  55.             'DW\\GingerBundle\\Controller\\Devel\\DefaultController' => 'getDefaultControllerService',
  56.             'DW\\GingerBundle\\Controller\\DownloadController' => 'getDownloadControllerService',
  57.             'DW\\GingerBundle\\Controller\\DuplicateController' => 'getDuplicateControllerService',
  58.             'DW\\GingerBundle\\Controller\\GroupController' => 'getGroupControllerService',
  59.             'DW\\GingerBundle\\Controller\\IntegrationController' => 'getIntegrationControllerService',
  60.             'DW\\GingerBundle\\Controller\\JobController' => 'getJobControllerService',
  61.             'DW\\GingerBundle\\Controller\\PersonController' => 'getPersonControllerService',
  62.             'DW\\GingerBundle\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  63.             'DW\\GingerBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  64.             'DW\\GingerBundle\\Controller\\TagController' => 'getTagControllerService',
  65.             'DW\\GingerBundle\\Controller\\UserController' => 'getUserControllerService',
  66.             'DW\\GingerBundle\\Import\\Annotation\\PersonReader' => 'getPersonReaderService',
  67.             'DW\\GingerBundle\\Import\\Command\\ExportToFileCommand' => 'getExportToFileCommandService',
  68.             'DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand' => 'getClearCommandService',
  69.             'DW\\GingerBundle\\Import\\Controller\\FileImportController' => 'getFileImportControllerService',
  70.             'DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber' => 'getStorageSubscriberService',
  71.             'DW\\GingerBundle\\Import\\Form\\DataTransformer\\PropertiesToColumnsTransformer' => 'getPropertiesToColumnsTransformerService',
  72.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType' => 'getFileImportEditTypeService',
  73.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType' => 'getFileImportPreviewTypeService',
  74.             'DW\\GingerBundle\\Import\\Importer\\PersonImporter' => 'getPersonImporterService',
  75.             'DW\\GingerBundle\\Import\\Matcher\\EmailMatcher' => 'getEmailMatcherService',
  76.             'DW\\GingerBundle\\Import\\Matcher\\IdMatcher' => 'getIdMatcherService',
  77.             'DW\\GingerBundle\\Import\\Matcher\\PersonMatcherChain' => 'getPersonMatcherChainService',
  78.             'DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager' => 'getFileImportStatusManagerService',
  79.             'DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\ReportResultGenerator' => 'getReportResultGeneratorService',
  80.             'DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler' => 'getBatchImportPersonsHandlerService',
  81.             'DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler' => 'getLaunchFileImportHandlerService',
  82.             'DW\\GingerBundle\\Import\\Messenger\\Middleware\\AuthenticationMiddleware' => 'getAuthenticationMiddlewareService',
  83.             'DW\\GingerBundle\\Import\\Normalizer\\NullableDateTimeDenormalizer' => 'getNullableDateTimeDenormalizerService',
  84.             'DW\\GingerBundle\\Import\\Normalizer\\PersonNormalizer' => 'getPersonNormalizerService',
  85.             'DW\\GingerBundle\\Import\\Repository\\FileImportRepository' => 'getFileImportRepositoryService',
  86.             'DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext' => 'getPersonContextService',
  87.             'DW\\GingerBundle\\Import\\Serializer\\Encoder\\XlsxEncoder' => 'getXlsxEncoderService',
  88.             'DW\\GingerBundle\\Import\\Serializer\\PersonSerializer' => 'getPersonSerializerService',
  89.             'DW\\GingerBundle\\Import\\Storage\\FileManager' => 'getFileManagerService',
  90.             'DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator' => 'getPersonIdExistsConstraintValidatorService',
  91.             'DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor' => 'getExtractorService',
  92.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator' => 'getContainsRequiredPropsConstraintValidatorService',
  93.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator' => 'getNoExtraFieldsConstraintValidatorService',
  94.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator' => 'getSingleSheetOnlyConstraintValidatorService',
  95.             'DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler' => 'getBatchTogglePeopleTagsHandlerService',
  96.             'DW\\GingerBundle\\Messenger\\Handler\\ConsoleCommandHandler' => 'getConsoleCommandHandlerService',
  97.             'DW\\GingerBundle\\Security\\UserAuthenticator' => 'getUserAuthenticatorService',
  98.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  99.             'Faker\\Generator' => 'getGeneratorService',
  100.             'League\\FlysystemBundle\\Lazy\\LazyFactory' => 'getLazyFactoryService',
  101.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  102.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  103.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  104.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  105.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  106.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  107.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  108.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  109.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  110.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  111.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  112.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  113.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  114.             'cache.app' => 'getCache_AppService',
  115.             'cache.app_clearer' => 'getCache_AppClearerService',
  116.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  117.             'cache.system' => 'getCache_SystemService',
  118.             'cache.system_clearer' => 'getCache_SystemClearerService',
  119.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  120.             'cache_warmer' => 'getCacheWarmerService',
  121.             'console.command_loader' => 'getConsole_CommandLoaderService',
  122.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  123.             'data_collector.dump' => 'getDataCollector_DumpService',
  124.             'doctrine' => 'getDoctrineService',
  125.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  126.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  127.             'dw_ginger.command.createuser' => 'getDwGinger_Command_CreateuserService',
  128.             'dw_ginger.command.debug.tag_persons' => 'getDwGinger_Command_Debug_TagPersonsService',
  129.             'dw_ginger.command.tagger' => 'getDwGinger_Command_TaggerService',
  130.             'dw_ginger.geolocator' => 'getDwGinger_GeolocatorService',
  131.             'dw_ginger.group_manager' => 'getDwGinger_GroupManagerService',
  132.             'dw_ginger.integration_manager' => 'getDwGinger_IntegrationManagerService',
  133.             'dw_ginger.person_manager' => 'getDwGinger_PersonManagerService',
  134.             'dw_ginger.tag_manager' => 'getDwGinger_TagManagerService',
  135.             'error_controller' => 'getErrorControllerService',
  136.             'event_dispatcher' => 'getEventDispatcherService',
  137.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  138.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  139.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  140.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  141.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  142.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  143.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  144.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  145.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  146.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  147.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  148.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  149.             'http_kernel' => 'getHttpKernelService',
  150.             'jms_serializer' => 'getJmsSerializerService',
  151.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  152.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  153.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  154.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  155.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  156.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  157.             'knp_paginator' => 'getKnpPaginatorService',
  158.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  159.             'monolog.logger.address_refactor' => 'getMonolog_Logger_AddressRefactorService',
  160.             'monolog.logger.api' => 'getMonolog_Logger_ApiService',
  161.             'monolog.logger.file_import_person' => 'getMonolog_Logger_FileImportPersonService',
  162.             'monolog.logger.ginger_core_events' => 'getMonolog_Logger_GingerCoreEventsService',
  163.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  164.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  165.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  166.             'request_stack' => 'getRequestStackService',
  167.             'router' => 'getRouterService',
  168.             'routing.loader' => 'getRouting_LoaderService',
  169.             'services_resetter' => 'getServicesResetterService',
  170.             'translator' => 'getTranslatorService',
  171.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  172.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  173.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  174.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  175.             'cache_clearer' => 'getCacheClearerService',
  176.             'filesystem' => 'getFilesystemService',
  177.             'serializer' => 'getSerializerService',
  178.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  179.             'form.factory' => 'getForm_FactoryService',
  180.             'form.type.file' => 'getForm_Type_FileService',
  181.             'profiler' => 'getProfilerService',
  182.             'twig' => 'getTwigService',
  183.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  184.             'security.token_storage' => 'getSecurity_TokenStorageService',
  185.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  186.             'session' => 'getSessionService',
  187.             'validator' => 'getValidatorService',
  188.         ];
  189.         $this->aliases = [
  190.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  191.             'DW\\GingerBundle\\Import\\Serializer\\Context\\ContextInterface' => 'DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext',
  192.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  193.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  194.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  195.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  196.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  197.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  198.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  199.             'database_connection' => 'doctrine.dbal.default_connection',
  200.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  201.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  202.         ];
  203.         $this->privates['service_container'] = function () {
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  210.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  223.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  252.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  400.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  405.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  425.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  426.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  430.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Core/IriConverter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Encoder/XlsxEncoder.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Normalizer/PersonNormalizer.php';
  447.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Normalizer/NullableDateTimeDenormalizer.php';
  448.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  475.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformPaginationParametersListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformSortingParametersListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformFieldsetsParametersListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/EventListener/TransformFilteringParametersListener.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/QueryParameterValidateListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  559.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerTrait.php';
  560.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/AbstractLogger.php';
  561.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  586.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  599.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Serializer/Normalizer/PhoneNumberNormalizer.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ConstraintViolationListNormalizer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ReservedAttributeNameConverter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ErrorNormalizer.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/EntrypointNormalizer.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/EntrypointNormalizer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ItemNormalizer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ItemNormalizer.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/CollectionNormalizer.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/CollectionNormalizer.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ObjectNormalizer.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hal/Serializer/ObjectNormalizer.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  733.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  735.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  737.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  739.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/DWGingerExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  749.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  757.             include_once __DIR__.'/proxy-classes.php';
  758.         };
  759.     }
  760.     public function compile(): void
  761.     {
  762.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  763.     }
  764.     public function isCompiled(): bool
  765.     {
  766.         return true;
  767.     }
  768.     public function getRemovedIds(): array
  769.     {
  770.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  771.     }
  772.     protected function createProxy($class\Closure $factory)
  773.     {
  774.         return $factory();
  775.     }
  776.     /**
  777.      * Gets the public '.container.private.cache_clearer' shared service.
  778.      *
  779.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  780.      */
  781.     protected function get_Container_Private_CacheClearerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  785.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  786.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  787.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  788.         }, 2));
  789.     }
  790.     /**
  791.      * Gets the public '.container.private.filesystem' shared service.
  792.      *
  793.      * @return \Symfony\Component\Filesystem\Filesystem
  794.      */
  795.     protected function get_Container_Private_FilesystemService()
  796.     {
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  798.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  799.     }
  800.     /**
  801.      * Gets the public '.container.private.form.factory' shared service.
  802.      *
  803.      * @return \Symfony\Component\Form\FormFactory
  804.      */
  805.     protected function get_Container_Private_Form_FactoryService()
  806.     {
  807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  808.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  809.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  810.     }
  811.     /**
  812.      * Gets the public '.container.private.form.type.file' shared service.
  813.      *
  814.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  815.      */
  816.     protected function get_Container_Private_Form_Type_FileService()
  817.     {
  818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  821.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  822.     }
  823.     /**
  824.      * Gets the public '.container.private.profiler' shared service.
  825.      *
  826.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  827.      */
  828.     protected function get_Container_Private_ProfilerService()
  829.     {
  830.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  831.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  832.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  833.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  834.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  835.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  836.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  837.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  838.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  839.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  840.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  841.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  842.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  843.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  844.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  845.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  846.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  847.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  848.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  849.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  850.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  851.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  852.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  853.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  854.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  855.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  856.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  857.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  858.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  859.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  860.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  861.         if ($this->has('kernel')) {
  862.             $g->setKernel($b);
  863.         }
  864.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  865.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  866.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  867.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  868.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  869.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  870.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  871.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  872.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  873.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  874.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  875.         $instance->add($d);
  876.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  877.         $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()), false));
  878.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  879.         $instance->add($e);
  880.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  881.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  882.         $instance->add($f);
  883.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  884.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  885.         $instance->add($g);
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public '.container.private.security.authorization_checker' shared service.
  890.      *
  891.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  892.      */
  893.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  894.     {
  895.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  896.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  897.             return $this->services['.container.private.security.authorization_checker'];
  898.         }
  899.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  900.     }
  901.     /**
  902.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  903.      *
  904.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  905.      */
  906.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  907.     {
  908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  912.         return $this->services['.container.private.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())));
  913.     }
  914.     /**
  915.      * Gets the public '.container.private.security.password_encoder' shared service.
  916.      *
  917.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  918.      *
  919.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  920.      */
  921.     protected function get_Container_Private_Security_PasswordEncoderService()
  922.     {
  923.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  924.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  925.     }
  926.     /**
  927.      * Gets the public '.container.private.security.token_storage' shared service.
  928.      *
  929.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  930.      */
  931.     protected function get_Container_Private_Security_TokenStorageService()
  932.     {
  933.         return $this->services['.container.private.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, [
  934.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  935.         ], [
  936.             'request_stack' => '?',
  937.         ]));
  938.     }
  939.     /**
  940.      * Gets the public '.container.private.serializer' shared service.
  941.      *
  942.      * @return \Symfony\Component\Serializer\Serializer
  943.      */
  944.     protected function get_Container_Private_SerializerService()
  945.     {
  946.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  947.         if (isset($this->services['.container.private.serializer'])) {
  948.             return $this->services['.container.private.serializer'];
  949.         }
  950.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  951.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  952.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  953.         $e = new \ApiPlatform\Core\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  954.         $f = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer($e);
  955.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  956.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  957.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  958.         $j = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  959.         $k = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  960.         $l = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  961.         $m = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$jNULLtrue'oauth2''password''/oauth/v2/token''', [], [], $ktrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $l$e));
  962.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  963.         $o = new \ApiPlatform\Core\JsonApi\Serializer\ReservedAttributeNameConverter($n);
  964.         $p = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  965.         $q = ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService());
  966.         $r = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  967.         $s = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  968.         $t = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  969.         $u = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  970.         $v = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  971.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => ($this->services['DW\\GingerBundle\\Import\\Normalizer\\NullableDateTimeDenormalizer'] ?? $this->getNullableDateTimeDenormalizerService()), => ($this->services['DW\\GingerBundle\\Import\\Normalizer\\PersonNormalizer'] ?? $this->getPersonNormalizerService()), => new \Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ'0), => $f=> $m=> new \ApiPlatform\Core\JsonApi\Serializer\ConstraintViolationListNormalizer($i$o), => new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($p, [], $n), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $n), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), 10 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), 11 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 12 => $m13 => new \ApiPlatform\Core\JsonApi\Serializer\ErrorNormalizer(true), 14 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 15 => $f16 => new \ApiPlatform\Core\JsonApi\Serializer\EntrypointNormalizer($g$q$p), 17 => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($g$h$i$rNULL$p$k$n), 18 => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($g$q$p), 19 => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($ptrue), 20 => new \ApiPlatform\Core\Hal\Serializer\EntrypointNormalizer($g$q$p), 21 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 22 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 24 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 25 => new \ApiPlatform\Core\JsonApi\Serializer\ItemNormalizer($h$i$q$r$b$o$g, [], new RewindableGenerator(function () {
  972.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  973.         }, 1), $a), 26 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($g$h$i$q$r$s$b$n$t, [], new RewindableGenerator(function () {
  974.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  975.         }, 1), $a), 27 => new \ApiPlatform\Core\Hal\Serializer\ItemNormalizer($h$i$q$r$b$n$tNULLfalse, [], new RewindableGenerator(function () {
  976.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  977.         }, 1), $g$a), 28 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($h$i$q$l$r$b$n$t$ufalseNULL, new RewindableGenerator(function () {
  978.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  979.         }, 1), $g), 29 => new \ApiPlatform\Core\Serializer\ItemNormalizer($h$i$q$r$b$n$t$ufalseNULL, new RewindableGenerator(function () {
  980.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  981.         }, 1), $g$a), 30 => ($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())), 31 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 32 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($t$n$c, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [])), 33 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 34 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 35 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 36 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 37 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 38 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 39 => new \ApiPlatform\Core\JsonApi\Serializer\CollectionNormalizer($r'page'$g), 40 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($s$r$q), 'page''pagination'$g$b), $g$r$j), 41 => new \ApiPlatform\Core\Hal\Serializer\CollectionNormalizer($r'page'$g), 42 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 43 => new \ApiPlatform\Core\JsonApi\Serializer\ObjectNormalizer($v$q$r$g), 44 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($v$q$s), 45 => new \ApiPlatform\Core\Hal\Serializer\ObjectNormalizer($v$q), 46 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($v$q$l), 47 => $v], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => ($this->services['DW\\GingerBundle\\Import\\Serializer\\Encoder\\XlsxEncoder'] ?? $this->getXlsxEncoderService()), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonapi'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonhal'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  982.     }
  983.     /**
  984.      * Gets the public '.container.private.session' shared service.
  985.      *
  986.      * @return \Symfony\Component\HttpFoundation\Session\Session
  987.      */
  988.     protected function get_Container_Private_SessionService()
  989.     {
  990.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  992.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  993.         if (isset($this->services['.container.private.session'])) {
  994.             return $this->services['.container.private.session'];
  995.         }
  996.         return $this->services['.container.private.session'] = $a->createSession();
  997.     }
  998.     /**
  999.      * Gets the public '.container.private.twig' shared service.
  1000.      *
  1001.      * @return \Twig\Environment
  1002.      */
  1003.     protected function get_Container_Private_TwigService()
  1004.     {
  1005.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1006.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1007.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1008.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views/bundles/ApiPlatformBundle'), 'ApiPlatform');
  1009.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1010.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1011.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1012.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1013.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1014.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1015.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1016.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1017.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1018.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1019.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1020.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1021.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  1022.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  1023.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  1024.         $a->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  1025.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views'), 'DWGinger');
  1026.         $a->addPath((\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views'), '!DWGinger');
  1027.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  1028.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  1029.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), 'TetranzSelect2Entity');
  1030.         $a->addPath((\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Resources/views'), '!TetranzSelect2Entity');
  1031.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  1032.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  1033.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1034.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1035.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  1036.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  1037.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1038.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1039.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1040.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1041.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1042.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1043.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1044.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1045.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1046.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1047.         $g = ($this->services['router'] ?? $this->getRouterService());
  1048.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1049.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1050.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1051.         $j = new \Knp\Menu\Util\MenuManipulator();
  1052.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1053.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1054.         $l->setEnvironment('dev');
  1055.         $l->setDebug(true);
  1056.         if ($this->has('.container.private.security.token_storage')) {
  1057.             $l->setTokenStorage($h);
  1058.         }
  1059.         if ($this->has('request_stack')) {
  1060.             $l->setRequestStack($d);
  1061.         }
  1062.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1065.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1066.         $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$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1067.             return new \EmptyIterator();
  1068.         }, 0))));
  1069.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1070.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1071.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1072.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1073.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1074.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1075.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  1076.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1077.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1078.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1079.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1080.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1081.         $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())));
  1082.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1083.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1084.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$c)));
  1085.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1086.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1087.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1088.         ], [
  1089.             'list' => '?',
  1090.             'twig' => '?',
  1091.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1092.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1093.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1094.         }, 2)), $j$k), $k$j));
  1095.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1096.         $instance->addExtension(new \DW\GingerBundle\Twig\DWGingerExtension());
  1097.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1098.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1099.         $instance->addGlobal('app'$l);
  1100.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1101.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1102.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1103.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1104.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1105.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1106.             'DW\\GingerBundle\\Twig\\DWGingerRuntime' => ['privates''dw_ginger.twig_runtime''getDwGinger_TwigRuntimeService'false],
  1107.             'DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper' => ['privates''DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper''getIntegrationsGrouperService'false],
  1108.         ], [
  1109.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1110.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1111.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1112.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1113.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1114.             'DW\\GingerBundle\\Twig\\DWGingerRuntime' => '?',
  1115.             'DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper' => '?',
  1116.         ])));
  1117.         $instance->addGlobal('session_key_simple_search''App\\Entity\\Contact_simple_search');
  1118.         $instance->addGlobal('session_key_extended_search''App\\Entity\\Contact_extended_search');
  1119.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1120.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1121.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1122.         return $instance;
  1123.     }
  1124.     /**
  1125.      * Gets the public '.container.private.validator' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1128.      */
  1129.     protected function get_Container_Private_ValidatorService()
  1130.     {
  1131.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1132.         if (isset($this->services['.container.private.validator'])) {
  1133.             return $this->services['.container.private.validator'];
  1134.         }
  1135.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1136.     }
  1137.     /**
  1138.      * Gets the public 'App\Controller\FooController' shared autowired service.
  1139.      *
  1140.      * @return \App\Controller\FooController
  1141.      */
  1142.     protected function getFooControllerService()
  1143.     {
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1145.         include_once \dirname(__DIR__4).'/src/Controller/FooController.php';
  1146.         $this->services['App\\Controller\\FooController'] = $instance = new \App\Controller\FooController();
  1147.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FooController'$this));
  1148.         return $instance;
  1149.     }
  1150.     /**
  1151.      * Gets the public 'DW\GingerBundle\ApiPlatform\Controller\PeopleTagsController' shared autowired service.
  1152.      *
  1153.      * @return \DW\GingerBundle\ApiPlatform\Controller\PeopleTagsController
  1154.      */
  1155.     protected function getPeopleTagsControllerService()
  1156.     {
  1157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Controller/PeopleTagsController.php';
  1159.         $this->services['DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController'] = $instance = new \DW\GingerBundle\ApiPlatform\Controller\PeopleTagsController();
  1160.         $instance->setContainer($this);
  1161.         return $instance;
  1162.     }
  1163.     /**
  1164.      * Gets the public 'DW\GingerBundle\Command\CreateAddressMessagesCommand' shared autowired service.
  1165.      *
  1166.      * @return \DW\GingerBundle\Command\CreateAddressMessagesCommand
  1167.      */
  1168.     protected function getCreateAddressMessagesCommandService()
  1169.     {
  1170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Command/CreateAddressMessagesCommand.php';
  1172.         $this->services['DW\\GingerBundle\\Command\\CreateAddressMessagesCommand'] = $instance = new \DW\GingerBundle\Command\CreateAddressMessagesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1173.         $instance->setName('ginger:create-address-messages');
  1174.         return $instance;
  1175.     }
  1176.     /**
  1177.      * Gets the public 'DW\GingerBundle\Command\MigrateAddressCommand' shared autowired service.
  1178.      *
  1179.      * @return \DW\GingerBundle\Command\MigrateAddressCommand
  1180.      */
  1181.     protected function getMigrateAddressCommandService()
  1182.     {
  1183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Command/MigrateAddressCommand.php';
  1185.         $this->services['DW\\GingerBundle\\Command\\MigrateAddressCommand'] = $instance = new \DW\GingerBundle\Command\MigrateAddressCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['monolog.logger.address_refactor'] ?? $this->getMonolog_Logger_AddressRefactorService()));
  1186.         $instance->setName('ginger:migrate-address');
  1187.         return $instance;
  1188.     }
  1189.     /**
  1190.      * Gets the public 'DW\GingerBundle\Controller\AdminLogController' shared autowired service.
  1191.      *
  1192.      * @return \DW\GingerBundle\Controller\AdminLogController
  1193.      */
  1194.     protected function getAdminLogControllerService()
  1195.     {
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/AdminLogController.php';
  1198.         $this->services['DW\\GingerBundle\\Controller\\AdminLogController'] = $instance = new \DW\GingerBundle\Controller\AdminLogController(($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->privates['dw_ginger.admin_log_manager'] ?? $this->getDwGinger_AdminLogManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1199.         $instance->setContainer($this);
  1200.         return $instance;
  1201.     }
  1202.     /**
  1203.      * Gets the public 'DW\GingerBundle\Controller\ApiController' shared autowired service.
  1204.      *
  1205.      * @return \DW\GingerBundle\Controller\ApiController
  1206.      */
  1207.     protected function getApiControllerService()
  1208.     {
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/ApiController.php';
  1211.         $this->services['DW\\GingerBundle\\Controller\\ApiController'] = $instance = new \DW\GingerBundle\Controller\ApiController(($this->privates['dw_ginger.graphql.type_manager'] ?? $this->getDwGinger_Graphql_TypeManagerService()), ($this->services['monolog.logger.api'] ?? $this->getMonolog_Logger_ApiService()), true);
  1212.         $instance->setContainer($this);
  1213.         return $instance;
  1214.     }
  1215.     /**
  1216.      * Gets the public 'DW\GingerBundle\Controller\AttributeController' shared autowired service.
  1217.      *
  1218.      * @return \DW\GingerBundle\Controller\AttributeController
  1219.      */
  1220.     protected function getAttributeControllerService()
  1221.     {
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/AttributeController.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  1226.         $this->services['DW\\GingerBundle\\Controller\\AttributeController'] = $instance = new \DW\GingerBundle\Controller\AttributeController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_crud_attribute''DW\\GingerBundle\\Form\\Type\\AttributeType'), ($this->privates['dw_ginger.attribute_manager'] ?? $this->getDwGinger_AttributeManagerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1227.         $instance->setContainer($this);
  1228.         return $instance;
  1229.     }
  1230.     /**
  1231.      * Gets the public 'DW\GingerBundle\Controller\DashboardController' shared autowired service.
  1232.      *
  1233.      * @return \DW\GingerBundle\Controller\DashboardController
  1234.      */
  1235.     protected function getDashboardControllerService()
  1236.     {
  1237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DashboardController.php';
  1239.         $this->services['DW\\GingerBundle\\Controller\\DashboardController'] = $instance = new \DW\GingerBundle\Controller\DashboardController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->privates['dw_ginger.attribute_manager'] ?? $this->getDwGinger_AttributeManagerService()));
  1240.         $instance->setContainer($this);
  1241.         return $instance;
  1242.     }
  1243.     /**
  1244.      * Gets the public 'DW\GingerBundle\Controller\Dev\ProximityController' shared autowired service.
  1245.      *
  1246.      * @return \DW\GingerBundle\Controller\Dev\ProximityController
  1247.      */
  1248.     protected function getProximityControllerService()
  1249.     {
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/Dev/ProximityController.php';
  1252.         $this->services['DW\\GingerBundle\\Controller\\Dev\\ProximityController'] = $instance = new \DW\GingerBundle\Controller\Dev\ProximityController(($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->privates['dw_ginger.attribute_manager'] ?? $this->getDwGinger_AttributeManagerService()));
  1253.         $instance->setContainer($this);
  1254.         return $instance;
  1255.     }
  1256.     /**
  1257.      * Gets the public 'DW\GingerBundle\Controller\Devel\DefaultController' shared autowired service.
  1258.      *
  1259.      * @return \DW\GingerBundle\Controller\Devel\DefaultController
  1260.      */
  1261.     protected function getDefaultControllerService()
  1262.     {
  1263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1264.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/Devel/DefaultController.php';
  1265.         $this->services['DW\\GingerBundle\\Controller\\Devel\\DefaultController'] = $instance = new \DW\GingerBundle\Controller\Devel\DefaultController();
  1266.         $instance->setContainer($this);
  1267.         return $instance;
  1268.     }
  1269.     /**
  1270.      * Gets the public 'DW\GingerBundle\Controller\DownloadController' shared autowired service.
  1271.      *
  1272.      * @return \DW\GingerBundle\Controller\DownloadController
  1273.      */
  1274.     protected function getDownloadControllerService()
  1275.     {
  1276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/XlsExporterTrait.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DownloadController.php';
  1279.         $this->services['DW\\GingerBundle\\Controller\\DownloadController'] = $instance = new \DW\GingerBundle\Controller\DownloadController(($this->privates['exports.storage'] ?? $this->getExports_StorageService()));
  1280.         $instance->setContainer($this);
  1281.         return $instance;
  1282.     }
  1283.     /**
  1284.      * Gets the public 'DW\GingerBundle\Controller\DuplicateController' shared autowired service.
  1285.      *
  1286.      * @return \DW\GingerBundle\Controller\DuplicateController
  1287.      */
  1288.     protected function getDuplicateControllerService()
  1289.     {
  1290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DuplicateController.php';
  1293.         $this->services['DW\\GingerBundle\\Controller\\DuplicateController'] = $instance = new \DW\GingerBundle\Controller\DuplicateController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['dw_ginger.person.form_factory'] ?? $this->getDwGinger_Person_FormFactoryService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1294.         $instance->setContainer($this);
  1295.         return $instance;
  1296.     }
  1297.     /**
  1298.      * Gets the public 'DW\GingerBundle\Controller\GroupController' shared autowired service.
  1299.      *
  1300.      * @return \DW\GingerBundle\Controller\GroupController
  1301.      */
  1302.     protected function getGroupControllerService()
  1303.     {
  1304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1305.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1306.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/GroupController.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  1308.         $this->services['DW\\GingerBundle\\Controller\\GroupController'] = $instance = new \DW\GingerBundle\Controller\GroupController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_crud_group''DW\\GingerBundle\\Form\\Type\\GroupType'), ($this->services['dw_ginger.group_manager'] ?? $this->getDwGinger_GroupManagerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1309.         $instance->setContainer($this);
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the public 'DW\GingerBundle\Controller\IntegrationController' shared autowired service.
  1314.      *
  1315.      * @return \DW\GingerBundle\Controller\IntegrationController
  1316.      */
  1317.     protected function getIntegrationControllerService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1320.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/IntegrationController.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  1323.         $this->services['DW\\GingerBundle\\Controller\\IntegrationController'] = $instance = new \DW\GingerBundle\Controller\IntegrationController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_crud_integration''DW\\GingerBundle\\Form\\Type\\IntergrationType'), ($this->services['dw_ginger.integration_manager'] ?? $this->getDwGinger_IntegrationManagerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1324.         $instance->setContainer($this);
  1325.         return $instance;
  1326.     }
  1327.     /**
  1328.      * Gets the public 'DW\GingerBundle\Controller\JobController' shared autowired service.
  1329.      *
  1330.      * @return \DW\GingerBundle\Controller\JobController
  1331.      */
  1332.     protected function getJobControllerService()
  1333.     {
  1334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1335.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/JobController.php';
  1336.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Services/MessageListService.php';
  1337.         $this->services['DW\\GingerBundle\\Controller\\JobController'] = $instance = new \DW\GingerBundle\Controller\JobController(new \DW\GingerBundle\Services\MessageListService(($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService()), ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService())), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1338.         $instance->setContainer($this);
  1339.         return $instance;
  1340.     }
  1341.     /**
  1342.      * Gets the public 'DW\GingerBundle\Controller\PersonController' shared autowired service.
  1343.      *
  1344.      * @return \DW\GingerBundle\Controller\PersonController
  1345.      */
  1346.     protected function getPersonControllerService()
  1347.     {
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1350.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/XlsExporterTrait.php';
  1351.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/PersonController.php';
  1352.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManagerInterface.php';
  1353.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RepositoryManager.php';
  1354.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Manager/RepositoryManager.php';
  1355.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/FinderInterface.php';
  1356.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedFinderInterface.php';
  1357.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/RawFinderInterface.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedRawFinderInterface.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/HybridFinderInterface.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/PaginatedHybridFinderInterface.php';
  1361.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Finder/TransformedFinder.php';
  1362.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  1363.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  1364.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  1365.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  1366.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  1367.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1368.         $b = new \FOS\ElasticaBundle\Manager\RepositoryManager();
  1369.         $c = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer($a'DW\\GingerBundle\\Entity\\AdminLog', ['ignore_missing' => true'hints' => [], 'hydrate' => true'query_builder_method' => 'createQueryBuilder''identifier' => 'id']);
  1370.         $c->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  1371.         $b->addIndex('admin_logs', new \FOS\ElasticaBundle\Finder\TransformedFinder(($this->privates['fos_elastica.index.admin_logs'] ?? $this->getFosElastica_Index_AdminLogsService()), $c), 'DW\\GingerBundle\\Elastica\\Repository\\AdminLogRepository');
  1372.         $d = new \FOS\ElasticaBundle\Doctrine\RepositoryManager($a$b);
  1373.         $d->addEntity('DW\\GingerBundle\\Entity\\AdminLog''admin_logs');
  1374.         $this->services['DW\\GingerBundle\\Controller\\PersonController'] = $instance = new \DW\GingerBundle\Controller\PersonController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['dw_ginger.person.form_factory'] ?? $this->getDwGinger_Person_FormFactoryService()), ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), $d, new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_search_extended''DW\\GingerBundle\\Form\\Type\\ExtendedSearchType'), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['dw_ginger.tag.form_factory'] ?? $this->getDwGinger_Tag_FormFactoryService()), ($this->privates['dw_ginger.attribute_manager'] ?? $this->getDwGinger_AttributeManagerService()));
  1375.         $instance->setContainer($this);
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'DW\GingerBundle\Controller\ResetPasswordController' shared autowired service.
  1380.      *
  1381.      * @return \DW\GingerBundle\Controller\ResetPasswordController
  1382.      */
  1383.     protected function getResetPasswordControllerService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Controller/ResetPasswordControllerTrait.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/ResetPasswordController.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelperInterface.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/ResetPasswordHelper.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordTokenGenerator.php';
  1391.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Generator/ResetPasswordRandomGenerator.php';
  1392.         $this->services['DW\\GingerBundle\\Controller\\ResetPasswordController'] = $instance = new \DW\GingerBundle\Controller\ResetPasswordController(new \SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper(new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator($this->getEnv('APP_SECRET'), new \SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator()), ($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()), ($this->privates['DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), 36003600), ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->services['DW\\GingerBundle\\Security\\UserAuthenticator'] ?? $this->getUserAuthenticatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1393.         $instance->setContainer($this);
  1394.         return $instance;
  1395.     }
  1396.     /**
  1397.      * Gets the public 'DW\GingerBundle\Controller\SecurityController' shared autowired service.
  1398.      *
  1399.      * @return \DW\GingerBundle\Controller\SecurityController
  1400.      */
  1401.     protected function getSecurityControllerService()
  1402.     {
  1403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/SecurityController.php';
  1405.         $this->services['DW\\GingerBundle\\Controller\\SecurityController'] = $instance = new \DW\GingerBundle\Controller\SecurityController();
  1406.         $instance->setContainer($this);
  1407.         return $instance;
  1408.     }
  1409.     /**
  1410.      * Gets the public 'DW\GingerBundle\Controller\TagController' shared autowired service.
  1411.      *
  1412.      * @return \DW\GingerBundle\Controller\TagController
  1413.      */
  1414.     protected function getTagControllerService()
  1415.     {
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1418.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/TagController.php';
  1419.         $this->services['DW\\GingerBundle\\Controller\\TagController'] = $instance = new \DW\GingerBundle\Controller\TagController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['dw_ginger.tag.form_factory'] ?? $this->getDwGinger_Tag_FormFactoryService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1420.         $instance->setContainer($this);
  1421.         return $instance;
  1422.     }
  1423.     /**
  1424.      * Gets the public 'DW\GingerBundle\Controller\UserController' shared autowired service.
  1425.      *
  1426.      * @return \DW\GingerBundle\Controller\UserController
  1427.      */
  1428.     protected function getUserControllerService()
  1429.     {
  1430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1431.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/CRUDController.php';
  1432.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/UserController.php';
  1433.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  1434.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  1435.         $this->services['DW\\GingerBundle\\Controller\\UserController'] = $instance = new \DW\GingerBundle\Controller\UserController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_crud_user''DW\\GingerBundle\\Form\\Type\\UserType'), new \DW\GingerBundle\Doctrine\BaseManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'DW\\GingerBundle\\Entity\\User'), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  1436.         $instance->setContainer($this);
  1437.         return $instance;
  1438.     }
  1439.     /**
  1440.      * Gets the public 'DW\GingerBundle\Import\Annotation\PersonReader' shared autowired service.
  1441.      *
  1442.      * @return \DW\GingerBundle\Import\Annotation\PersonReader
  1443.      */
  1444.     protected function getPersonReaderService()
  1445.     {
  1446.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Annotation/ReaderInterface.php';
  1447.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Annotation/PersonReader.php';
  1448.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1449.         if (isset($this->services['DW\\GingerBundle\\Import\\Annotation\\PersonReader'])) {
  1450.             return $this->services['DW\\GingerBundle\\Import\\Annotation\\PersonReader'];
  1451.         }
  1452.         return $this->services['DW\\GingerBundle\\Import\\Annotation\\PersonReader'] = new \DW\GingerBundle\Import\Annotation\PersonReader($a, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext'] ?? $this->getPersonContextService()), 'App\\Entity\\Contact');
  1453.     }
  1454.     /**
  1455.      * Gets the public 'DW\GingerBundle\Import\Command\ExportToFileCommand' shared autowired service.
  1456.      *
  1457.      * @return \DW\GingerBundle\Import\Command\ExportToFileCommand
  1458.      */
  1459.     protected function getExportToFileCommandService()
  1460.     {
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Command/ExportToFileCommand.php';
  1463.         $this->services['DW\\GingerBundle\\Import\\Command\\ExportToFileCommand'] = $instance = new \DW\GingerBundle\Import\Command\ExportToFileCommand(($this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'] ?? $this->getPersonSerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['exports.storage'] ?? $this->getExports_StorageService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()), 'App\\Entity\\Contact''noreply@ginger.dev'$this->getEnv('DEFAULT_URI'));
  1464.         $instance->setName('ginger:export');
  1465.         return $instance;
  1466.     }
  1467.     /**
  1468.      * Gets the public 'DW\GingerBundle\Import\Command\Storage\ClearCommand' shared autowired service.
  1469.      *
  1470.      * @return \DW\GingerBundle\Import\Command\Storage\ClearCommand
  1471.      */
  1472.     protected function getClearCommandService()
  1473.     {
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Command/Storage/ClearCommand.php';
  1476.         $this->services['DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand'] = $instance = new \DW\GingerBundle\Import\Command\Storage\ClearCommand(($this->services['DW\\GingerBundle\\Import\\Storage\\FileManager'] ?? $this->getFileManagerService()));
  1477.         $instance->setName('ginger:storage:clear');
  1478.         return $instance;
  1479.     }
  1480.     /**
  1481.      * Gets the public 'DW\GingerBundle\Import\Controller\FileImportController' shared autowired service.
  1482.      *
  1483.      * @return \DW\GingerBundle\Import\Controller\FileImportController
  1484.      */
  1485.     protected function getFileImportControllerService()
  1486.     {
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/XlsExporterTrait.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Controller/FileImportController.php';
  1490.         $this->services['DW\\GingerBundle\\Import\\Controller\\FileImportController'] = $instance = new \DW\GingerBundle\Import\Controller\FileImportController();
  1491.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('DW\\GingerBundle\\Import\\Controller\\FileImportController'$this));
  1492.         return $instance;
  1493.     }
  1494.     /**
  1495.      * Gets the public 'DW\GingerBundle\Import\EventSubscriber\StorageSubscriber' shared autowired service.
  1496.      *
  1497.      * @return \DW\GingerBundle\Import\EventSubscriber\StorageSubscriber
  1498.      */
  1499.     protected function getStorageSubscriberService()
  1500.     {
  1501.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/EventSubscriber/StorageSubscriber.php';
  1502.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1503.         if (isset($this->services['DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber'])) {
  1504.             return $this->services['DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber'];
  1505.         }
  1506.         return $this->services['DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber'] = new \DW\GingerBundle\Import\EventSubscriber\StorageSubscriber($a);
  1507.     }
  1508.     /**
  1509.      * Gets the public 'DW\GingerBundle\Import\Form\DataTransformer\PropertiesToColumnsTransformer' shared autowired service.
  1510.      *
  1511.      * @return \DW\GingerBundle\Import\Form\DataTransformer\PropertiesToColumnsTransformer
  1512.      */
  1513.     protected function getPropertiesToColumnsTransformerService()
  1514.     {
  1515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  1516.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Form/DataTransformer/PropertiesToColumnsTransformer.php';
  1517.         return $this->services['DW\\GingerBundle\\Import\\Form\\DataTransformer\\PropertiesToColumnsTransformer'] = new \DW\GingerBundle\Import\Form\DataTransformer\PropertiesToColumnsTransformer();
  1518.     }
  1519.     /**
  1520.      * Gets the public 'DW\GingerBundle\Import\Form\Type\FileImportEditType' shared autowired service.
  1521.      *
  1522.      * @return \DW\GingerBundle\Import\Form\Type\FileImportEditType
  1523.      */
  1524.     protected function getFileImportEditTypeService()
  1525.     {
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1528.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Form/Type/FileImportEditType.php';
  1529.         return $this->services['DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType'] = new \DW\GingerBundle\Import\Form\Type\FileImportEditType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['dw_ginger.group_manager'] ?? $this->getDwGinger_GroupManagerService()), 'App\\Entity\\Tag');
  1530.     }
  1531.     /**
  1532.      * Gets the public 'DW\GingerBundle\Import\Form\Type\FileImportPreviewType' shared autowired service.
  1533.      *
  1534.      * @return \DW\GingerBundle\Import\Form\Type\FileImportPreviewType
  1535.      */
  1536.     protected function getFileImportPreviewTypeService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1540.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Form/Type/FileImportPreviewType.php';
  1541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  1542.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Form/DataTransformer/PropertiesToColumnsTransformer.php';
  1543.         return $this->services['DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType'] = new \DW\GingerBundle\Import\Form\Type\FileImportPreviewType(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['DW\\GingerBundle\\Import\\Form\\DataTransformer\\PropertiesToColumnsTransformer'] ?? ($this->services['DW\\GingerBundle\\Import\\Form\\DataTransformer\\PropertiesToColumnsTransformer'] = new \DW\GingerBundle\Import\Form\DataTransformer\PropertiesToColumnsTransformer())));
  1544.     }
  1545.     /**
  1546.      * Gets the public 'DW\GingerBundle\Import\Importer\PersonImporter' shared autowired service.
  1547.      *
  1548.      * @return \DW\GingerBundle\Import\Importer\PersonImporter
  1549.      */
  1550.     protected function getPersonImporterService()
  1551.     {
  1552.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Importer/PersonImporter.php';
  1553.         $a = ($this->services['DW\\GingerBundle\\Import\\Matcher\\PersonMatcherChain'] ?? $this->getPersonMatcherChainService());
  1554.         if (isset($this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'])) {
  1555.             return $this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'];
  1556.         }
  1557.         $b = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  1558.         if (isset($this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'])) {
  1559.             return $this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'];
  1560.         }
  1561.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1562.         if (isset($this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'])) {
  1563.             return $this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'];
  1564.         }
  1565.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1566.         if (isset($this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'])) {
  1567.             return $this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'];
  1568.         }
  1569.         return $this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'] = new \DW\GingerBundle\Import\Importer\PersonImporter($a$b$c$d, ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['monolog.logger.file_import_person'] ?? $this->getMonolog_Logger_FileImportPersonService()));
  1570.     }
  1571.     /**
  1572.      * Gets the public 'DW\GingerBundle\Import\Matcher\EmailMatcher' shared autowired service.
  1573.      *
  1574.      * @return \DW\GingerBundle\Import\Matcher\EmailMatcher
  1575.      */
  1576.     protected function getEmailMatcherService()
  1577.     {
  1578.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/PersonMatcherInterface.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/EmailMatcher.php';
  1580.         $a = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  1581.         if (isset($this->services['DW\\GingerBundle\\Import\\Matcher\\EmailMatcher'])) {
  1582.             return $this->services['DW\\GingerBundle\\Import\\Matcher\\EmailMatcher'];
  1583.         }
  1584.         return $this->services['DW\\GingerBundle\\Import\\Matcher\\EmailMatcher'] = new \DW\GingerBundle\Import\Matcher\EmailMatcher($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  1585.     }
  1586.     /**
  1587.      * Gets the public 'DW\GingerBundle\Import\Matcher\IdMatcher' shared autowired service.
  1588.      *
  1589.      * @return \DW\GingerBundle\Import\Matcher\IdMatcher
  1590.      */
  1591.     protected function getIdMatcherService()
  1592.     {
  1593.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/PersonMatcherInterface.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/IdMatcher.php';
  1595.         $a = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  1596.         if (isset($this->services['DW\\GingerBundle\\Import\\Matcher\\IdMatcher'])) {
  1597.             return $this->services['DW\\GingerBundle\\Import\\Matcher\\IdMatcher'];
  1598.         }
  1599.         return $this->services['DW\\GingerBundle\\Import\\Matcher\\IdMatcher'] = new \DW\GingerBundle\Import\Matcher\IdMatcher($a, ($this->services['translator'] ?? $this->getTranslatorService()));
  1600.     }
  1601.     /**
  1602.      * Gets the public 'DW\GingerBundle\Import\Matcher\PersonMatcherChain' shared autowired service.
  1603.      *
  1604.      * @return \DW\GingerBundle\Import\Matcher\PersonMatcherChain
  1605.      */
  1606.     protected function getPersonMatcherChainService()
  1607.     {
  1608.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/PersonMatcherChain.php';
  1609.         $this->services['DW\\GingerBundle\\Import\\Matcher\\PersonMatcherChain'] = $instance = new \DW\GingerBundle\Import\Matcher\PersonMatcherChain();
  1610.         $instance->addMatcher(($this->services['DW\\GingerBundle\\Import\\Matcher\\IdMatcher'] ?? $this->getIdMatcherService()), 'id_matcher'100);
  1611.         $instance->addMatcher(($this->services['DW\\GingerBundle\\Import\\Matcher\\EmailMatcher'] ?? $this->getEmailMatcherService()), 'email_matcher'50);
  1612.         return $instance;
  1613.     }
  1614.     /**
  1615.      * Gets the public 'DW\GingerBundle\Import\Messenger\EventSubscriber\FileImportStatusManager' shared autowired service.
  1616.      *
  1617.      * @return \DW\GingerBundle\Import\Messenger\EventSubscriber\FileImportStatusManager
  1618.      */
  1619.     protected function getFileImportStatusManagerService()
  1620.     {
  1621.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1622.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/EventSubscriber/FileImportStatusManager.php';
  1623.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1624.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'])) {
  1625.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'];
  1626.         }
  1627.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  1628.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'])) {
  1629.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'];
  1630.         }
  1631.         return $this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'] = new \DW\GingerBundle\Import\Messenger\EventSubscriber\FileImportStatusManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['imports.storage'] ?? $this->getImports_StorageService()), ($this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'] ?? $this->getPersonSerializerService()), $b, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $this->getEnv('DEFAULT_URI'));
  1632.     }
  1633.     /**
  1634.      * Gets the public 'DW\GingerBundle\Import\Messenger\EventSubscriber\ReportResultGenerator' shared autowired service.
  1635.      *
  1636.      * @return \DW\GingerBundle\Import\Messenger\EventSubscriber\ReportResultGenerator
  1637.      */
  1638.     protected function getReportResultGeneratorService()
  1639.     {
  1640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/EventSubscriber/ReportResultGenerator.php';
  1642.         return $this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\ReportResultGenerator'] = new \DW\GingerBundle\Import\Messenger\EventSubscriber\ReportResultGenerator(($this->services['translator'] ?? $this->getTranslatorService()));
  1643.     }
  1644.     /**
  1645.      * Gets the public 'DW\GingerBundle\Import\Messenger\Handler\BatchImportPersonsHandler' shared autowired service.
  1646.      *
  1647.      * @return \DW\GingerBundle\Import\Messenger\Handler\BatchImportPersonsHandler
  1648.      */
  1649.     protected function getBatchImportPersonsHandlerService()
  1650.     {
  1651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1652.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/Handler/BatchImportPersonsHandler.php';
  1653.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1654.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'])) {
  1655.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'];
  1656.         }
  1657.         $b = ($this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'] ?? $this->getPersonImporterService());
  1658.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'])) {
  1659.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'];
  1660.         }
  1661.         $c = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1662.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'])) {
  1663.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'];
  1664.         }
  1665.         return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'] = new \DW\GingerBundle\Import\Messenger\Handler\BatchImportPersonsHandler(($this->services['DW\\GingerBundle\\Import\\Repository\\FileImportRepository'] ?? $this->getFileImportRepositoryService()), ($this->privates['imports.storage'] ?? $this->getImports_StorageService()), $a$b, ($this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'] ?? $this->getPersonSerializerService()), $c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['monolog.logger.file_import_person'] ?? $this->getMonolog_Logger_FileImportPersonService()));
  1666.     }
  1667.     /**
  1668.      * Gets the public 'DW\GingerBundle\Import\Messenger\Handler\LaunchFileImportHandler' shared autowired service.
  1669.      *
  1670.      * @return \DW\GingerBundle\Import\Messenger\Handler\LaunchFileImportHandler
  1671.      */
  1672.     protected function getLaunchFileImportHandlerService()
  1673.     {
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/Handler/LaunchFileImportHandler.php';
  1676.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1677.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'])) {
  1678.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'];
  1679.         }
  1680.         $b = ($this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'] ?? $this->getPersonSerializerService());
  1681.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'])) {
  1682.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'];
  1683.         }
  1684.         $c = ($this->services['DW\\GingerBundle\\Import\\Importer\\PersonImporter'] ?? $this->getPersonImporterService());
  1685.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'])) {
  1686.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'];
  1687.         }
  1688.         $d = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  1689.         if (isset($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'])) {
  1690.             return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'];
  1691.         }
  1692.         return $this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'] = new \DW\GingerBundle\Import\Messenger\Handler\LaunchFileImportHandler(($this->services['DW\\GingerBundle\\Import\\Repository\\FileImportRepository'] ?? $this->getFileImportRepositoryService()), ($this->privates['DW\\GingerBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['imports.storage'] ?? $this->getImports_StorageService()), $a$b$c$d);
  1693.     }
  1694.     /**
  1695.      * Gets the public 'DW\GingerBundle\Import\Messenger\Middleware\AuthenticationMiddleware' shared autowired service.
  1696.      *
  1697.      * @return \DW\GingerBundle\Import\Messenger\Middleware\AuthenticationMiddleware
  1698.      */
  1699.     protected function getAuthenticationMiddlewareService()
  1700.     {
  1701.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  1702.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/Middleware/AuthenticationMiddleware.php';
  1703.         return $this->services['DW\\GingerBundle\\Import\\Messenger\\Middleware\\AuthenticationMiddleware'] = new \DW\GingerBundle\Import\Messenger\Middleware\AuthenticationMiddleware(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['DW\\GingerBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1704.     }
  1705.     /**
  1706.      * Gets the public 'DW\GingerBundle\Import\Normalizer\NullableDateTimeDenormalizer' shared autowired service.
  1707.      *
  1708.      * @return \DW\GingerBundle\Import\Normalizer\NullableDateTimeDenormalizer
  1709.      */
  1710.     protected function getNullableDateTimeDenormalizerService()
  1711.     {
  1712.         return $this->services['DW\\GingerBundle\\Import\\Normalizer\\NullableDateTimeDenormalizer'] = new \DW\GingerBundle\Import\Normalizer\NullableDateTimeDenormalizer(($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())));
  1713.     }
  1714.     /**
  1715.      * Gets the public 'DW\GingerBundle\Import\Normalizer\PersonNormalizer' shared autowired service.
  1716.      *
  1717.      * @return \DW\GingerBundle\Import\Normalizer\PersonNormalizer
  1718.      */
  1719.     protected function getPersonNormalizerService()
  1720.     {
  1721.         return $this->services['DW\\GingerBundle\\Import\\Normalizer\\PersonNormalizer'] = new \DW\GingerBundle\Import\Normalizer\PersonNormalizer(($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService()), 'App\\Entity\\Contact');
  1722.     }
  1723.     /**
  1724.      * Gets the public 'DW\GingerBundle\Import\Repository\FileImportRepository' shared autowired service.
  1725.      *
  1726.      * @return \DW\GingerBundle\Import\Repository\FileImportRepository
  1727.      */
  1728.     protected function getFileImportRepositoryService()
  1729.     {
  1730.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Repository/FileImportRepository.php';
  1737.         return $this->services['DW\\GingerBundle\\Import\\Repository\\FileImportRepository'] = new \DW\GingerBundle\Import\Repository\FileImportRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1738.     }
  1739.     /**
  1740.      * Gets the public 'DW\GingerBundle\Import\Serializer\Context\PersonContext' shared autowired service.
  1741.      *
  1742.      * @return \DW\GingerBundle\Import\Serializer\Context\PersonContext
  1743.      */
  1744.     protected function getPersonContextService()
  1745.     {
  1746.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Context/ContextInterface.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Context/PersonContext.php';
  1748.         return $this->services['DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext'] = new \DW\GingerBundle\Import\Serializer\Context\PersonContext(($this->services['translator'] ?? $this->getTranslatorService()));
  1749.     }
  1750.     /**
  1751.      * Gets the public 'DW\GingerBundle\Import\Serializer\Encoder\XlsxEncoder' shared autowired service.
  1752.      *
  1753.      * @return \DW\GingerBundle\Import\Serializer\Encoder\XlsxEncoder
  1754.      */
  1755.     protected function getXlsxEncoderService()
  1756.     {
  1757.         return $this->services['DW\\GingerBundle\\Import\\Serializer\\Encoder\\XlsxEncoder'] = new \DW\GingerBundle\Import\Serializer\Encoder\XlsxEncoder(($this->services['translator'] ?? $this->getTranslatorService()));
  1758.     }
  1759.     /**
  1760.      * Gets the public 'DW\GingerBundle\Import\Serializer\PersonSerializer' shared autowired service.
  1761.      *
  1762.      * @return \DW\GingerBundle\Import\Serializer\PersonSerializer
  1763.      */
  1764.     protected function getPersonSerializerService()
  1765.     {
  1766.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/PersonSerializer.php';
  1767.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1768.         if (isset($this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'])) {
  1769.             return $this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'];
  1770.         }
  1771.         return $this->services['DW\\GingerBundle\\Import\\Serializer\\PersonSerializer'] = new \DW\GingerBundle\Import\Serializer\PersonSerializer($a, ($this->services['DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext'] ?? $this->getPersonContextService()), 'App\\Entity\\Contact');
  1772.     }
  1773.     /**
  1774.      * Gets the public 'DW\GingerBundle\Import\Storage\FileManager' shared autowired service.
  1775.      *
  1776.      * @return \DW\GingerBundle\Import\Storage\FileManager
  1777.      */
  1778.     protected function getFileManagerService()
  1779.     {
  1780.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Storage/FileManager.php';
  1781.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1782.         if (isset($this->services['DW\\GingerBundle\\Import\\Storage\\FileManager'])) {
  1783.             return $this->services['DW\\GingerBundle\\Import\\Storage\\FileManager'];
  1784.         }
  1785.         return $this->services['DW\\GingerBundle\\Import\\Storage\\FileManager'] = new \DW\GingerBundle\Import\Storage\FileManager(($this->services['League\\FlysystemBundle\\Lazy\\LazyFactory'] ?? $this->getLazyFactoryService()), $a);
  1786.     }
  1787.     /**
  1788.      * Gets the public 'DW\GingerBundle\Import\Validator\Constraints\PersonIdExistsConstraintValidator' shared autowired service.
  1789.      *
  1790.      * @return \DW\GingerBundle\Import\Validator\Constraints\PersonIdExistsConstraintValidator
  1791.      */
  1792.     protected function getPersonIdExistsConstraintValidatorService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Validator/Constraints/PersonIdExistsConstraintValidator.php';
  1797.         $a = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  1798.         if (isset($this->services['DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator'])) {
  1799.             return $this->services['DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator'];
  1800.         }
  1801.         return $this->services['DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator'] = new \DW\GingerBundle\Import\Validator\Constraints\PersonIdExistsConstraintValidator($a);
  1802.     }
  1803.     /**
  1804.      * Gets the public 'DW\GingerBundle\Import\Xlsx\Util\Extractor' shared autowired service.
  1805.      *
  1806.      * @return \DW\GingerBundle\Import\Xlsx\Util\Extractor
  1807.      */
  1808.     protected function getExtractorService()
  1809.     {
  1810.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Util/Extractor.php';
  1811.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1812.         return $this->services['DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor'] = new \DW\GingerBundle\Import\Xlsx\Util\Extractor(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['imports.storage'] ?? $this->getImports_StorageService()));
  1813.     }
  1814.     /**
  1815.      * Gets the public 'DW\GingerBundle\Import\Xlsx\Validator\ContainsRequiredPropsConstraintValidator' shared autowired service.
  1816.      *
  1817.      * @return \DW\GingerBundle\Import\Xlsx\Validator\ContainsRequiredPropsConstraintValidator
  1818.      */
  1819.     protected function getContainsRequiredPropsConstraintValidatorService()
  1820.     {
  1821.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  1823.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/ContainsRequiredPropsConstraintValidator.php';
  1824.         $a = ($this->services['DW\\GingerBundle\\Import\\Annotation\\PersonReader'] ?? $this->getPersonReaderService());
  1825.         if (isset($this->services['DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator'])) {
  1826.             return $this->services['DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator'];
  1827.         }
  1828.         return $this->services['DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator'] = new \DW\GingerBundle\Import\Xlsx\Validator\ContainsRequiredPropsConstraintValidator($a, ($this->services['DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor'] ?? $this->getExtractorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1829.     }
  1830.     /**
  1831.      * Gets the public 'DW\GingerBundle\Import\Xlsx\Validator\NoExtraFieldsConstraintValidator' shared autowired service.
  1832.      *
  1833.      * @return \DW\GingerBundle\Import\Xlsx\Validator\NoExtraFieldsConstraintValidator
  1834.      */
  1835.     protected function getNoExtraFieldsConstraintValidatorService()
  1836.     {
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/NoExtraFieldsConstraintValidator.php';
  1840.         return $this->services['DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator'] = new \DW\GingerBundle\Import\Xlsx\Validator\NoExtraFieldsConstraintValidator(($this->services['DW\\GingerBundle\\Import\\Annotation\\PersonReader'] ?? $this->getPersonReaderService()), ($this->services['DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor'] ?? $this->getExtractorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1841.     }
  1842.     /**
  1843.      * Gets the public 'DW\GingerBundle\Import\Xlsx\Validator\SingleSheetOnlyConstraintValidator' shared autowired service.
  1844.      *
  1845.      * @return \DW\GingerBundle\Import\Xlsx\Validator\SingleSheetOnlyConstraintValidator
  1846.      */
  1847.     protected function getSingleSheetOnlyConstraintValidatorService()
  1848.     {
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  1850.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  1851.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/SingleSheetOnlyConstraintValidator.php';
  1852.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1853.         return $this->services['DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator'] = new \DW\GingerBundle\Import\Xlsx\Validator\SingleSheetOnlyConstraintValidator(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  1854.     }
  1855.     /**
  1856.      * Gets the public 'DW\GingerBundle\Messenger\Handler\BatchTogglePeopleTagsHandler' shared autowired service.
  1857.      *
  1858.      * @return \DW\GingerBundle\Messenger\Handler\BatchTogglePeopleTagsHandler
  1859.      */
  1860.     protected function getBatchTogglePeopleTagsHandlerService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Messenger/Handler/BatchTogglePeopleTagsHandler.php';
  1864.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1865.         if (isset($this->services['DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'])) {
  1866.             return $this->services['DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'];
  1867.         }
  1868.         $b = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  1869.         if (isset($this->services['DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'])) {
  1870.             return $this->services['DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'];
  1871.         }
  1872.         return $this->services['DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'] = new \DW\GingerBundle\Messenger\Handler\BatchTogglePeopleTagsHandler($a$b, ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  1873.     }
  1874.     /**
  1875.      * Gets the public 'DW\GingerBundle\Messenger\Handler\ConsoleCommandHandler' shared autowired service.
  1876.      *
  1877.      * @return \DW\GingerBundle\Messenger\Handler\ConsoleCommandHandler
  1878.      */
  1879.     protected function getConsoleCommandHandlerService()
  1880.     {
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Messenger/Handler/ConsoleCommandHandler.php';
  1883.         return $this->services['DW\\GingerBundle\\Messenger\\Handler\\ConsoleCommandHandler'] = new \DW\GingerBundle\Messenger\Handler\ConsoleCommandHandler(($this->services['kernel'] ?? $this->get('kernel'1)));
  1884.     }
  1885.     /**
  1886.      * Gets the public 'DW\GingerBundle\Security\UserAuthenticator' shared autowired service.
  1887.      *
  1888.      * @return \DW\GingerBundle\Security\UserAuthenticator
  1889.      */
  1890.     protected function getUserAuthenticatorService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  1898.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/UserAuthenticator.php';
  1899.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1900.         if (isset($this->services['DW\\GingerBundle\\Security\\UserAuthenticator'])) {
  1901.             return $this->services['DW\\GingerBundle\\Security\\UserAuthenticator'];
  1902.         }
  1903.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1904.         if (isset($this->services['DW\\GingerBundle\\Security\\UserAuthenticator'])) {
  1905.             return $this->services['DW\\GingerBundle\\Security\\UserAuthenticator'];
  1906.         }
  1907.         return $this->services['DW\\GingerBundle\\Security\\UserAuthenticator'] = new \DW\GingerBundle\Security\UserAuthenticator($a$b, ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  1908.     }
  1909.     /**
  1910.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1911.      *
  1912.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1913.      */
  1914.     protected function getProfilerControllerService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
  1917.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1918.     }
  1919.     /**
  1920.      * Gets the public 'Faker\Generator' shared service.
  1921.      *
  1922.      * @return \Faker\Generator
  1923.      */
  1924.     protected function getGeneratorService()
  1925.     {
  1926.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  1929.         include_once \dirname(__DIR__4).'/src/DataFixtures/Faker/Provider/UserProvider.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  1931.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  1932.         $instance->seed(1);
  1933.         $instance->addProvider(new \App\DataFixtures\Faker\Provider\UserProvider(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  1934.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  1935.         return $instance;
  1936.     }
  1937.     /**
  1938.      * Gets the public 'League\FlysystemBundle\Lazy\LazyFactory' shared service.
  1939.      *
  1940.      * @return \League\FlysystemBundle\Lazy\LazyFactory
  1941.      */
  1942.     protected function getLazyFactoryService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/Lazy/LazyFactory.php';
  1945.         return $this->services['League\\FlysystemBundle\\Lazy\\LazyFactory'] = new \League\FlysystemBundle\Lazy\LazyFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1946.             'default.storage' => ['privates''default.storage''getDefault_StorageService'false],
  1947.             'exports.storage' => ['privates''exports.storage''getExports_StorageService'false],
  1948.             'imports.storage' => ['privates''imports.storage''getImports_StorageService'false],
  1949.         ], [
  1950.             'default.storage' => '?',
  1951.             'exports.storage' => '?',
  1952.             'imports.storage' => '?',
  1953.         ]));
  1954.     }
  1955.     /**
  1956.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1957.      *
  1958.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1959.      */
  1960.     protected function getRedirectControllerService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1963.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1964.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1965.     }
  1966.     /**
  1967.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1968.      *
  1969.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1970.      */
  1971.     protected function getTemplateControllerService()
  1972.     {
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1974.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1975.     }
  1976.     /**
  1977.      * Gets the public 'api_platform.action.documentation' shared service.
  1978.      *
  1979.      * @return \ApiPlatform\Core\Documentation\Action\DocumentationAction
  1980.      */
  1981.     protected function getApiPlatform_Action_DocumentationService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1984.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Core\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''2.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['DW\\GingerBundle\\ApiPlatform\\OpenApi\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()));
  1985.     }
  1986.     /**
  1987.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1988.      *
  1989.      * @return \ApiPlatform\Core\Action\EntrypointAction
  1990.      */
  1991.     protected function getApiPlatform_Action_EntrypointService()
  1992.     {
  1993.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1994.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Core\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1995.     }
  1996.     /**
  1997.      * Gets the public 'api_platform.action.exception' shared service.
  1998.      *
  1999.      * @return \ApiPlatform\Core\Action\ExceptionAction
  2000.      */
  2001.     protected function getApiPlatform_Action_ExceptionService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  2004.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Core\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  2005.     }
  2006.     /**
  2007.      * Gets the public 'api_platform.action.not_found' shared service.
  2008.      *
  2009.      * @return \ApiPlatform\Core\Action\NotFoundAction
  2010.      */
  2011.     protected function getApiPlatform_Action_NotFoundService()
  2012.     {
  2013.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  2014.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Core\Action\NotFoundAction();
  2015.     }
  2016.     /**
  2017.      * Gets the public 'api_platform.action.placeholder' shared service.
  2018.      *
  2019.      * @return \ApiPlatform\Core\Action\PlaceholderAction
  2020.      */
  2021.     protected function getApiPlatform_Action_PlaceholderService()
  2022.     {
  2023.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  2024.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Core\Action\PlaceholderAction();
  2025.     }
  2026.     /**
  2027.      * Gets the public 'api_platform.graphql.action.entrypoint' shared service.
  2028.      *
  2029.      * @return \ApiPlatform\Core\GraphQl\Action\EntrypointAction
  2030.      */
  2031.     protected function getApiPlatform_Graphql_Action_EntrypointService()
  2032.     {
  2033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/EntrypointAction.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/ExecutorInterface.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Executor.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandler.php';
  2038.         return $this->services['api_platform.graphql.action.entrypoint'] = new \ApiPlatform\Core\GraphQl\Action\EntrypointAction(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()), new \ApiPlatform\Core\GraphQl\Executor(), ($this->services['api_platform.graphql.action.graphiql'] ?? $this->getApiPlatform_Graphql_Action_GraphiqlService()), ($this->services['api_platform.graphql.action.graphql_playground'] ?? $this->getApiPlatform_Graphql_Action_GraphqlPlaygroundService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \ApiPlatform\Core\GraphQl\Error\ErrorHandler(), truefalsetrue'graphiql');
  2039.     }
  2040.     /**
  2041.      * Gets the public 'api_platform.graphql.action.graphiql' shared service.
  2042.      *
  2043.      * @return \ApiPlatform\Core\GraphQl\Action\GraphiQlAction
  2044.      */
  2045.     protected function getApiPlatform_Graphql_Action_GraphiqlService()
  2046.     {
  2047.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphiQlAction.php';
  2048.         return $this->services['api_platform.graphql.action.graphiql'] = new \ApiPlatform\Core\GraphQl\Action\GraphiQlAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), false''NULL);
  2049.     }
  2050.     /**
  2051.      * Gets the public 'api_platform.graphql.action.graphql_playground' shared service.
  2052.      *
  2053.      * @return \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction
  2054.      */
  2055.     protected function getApiPlatform_Graphql_Action_GraphqlPlaygroundService()
  2056.     {
  2057.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphQlPlaygroundAction.php';
  2058.         return $this->services['api_platform.graphql.action.graphql_playground'] = new \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), true''NULL);
  2059.     }
  2060.     /**
  2061.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  2062.      *
  2063.      * @return \ApiPlatform\Core\JsonLd\Action\ContextAction
  2064.      */
  2065.     protected function getApiPlatform_Jsonld_Action_ContextService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  2068.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\Core\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2069.     }
  2070.     /**
  2071.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  2072.      *
  2073.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  2074.      */
  2075.     protected function getApiPlatform_Swagger_Action_UiService()
  2076.     {
  2077.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  2078.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''2.0.0'$this->parameters['api_platform.formats'], true'''''oauth2''password''/oauth/v2/token''', [], falsetruefalsetruefalsetrue$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL);
  2079.     }
  2080.     /**
  2081.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  2082.      *
  2083.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  2084.      */
  2085.     protected function getApiPlatform_SwaggerUi_ActionService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  2089.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['DW\\GingerBundle\\ApiPlatform\\OpenApi\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truefalsefalsetruefalsetrueNULL), $this->parameters['api_platform.formats'], '''');
  2090.     }
  2091.     /**
  2092.      * Gets the public 'cache.app' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2095.      */
  2096.     protected function getCache_AppService()
  2097.     {
  2098.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('n4kp2d8CMX'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2099.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2100.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2101.     }
  2102.     /**
  2103.      * Gets the public 'cache.app_clearer' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2106.      */
  2107.     protected function getCache_AppClearerService()
  2108.     {
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2111.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  2112.     }
  2113.     /**
  2114.      * Gets the public 'cache.global_clearer' shared service.
  2115.      *
  2116.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2117.      */
  2118.     protected function getCache_GlobalClearerService()
  2119.     {
  2120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2122.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), '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()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService())]);
  2123.     }
  2124.     /**
  2125.      * Gets the public 'cache.system' shared service.
  2126.      *
  2127.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2128.      */
  2129.     protected function getCache_SystemService()
  2130.     {
  2131.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RCy3dANcnc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2132.     }
  2133.     /**
  2134.      * Gets the public 'cache.system_clearer' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  2137.      */
  2138.     protected function getCache_SystemClearerService()
  2139.     {
  2140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  2142.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService())]);
  2143.     }
  2144.     /**
  2145.      * Gets the public 'cache.validator_expression_language' shared service.
  2146.      *
  2147.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2148.      */
  2149.     protected function getCache_ValidatorExpressionLanguageService()
  2150.     {
  2151.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6zF9V+GKsX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2152.     }
  2153.     /**
  2154.      * Gets the public 'cache_warmer' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  2157.      */
  2158.     protected function getCacheWarmerService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  2162.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  2163.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  2164.             yield => ($this->privates['api_platform.cache_warmer.cache_pool_clearer'] ?? $this->getApiPlatform_CacheWarmer_CachePoolClearerService());
  2165.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  2166.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  2167.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  2168.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  2169.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  2170.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  2171.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  2172.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  2173.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  2174.     }
  2175.     /**
  2176.      * Gets the public 'console.command_loader' shared service.
  2177.      *
  2178.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  2179.      */
  2180.     protected function getConsole_CommandLoaderService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  2184.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2185.             'App\\Command\\AppTestCommand' => ['privates''App\\Command\\AppTestCommand''getAppTestCommandService'false],
  2186.             'App\\Command\\Dev\\CreateDummyAttributesCommand' => ['privates''App\\Command\\Dev\\CreateDummyAttributesCommand''getCreateDummyAttributesCommandService'false],
  2187.             'App\\Command\\MigrateUserCommand' => ['privates''App\\Command\\MigrateUserCommand''getMigrateUserCommandService'false],
  2188.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  2189.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  2190.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  2191.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  2192.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  2193.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  2194.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  2195.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  2196.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  2197.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  2198.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  2199.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  2200.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  2201.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  2202.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  2203.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  2204.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  2205.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  2206.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  2207.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  2208.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  2209.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  2210.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  2211.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  2212.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  2213.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  2214.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  2215.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  2216.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  2217.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  2218.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  2219.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  2220.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  2221.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  2222.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  2223.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  2224.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  2225.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  2226.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  2227.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  2228.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  2229.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  2230.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  2231.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2232.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2233.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2234.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  2235.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2236.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2237.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2238.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2239.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2240.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2241.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2242.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2243.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2244.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2245.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2246.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2247.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2248.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2249.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2250.             'doctrine_migrations.diff_command' => ['privates''.doctrine_migrations.diff_command.lazy''get_DoctrineMigrations_DiffCommand_LazyService'false],
  2251.             'doctrine_migrations.sync_metadata_command' => ['privates''.doctrine_migrations.sync_metadata_command.lazy''get_DoctrineMigrations_SyncMetadataCommand_LazyService'false],
  2252.             'doctrine_migrations.versions_command' => ['privates''.doctrine_migrations.versions_command.lazy''get_DoctrineMigrations_VersionsCommand_LazyService'false],
  2253.             'doctrine_migrations.current_command' => ['privates''.doctrine_migrations.current_command.lazy''get_DoctrineMigrations_CurrentCommand_LazyService'false],
  2254.             'doctrine_migrations.dump_schema_command' => ['privates''.doctrine_migrations.dump_schema_command.lazy''get_DoctrineMigrations_DumpSchemaCommand_LazyService'false],
  2255.             'doctrine_migrations.execute_command' => ['privates''.doctrine_migrations.execute_command.lazy''get_DoctrineMigrations_ExecuteCommand_LazyService'false],
  2256.             'doctrine_migrations.generate_command' => ['privates''.doctrine_migrations.generate_command.lazy''get_DoctrineMigrations_GenerateCommand_LazyService'false],
  2257.             'doctrine_migrations.latest_command' => ['privates''.doctrine_migrations.latest_command.lazy''get_DoctrineMigrations_LatestCommand_LazyService'false],
  2258.             'doctrine_migrations.migrate_command' => ['privates''.doctrine_migrations.migrate_command.lazy''get_DoctrineMigrations_MigrateCommand_LazyService'false],
  2259.             'doctrine_migrations.rollup_command' => ['privates''.doctrine_migrations.rollup_command.lazy''get_DoctrineMigrations_RollupCommand_LazyService'false],
  2260.             'doctrine_migrations.status_command' => ['privates''.doctrine_migrations.status_command.lazy''get_DoctrineMigrations_StatusCommand_LazyService'false],
  2261.             'doctrine_migrations.up_to_date_command' => ['privates''.doctrine_migrations.up_to_date_command.lazy''get_DoctrineMigrations_UpToDateCommand_LazyService'false],
  2262.             'doctrine_migrations.version_command' => ['privates''.doctrine_migrations.version_command.lazy''get_DoctrineMigrations_VersionCommand_LazyService'false],
  2263.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  2264.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  2265.             'DW\\GingerBundle\\Import\\Command\\ExportToFileCommand' => ['services''DW\\GingerBundle\\Import\\Command\\ExportToFileCommand''getExportToFileCommandService'false],
  2266.             'DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand' => ['services''DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand''getClearCommandService'false],
  2267.             'dw_ginger.command.debug.tag_persons' => ['services''dw_ginger.command.debug.tag_persons''getDwGinger_Command_Debug_TagPersonsService'false],
  2268.             'dw_ginger.command.tagger' => ['services''dw_ginger.command.tagger''getDwGinger_Command_TaggerService'false],
  2269.             'dw_ginger.command.createuser' => ['services''dw_ginger.command.createuser''getDwGinger_Command_CreateuserService'false],
  2270.             'DW\\GingerBundle\\Command\\MigrateAddressCommand' => ['services''DW\\GingerBundle\\Command\\MigrateAddressCommand''getMigrateAddressCommandService'false],
  2271.             'DW\\GingerBundle\\Command\\CreateAddressMessagesCommand' => ['services''DW\\GingerBundle\\Command\\CreateAddressMessagesCommand''getCreateAddressMessagesCommandService'false],
  2272.             'fos_oauth_server.clean_command' => ['privates''fos_oauth_server.clean_command''getFosOauthServer_CleanCommandService'false],
  2273.             'fos_oauth_server.create_client_command' => ['privates''fos_oauth_server.create_client_command''getFosOauthServer_CreateClientCommandService'false],
  2274.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => ['privates''SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''getResetPasswordRemoveExpiredCommandService'false],
  2275.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  2276.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  2277.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  2278.             'api_platform.graphql.command.export_command' => ['privates''api_platform.graphql.command.export_command''getApiPlatform_Graphql_Command_ExportCommandService'false],
  2279.             'fos_elastica.command.create' => ['privates''fos_elastica.command.create''getFosElastica_Command_CreateService'false],
  2280.             'fos_elastica.command.delete' => ['privates''fos_elastica.command.delete''getFosElastica_Command_DeleteService'false],
  2281.             'fos_elastica.command.populate' => ['privates''fos_elastica.command.populate''getFosElastica_Command_PopulateService'false],
  2282.             'fos_elastica.command.reset' => ['privates''fos_elastica.command.reset''getFosElastica_Command_ResetService'false],
  2283.             'fos_elastica.command.templates_reset' => ['privates''fos_elastica.command.templates_reset''getFosElastica_Command_TemplatesResetService'false],
  2284.             'fos_elastica.command.search' => ['privates''fos_elastica.command.search''getFosElastica_Command_SearchService'false],
  2285.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['privates''.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy''get_HautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommand_LazyService'false],
  2286.         ], [
  2287.             'App\\Command\\AppTestCommand' => 'App\\Command\\AppTestCommand',
  2288.             'App\\Command\\Dev\\CreateDummyAttributesCommand' => 'App\\Command\\Dev\\CreateDummyAttributesCommand',
  2289.             'App\\Command\\MigrateUserCommand' => 'App\\Command\\MigrateUserCommand',
  2290.             'console.command.about' => '?',
  2291.             'console.command.assets_install' => '?',
  2292.             'console.command.cache_clear' => '?',
  2293.             'console.command.cache_pool_clear' => '?',
  2294.             'console.command.cache_pool_prune' => '?',
  2295.             'console.command.cache_pool_delete' => '?',
  2296.             'console.command.cache_pool_list' => '?',
  2297.             'console.command.cache_warmup' => '?',
  2298.             'console.command.config_debug' => '?',
  2299.             'console.command.config_dump_reference' => '?',
  2300.             'console.command.container_debug' => '?',
  2301.             'console.command.container_lint' => '?',
  2302.             'console.command.debug_autowiring' => '?',
  2303.             'console.command.dotenv_debug' => '?',
  2304.             'console.command.event_dispatcher_debug' => '?',
  2305.             'console.command.messenger_consume_messages' => '?',
  2306.             'console.command.messenger_setup_transports' => '?',
  2307.             'console.command.messenger_debug' => '?',
  2308.             'console.command.messenger_stop_workers' => '?',
  2309.             'console.command.messenger_failed_messages_retry' => '?',
  2310.             'console.command.messenger_failed_messages_show' => '?',
  2311.             'console.command.messenger_failed_messages_remove' => '?',
  2312.             'console.command.router_debug' => '?',
  2313.             'console.command.router_match' => '?',
  2314.             'console.command.translation_debug' => '?',
  2315.             'console.command.translation_extract' => '?',
  2316.             'console.command.validator_debug' => '?',
  2317.             'console.command.translation_pull' => '?',
  2318.             'console.command.translation_push' => '?',
  2319.             'console.command.xliff_lint' => '?',
  2320.             'console.command.yaml_lint' => '?',
  2321.             'console.command.form_debug' => '?',
  2322.             'console.command.secrets_set' => '?',
  2323.             'console.command.secrets_remove' => '?',
  2324.             'console.command.secrets_generate_key' => '?',
  2325.             'console.command.secrets_list' => '?',
  2326.             'console.command.secrets_decrypt_to_local' => '?',
  2327.             'console.command.secrets_encrypt_from_local' => '?',
  2328.             'twig.command.debug' => '?',
  2329.             'twig.command.lint' => '?',
  2330.             'security.command.debug_firewall' => '?',
  2331.             'security.command.user_password_encoder' => '?',
  2332.             'security.command.user_password_hash' => '?',
  2333.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2334.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2335.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2336.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2337.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  2338.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  2339.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  2340.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  2341.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  2342.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  2343.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  2344.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  2345.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  2346.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  2347.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  2348.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  2349.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  2350.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  2351.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2352.             'doctrine_migrations.diff_command' => '?',
  2353.             'doctrine_migrations.sync_metadata_command' => '?',
  2354.             'doctrine_migrations.versions_command' => '?',
  2355.             'doctrine_migrations.current_command' => '?',
  2356.             'doctrine_migrations.dump_schema_command' => '?',
  2357.             'doctrine_migrations.execute_command' => '?',
  2358.             'doctrine_migrations.generate_command' => '?',
  2359.             'doctrine_migrations.latest_command' => '?',
  2360.             'doctrine_migrations.migrate_command' => '?',
  2361.             'doctrine_migrations.rollup_command' => '?',
  2362.             'doctrine_migrations.status_command' => '?',
  2363.             'doctrine_migrations.up_to_date_command' => '?',
  2364.             'doctrine_migrations.version_command' => '?',
  2365.             'var_dumper.command.server_dump' => '?',
  2366.             'monolog.command.server_log' => '?',
  2367.             'DW\\GingerBundle\\Import\\Command\\ExportToFileCommand' => 'DW\\GingerBundle\\Import\\Command\\ExportToFileCommand',
  2368.             'DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand' => 'DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand',
  2369.             'dw_ginger.command.debug.tag_persons' => 'DW\\GingerBundle\\Command\\Debug\\TagPersonsCommand',
  2370.             'dw_ginger.command.tagger' => 'DW\\GingerBundle\\Command\\TaggerCommand',
  2371.             'dw_ginger.command.createuser' => 'DW\\GingerBundle\\Command\\CreateUserCommand',
  2372.             'DW\\GingerBundle\\Command\\MigrateAddressCommand' => 'DW\\GingerBundle\\Command\\MigrateAddressCommand',
  2373.             'DW\\GingerBundle\\Command\\CreateAddressMessagesCommand' => 'DW\\GingerBundle\\Command\\CreateAddressMessagesCommand',
  2374.             'fos_oauth_server.clean_command' => 'FOS\\OAuthServerBundle\\Command\\CleanCommand',
  2375.             'fos_oauth_server.create_client_command' => 'FOS\\OAuthServerBundle\\Command\\CreateClientCommand',
  2376.             'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand',
  2377.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\Core\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  2378.             'api_platform.openapi.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\OpenApiCommand',
  2379.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  2380.             'api_platform.graphql.command.export_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\GraphQlExportCommand',
  2381.             'fos_elastica.command.create' => 'FOS\\ElasticaBundle\\Command\\CreateCommand',
  2382.             'fos_elastica.command.delete' => 'FOS\\ElasticaBundle\\Command\\DeleteCommand',
  2383.             'fos_elastica.command.populate' => 'FOS\\ElasticaBundle\\Command\\PopulateCommand',
  2384.             'fos_elastica.command.reset' => 'FOS\\ElasticaBundle\\Command\\ResetCommand',
  2385.             'fos_elastica.command.templates_reset' => 'FOS\\ElasticaBundle\\Command\\ResetTemplatesCommand',
  2386.             'fos_elastica.command.search' => 'FOS\\ElasticaBundle\\Command\\SearchCommand',
  2387.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => '?',
  2388.         ]), ['app:test' => 'App\\Command\\AppTestCommand''app:dev:create-dummy-attributes' => 'App\\Command\\Dev\\CreateDummyAttributesCommand''app:migrate:user' => 'App\\Command\\MigrateUserCommand''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:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''messenger:failed:retry' => 'console.command.messenger_failed_messages_retry''messenger:failed:show' => 'console.command.messenger_failed_messages_show''messenger:failed:remove' => 'console.command.messenger_failed_messages_remove''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''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''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''ginger:export' => 'DW\\GingerBundle\\Import\\Command\\ExportToFileCommand''ginger:storage:clear' => 'DW\\GingerBundle\\Import\\Command\\Storage\\ClearCommand''ginger:debug:tag-persons' => 'dw_ginger.command.debug.tag_persons''ginger:tagger' => 'dw_ginger.command.tagger''ginger:user:create' => 'dw_ginger.command.createuser''ginger:migrate-address' => 'DW\\GingerBundle\\Command\\MigrateAddressCommand''ginger:create-address-messages' => 'DW\\GingerBundle\\Command\\CreateAddressMessagesCommand''fos:oauth-server:clean' => 'fos_oauth_server.clean_command''fos:oauth-server:create-client' => 'fos_oauth_server.create_client_command''reset-password:remove-expired' => 'SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:graphql:export' => 'api_platform.graphql.command.export_command''fos:elastica:create' => 'fos_elastica.command.create''fos:elastica:delete' => 'fos_elastica.command.delete''fos:elastica:populate' => 'fos_elastica.command.populate''fos:elastica:reset' => 'fos_elastica.command.reset''fos:elastica:reset-templates' => 'fos_elastica.command.templates_reset''fos:elastica:search' => 'fos_elastica.command.search''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command']);
  2389.     }
  2390.     /**
  2391.      * Gets the public 'container.env_var_processors_locator' shared service.
  2392.      *
  2393.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2394.      */
  2395.     protected function getContainer_EnvVarProcessorsLocatorService()
  2396.     {
  2397.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2398.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2399.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2400.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2401.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2402.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2403.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2404.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2405.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2406.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2407.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2408.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2409.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2410.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2411.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2412.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2413.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2414.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2415.         ], [
  2416.             'base64' => '?',
  2417.             'bool' => '?',
  2418.             'const' => '?',
  2419.             'csv' => '?',
  2420.             'default' => '?',
  2421.             'file' => '?',
  2422.             'float' => '?',
  2423.             'int' => '?',
  2424.             'json' => '?',
  2425.             'key' => '?',
  2426.             'not' => '?',
  2427.             'query_string' => '?',
  2428.             'require' => '?',
  2429.             'resolve' => '?',
  2430.             'string' => '?',
  2431.             'trim' => '?',
  2432.             'url' => '?',
  2433.         ]);
  2434.     }
  2435.     /**
  2436.      * Gets the public 'data_collector.dump' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2439.      */
  2440.     protected function getDataCollector_DumpService()
  2441.     {
  2442.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2443.     }
  2444.     /**
  2445.      * Gets the public 'doctrine' shared service.
  2446.      *
  2447.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2448.      */
  2449.     protected function getDoctrineService()
  2450.     {
  2451.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2452.     }
  2453.     /**
  2454.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2455.      *
  2456.      * @return \Doctrine\DBAL\Connection
  2457.      */
  2458.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2459.     {
  2460.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  2461.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  2462.             return $this->services['doctrine.dbal.default_connection'];
  2463.         }
  2464.         $b = new \Doctrine\DBAL\Configuration();
  2465.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2466.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2467.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2468.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  2469.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2470.         $d->setConnectionName('default');
  2471.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  2472.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!ginger_plz_austria)~')]));
  2473.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  2474.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'defaultTableOptions' => []], $b$a, []);
  2475.     }
  2476.     /**
  2477.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2478.      *
  2479.      * @return \Doctrine\ORM\EntityManager
  2480.      */
  2481.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2482.     {
  2483.         if ($lazyLoad) {
  2484.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2485.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2486.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2487.                     $proxy->setProxyInitializer(null);
  2488.                     return true;
  2489.                 });
  2490.             });
  2491.         }
  2492.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  2517.         $a = new \Doctrine\ORM\Configuration();
  2518.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2519.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Entity'), => (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Entity')], false);
  2520.         $d = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity'], '.orm.xml'false);
  2521.         $d->setGlobalBasename('mapping');
  2522.         $b->addDriver($c'DW\\GingerBundle\\Import\\Entity');
  2523.         $b->addDriver($c'App\\Entity');
  2524.         $b->addDriver($c'DW\\GingerBundle\\Entity');
  2525.         $b->addDriver($d'FOS\\OAuthServerBundle\\Entity');
  2526.         $a->setEntityNamespaces(['Import' => 'DW\\GingerBundle\\Import\\Entity''App' => 'App\\Entity''DWGingerBundle' => 'DW\\GingerBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity']);
  2527.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2528.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2529.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2530.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2531.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2532.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2533.         ], [
  2534.             'doctrine.ulid_generator' => '?',
  2535.             'doctrine.uuid_generator' => '?',
  2536.         ])));
  2537.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2538.         $a->setProxyNamespace('Proxies');
  2539.         $a->setAutoGenerateProxyClasses(true);
  2540.         $a->setSchemaIgnoreClasses([]);
  2541.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2542.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2543.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  2544.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2545.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2546.         $a->setLazyGhostObjectEnabled(false);
  2547.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2548.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  2549.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'false],
  2550.             'DW\\GingerBundle\\Import\\Repository\\FileImportRepository' => ['services''DW\\GingerBundle\\Import\\Repository\\FileImportRepository''getFileImportRepositoryService'false],
  2551.             'DW\\GingerBundle\\Repository\\AddressRepository' => ['privates''DW\\GingerBundle\\Repository\\AddressRepository''getAddressRepositoryService'false],
  2552.             'DW\\GingerBundle\\Repository\\AdminLogRepository' => ['privates''DW\\GingerBundle\\Repository\\AdminLogRepository''getAdminLogRepositoryService'false],
  2553.             'DW\\GingerBundle\\Repository\\AttributeRepository' => ['privates''DW\\GingerBundle\\Repository\\AttributeRepository''getAttributeRepositoryService'false],
  2554.             'DW\\GingerBundle\\Repository\\IntegrationRepository' => ['privates''DW\\GingerBundle\\Repository\\IntegrationRepository''getIntegrationRepositoryService'false],
  2555.             'DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository' => ['privates''DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'false],
  2556.             'DW\\GingerBundle\\Repository\\UserRepository' => ['privates''DW\\GingerBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  2557.         ], [
  2558.             'App\\Repository\\ContactRepository' => '?',
  2559.             'App\\Repository\\GroupRepository' => '?',
  2560.             'DW\\GingerBundle\\Import\\Repository\\FileImportRepository' => '?',
  2561.             'DW\\GingerBundle\\Repository\\AddressRepository' => '?',
  2562.             'DW\\GingerBundle\\Repository\\AdminLogRepository' => '?',
  2563.             'DW\\GingerBundle\\Repository\\AttributeRepository' => '?',
  2564.             'DW\\GingerBundle\\Repository\\IntegrationRepository' => '?',
  2565.             'DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository' => '?',
  2566.             'DW\\GingerBundle\\Repository\\UserRepository' => '?',
  2567.         ])));
  2568.         $a->addCustomDatetimeFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2569.         $a->addCustomDatetimeFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  2570.         $a->addCustomDatetimeFunction('DATEADD''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  2571.         $a->addCustomDatetimeFunction('IFELSE''DoctrineExtensions\\Query\\Mysql\\IfElse');
  2572.         $a->addCustomDatetimeFunction('EXP''DoctrineExtensions\\Query\\Mysql\\Exp');
  2573.         $a->addCustomDatetimeFunction('REGEXP''DoctrineExtensions\\Query\\Mysql\\Regexp');
  2574.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2575.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2576.         return $instance;
  2577.     }
  2578.     /**
  2579.      * Gets the public 'dw_ginger.command.createuser' shared autowired service.
  2580.      *
  2581.      * @return \DW\GingerBundle\Command\CreateUserCommand
  2582.      */
  2583.     protected function getDwGinger_Command_CreateuserService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Command/CreateUserCommand.php';
  2587.         $this->services['dw_ginger.command.createuser'] = $instance = new \DW\GingerBundle\Command\CreateUserCommand(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  2588.         $instance->setName('ginger:user:create');
  2589.         return $instance;
  2590.     }
  2591.     /**
  2592.      * Gets the public 'dw_ginger.command.debug.tag_persons' shared autowired service.
  2593.      *
  2594.      * @return \DW\GingerBundle\Command\Debug\TagPersonsCommand
  2595.      */
  2596.     protected function getDwGinger_Command_Debug_TagPersonsService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Command/Debug/TagPersonsCommand.php';
  2600.         $this->services['dw_ginger.command.debug.tag_persons'] = $instance = new \DW\GingerBundle\Command\Debug\TagPersonsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2601.         $instance->setName('ginger:debug:tag-persons');
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the public 'dw_ginger.command.tagger' shared autowired service.
  2606.      *
  2607.      * @return \DW\GingerBundle\Command\TaggerCommand
  2608.      */
  2609.     protected function getDwGinger_Command_TaggerService()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Command/TaggerCommand.php';
  2613.         $this->services['dw_ginger.command.tagger'] = $instance = new \DW\GingerBundle\Command\TaggerCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2614.         $instance->setName('ginger:tagger');
  2615.         return $instance;
  2616.     }
  2617.     /**
  2618.      * Gets the public 'dw_ginger.geolocator' shared service.
  2619.      *
  2620.      * @return \DW\GingerBundle\Services\Geolocator
  2621.      */
  2622.     protected function getDwGinger_GeolocatorService($lazyLoad true)
  2623.     {
  2624.         if ($lazyLoad) {
  2625.             return $this->services['dw_ginger.geolocator'] = $this->createProxy('Geolocator_85310ca', function () {
  2626.                 return \Geolocator_85310ca::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2627.                     $wrappedInstance $this->getDwGinger_GeolocatorService(false);
  2628.                     $proxy->setProxyInitializer(null);
  2629.                     return true;
  2630.                 });
  2631.             });
  2632.         }
  2633.         return new \DW\GingerBundle\Services\Geolocator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()));
  2634.     }
  2635.     /**
  2636.      * Gets the public 'dw_ginger.group_manager' shared service.
  2637.      *
  2638.      * @return \DW\GingerBundle\Doctrine\GroupManager
  2639.      */
  2640.     protected function getDwGinger_GroupManagerService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/GroupManager.php';
  2644.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2645.         if (isset($this->services['dw_ginger.group_manager'])) {
  2646.             return $this->services['dw_ginger.group_manager'];
  2647.         }
  2648.         return $this->services['dw_ginger.group_manager'] = new \DW\GingerBundle\Doctrine\GroupManager($a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'App\\Entity\\Group');
  2649.     }
  2650.     /**
  2651.      * Gets the public 'dw_ginger.integration_manager' shared service.
  2652.      *
  2653.      * @return \DW\GingerBundle\Doctrine\IntegrationManager
  2654.      */
  2655.     protected function getDwGinger_IntegrationManagerService()
  2656.     {
  2657.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/IntegrationManager.php';
  2659.         return $this->services['dw_ginger.integration_manager'] = new \DW\GingerBundle\Doctrine\IntegrationManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'DW\\GingerBundle\\Entity\\Integration');
  2660.     }
  2661.     /**
  2662.      * Gets the public 'dw_ginger.person_manager' shared service.
  2663.      *
  2664.      * @return \DW\GingerBundle\Doctrine\PersonManager
  2665.      */
  2666.     protected function getDwGinger_PersonManagerService()
  2667.     {
  2668.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  2669.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/PersonManager.php';
  2670.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2671.         if (isset($this->services['dw_ginger.person_manager'])) {
  2672.             return $this->services['dw_ginger.person_manager'];
  2673.         }
  2674.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2675.         if (isset($this->services['dw_ginger.person_manager'])) {
  2676.             return $this->services['dw_ginger.person_manager'];
  2677.         }
  2678.         return $this->services['dw_ginger.person_manager'] = new \DW\GingerBundle\Doctrine\PersonManager($a$b'App\\Entity\\Contact''App\\Entity\\Tag');
  2679.     }
  2680.     /**
  2681.      * Gets the public 'dw_ginger.tag_manager' shared service.
  2682.      *
  2683.      * @return \DW\GingerBundle\Doctrine\TagManager
  2684.      */
  2685.     protected function getDwGinger_TagManagerService()
  2686.     {
  2687.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  2688.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/TagManager.php';
  2689.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2690.         if (isset($this->services['dw_ginger.tag_manager'])) {
  2691.             return $this->services['dw_ginger.tag_manager'];
  2692.         }
  2693.         return $this->services['dw_ginger.tag_manager'] = new \DW\GingerBundle\Doctrine\TagManager($a'App\\Entity\\Tag');
  2694.     }
  2695.     /**
  2696.      * Gets the public 'error_controller' shared service.
  2697.      *
  2698.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2699.      */
  2700.     protected function getErrorControllerService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2704.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2705.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2707.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2708.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2709.     }
  2710.     /**
  2711.      * Gets the public 'event_dispatcher' shared service.
  2712.      *
  2713.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2714.      */
  2715.     protected function getEventDispatcherService()
  2716.     {
  2717.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2718.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2719.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2720.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2721.         $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())));
  2722.         $instance->addListener('kernel.controller', [=> function () {
  2723.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2724.         }, => 'onKernelController'], 0);
  2725.         $instance->addListener('kernel.request', [=> function () {
  2726.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2727.         }, => 'onKernelRequest'], 0);
  2728.         $instance->addListener('kernel.request', [=> function () {
  2729.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2730.         }, => 'onKernelRequest'], 7);
  2731.         $instance->addListener('kernel.request', [=> function () {
  2732.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  2733.         }, => 'onKernelRequest'], 4);
  2734.         $instance->addListener('kernel.view', [=> function () {
  2735.             return ($this->privates['api_platform.listener.view.write'] ?? $this->getApiPlatform_Listener_View_WriteService());
  2736.         }, => 'onKernelView'], 32);
  2737.         $instance->addListener('kernel.request', [=> function () {
  2738.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2739.         }, => 'onKernelRequest'], 2);
  2740.         $instance->addListener('kernel.view', [=> function () {
  2741.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2742.         }, => 'onKernelView'], 16);
  2743.         $instance->addListener('kernel.view', [=> function () {
  2744.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2745.         }, => 'onKernelView'], 8);
  2746.         $instance->addListener('kernel.exception', [=> function () {
  2747.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2748.         }, => 'onKernelException'], 0);
  2749.         $instance->addListener('kernel.exception', [=> function () {
  2750.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2751.         }, => 'onKernelException'], -96);
  2752.         $instance->addListener('kernel.request', [=> function () {
  2753.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2754.         }, => 'onKernelRequest'], 0);
  2755.         $instance->addListener('kernel.request', [=> function () {
  2756.             return ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformPaginationParametersListener()));
  2757.         }, => 'onKernelRequest'], 5);
  2758.         $instance->addListener('kernel.request', [=> function () {
  2759.             return ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformSortingParametersListener('order')));
  2760.         }, => 'onKernelRequest'], 5);
  2761.         $instance->addListener('kernel.request', [=> function () {
  2762.             return ($this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] ?? $this->getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService());
  2763.         }, => 'onKernelRequest'], 5);
  2764.         $instance->addListener('kernel.request', [=> function () {
  2765.             return ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformFilteringParametersListener()));
  2766.         }, => 'onKernelRequest'], 5);
  2767.         $instance->addListener('kernel.response', [=> function () {
  2768.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2769.         }, => 'onKernelResponse'], 0);
  2770.         $instance->addListener('kernel.response', [=> function () {
  2771.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2772.         }, => 'onKernelResponse'], -1);
  2773.         $instance->addListener('kernel.view', [=> function () {
  2774.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2775.         }, => 'onKernelView'], 64);
  2776.         $instance->addListener('kernel.request', [=> function () {
  2777.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2778.         }, => 'onKernelRequest'], 16);
  2779.         $instance->addListener('kernel.request', [=> function () {
  2780.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2781.         }, => 'onSecurity'], 3);
  2782.         $instance->addListener('kernel.request', [=> function () {
  2783.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2784.         }, => 'onSecurityPostDenormalize'], 1);
  2785.         $instance->addListener('FOS\\ElasticaBundle\\Event\\PostIndexPopulateEvent', [=> function () {
  2786.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->getFosElastica_PopulateListenerService());
  2787.         }, => 'onPostIndexPopulate'], -9999);
  2788.         $instance->addListener('kernel.response', [=> function () {
  2789.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2790.         }, => 'onKernelResponse'], 0);
  2791.         $instance->addListener('kernel.response', [=> function () {
  2792.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2793.         }, => 'onKernelResponse'], -1024);
  2794.         $instance->addListener('kernel.request', [=> function () {
  2795.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2796.         }, => 'setDefaultLocale'], 100);
  2797.         $instance->addListener('kernel.request', [=> function () {
  2798.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2799.         }, => 'onKernelRequest'], 16);
  2800.         $instance->addListener('kernel.finish_request', [=> function () {
  2801.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2802.         }, => 'onKernelFinishRequest'], 0);
  2803.         $instance->addListener('kernel.request', [=> function () {
  2804.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2805.         }, => 'onKernelRequest'], 256);
  2806.         $instance->addListener('kernel.response', [=> function () {
  2807.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2808.         }, => 'onResponse'], -255);
  2809.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2810.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2811.         }, => 'onControllerArguments'], 0);
  2812.         $instance->addListener('kernel.exception', [=> function () {
  2813.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2814.         }, => 'logKernelException'], 0);
  2815.         $instance->addListener('kernel.exception', [=> function () {
  2816.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2817.         }, => 'onKernelException'], -128);
  2818.         $instance->addListener('kernel.response', [=> function () {
  2819.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2820.         }, => 'removeCspHeader'], -128);
  2821.         $instance->addListener('kernel.request', [=> function () {
  2822.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2823.         }, => 'onKernelRequest'], 15);
  2824.         $instance->addListener('kernel.finish_request', [=> function () {
  2825.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2826.         }, => 'onKernelFinishRequest'], -15);
  2827.         $instance->addListener('console.error', [=> function () {
  2828.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2829.         }, => 'onConsoleError'], -128);
  2830.         $instance->addListener('console.terminate', [=> function () {
  2831.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2832.         }, => 'onConsoleTerminate'], -128);
  2833.         $instance->addListener('console.error', [=> function () {
  2834.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2835.         }, => 'onConsoleError'], 0);
  2836.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2837.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2838.         }, => 'onMessage'], -255);
  2839.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2840.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2841.         }, => 'onMessage'], -255);
  2842.         $instance->addListener('kernel.request', [=> function () {
  2843.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2844.         }, => 'configure'], 2048);
  2845.         $instance->addListener('console.command', [=> function () {
  2846.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2847.         }, => 'configure'], 2048);
  2848.         $instance->addListener('kernel.request', [=> function () {
  2849.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2850.         }, => 'onKernelRequest'], 32);
  2851.         $instance->addListener('kernel.finish_request', [=> function () {
  2852.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2853.         }, => 'onKernelFinishRequest'], 0);
  2854.         $instance->addListener('kernel.exception', [=> function () {
  2855.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2856.         }, => 'onKernelException'], -64);
  2857.         $instance->addListener('kernel.response', [=> function () {
  2858.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2859.         }, => 'onKernelResponse'], 0);
  2860.         $instance->addListener('kernel.request', [=> function () {
  2861.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2862.         }, => 'onKernelRequest'], 128);
  2863.         $instance->addListener('kernel.response', [=> function () {
  2864.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2865.         }, => 'onKernelResponse'], -1000);
  2866.         $instance->addListener('kernel.finish_request', [=> function () {
  2867.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2868.         }, => 'onFinishRequest'], 0);
  2869.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2870.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2871.         }, => 'onMessageFailed'], 100);
  2872.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2873.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2874.         }, => 'onMessageFailed'], 200);
  2875.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2876.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  2877.         }, => 'onMessageFailed'], -100);
  2878.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2879.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2880.         }, => 'onWorkerRunning'], 100);
  2881.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2882.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2883.         }, => 'onWorkerStarted'], 0);
  2884.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2885.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2886.         }, => 'onWorkerRunning'], 0);
  2887.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2888.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  2889.         }, => 'onWorkerStarted'], 100);
  2890.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2891.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2892.         }, => 'onMessageFailed'], 0);
  2893.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2894.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2895.         }, => 'onWorkerRunning'], 0);
  2896.         $instance->addListener('kernel.response', [=> function () {
  2897.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2898.         }, => 'onKernelResponse'], -100);
  2899.         $instance->addListener('kernel.exception', [=> function () {
  2900.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2901.         }, => 'onKernelException'], 0);
  2902.         $instance->addListener('kernel.terminate', [=> function () {
  2903.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2904.         }, => 'onKernelTerminate'], -1024);
  2905.         $instance->addListener('kernel.controller', [=> function () {
  2906.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2907.         }, => 'onKernelController'], 0);
  2908.         $instance->addListener('kernel.response', [=> function () {
  2909.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2910.         }, => 'onKernelResponse'], 0);
  2911.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2912.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2913.         }, => 'onMessage'], 0);
  2914.         $instance->addListener('kernel.response', [=> function () {
  2915.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2916.         }, => 'onKernelResponse'], 0);
  2917.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2918.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2919.         }, => 'onVoterVote'], 0);
  2920.         $instance->addListener('kernel.request', [=> function () {
  2921.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2922.         }, => 'configureLogoutUrlGenerator'], 8);
  2923.         $instance->addListener('kernel.request', [=> function () {
  2924.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2925.         }, => 'onKernelRequest'], 8);
  2926.         $instance->addListener('kernel.finish_request', [=> function () {
  2927.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2928.         }, => 'onKernelFinishRequest'], 0);
  2929.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2930.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2931.         }, => 'onWorkerMessageHandled'], 0);
  2932.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2933.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2934.         }, => 'onWorkerMessageFailed'], 0);
  2935.         $instance->addListener('console.command', [=> function () {
  2936.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2937.         }, => 'onCommand'], 255);
  2938.         $instance->addListener('console.terminate', [=> function () {
  2939.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2940.         }, => 'onTerminate'], -255);
  2941.         $instance->addListener('kernel.response', [=> function () {
  2942.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2943.         }, => 'onKernelResponse'], -128);
  2944.         $instance->addListener('console.command', [=> function () {
  2945.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2946.         }, => 'configure'], 1024);
  2947.         $instance->addListener('kernel.request', [=> function () {
  2948.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2949.         }, => 'onKernelRequest'], 0);
  2950.         $instance->addListener('knp_pager.before', [=> function () {
  2951.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2952.         }, => 'before'], 0);
  2953.         $instance->addListener('knp_pager.pagination', [=> function () {
  2954.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2955.         }, => 'pagination'], 0);
  2956.         $instance->addListener('knp_pager.before', [=> function () {
  2957.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2958.         }, => 'before'], 1);
  2959.         $instance->addListener('knp_pager.before', [=> function () {
  2960.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2961.         }, => 'before'], 1);
  2962.         $instance->addListener('knp_pager.pagination', [=> function () {
  2963.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2964.         }, => 'pagination'], 1);
  2965.         $instance->addListener('dw_ginger.admin_log.pre_persist', [=> function () {
  2966.             return ($this->privates['DW\\GingerBundle\\EventSubscriber\\AdminLogEventSubscriber'] ?? $this->getAdminLogEventSubscriberService());
  2967.         }, => 'addAuthInfo'], 0);
  2968.         $instance->addListener('dw_ginger.topic_attribute.on_update', [=> function () {
  2969.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->getDwGinger_TopicAttributeEventsLoggerService());
  2970.         }, => 'onTopicAttributeUpdate'], 0);
  2971.         $instance->addListener('dw_ginger.topic_attribute.on_integration_add', [=> function () {
  2972.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->getDwGinger_TopicAttributeEventsLoggerService());
  2973.         }, => 'onTopicAttributeIntegrationAdd'], 0);
  2974.         $instance->addListener('dw_ginger.topic_attribute.on_integration_remove', [=> function () {
  2975.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->getDwGinger_TopicAttributeEventsLoggerService());
  2976.         }, => 'onTopicAttributeIntegrationRemove'], 0);
  2977.         $instance->addListener('dw_ginger.topic_attribute.on_delete', [=> function () {
  2978.             return ($this->privates['dw_ginger.topic_attribute_events_logger'] ?? $this->getDwGinger_TopicAttributeEventsLoggerService());
  2979.         }, => 'onTopicAttributeDelete'], 0);
  2980.         $instance->addListener('storage.file.removed', [=> function () {
  2981.             return ($this->services['DW\\GingerBundle\\Import\\EventSubscriber\\StorageSubscriber'] ?? $this->getStorageSubscriberService());
  2982.         }, => 'clearFileImport'], 0);
  2983.         $instance->addListener('knp_pager.items', [=> function () {
  2984.             return ($this->privates['fos_elastica.paginator.subscriber'] ?? $this->getFosElastica_Paginator_SubscriberService());
  2985.         }, => 'items'], 1);
  2986.         $instance->addListener('FOS\\ElasticaBundle\\Persister\\Event\\PreInsertObjectsEvent', [=> function () {
  2987.             return ($this->privates['fos_elastica.filter_objects_listener'] ?? $this->getFosElastica_FilterObjectsListenerService());
  2988.         }, => 'filterObjects'], 0);
  2989.         $instance->addListener('kernel.controller', [=> function () {
  2990.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2991.         }, => 'onKernelController'], 0);
  2992.         $instance->addListener('kernel.controller', [=> function () {
  2993.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2994.         }, => 'onKernelController'], 0);
  2995.         $instance->addListener('kernel.controller', [=> function () {
  2996.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2997.         }, => 'onKernelController'], -128);
  2998.         $instance->addListener('kernel.view', [=> function () {
  2999.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  3000.         }, => 'onKernelView'], 0);
  3001.         $instance->addListener('kernel.controller', [=> function () {
  3002.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3003.         }, => 'onKernelController'], 0);
  3004.         $instance->addListener('kernel.response', [=> function () {
  3005.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  3006.         }, => 'onKernelResponse'], 0);
  3007.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3008.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  3009.         }, => 'onKernelControllerArguments'], 0);
  3010.         $instance->addListener('kernel.controller_arguments', [=> function () {
  3011.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  3012.         }, => 'onKernelControllerArguments'], 0);
  3013.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3014.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  3015.         }, => 'onLogout'], 0);
  3016.         return $instance;
  3017.     }
  3018.     /**
  3019.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  3020.      *
  3021.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  3022.      */
  3023.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  3024.     {
  3025.         if ($lazyLoad) {
  3026.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  3027.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3028.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  3029.                     $proxy->setProxyInitializer(null);
  3030.                     return true;
  3031.                 });
  3032.             });
  3033.         }
  3034.         return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3035.     }
  3036.     /**
  3037.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  3038.      *
  3039.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  3040.      */
  3041.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  3042.     {
  3043.         if ($lazyLoad) {
  3044.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  3045.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3046.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  3047.                     $proxy->setProxyInitializer(null);
  3048.                     return true;
  3049.                 });
  3050.             });
  3051.         }
  3052.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3053.     }
  3054.     /**
  3055.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  3056.      *
  3057.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  3058.      */
  3059.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  3060.     {
  3061.         if ($lazyLoad) {
  3062.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  3063.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3064.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  3065.                     $proxy->setProxyInitializer(null);
  3066.                     return true;
  3067.                 });
  3068.             });
  3069.         }
  3070.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3071.     }
  3072.     /**
  3073.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  3074.      *
  3075.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  3076.      */
  3077.     protected function getFosOauthServer_Controller_AuthorizeService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  3081.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3082.         $b $this->getFosOauthServer_Authorize_FormService();
  3083.         return $this->services['fos_oauth_server.controller.authorize'] = new \FOS\OAuthServerBundle\Controller\AuthorizeController($a$b, new \FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler($b$a), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3084.     }
  3085.     /**
  3086.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  3087.      *
  3088.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  3089.      */
  3090.     protected function getFosOauthServer_Controller_TokenService()
  3091.     {
  3092.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  3093.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  3094.     }
  3095.     /**
  3096.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  3097.      *
  3098.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  3099.      */
  3100.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  3104.         $this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
  3105.         $instance->setName('hautelook:fixtures:load');
  3106.         $instance->setDescription('Load data fixtures to your database.');
  3107.         return $instance;
  3108.     }
  3109.     /**
  3110.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  3111.      *
  3112.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3113.      */
  3114.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  3115.     {
  3116.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3119.         return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  3120.     }
  3121.     /**
  3122.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  3123.      *
  3124.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  3125.      */
  3126.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  3127.     {
  3128.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  3129.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3131.         return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  3132.     }
  3133.     /**
  3134.      * Gets the public 'hautelook_alice.loader' shared service.
  3135.      *
  3136.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  3137.      */
  3138.     protected function getHautelookAlice_LoaderService()
  3139.     {
  3140.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  3143.         return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3144.     }
  3145.     /**
  3146.      * Gets the public 'hautelook_alice.locator' shared service.
  3147.      *
  3148.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  3149.      */
  3150.     protected function getHautelookAlice_LocatorService()
  3151.     {
  3152.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  3155.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
  3156.     }
  3157.     /**
  3158.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  3159.      *
  3160.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  3161.      */
  3162.     protected function getHautelookAlice_Resolver_BundleService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  3167.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))));
  3168.     }
  3169.     /**
  3170.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  3171.      *
  3172.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  3173.      */
  3174.     protected function getHautelookAlice_Resolver_FileService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  3178.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  3179.     }
  3180.     /**
  3181.      * Gets the public 'http_kernel' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\HttpKernel\HttpKernel
  3184.      */
  3185.     protected function getHttpKernelService()
  3186.     {
  3187.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3188.         if (isset($this->services['http_kernel'])) {
  3189.             return $this->services['http_kernel'];
  3190.         }
  3191.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3192.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3193.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  3194.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  3195.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  3196.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  3197.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  3198.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  3199.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3200.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3201.         }, 8)), $b));
  3202.     }
  3203.     /**
  3204.      * Gets the public 'jms_serializer' shared service.
  3205.      *
  3206.      * @return \JMS\Serializer\Serializer
  3207.      */
  3208.     protected function getJmsSerializerService()
  3209.     {
  3210.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  3211.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  3212.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  3231.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  3235.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3248.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  3250.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3251.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  3252.         ], [
  3253.             'metadata_driver' => '?',
  3254.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  3255.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  3256.         $a->setIncludeInterfaces(false);
  3257.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3258.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  3259.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  3260.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  3261.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  3262.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  3263.         ], [
  3264.             'jms_serializer.array_collection_handler' => '?',
  3265.             'jms_serializer.constraint_violation_handler' => '?',
  3266.             'jms_serializer.datetime_handler' => '?',
  3267.             'jms_serializer.form_error_handler' => '?',
  3268.             'jms_serializer.iterator_handler' => '?',
  3269.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  3270.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  3271.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  3272.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  3273.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  3274.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3275.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  3276.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  3277.             'dw_ginger.address_serializer_subscriber' => ['privates''dw_ginger.address_serializer_subscriber''getDwGinger_AddressSerializerSubscriberService'false],
  3278.             'DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber' => ['privates''DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber''getTagSerializerSubscriberService'false],
  3279.         ], [
  3280.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  3281.             'jms_serializer.stopwatch_subscriber' => '?',
  3282.             'dw_ginger.address_serializer_subscriber' => '?',
  3283.             'DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber' => '?',
  3284.         ]));
  3285.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'dw_ginger.address_serializer_subscriber'=> 'onPostSerialize'], => 'DW\\GingerBundle\\Entity\\Address'=> NULL=> NULL], => [=> [=> 'DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  3286.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  3287.         $g->setOptions(1024);
  3288.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  3289.         $h->setOptions(0);
  3290.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $h'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($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())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  3291.     }
  3292.     /**
  3293.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  3294.      *
  3295.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3296.      */
  3297.     protected function getJmsSerializer_DeserializationContextFactoryService()
  3298.     {
  3299.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3302.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3303.     }
  3304.     /**
  3305.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  3306.      *
  3307.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  3308.      */
  3309.     protected function getJmsSerializer_MetadataDriverService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  3321.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  3322.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  3333.         $a = new \Metadata\Driver\FileLocator(['DW\\GingerBundle' => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/config/serializer'), 'FOS\\\\UserBundle' => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/config/serializer')]);
  3334.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  3335.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  3336.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  3337.     }
  3338.     /**
  3339.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  3340.      *
  3341.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  3342.      */
  3343.     protected function getJmsSerializer_SerializationContextFactoryService()
  3344.     {
  3345.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  3348.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  3349.     }
  3350.     /**
  3351.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  3352.      *
  3353.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  3354.      */
  3355.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  3356.     {
  3357.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  3358.         $a = ($this->services['jms_serializer'] ?? $this->getJmsSerializerService());
  3359.         if (isset($this->services['jms_serializer.twig_extension.serializer_runtime_helper'])) {
  3360.             return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'];
  3361.         }
  3362.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper($a);
  3363.     }
  3364.     /**
  3365.      * Gets the public 'knp_menu.factory' shared service.
  3366.      *
  3367.      * @return \Knp\Menu\MenuFactory
  3368.      */
  3369.     protected function getKnpMenu_FactoryService()
  3370.     {
  3371.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  3375.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  3376.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  3377.         return $instance;
  3378.     }
  3379.     /**
  3380.      * Gets the public 'knp_menu.matcher' shared service.
  3381.      *
  3382.      * @return \Knp\Menu\Matcher\Matcher
  3383.      */
  3384.     protected function getKnpMenu_MatcherService()
  3385.     {
  3386.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  3387.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  3388.         }, 1));
  3389.     }
  3390.     /**
  3391.      * Gets the public 'knp_paginator' shared service.
  3392.      *
  3393.      * @return \Knp\Component\Pager\Paginator
  3394.      */
  3395.     protected function getKnpPaginatorService($lazyLoad true)
  3396.     {
  3397.         if ($lazyLoad) {
  3398.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  3399.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3400.                     $wrappedInstance $this->getKnpPaginatorService(false);
  3401.                     $proxy->setProxyInitializer(null);
  3402.                     return true;
  3403.                 });
  3404.             });
  3405.         }
  3406.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3407.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3408.         return $instance;
  3409.     }
  3410.     /**
  3411.      * Gets the public 'messenger.default_bus' shared service.
  3412.      *
  3413.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  3414.      */
  3415.     protected function getMessenger_DefaultBusService()
  3416.     {
  3417.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  3418.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  3419.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  3420.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  3421.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  3422.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  3423.             yield => ($this->services['DW\\GingerBundle\\Import\\Messenger\\Middleware\\AuthenticationMiddleware'] ?? $this->getAuthenticationMiddlewareService());
  3424.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  3425.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  3426.         }, 8)));
  3427.     }
  3428.     /**
  3429.      * Gets the public 'monolog.logger.address_refactor' shared service.
  3430.      *
  3431.      * @return \Symfony\Bridge\Monolog\Logger
  3432.      */
  3433.     protected function getMonolog_Logger_AddressRefactorService()
  3434.     {
  3435.         $this->services['monolog.logger.address_refactor'] = $instance = new \Symfony\Bridge\Monolog\Logger('address_refactor');
  3436.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3437.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3438.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3439.         $instance->pushHandler(($this->privates['monolog.handler.address_refactor'] ?? $this->getMonolog_Handler_AddressRefactorService()));
  3440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the public 'monolog.logger.api' shared service.
  3445.      *
  3446.      * @return \Symfony\Bridge\Monolog\Logger
  3447.      */
  3448.     protected function getMonolog_Logger_ApiService()
  3449.     {
  3450.         $this->services['monolog.logger.api'] = $instance = new \Symfony\Bridge\Monolog\Logger('api');
  3451.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3452.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3453.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3454.         $instance->pushHandler(($this->privates['monolog.handler.api'] ?? $this->getMonolog_Handler_ApiService()));
  3455.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3456.         return $instance;
  3457.     }
  3458.     /**
  3459.      * Gets the public 'monolog.logger.file_import_person' shared service.
  3460.      *
  3461.      * @return \Symfony\Bridge\Monolog\Logger
  3462.      */
  3463.     protected function getMonolog_Logger_FileImportPersonService()
  3464.     {
  3465.         $this->services['monolog.logger.file_import_person'] = $instance = new \Symfony\Bridge\Monolog\Logger('file_import_person');
  3466.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3467.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3468.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3469.         $instance->pushHandler(($this->privates['monolog.handler.file_import_person'] ?? $this->getMonolog_Handler_FileImportPersonService()));
  3470.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3471.         return $instance;
  3472.     }
  3473.     /**
  3474.      * Gets the public 'monolog.logger.ginger_core_events' shared service.
  3475.      *
  3476.      * @return \Symfony\Bridge\Monolog\Logger
  3477.      */
  3478.     protected function getMonolog_Logger_GingerCoreEventsService()
  3479.     {
  3480.         $this->services['monolog.logger.ginger_core_events'] = $instance = new \Symfony\Bridge\Monolog\Logger('ginger_core_events');
  3481.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3482.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3483.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3484.         $instance->pushHandler(($this->privates['monolog.handler.ginger_core_events'] ?? $this->getMonolog_Handler_GingerCoreEventsService()));
  3485.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3486.         return $instance;
  3487.     }
  3488.     /**
  3489.      * Gets the public 'nelmio_alice.data_loader' shared service.
  3490.      *
  3491.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  3492.      */
  3493.     protected function getNelmioAlice_DataLoaderService()
  3494.     {
  3495.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  3496.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  3497.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  3504.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  3505.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  3506.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  3511.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  3529.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  3530.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  3535.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  3541.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  3542.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  3543.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  3546.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  3547.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  3558.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  3560.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  3561.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  3562.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  3563.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  3586.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  3591.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  3592.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  3593.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  3594.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  3595.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  3596.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  3602.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  3607.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  3608.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  3610.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  3611.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  3624.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  3625.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  3626.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  3646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  3647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  3648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  3655.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  3656.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  3657.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  3658.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  3659.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  3660.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  3661.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3662.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  3663.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  3664.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  3665.         $j->setContainer($this);
  3666.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  3667.     }
  3668.     /**
  3669.      * Gets the public 'nelmio_alice.file_loader' shared service.
  3670.      *
  3671.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  3672.      */
  3673.     protected function getNelmioAlice_FileLoaderService()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  3677.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  3678.     }
  3679.     /**
  3680.      * Gets the public 'nelmio_alice.files_loader' shared service.
  3681.      *
  3682.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  3683.      */
  3684.     protected function getNelmioAlice_FilesLoaderService()
  3685.     {
  3686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  3688.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  3689.     }
  3690.     /**
  3691.      * Gets the public 'request_stack' shared service.
  3692.      *
  3693.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3694.      */
  3695.     protected function getRequestStackService()
  3696.     {
  3697.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3698.     }
  3699.     /**
  3700.      * Gets the public 'router' shared service.
  3701.      *
  3702.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3703.      */
  3704.     protected function getRouterService()
  3705.     {
  3706.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3707.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3708.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3709.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3710.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3711.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3712.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3713.         ], [
  3714.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3715.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'de');
  3716.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3717.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3718.         return $instance;
  3719.     }
  3720.     /**
  3721.      * Gets the public 'routing.loader' shared service.
  3722.      *
  3723.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3724.      */
  3725.     protected function getRouting_LoaderService()
  3726.     {
  3727.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3728.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/ApiLoader.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  3752.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3753.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  3754.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  3755.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  3756.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  3757.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  3758.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  3759.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  3760.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3761.             'kernel' => ['services''kernel''getKernelService'false],
  3762.         ], [
  3763.             'kernel' => 'App\\Kernel',
  3764.         ]), 'dev'));
  3765.         $a->addLoader(new \ApiPlatform\Core\Bridge\Symfony\Routing\ApiLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), truetruetruefalsetrue, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  3766.         $a->addLoader(($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  3767.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotDirService());
  3768.         $a->addLoader($this->getSensioFrameworkExtra_Routing_Loader_AnnotFileService());
  3769.         $a->addLoader($c);
  3770.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  3771.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  3772.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], []);
  3773.     }
  3774.     /**
  3775.      * Gets the public 'services_resetter' shared service.
  3776.      *
  3777.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3778.      */
  3779.     protected function getServicesResetterService()
  3780.     {
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3782.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3783.             if (isset($this->services['cache.app'])) {
  3784.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3785.             }
  3786.             if (isset($this->services['cache.system'])) {
  3787.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3788.             }
  3789.             if (isset($this->privates['cache.validator'])) {
  3790.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3791.             }
  3792.             if (isset($this->privates['cache.serializer'])) {
  3793.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3794.             }
  3795.             if (isset($this->privates['cache.annotations'])) {
  3796.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3797.             }
  3798.             if (isset($this->privates['cache.property_info'])) {
  3799.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3800.             }
  3801.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  3802.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  3803.             }
  3804.             if (isset($this->privates['.debug.http_client'])) {
  3805.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  3806.             }
  3807.             if (isset($this->privates['mailer.message_logger_listener'])) {
  3808.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  3809.             }
  3810.             if (isset($this->privates['debug.stopwatch'])) {
  3811.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3812.             }
  3813.             if (isset($this->services['event_dispatcher'])) {
  3814.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3815.             }
  3816.             if (isset($this->privates['session_listener'])) {
  3817.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  3818.             }
  3819.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3820.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3821.             }
  3822.             if (isset($this->services['cache.validator_expression_language'])) {
  3823.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  3824.             }
  3825.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  3826.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  3827.             }
  3828.             if (isset($this->services['.container.private.profiler'])) {
  3829.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  3830.             }
  3831.             if (isset($this->services['.container.private.validator'])) {
  3832.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  3833.             }
  3834.             if (isset($this->privates['twig.form.engine'])) {
  3835.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3836.             }
  3837.             if (isset($this->services['.container.private.security.token_storage'])) {
  3838.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  3839.             }
  3840.             if (isset($this->privates['cache.security_expression_language'])) {
  3841.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3842.             }
  3843.             if (isset($this->privates['debug.security.firewall'])) {
  3844.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  3845.             }
  3846.             if (isset($this->services['doctrine'])) {
  3847.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3848.             }
  3849.             if (isset($this->privates['doctrine.debug_data_holder'])) {
  3850.                 yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
  3851.             }
  3852.             if (isset($this->privates['form.type.entity'])) {
  3853.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3854.             }
  3855.             if (isset($this->privates['monolog.handler.file_import_person'])) {
  3856.                 yield 'monolog.handler.file_import_person' => ($this->privates['monolog.handler.file_import_person'] ?? null);
  3857.             }
  3858.             if (isset($this->privates['monolog.handler.api'])) {
  3859.                 yield 'monolog.handler.api' => ($this->privates['monolog.handler.api'] ?? null);
  3860.             }
  3861.             if (isset($this->privates['monolog.handler.address_refactor'])) {
  3862.                 yield 'monolog.handler.address_refactor' => ($this->privates['monolog.handler.address_refactor'] ?? null);
  3863.             }
  3864.             if (isset($this->privates['monolog.handler.ginger_core_events'])) {
  3865.                 yield 'monolog.handler.ginger_core_events' => ($this->privates['monolog.handler.ginger_core_events'] ?? null);
  3866.             }
  3867.             if (isset($this->privates['monolog.handler.main'])) {
  3868.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3869.             }
  3870.             if (isset($this->privates['monolog.handler.console'])) {
  3871.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3872.             }
  3873.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  3874.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  3875.             }
  3876.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  3877.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  3878.             }
  3879.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  3880.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  3881.             }
  3882.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  3883.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  3884.             }
  3885.             if (isset($this->privates['api_platform.cache.metadata.property'])) {
  3886.                 yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? null);
  3887.             }
  3888.             if (isset($this->privates['api_platform.graphql.cache.subscription'])) {
  3889.                 yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? null);
  3890.             }
  3891.             if (isset($this->privates['.debug.http_client'])) {
  3892.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3893.             }
  3894.         }, function () {
  3895.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.file_import_person'])) + (int) (isset($this->privates['monolog.handler.api'])) + (int) (isset($this->privates['monolog.handler.address_refactor'])) + (int) (isset($this->privates['monolog.handler.ginger_core_events'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.property'])) + (int) (isset($this->privates['api_platform.graphql.cache.subscription'])) + (int) (isset($this->privates['.debug.http_client']));
  3896.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'doctrine.debug_data_holder' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.file_import_person' => [=> 'reset'], 'monolog.handler.api' => [=> 'reset'], 'monolog.handler.address_refactor' => [=> 'reset'], 'monolog.handler.ginger_core_events' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.property' => [=> 'reset'], 'api_platform.graphql.cache.subscription' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  3897.     }
  3898.     /**
  3899.      * Gets the public 'translator' shared service.
  3900.      *
  3901.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3902.      */
  3903.     protected function getTranslatorService()
  3904.     {
  3905.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3906.     }
  3907.     /**
  3908.      * Gets the public 'var_dumper.cloner' shared service.
  3909.      *
  3910.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3911.      */
  3912.     protected function getVarDumper_ClonerService()
  3913.     {
  3914.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3915.         $instance->setMaxItems(2500);
  3916.         $instance->setMinDepth(1);
  3917.         $instance->setMaxString(-1);
  3918.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3919.         return $instance;
  3920.     }
  3921.     /**
  3922.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3923.      *
  3924.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3925.      */
  3926.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3929.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  3930.     }
  3931.     /**
  3932.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3933.      *
  3934.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3935.      */
  3936.     protected function getWebProfiler_Controller_ProfilerService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3939.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3940.     }
  3941.     /**
  3942.      * Gets the public 'web_profiler.controller.router' shared service.
  3943.      *
  3944.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3945.      */
  3946.     protected function getWebProfiler_Controller_RouterService()
  3947.     {
  3948.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3949.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3950.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3951.         }, 1));
  3952.     }
  3953.     /**
  3954.      * Gets the private '.console.command.about.lazy' shared service.
  3955.      *
  3956.      * @return \Symfony\Component\Console\Command\LazyCommand
  3957.      */
  3958.     protected function get_Console_Command_About_LazyService()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3962.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  3963.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3964.         });
  3965.     }
  3966.     /**
  3967.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3968.      *
  3969.      * @return \Symfony\Component\Console\Command\LazyCommand
  3970.      */
  3971.     protected function get_Console_Command_AssetsInstall_LazyService()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3975.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  3976.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3977.         });
  3978.     }
  3979.     /**
  3980.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3981.      *
  3982.      * @return \Symfony\Component\Console\Command\LazyCommand
  3983.      */
  3984.     protected function get_Console_Command_CacheClear_LazyService()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3988.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3989.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3990.         });
  3991.     }
  3992.     /**
  3993.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3994.      *
  3995.      * @return \Symfony\Component\Console\Command\LazyCommand
  3996.      */
  3997.     protected function get_Console_Command_CachePoolClear_LazyService()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4001.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  4002.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  4003.         });
  4004.     }
  4005.     /**
  4006.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  4007.      *
  4008.      * @return \Symfony\Component\Console\Command\LazyCommand
  4009.      */
  4010.     protected function get_Console_Command_CachePoolDelete_LazyService()
  4011.     {
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4014.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  4015.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  4016.         });
  4017.     }
  4018.     /**
  4019.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  4020.      *
  4021.      * @return \Symfony\Component\Console\Command\LazyCommand
  4022.      */
  4023.     protected function get_Console_Command_CachePoolList_LazyService()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4027.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  4028.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  4029.         });
  4030.     }
  4031.     /**
  4032.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  4033.      *
  4034.      * @return \Symfony\Component\Console\Command\LazyCommand
  4035.      */
  4036.     protected function get_Console_Command_CachePoolPrune_LazyService()
  4037.     {
  4038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4040.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  4041.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  4042.         });
  4043.     }
  4044.     /**
  4045.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  4046.      *
  4047.      * @return \Symfony\Component\Console\Command\LazyCommand
  4048.      */
  4049.     protected function get_Console_Command_CacheWarmup_LazyService()
  4050.     {
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4053.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  4054.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  4055.         });
  4056.     }
  4057.     /**
  4058.      * Gets the private '.console.command.config_debug.lazy' shared service.
  4059.      *
  4060.      * @return \Symfony\Component\Console\Command\LazyCommand
  4061.      */
  4062.     protected function get_Console_Command_ConfigDebug_LazyService()
  4063.     {
  4064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4066.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  4067.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  4068.         });
  4069.     }
  4070.     /**
  4071.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  4072.      *
  4073.      * @return \Symfony\Component\Console\Command\LazyCommand
  4074.      */
  4075.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  4076.     {
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4079.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  4080.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  4081.         });
  4082.     }
  4083.     /**
  4084.      * Gets the private '.console.command.container_debug.lazy' shared service.
  4085.      *
  4086.      * @return \Symfony\Component\Console\Command\LazyCommand
  4087.      */
  4088.     protected function get_Console_Command_ContainerDebug_LazyService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4092.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  4093.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  4094.         });
  4095.     }
  4096.     /**
  4097.      * Gets the private '.console.command.container_lint.lazy' shared service.
  4098.      *
  4099.      * @return \Symfony\Component\Console\Command\LazyCommand
  4100.      */
  4101.     protected function get_Console_Command_ContainerLint_LazyService()
  4102.     {
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4105.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  4106.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  4107.         });
  4108.     }
  4109.     /**
  4110.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  4111.      *
  4112.      * @return \Symfony\Component\Console\Command\LazyCommand
  4113.      */
  4114.     protected function get_Console_Command_DebugAutowiring_LazyService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4118.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  4119.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  4120.         });
  4121.     }
  4122.     /**
  4123.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  4124.      *
  4125.      * @return \Symfony\Component\Console\Command\LazyCommand
  4126.      */
  4127.     protected function get_Console_Command_DotenvDebug_LazyService()
  4128.     {
  4129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4131.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  4132.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  4133.         });
  4134.     }
  4135.     /**
  4136.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  4137.      *
  4138.      * @return \Symfony\Component\Console\Command\LazyCommand
  4139.      */
  4140.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  4141.     {
  4142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4144.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  4145.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  4146.         });
  4147.     }
  4148.     /**
  4149.      * Gets the private '.console.command.form_debug.lazy' shared service.
  4150.      *
  4151.      * @return \Symfony\Component\Console\Command\LazyCommand
  4152.      */
  4153.     protected function get_Console_Command_FormDebug_LazyService()
  4154.     {
  4155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4157.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  4158.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  4159.         });
  4160.     }
  4161.     /**
  4162.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  4163.      *
  4164.      * @return \Symfony\Component\Console\Command\LazyCommand
  4165.      */
  4166.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  4167.     {
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4170.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  4171.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  4172.         });
  4173.     }
  4174.     /**
  4175.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  4176.      *
  4177.      * @return \Symfony\Component\Console\Command\LazyCommand
  4178.      */
  4179.     protected function get_Console_Command_MessengerDebug_LazyService()
  4180.     {
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4183.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  4184.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  4185.         });
  4186.     }
  4187.     /**
  4188.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  4189.      *
  4190.      * @return \Symfony\Component\Console\Command\LazyCommand
  4191.      */
  4192.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  4193.     {
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4196.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  4197.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  4198.         });
  4199.     }
  4200.     /**
  4201.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  4202.      *
  4203.      * @return \Symfony\Component\Console\Command\LazyCommand
  4204.      */
  4205.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4209.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  4210.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  4211.         });
  4212.     }
  4213.     /**
  4214.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  4215.      *
  4216.      * @return \Symfony\Component\Console\Command\LazyCommand
  4217.      */
  4218.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4222.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  4223.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  4224.         });
  4225.     }
  4226.     /**
  4227.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  4228.      *
  4229.      * @return \Symfony\Component\Console\Command\LazyCommand
  4230.      */
  4231.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4235.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  4236.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  4237.         });
  4238.     }
  4239.     /**
  4240.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  4241.      *
  4242.      * @return \Symfony\Component\Console\Command\LazyCommand
  4243.      */
  4244.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  4245.     {
  4246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4248.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  4249.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  4250.         });
  4251.     }
  4252.     /**
  4253.      * Gets the private '.console.command.router_debug.lazy' shared service.
  4254.      *
  4255.      * @return \Symfony\Component\Console\Command\LazyCommand
  4256.      */
  4257.     protected function get_Console_Command_RouterDebug_LazyService()
  4258.     {
  4259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4261.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  4262.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  4263.         });
  4264.     }
  4265.     /**
  4266.      * Gets the private '.console.command.router_match.lazy' shared service.
  4267.      *
  4268.      * @return \Symfony\Component\Console\Command\LazyCommand
  4269.      */
  4270.     protected function get_Console_Command_RouterMatch_LazyService()
  4271.     {
  4272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4274.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  4275.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  4276.         });
  4277.     }
  4278.     /**
  4279.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  4280.      *
  4281.      * @return \Symfony\Component\Console\Command\LazyCommand
  4282.      */
  4283.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4287.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  4288.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  4289.         });
  4290.     }
  4291.     /**
  4292.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  4293.      *
  4294.      * @return \Symfony\Component\Console\Command\LazyCommand
  4295.      */
  4296.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  4297.     {
  4298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4300.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  4301.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  4302.         });
  4303.     }
  4304.     /**
  4305.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  4306.      *
  4307.      * @return \Symfony\Component\Console\Command\LazyCommand
  4308.      */
  4309.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  4310.     {
  4311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4313.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  4314.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  4315.         });
  4316.     }
  4317.     /**
  4318.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  4319.      *
  4320.      * @return \Symfony\Component\Console\Command\LazyCommand
  4321.      */
  4322.     protected function get_Console_Command_SecretsList_LazyService()
  4323.     {
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4326.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  4327.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  4328.         });
  4329.     }
  4330.     /**
  4331.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  4332.      *
  4333.      * @return \Symfony\Component\Console\Command\LazyCommand
  4334.      */
  4335.     protected function get_Console_Command_SecretsRemove_LazyService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4339.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  4340.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  4341.         });
  4342.     }
  4343.     /**
  4344.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  4345.      *
  4346.      * @return \Symfony\Component\Console\Command\LazyCommand
  4347.      */
  4348.     protected function get_Console_Command_SecretsSet_LazyService()
  4349.     {
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4352.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  4353.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  4354.         });
  4355.     }
  4356.     /**
  4357.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  4358.      *
  4359.      * @return \Symfony\Component\Console\Command\LazyCommand
  4360.      */
  4361.     protected function get_Console_Command_TranslationDebug_LazyService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4365.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  4366.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  4367.         });
  4368.     }
  4369.     /**
  4370.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  4371.      *
  4372.      * @return \Symfony\Component\Console\Command\LazyCommand
  4373.      */
  4374.     protected function get_Console_Command_TranslationExtract_LazyService()
  4375.     {
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4378.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  4379.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  4380.         });
  4381.     }
  4382.     /**
  4383.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  4384.      *
  4385.      * @return \Symfony\Component\Console\Command\LazyCommand
  4386.      */
  4387.     protected function get_Console_Command_TranslationPull_LazyService()
  4388.     {
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4391.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  4392.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  4393.         });
  4394.     }
  4395.     /**
  4396.      * Gets the private '.console.command.translation_push.lazy' shared service.
  4397.      *
  4398.      * @return \Symfony\Component\Console\Command\LazyCommand
  4399.      */
  4400.     protected function get_Console_Command_TranslationPush_LazyService()
  4401.     {
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4404.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  4405.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  4406.         });
  4407.     }
  4408.     /**
  4409.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  4410.      *
  4411.      * @return \Symfony\Component\Console\Command\LazyCommand
  4412.      */
  4413.     protected function get_Console_Command_ValidatorDebug_LazyService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4417.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  4418.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  4419.         });
  4420.     }
  4421.     /**
  4422.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  4423.      *
  4424.      * @return \Symfony\Component\Console\Command\LazyCommand
  4425.      */
  4426.     protected function get_Console_Command_XliffLint_LazyService()
  4427.     {
  4428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4430.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  4431.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  4432.         });
  4433.     }
  4434.     /**
  4435.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\Console\Command\LazyCommand
  4438.      */
  4439.     protected function get_Console_Command_YamlLint_LazyService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4443.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  4444.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  4445.         });
  4446.     }
  4447.     /**
  4448.      * Gets the private '.debug.http_client' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4451.      */
  4452.     protected function get_Debug_HttpClientService()
  4453.     {
  4454.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4455.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4456.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4457.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4458.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4459.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4460.         $a->setLogger($b);
  4461.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4462.     }
  4463.     /**
  4464.      * Gets the private '.doctrine_migrations.current_command.lazy' shared service.
  4465.      *
  4466.      * @return \Symfony\Component\Console\Command\LazyCommand
  4467.      */
  4468.     protected function get_DoctrineMigrations_CurrentCommand_LazyService()
  4469.     {
  4470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4472.         return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version'false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
  4473.             return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
  4474.         });
  4475.     }
  4476.     /**
  4477.      * Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
  4478.      *
  4479.      * @return \Symfony\Component\Console\Command\LazyCommand
  4480.      */
  4481.     protected function get_DoctrineMigrations_DiffCommand_LazyService()
  4482.     {
  4483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4485.         return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
  4486.             return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
  4487.         });
  4488.     }
  4489.     /**
  4490.      * Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
  4491.      *
  4492.      * @return \Symfony\Component\Console\Command\LazyCommand
  4493.      */
  4494.     protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
  4495.     {
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4498.         return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.'false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
  4499.             return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
  4500.         });
  4501.     }
  4502.     /**
  4503.      * Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
  4504.      *
  4505.      * @return \Symfony\Component\Console\Command\LazyCommand
  4506.      */
  4507.     protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
  4508.     {
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4511.         return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
  4512.             return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
  4513.         });
  4514.     }
  4515.     /**
  4516.      * Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
  4517.      *
  4518.      * @return \Symfony\Component\Console\Command\LazyCommand
  4519.      */
  4520.     protected function get_DoctrineMigrations_GenerateCommand_LazyService()
  4521.     {
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4524.         return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.'false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
  4525.             return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
  4526.         });
  4527.     }
  4528.     /**
  4529.      * Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
  4530.      *
  4531.      * @return \Symfony\Component\Console\Command\LazyCommand
  4532.      */
  4533.     protected function get_DoctrineMigrations_LatestCommand_LazyService()
  4534.     {
  4535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4537.         return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version'false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
  4538.             return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
  4539.         });
  4540.     }
  4541.     /**
  4542.      * Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
  4543.      *
  4544.      * @return \Symfony\Component\Console\Command\LazyCommand
  4545.      */
  4546.     protected function get_DoctrineMigrations_MigrateCommand_LazyService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4550.         return $this->privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
  4551.             return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
  4552.         });
  4553.     }
  4554.     /**
  4555.      * Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
  4556.      *
  4557.      * @return \Symfony\Component\Console\Command\LazyCommand
  4558.      */
  4559.     protected function get_DoctrineMigrations_RollupCommand_LazyService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4563.         return $this->privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.'false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
  4564.             return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
  4565.         });
  4566.     }
  4567.     /**
  4568.      * Gets the private '.doctrine_migrations.status_command.lazy' shared service.
  4569.      *
  4570.      * @return \Symfony\Component\Console\Command\LazyCommand
  4571.      */
  4572.     protected function get_DoctrineMigrations_StatusCommand_LazyService()
  4573.     {
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4576.         return $this->privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.'false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
  4577.             return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
  4578.         });
  4579.     }
  4580.     /**
  4581.      * Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\Console\Command\LazyCommand
  4584.      */
  4585.     protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4589.         return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.'false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
  4590.             return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
  4591.         });
  4592.     }
  4593.     /**
  4594.      * Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\Console\Command\LazyCommand
  4597.      */
  4598.     protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4602.         return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.'false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
  4603.             return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
  4604.         });
  4605.     }
  4606.     /**
  4607.      * Gets the private '.doctrine_migrations.version_command.lazy' shared service.
  4608.      *
  4609.      * @return \Symfony\Component\Console\Command\LazyCommand
  4610.      */
  4611.     protected function get_DoctrineMigrations_VersionCommand_LazyService()
  4612.     {
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4615.         return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.'false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
  4616.             return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
  4617.         });
  4618.     }
  4619.     /**
  4620.      * Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
  4621.      *
  4622.      * @return \Symfony\Component\Console\Command\LazyCommand
  4623.      */
  4624.     protected function get_DoctrineMigrations_VersionsCommand_LazyService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4628.         return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.'false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
  4629.             return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
  4630.         });
  4631.     }
  4632.     /**
  4633.      * Gets the private '.errored..service_locator.6idVSME.DW\GingerBundle\Import\Entity\FileImport' shared service.
  4634.      *
  4635.      * @return \DW\GingerBundle\Import\Entity\FileImport
  4636.      */
  4637.     protected function getFileImportService()
  4638.     {
  4639.         $this->throw('Cannot autowire service ".service_locator.6idVSME": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.');
  4640.     }
  4641.     /**
  4642.      * Gets the private '.errored..service_locator.GurBfpf.DW\GingerBundle\Import\Entity\FileImport' shared service.
  4643.      *
  4644.      * @return \DW\GingerBundle\Import\Entity\FileImport
  4645.      */
  4646.     protected function getFileImport2Service()
  4647.     {
  4648.         $this->throw('Cannot autowire service ".service_locator.GurBfpf": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.');
  4649.     }
  4650.     /**
  4651.      * Gets the private '.errored..service_locator.O1VEkG5.DW\GingerBundle\Import\Entity\FileImport' shared service.
  4652.      *
  4653.      * @return \DW\GingerBundle\Import\Entity\FileImport
  4654.      */
  4655.     protected function getFileImport3Service()
  4656.     {
  4657.         $this->throw('Cannot autowire service ".service_locator.O1VEkG5": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.');
  4658.     }
  4659.     /**
  4660.      * Gets the private '.errored..service_locator.kVMCplX.DW\GingerBundle\Import\Entity\FileImport' shared service.
  4661.      *
  4662.      * @return \DW\GingerBundle\Import\Entity\FileImport
  4663.      */
  4664.     protected function getFileImport4Service()
  4665.     {
  4666.         $this->throw('Cannot autowire service ".service_locator.kVMCplX": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.');
  4667.     }
  4668.     /**
  4669.      * Gets the private '.errored..service_locator.o0yGbpB.DW\GingerBundle\Import\Entity\FileImport' shared service.
  4670.      *
  4671.      * @return \DW\GingerBundle\Import\Entity\FileImport
  4672.      */
  4673.     protected function getFileImport5Service()
  4674.     {
  4675.         $this->throw('Cannot autowire service ".service_locator.o0yGbpB": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.');
  4676.     }
  4677.     /**
  4678.      * Gets the private '.errored..service_locator.u9oaRIv.DW\GingerBundle\ApiPlatform\Resource\PeopleTags' shared service.
  4679.      *
  4680.      * @return \DW\GingerBundle\ApiPlatform\Resource\PeopleTags
  4681.      */
  4682.     protected function getPeopleTagsService()
  4683.     {
  4684.         $this->throw('Cannot autowire service ".service_locator.u9oaRIv": it references class "DW\\GingerBundle\\ApiPlatform\\Resource\\PeopleTags" but no such service exists.');
  4685.     }
  4686.     /**
  4687.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  4688.      *
  4689.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  4690.      */
  4691.     protected function getLoaderInterfaceService()
  4692.     {
  4693.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader".');
  4694.     }
  4695.     /**
  4696.      * Gets the private '.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy' shared service.
  4697.      *
  4698.      * @return \Symfony\Component\Console\Command\LazyCommand
  4699.      */
  4700.     protected function get_HautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommand_LazyService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4704.         return $this->privates['.hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('hautelook:fixtures:load', [], 'Load data fixtures to your database.'false, function (): \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand {
  4705.             return ($this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] ?? $this->getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService());
  4706.         });
  4707.     }
  4708.     /**
  4709.      * Gets the private '.messenger.handler_descriptor.2meLcUv' shared service.
  4710.      *
  4711.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4712.      */
  4713.     protected function get_Messenger_HandlerDescriptor_2meLcUvService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Messenger/Handler/ConsoleCommandHandler.php';
  4718.         return $this->privates['.messenger.handler_descriptor.2meLcUv'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['DW\\GingerBundle\\Messenger\\Handler\\ConsoleCommandHandler'] ?? ($this->services['DW\\GingerBundle\\Messenger\\Handler\\ConsoleCommandHandler'] = new \DW\GingerBundle\Messenger\Handler\ConsoleCommandHandler(($this->services['kernel'] ?? $this->get('kernel'1))))), []);
  4719.     }
  4720.     /**
  4721.      * Gets the private '.messenger.handler_descriptor.Dqwl1U1' shared service.
  4722.      *
  4723.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4724.      */
  4725.     protected function get_Messenger_HandlerDescriptor_Dqwl1U1Service()
  4726.     {
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4728.         return $this->privates['.messenger.handler_descriptor.Dqwl1U1'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\ReportResultGenerator'] ?? $this->getReportResultGeneratorService()), []);
  4729.     }
  4730.     /**
  4731.      * Gets the private '.messenger.handler_descriptor.ImZt6AK' shared service.
  4732.      *
  4733.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4734.      */
  4735.     protected function get_Messenger_HandlerDescriptor_ImZt6AKService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4738.         $a = ($this->services['DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'] ?? $this->getBatchTogglePeopleTagsHandlerService());
  4739.         if (isset($this->privates['.messenger.handler_descriptor.ImZt6AK'])) {
  4740.             return $this->privates['.messenger.handler_descriptor.ImZt6AK'];
  4741.         }
  4742.         return $this->privates['.messenger.handler_descriptor.ImZt6AK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  4743.     }
  4744.     /**
  4745.      * Gets the private '.messenger.handler_descriptor.J4d1Qa4' shared service.
  4746.      *
  4747.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4748.      */
  4749.     protected function get_Messenger_HandlerDescriptor_J4d1Qa4Service()
  4750.     {
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4752.         $a = ($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'] ?? $this->getLaunchFileImportHandlerService());
  4753.         if (isset($this->privates['.messenger.handler_descriptor.J4d1Qa4'])) {
  4754.             return $this->privates['.messenger.handler_descriptor.J4d1Qa4'];
  4755.         }
  4756.         return $this->privates['.messenger.handler_descriptor.J4d1Qa4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  4757.     }
  4758.     /**
  4759.      * Gets the private '.messenger.handler_descriptor.bRwgTM3' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4762.      */
  4763.     protected function get_Messenger_HandlerDescriptor_BRwgTM3Service()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4766.         $a = ($this->services['DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'] ?? $this->getBatchImportPersonsHandlerService());
  4767.         if (isset($this->privates['.messenger.handler_descriptor.bRwgTM3'])) {
  4768.             return $this->privates['.messenger.handler_descriptor.bRwgTM3'];
  4769.         }
  4770.         return $this->privates['.messenger.handler_descriptor.bRwgTM3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  4771.     }
  4772.     /**
  4773.      * Gets the private '.messenger.handler_descriptor.krGzE_3' shared service.
  4774.      *
  4775.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4776.      */
  4777.     protected function get_Messenger_HandlerDescriptor_KrGzE3Service()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4780.         $a = ($this->services['DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'] ?? $this->getFileImportStatusManagerService());
  4781.         if (isset($this->privates['.messenger.handler_descriptor.krGzE_3'])) {
  4782.             return $this->privates['.messenger.handler_descriptor.krGzE_3'];
  4783.         }
  4784.         return $this->privates['.messenger.handler_descriptor.krGzE_3'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  4785.     }
  4786.     /**
  4787.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  4788.      *
  4789.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4790.      */
  4791.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  4792.     {
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  4795.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  4796.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  4797.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  4798.         }
  4799.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  4800.     }
  4801.     /**
  4802.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  4803.      *
  4804.      * @return \Symfony\Component\Console\Command\LazyCommand
  4805.      */
  4806.     protected function get_Monolog_Command_ServerLog_LazyService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4810.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  4811.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  4812.         });
  4813.     }
  4814.     /**
  4815.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  4816.      *
  4817.      * @return \Symfony\Component\Console\Command\LazyCommand
  4818.      */
  4819.     protected function get_Security_Command_DebugFirewall_LazyService()
  4820.     {
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4823.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  4824.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  4825.         });
  4826.     }
  4827.     /**
  4828.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  4829.      *
  4830.      * @return \Symfony\Component\Console\Command\LazyCommand
  4831.      */
  4832.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4836.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  4837.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  4838.         });
  4839.     }
  4840.     /**
  4841.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  4842.      *
  4843.      * @return \Symfony\Component\Console\Command\LazyCommand
  4844.      */
  4845.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4846.     {
  4847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4849.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  4850.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4851.         });
  4852.     }
  4853.     /**
  4854.      * Gets the private '.service_locator.6E9xidT' shared service.
  4855.      *
  4856.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4857.      */
  4858.     protected function get_ServiceLocator_6E9xidTService()
  4859.     {
  4860.         return $this->privates['.service_locator.6E9xidT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4861.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  4862.         ], [
  4863.             'mailer' => '?',
  4864.         ]);
  4865.     }
  4866.     /**
  4867.      * Gets the private '.service_locator.6idVSME' shared service.
  4868.      *
  4869.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4870.      */
  4871.     protected function get_ServiceLocator_6idVSMEService()
  4872.     {
  4873.         return $this->privates['.service_locator.6idVSME'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4874.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4875.             'fileImport' => ['privates''.errored..service_locator.6idVSME.DW\\GingerBundle\\Import\\Entity\\FileImport'NULL'Cannot autowire service ".service_locator.6idVSME": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.'],
  4876.             'fileManager' => ['services''DW\\GingerBundle\\Import\\Storage\\FileManager''getFileManagerService'false],
  4877.         ], [
  4878.             'entityManager' => '?',
  4879.             'fileImport' => 'DW\\GingerBundle\\Import\\Entity\\FileImport',
  4880.             'fileManager' => 'DW\\GingerBundle\\Import\\Storage\\FileManager',
  4881.         ]);
  4882.     }
  4883.     /**
  4884.      * Gets the private '.service_locator.GurBfpf' shared service.
  4885.      *
  4886.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4887.      */
  4888.     protected function get_ServiceLocator_GurBfpfService()
  4889.     {
  4890.         return $this->privates['.service_locator.GurBfpf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4891.             'annotationReader' => ['services''DW\\GingerBundle\\Import\\Annotation\\PersonReader''getPersonReaderService'false],
  4892.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4893.             'extractor' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor''getExtractorService'false],
  4894.             'fileImport' => ['privates''.errored..service_locator.GurBfpf.DW\\GingerBundle\\Import\\Entity\\FileImport'NULL'Cannot autowire service ".service_locator.GurBfpf": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.'],
  4895.             'importsStorage' => ['privates''imports.storage''getImports_StorageService'false],
  4896.             'matcherChain' => ['services''DW\\GingerBundle\\Import\\Matcher\\PersonMatcherChain''getPersonMatcherChainService'false],
  4897.             'personManager' => ['services''dw_ginger.person_manager''getDwGinger_PersonManagerService'false],
  4898.             'personSerializer' => ['services''DW\\GingerBundle\\Import\\Serializer\\PersonSerializer''getPersonSerializerService'false],
  4899.             'translator' => ['services''translator''getTranslatorService'false],
  4900.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4901.         ], [
  4902.             'annotationReader' => 'DW\\GingerBundle\\Import\\Annotation\\PersonReader',
  4903.             'entityManager' => '?',
  4904.             'extractor' => 'DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor',
  4905.             'fileImport' => 'DW\\GingerBundle\\Import\\Entity\\FileImport',
  4906.             'importsStorage' => '?',
  4907.             'matcherChain' => 'DW\\GingerBundle\\Import\\Matcher\\PersonMatcherChain',
  4908.             'personManager' => '?',
  4909.             'personSerializer' => 'DW\\GingerBundle\\Import\\Serializer\\PersonSerializer',
  4910.             'translator' => '?',
  4911.             'validator' => '?',
  4912.         ]);
  4913.     }
  4914.     /**
  4915.      * Gets the private '.service_locator.O1VEkG5' shared service.
  4916.      *
  4917.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4918.      */
  4919.     protected function get_ServiceLocator_O1VEkG5Service()
  4920.     {
  4921.         return $this->privates['.service_locator.O1VEkG5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4922.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  4923.             'fileImport' => ['privates''.errored..service_locator.O1VEkG5.DW\\GingerBundle\\Import\\Entity\\FileImport'NULL'Cannot autowire service ".service_locator.O1VEkG5": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.'],
  4924.         ], [
  4925.             'entityManager' => '?',
  4926.             'fileImport' => 'DW\\GingerBundle\\Import\\Entity\\FileImport',
  4927.         ]);
  4928.     }
  4929.     /**
  4930.      * Gets the private '.service_locator.OzEewHY' shared service.
  4931.      *
  4932.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4933.      */
  4934.     protected function get_ServiceLocator_OzEewHYService()
  4935.     {
  4936.         return $this->privates['.service_locator.OzEewHY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4937.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController::__invoke' => ['privates''.service_locator.u9oaRIv''get_ServiceLocator_U9oaRIvService'false],
  4938.             'DW\\GingerBundle\\Controller\\ResetPasswordController::request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  4939.             'DW\\GingerBundle\\Controller\\ResetPasswordController::reset' => ['privates''.service_locator.rDMu6Zd''get_ServiceLocator_RDMu6ZdService'false],
  4940.             'DW\\GingerBundle\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4941.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::delete' => ['privates''.service_locator.6idVSME''get_ServiceLocator_6idVSMEService'false],
  4942.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::download' => ['privates''.service_locator.kVMCplX''get_ServiceLocator_KVMCplXService'false],
  4943.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::edit' => ['privates''.service_locator.O1VEkG5''get_ServiceLocator_O1VEkG5Service'false],
  4944.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::index' => ['privates''.service_locator.oTWk6pU''get_ServiceLocator_OTWk6pUService'false],
  4945.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::launch' => ['privates''.service_locator.o0yGbpB''get_ServiceLocator_O0yGbpBService'false],
  4946.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::new' => ['privates''.service_locator.lR3uwMO''get_ServiceLocator_LR3uwMOService'false],
  4947.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::preview' => ['privates''.service_locator.GurBfpf''get_ServiceLocator_GurBfpfService'false],
  4948.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::reportDownloadAuthenticated' => ['privates''.service_locator.kVMCplX''get_ServiceLocator_KVMCplXService'false],
  4949.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::template' => ['privates''.service_locator.t7D.JSf''get_ServiceLocator_T7D_JSfService'false],
  4950.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4951.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4952.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController:__invoke' => ['privates''.service_locator.u9oaRIv''get_ServiceLocator_U9oaRIvService'false],
  4953.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController' => ['privates''.service_locator.u9oaRIv''get_ServiceLocator_U9oaRIvService'false],
  4954.             'DW\\GingerBundle\\Controller\\ResetPasswordController:request' => ['privates''.service_locator.6E9xidT''get_ServiceLocator_6E9xidTService'false],
  4955.             'DW\\GingerBundle\\Controller\\ResetPasswordController:reset' => ['privates''.service_locator.rDMu6Zd''get_ServiceLocator_RDMu6ZdService'false],
  4956.             'DW\\GingerBundle\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4957.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:delete' => ['privates''.service_locator.6idVSME''get_ServiceLocator_6idVSMEService'false],
  4958.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:download' => ['privates''.service_locator.kVMCplX''get_ServiceLocator_KVMCplXService'false],
  4959.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:edit' => ['privates''.service_locator.O1VEkG5''get_ServiceLocator_O1VEkG5Service'false],
  4960.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:index' => ['privates''.service_locator.oTWk6pU''get_ServiceLocator_OTWk6pUService'false],
  4961.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:launch' => ['privates''.service_locator.o0yGbpB''get_ServiceLocator_O0yGbpBService'false],
  4962.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:new' => ['privates''.service_locator.lR3uwMO''get_ServiceLocator_LR3uwMOService'false],
  4963.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:preview' => ['privates''.service_locator.GurBfpf''get_ServiceLocator_GurBfpfService'false],
  4964.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:reportDownloadAuthenticated' => ['privates''.service_locator.kVMCplX''get_ServiceLocator_KVMCplXService'false],
  4965.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:template' => ['privates''.service_locator.t7D.JSf''get_ServiceLocator_T7D_JSfService'false],
  4966.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4967.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4968.         ], [
  4969.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController::__invoke' => '?',
  4970.             'DW\\GingerBundle\\Controller\\ResetPasswordController::request' => '?',
  4971.             'DW\\GingerBundle\\Controller\\ResetPasswordController::reset' => '?',
  4972.             'DW\\GingerBundle\\Controller\\SecurityController::login' => '?',
  4973.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::delete' => '?',
  4974.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::download' => '?',
  4975.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::edit' => '?',
  4976.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::index' => '?',
  4977.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::launch' => '?',
  4978.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::new' => '?',
  4979.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::preview' => '?',
  4980.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::reportDownloadAuthenticated' => '?',
  4981.             'DW\\GingerBundle\\Import\\Controller\\FileImportController::template' => '?',
  4982.             'kernel::loadRoutes' => '?',
  4983.             'kernel::registerContainerConfiguration' => '?',
  4984.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController:__invoke' => '?',
  4985.             'DW\\GingerBundle\\ApiPlatform\\Controller\\PeopleTagsController' => '?',
  4986.             'DW\\GingerBundle\\Controller\\ResetPasswordController:request' => '?',
  4987.             'DW\\GingerBundle\\Controller\\ResetPasswordController:reset' => '?',
  4988.             'DW\\GingerBundle\\Controller\\SecurityController:login' => '?',
  4989.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:delete' => '?',
  4990.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:download' => '?',
  4991.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:edit' => '?',
  4992.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:index' => '?',
  4993.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:launch' => '?',
  4994.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:new' => '?',
  4995.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:preview' => '?',
  4996.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:reportDownloadAuthenticated' => '?',
  4997.             'DW\\GingerBundle\\Import\\Controller\\FileImportController:template' => '?',
  4998.             'kernel:loadRoutes' => '?',
  4999.             'kernel:registerContainerConfiguration' => '?',
  5000.         ]);
  5001.     }
  5002.     /**
  5003.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  5004.      *
  5005.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5006.      */
  5007.     protected function get_ServiceLocator_Y4J_A_EService()
  5008.     {
  5009.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5010.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5011.         ], [
  5012.             'failed' => '?',
  5013.         ]);
  5014.     }
  5015.     /**
  5016.      * Gets the private '.service_locator.kVMCplX' shared service.
  5017.      *
  5018.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5019.      */
  5020.     protected function get_ServiceLocator_KVMCplXService()
  5021.     {
  5022.         return $this->privates['.service_locator.kVMCplX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5023.             'fileImport' => ['privates''.errored..service_locator.kVMCplX.DW\\GingerBundle\\Import\\Entity\\FileImport'NULL'Cannot autowire service ".service_locator.kVMCplX": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.'],
  5024.             'importsStorage' => ['privates''imports.storage''getImports_StorageService'false],
  5025.         ], [
  5026.             'fileImport' => 'DW\\GingerBundle\\Import\\Entity\\FileImport',
  5027.             'importsStorage' => '?',
  5028.         ]);
  5029.     }
  5030.     /**
  5031.      * Gets the private '.service_locator.lR3uwMO' shared service.
  5032.      *
  5033.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5034.      */
  5035.     protected function get_ServiceLocator_LR3uwMOService()
  5036.     {
  5037.         return $this->privates['.service_locator.lR3uwMO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5038.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5039.             'extractor' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor''getExtractorService'false],
  5040.             'fileManager' => ['services''DW\\GingerBundle\\Import\\Storage\\FileManager''getFileManagerService'false],
  5041.         ], [
  5042.             'entityManager' => '?',
  5043.             'extractor' => 'DW\\GingerBundle\\Import\\Xlsx\\Util\\Extractor',
  5044.             'fileManager' => 'DW\\GingerBundle\\Import\\Storage\\FileManager',
  5045.         ]);
  5046.     }
  5047.     /**
  5048.      * Gets the private '.service_locator.mx0UMmY' shared service.
  5049.      *
  5050.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5051.      */
  5052.     protected function get_ServiceLocator_Mx0UMmYService()
  5053.     {
  5054.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5055.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  5056.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  5057.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  5058.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5059.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5060.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  5061.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5062.             'router' => ['services''router''getRouterService'false],
  5063.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  5064.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  5065.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  5066.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  5067.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  5068.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  5069.         ], [
  5070.             'doctrine' => '?',
  5071.             'form.factory' => '?',
  5072.             'http_kernel' => '?',
  5073.             'message_bus' => '?',
  5074.             'messenger.default_bus' => '?',
  5075.             'parameter_bag' => '?',
  5076.             'request_stack' => '?',
  5077.             'router' => '?',
  5078.             'security.authorization_checker' => '?',
  5079.             'security.csrf.token_manager' => '?',
  5080.             'security.token_storage' => '?',
  5081.             'serializer' => '?',
  5082.             'session' => '.session.deprecated',
  5083.             'twig' => '?',
  5084.         ]);
  5085.     }
  5086.     /**
  5087.      * Gets the private '.service_locator.o0yGbpB' shared service.
  5088.      *
  5089.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5090.      */
  5091.     protected function get_ServiceLocator_O0yGbpBService()
  5092.     {
  5093.         return $this->privates['.service_locator.o0yGbpB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5094.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  5095.             'fileImport' => ['privates''.errored..service_locator.o0yGbpB.DW\\GingerBundle\\Import\\Entity\\FileImport'NULL'Cannot autowire service ".service_locator.o0yGbpB": it references class "DW\\GingerBundle\\Import\\Entity\\FileImport" but no such service exists.'],
  5096.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5097.         ], [
  5098.             'entityManager' => '?',
  5099.             'fileImport' => 'DW\\GingerBundle\\Import\\Entity\\FileImport',
  5100.             'messageBus' => '?',
  5101.         ]);
  5102.     }
  5103.     /**
  5104.      * Gets the private '.service_locator.oTWk6pU' shared service.
  5105.      *
  5106.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5107.      */
  5108.     protected function get_ServiceLocator_OTWk6pUService()
  5109.     {
  5110.         return $this->privates['.service_locator.oTWk6pU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5111.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  5112.             'repository' => ['services''DW\\GingerBundle\\Import\\Repository\\FileImportRepository''getFileImportRepositoryService'false],
  5113.         ], [
  5114.             'paginator' => '?',
  5115.             'repository' => 'DW\\GingerBundle\\Import\\Repository\\FileImportRepository',
  5116.         ]);
  5117.     }
  5118.     /**
  5119.      * Gets the private '.service_locator.rDMu6Zd' shared service.
  5120.      *
  5121.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5122.      */
  5123.     protected function get_ServiceLocator_RDMu6ZdService()
  5124.     {
  5125.         return $this->privates['.service_locator.rDMu6Zd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5126.             'passwordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  5127.         ], [
  5128.             'passwordHasher' => '?',
  5129.         ]);
  5130.     }
  5131.     /**
  5132.      * Gets the private '.service_locator.t7D.JSf' shared service.
  5133.      *
  5134.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5135.      */
  5136.     protected function get_ServiceLocator_T7D_JSfService()
  5137.     {
  5138.         return $this->privates['.service_locator.t7D.JSf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5139.             'context' => ['services''DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext''getPersonContextService'false],
  5140.             'personSerializer' => ['services''DW\\GingerBundle\\Import\\Serializer\\PersonSerializer''getPersonSerializerService'false],
  5141.             'translator' => ['services''translator''getTranslatorService'false],
  5142.         ], [
  5143.             'context' => 'DW\\GingerBundle\\Import\\Serializer\\Context\\PersonContext',
  5144.             'personSerializer' => 'DW\\GingerBundle\\Import\\Serializer\\PersonSerializer',
  5145.             'translator' => '?',
  5146.         ]);
  5147.     }
  5148.     /**
  5149.      * Gets the private '.service_locator.u9oaRIv' shared service.
  5150.      *
  5151.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5152.      */
  5153.     protected function get_ServiceLocator_U9oaRIvService()
  5154.     {
  5155.         return $this->privates['.service_locator.u9oaRIv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5156.             'data' => ['privates''.errored..service_locator.u9oaRIv.DW\\GingerBundle\\ApiPlatform\\Resource\\PeopleTags'NULL'Cannot autowire service ".service_locator.u9oaRIv": it references class "DW\\GingerBundle\\ApiPlatform\\Resource\\PeopleTags" but no such service exists.'],
  5157.             'messageBus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  5158.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  5159.         ], [
  5160.             'data' => 'DW\\GingerBundle\\ApiPlatform\\Resource\\PeopleTags',
  5161.             'messageBus' => '?',
  5162.             'security' => '?',
  5163.         ]);
  5164.     }
  5165.     /**
  5166.      * Gets the private '.service_locator.vPFPA0Q' shared service.
  5167.      *
  5168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5169.      */
  5170.     protected function get_ServiceLocator_VPFPA0QService()
  5171.     {
  5172.         return $this->privates['.service_locator.vPFPA0Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5173.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  5174.             'async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  5175.             'async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  5176.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5177.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  5178.             'messenger.transport.async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  5179.             'messenger.transport.async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  5180.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  5181.         ], [
  5182.             'async' => '?',
  5183.             'async_priority_high' => '?',
  5184.             'async_priority_low' => '?',
  5185.             'failed' => '?',
  5186.             'messenger.transport.async' => '?',
  5187.             'messenger.transport.async_priority_high' => '?',
  5188.             'messenger.transport.async_priority_low' => '?',
  5189.             'messenger.transport.failed' => '?',
  5190.         ]);
  5191.     }
  5192.     /**
  5193.      * Gets the private '.service_locator.xUrKPVU' shared service.
  5194.      *
  5195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5196.      */
  5197.     protected function get_ServiceLocator_XUrKPVUService()
  5198.     {
  5199.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5200.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader".'],
  5201.         ], [
  5202.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5203.         ]);
  5204.     }
  5205.     /**
  5206.      * Gets the private '.service_locator.xpiHtM0' shared service.
  5207.      *
  5208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5209.      */
  5210.     protected function get_ServiceLocator_XpiHtM0Service()
  5211.     {
  5212.         return $this->privates['.service_locator.xpiHtM0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5213.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  5214.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  5215.             'security.event_dispatcher.apiv2' => ['privates''security.event_dispatcher.apiv2''getSecurity_EventDispatcher_Apiv2Service'false],
  5216.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  5217.         ], [
  5218.             'event_dispatcher' => '?',
  5219.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5220.             'security.event_dispatcher.apiv2' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5221.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  5222.         ]);
  5223.     }
  5224.     /**
  5225.      * Gets the private '.service_locator.xq2QRKB' shared service.
  5226.      *
  5227.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5228.      */
  5229.     protected function get_ServiceLocator_Xq2QRKBService()
  5230.     {
  5231.         return $this->privates['.service_locator.xq2QRKB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5232.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5233.             'security.firewall.map.context.apiv2' => ['privates''security.firewall.map.context.apiv2''getSecurity_Firewall_Map_Context_Apiv2Service'false],
  5234.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5235.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5236.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  5237.         ], [
  5238.             'security.firewall.map.context.api' => '?',
  5239.             'security.firewall.map.context.apiv2' => '?',
  5240.             'security.firewall.map.context.dev' => '?',
  5241.             'security.firewall.map.context.main' => '?',
  5242.             'security.firewall.map.context.oauth_token' => '?',
  5243.         ]);
  5244.     }
  5245.     /**
  5246.      * Gets the private '.service_locator.zFcJjKU' shared service.
  5247.      *
  5248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5249.      */
  5250.     protected function get_ServiceLocator_ZFcJjKUService()
  5251.     {
  5252.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5253.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  5254.         ], [
  5255.             'authenticationUtils' => '?',
  5256.         ]);
  5257.     }
  5258.     /**
  5259.      * Gets the private '.session.deprecated' shared service.
  5260.      *
  5261.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  5262.      */
  5263.     protected function get_Session_DeprecatedService()
  5264.     {
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  5267.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  5268.     }
  5269.     /**
  5270.      * Gets the private '.twig.command.debug.lazy' shared service.
  5271.      *
  5272.      * @return \Symfony\Component\Console\Command\LazyCommand
  5273.      */
  5274.     protected function get_Twig_Command_Debug_LazyService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5278.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  5279.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  5280.         });
  5281.     }
  5282.     /**
  5283.      * Gets the private '.twig.command.lint.lazy' shared service.
  5284.      *
  5285.      * @return \Symfony\Component\Console\Command\LazyCommand
  5286.      */
  5287.     protected function get_Twig_Command_Lint_LazyService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5291.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  5292.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  5293.         });
  5294.     }
  5295.     /**
  5296.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  5297.      *
  5298.      * @return \Symfony\Component\Console\Command\LazyCommand
  5299.      */
  5300.     protected function get_VarDumper_Command_ServerDump_LazyService()
  5301.     {
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5304.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  5305.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  5306.         });
  5307.     }
  5308.     /**
  5309.      * Gets the private 'App\Command\AppTestCommand' shared autowired service.
  5310.      *
  5311.      * @return \App\Command\AppTestCommand
  5312.      */
  5313.     protected function getAppTestCommandService()
  5314.     {
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5316.         include_once \dirname(__DIR__4).'/src/Command/AppTestCommand.php';
  5317.         $this->privates['App\\Command\\AppTestCommand'] = $instance = new \App\Command\AppTestCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5318.         $instance->setName('app:test');
  5319.         return $instance;
  5320.     }
  5321.     /**
  5322.      * Gets the private 'App\Command\Dev\CreateDummyAttributesCommand' shared autowired service.
  5323.      *
  5324.      * @return \App\Command\Dev\CreateDummyAttributesCommand
  5325.      */
  5326.     protected function getCreateDummyAttributesCommandService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5329.         include_once \dirname(__DIR__4).'/src/Command/Dev/CreateDummyAttributesCommand.php';
  5330.         $this->privates['App\\Command\\Dev\\CreateDummyAttributesCommand'] = $instance = new \App\Command\Dev\CreateDummyAttributesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5331.         $instance->setName('app:dev:create-dummy-attributes');
  5332.         return $instance;
  5333.     }
  5334.     /**
  5335.      * Gets the private 'App\Command\MigrateUserCommand' shared autowired service.
  5336.      *
  5337.      * @return \App\Command\MigrateUserCommand
  5338.      */
  5339.     protected function getMigrateUserCommandService()
  5340.     {
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5342.         include_once \dirname(__DIR__4).'/src/Command/MigrateUserCommand.php';
  5343.         $this->privates['App\\Command\\MigrateUserCommand'] = $instance = new \App\Command\MigrateUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5344.         $instance->setName('app:migrate:user');
  5345.         return $instance;
  5346.     }
  5347.     /**
  5348.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  5349.      *
  5350.      * @return \App\Repository\ContactRepository
  5351.      */
  5352.     protected function getContactRepositoryService()
  5353.     {
  5354.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5360.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  5361.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5362.     }
  5363.     /**
  5364.      * Gets the private 'App\Repository\GroupRepository' shared autowired service.
  5365.      *
  5366.      * @return \App\Repository\GroupRepository
  5367.      */
  5368.     protected function getGroupRepositoryService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5376.         include_once \dirname(__DIR__4).'/src/Repository/GroupRepository.php';
  5377.         return $this->privates['App\\Repository\\GroupRepository'] = new \App\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'DW\GingerBundle\ApiPlatform\Core\IriConverter' shared autowired service.
  5381.      *
  5382.      * @return \DW\GingerBundle\ApiPlatform\Core\IriConverter
  5383.      */
  5384.     protected function getIriConverterService()
  5385.     {
  5386.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  5387.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'])) {
  5388.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'];
  5389.         }
  5390.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  5391.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'])) {
  5392.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'];
  5393.         }
  5394.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  5395.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'])) {
  5396.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'];
  5397.         }
  5398.         $d = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5399.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] = new \DW\GingerBundle\ApiPlatform\Core\IriConverter(new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter($a$b, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($d)), $d, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $c, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())));
  5400.     }
  5401.     /**
  5402.      * Gets the private 'DW\GingerBundle\ApiPlatform\DataProvider\AppItemDataProvider' shared autowired service.
  5403.      *
  5404.      * @return \DW\GingerBundle\ApiPlatform\DataProvider\AppItemDataProvider
  5405.      */
  5406.     protected function getAppItemDataProviderService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/DataProvider/AppItemDataProvider.php';
  5410.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\DataProvider\\AppItemDataProvider'] = new \DW\GingerBundle\ApiPlatform\DataProvider\AppItemDataProvider(($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()));
  5411.     }
  5412.     /**
  5413.      * Gets the private 'DW\GingerBundle\ApiPlatform\Doctrine\Extension\PersonsByUserGroupsExtension' shared autowired service.
  5414.      *
  5415.      * @return \DW\GingerBundle\ApiPlatform\Doctrine\Extension\PersonsByUserGroupsExtension
  5416.      */
  5417.     protected function getPersonsByUserGroupsExtensionService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Doctrine/Extension/FilterByUserGroupsExtension.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Doctrine/Extension/PersonsByUserGroupsExtension.php';
  5422.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5423.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\PersonsByUserGroupsExtension'])) {
  5424.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\PersonsByUserGroupsExtension'];
  5425.         }
  5426.         $this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\PersonsByUserGroupsExtension'] = $instance = new \DW\GingerBundle\ApiPlatform\Doctrine\Extension\PersonsByUserGroupsExtension($a);
  5427.         $instance->setObjectManager(($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()));
  5428.         $instance->setFilter(($this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'] ?? $this->getDwGinger_Search_Doctrine_Filter_PersonsByUserGroupsService()));
  5429.         return $instance;
  5430.     }
  5431.     /**
  5432.      * Gets the private 'DW\GingerBundle\ApiPlatform\Doctrine\Extension\TagsByUserGroupsExtension' shared autowired service.
  5433.      *
  5434.      * @return \DW\GingerBundle\ApiPlatform\Doctrine\Extension\TagsByUserGroupsExtension
  5435.      */
  5436.     protected function getTagsByUserGroupsExtensionService()
  5437.     {
  5438.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Doctrine/Extension/FilterByUserGroupsExtension.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Doctrine/Extension/TagsByUserGroupsExtension.php';
  5441.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5442.         if (isset($this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\TagsByUserGroupsExtension'])) {
  5443.             return $this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\TagsByUserGroupsExtension'];
  5444.         }
  5445.         $this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\TagsByUserGroupsExtension'] = $instance = new \DW\GingerBundle\ApiPlatform\Doctrine\Extension\TagsByUserGroupsExtension($a);
  5446.         $instance->setObjectManager(($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()));
  5447.         $instance->setFilter(($this->privates['dw_ginger.search.doctrine.tags_by_user_groups'] ?? $this->getDwGinger_Search_Doctrine_TagsByUserGroupsService()));
  5448.         return $instance;
  5449.     }
  5450.     /**
  5451.      * Gets the private 'DW\GingerBundle\ApiPlatform\GraphQL\Resolver\AppResolver' shared autowired service.
  5452.      *
  5453.      * @return \DW\GingerBundle\ApiPlatform\GraphQL\Resolver\AppResolver
  5454.      */
  5455.     protected function getAppResolverService()
  5456.     {
  5457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/GraphQL/Resolver/AppResolver.php';
  5459.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\AppResolver'] = new \DW\GingerBundle\ApiPlatform\GraphQL\Resolver\AppResolver(($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()));
  5460.     }
  5461.     /**
  5462.      * Gets the private 'DW\GingerBundle\ApiPlatform\GraphQL\Resolver\Mutation\PeopleTagsResolver' shared autowired service.
  5463.      *
  5464.      * @return \DW\GingerBundle\ApiPlatform\GraphQL\Resolver\Mutation\PeopleTagsResolver
  5465.      */
  5466.     protected function getPeopleTagsResolverService()
  5467.     {
  5468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/GraphQL/Resolver/Mutation/PeopleTagsResolver.php';
  5470.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\PeopleTagsResolver'] = new \DW\GingerBundle\ApiPlatform\GraphQL\Resolver\Mutation\PeopleTagsResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  5471.     }
  5472.     /**
  5473.      * Gets the private 'DW\GingerBundle\ApiPlatform\GraphQL\Resolver\Mutation\UpdatePersonTagsResolver' shared autowired service.
  5474.      *
  5475.      * @return \DW\GingerBundle\ApiPlatform\GraphQL\Resolver\Mutation\UpdatePersonTagsResolver
  5476.      */
  5477.     protected function getUpdatePersonTagsResolverService()
  5478.     {
  5479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/GraphQL/Resolver/Mutation/UpdatePersonTagsResolver.php';
  5481.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\UpdatePersonTagsResolver'] = new \DW\GingerBundle\ApiPlatform\GraphQL\Resolver\Mutation\UpdatePersonTagsResolver(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'DW\GingerBundle\ApiPlatform\GraphQL\Type\AppType' shared autowired service.
  5485.      *
  5486.      * @return \DW\GingerBundle\ApiPlatform\GraphQL\Type\AppType
  5487.      */
  5488.     protected function getAppTypeService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/HasFieldsType.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/TypeWithFields.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/CompositeType.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ImplementingType.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ObjectType.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/GraphQL/Type/AppType.php';
  5501.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\GraphQL\\Type\\AppType'] = new \DW\GingerBundle\ApiPlatform\GraphQL\Type\AppType();
  5502.     }
  5503.     /**
  5504.      * Gets the private 'DW\GingerBundle\ApiPlatform\OpenApi\OpenApiFactory' shared autowired service.
  5505.      *
  5506.      * @return \DW\GingerBundle\ApiPlatform\OpenApi\OpenApiFactory
  5507.      */
  5508.     protected function getOpenApiFactoryService()
  5509.     {
  5510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  5511.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/OpenApi/OpenApiFactory.php';
  5512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactory.php';
  5513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/PaginationOptions.php';
  5514.         return $this->privates['DW\\GingerBundle\\ApiPlatform\\OpenApi\\OpenApiFactory'] = new \DW\GingerBundle\ApiPlatform\OpenApi\OpenApiFactory(new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Core\DataProvider\PaginationOptions(true'page'false'itemsPerPage'false'pagination')));
  5515.     }
  5516.     /**
  5517.      * Gets the private 'DW\GingerBundle\EventSubscriber\AdminLogEventSubscriber' shared service.
  5518.      *
  5519.      * @return \DW\GingerBundle\EventSubscriber\AdminLogEventSubscriber
  5520.      */
  5521.     protected function getAdminLogEventSubscriberService()
  5522.     {
  5523.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/AdminLogEventSubscriber.php';
  5524.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5525.         if (isset($this->privates['DW\\GingerBundle\\EventSubscriber\\AdminLogEventSubscriber'])) {
  5526.             return $this->privates['DW\\GingerBundle\\EventSubscriber\\AdminLogEventSubscriber'];
  5527.         }
  5528.         return $this->privates['DW\\GingerBundle\\EventSubscriber\\AdminLogEventSubscriber'] = new \DW\GingerBundle\EventSubscriber\AdminLogEventSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  5529.     }
  5530.     /**
  5531.      * Gets the private 'DW\GingerBundle\EventSubscriber\Doctrine\AddressFlushListener' shared service.
  5532.      *
  5533.      * @return \DW\GingerBundle\EventSubscriber\Doctrine\AddressFlushListener
  5534.      */
  5535.     protected function getAddressFlushListenerService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/Doctrine/AddressFlushListener.php';
  5538.         $a = ($this->services['dw_ginger.geolocator'] ?? $this->getDwGinger_GeolocatorService());
  5539.         if (isset($this->privates['DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener'])) {
  5540.             return $this->privates['DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener'];
  5541.         }
  5542.         $b = ($this->privates['dw_ginger.admin_log_manager'] ?? $this->getDwGinger_AdminLogManagerService());
  5543.         if (isset($this->privates['DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener'])) {
  5544.             return $this->privates['DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener'];
  5545.         }
  5546.         return $this->privates['DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener'] = new \DW\GingerBundle\EventSubscriber\Doctrine\AddressFlushListener($a, ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), $b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5547.     }
  5548.     /**
  5549.      * Gets the private 'DW\GingerBundle\EventSubscriber\Doctrine\PersonSubscriber' shared autowired service.
  5550.      *
  5551.      * @return \DW\GingerBundle\EventSubscriber\Doctrine\PersonSubscriber
  5552.      */
  5553.     protected function getPersonSubscriberService()
  5554.     {
  5555.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/Doctrine/PersonSubscriber.php';
  5556.         return $this->privates['DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber'] = new \DW\GingerBundle\EventSubscriber\Doctrine\PersonSubscriber(($this->privates['dw_ginger.admin_log_manager'] ?? $this->getDwGinger_AdminLogManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5557.     }
  5558.     /**
  5559.      * Gets the private 'DW\GingerBundle\EventSubscriber\Serializer\TagSerializerSubscriber' shared autowired service.
  5560.      *
  5561.      * @return \DW\GingerBundle\EventSubscriber\Serializer\TagSerializerSubscriber
  5562.      */
  5563.     protected function getTagSerializerSubscriberService()
  5564.     {
  5565.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/Serializer/TagSerializerSubscriber.php';
  5567.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5568.         if (isset($this->privates['DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber'])) {
  5569.             return $this->privates['DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber'];
  5570.         }
  5571.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5572.         if (isset($this->privates['DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber'])) {
  5573.             return $this->privates['DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber'];
  5574.         }
  5575.         return $this->privates['DW\\GingerBundle\\EventSubscriber\\Serializer\\TagSerializerSubscriber'] = new \DW\GingerBundle\EventSubscriber\Serializer\TagSerializerSubscriber($a$b, ($this->services['dw_ginger.group_manager'] ?? $this->getDwGinger_GroupManagerService()), 'App\\Entity\\Tag');
  5576.     }
  5577.     /**
  5578.      * Gets the private 'DW\GingerBundle\Repository\AddressRepository' shared autowired service.
  5579.      *
  5580.      * @return \DW\GingerBundle\Repository\AddressRepository
  5581.      */
  5582.     protected function getAddressRepositoryService()
  5583.     {
  5584.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Repository/AddressRepository.php';
  5591.         return $this->privates['DW\\GingerBundle\\Repository\\AddressRepository'] = new \DW\GingerBundle\Repository\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5592.     }
  5593.     /**
  5594.      * Gets the private 'DW\GingerBundle\Repository\AdminLogRepository' shared autowired service.
  5595.      *
  5596.      * @return \DW\GingerBundle\Repository\AdminLogRepository
  5597.      */
  5598.     protected function getAdminLogRepositoryService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Repository/AdminLogRepository.php';
  5607.         return $this->privates['DW\\GingerBundle\\Repository\\AdminLogRepository'] = new \DW\GingerBundle\Repository\AdminLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5608.     }
  5609.     /**
  5610.      * Gets the private 'DW\GingerBundle\Repository\AttributeRepository' shared autowired service.
  5611.      *
  5612.      * @return \DW\GingerBundle\Repository\AttributeRepository
  5613.      */
  5614.     protected function getAttributeRepositoryService()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Repository/AttributeRepository.php';
  5623.         return $this->privates['DW\\GingerBundle\\Repository\\AttributeRepository'] = new \DW\GingerBundle\Repository\AttributeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5624.     }
  5625.     /**
  5626.      * Gets the private 'DW\GingerBundle\Repository\IntegrationRepository' shared autowired service.
  5627.      *
  5628.      * @return \DW\GingerBundle\Repository\IntegrationRepository
  5629.      */
  5630.     protected function getIntegrationRepositoryService()
  5631.     {
  5632.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Repository/IntegrationRepository.php';
  5639.         return $this->privates['DW\\GingerBundle\\Repository\\IntegrationRepository'] = new \DW\GingerBundle\Repository\IntegrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'DW\GingerBundle\Repository\ResetPasswordRequestRepository' shared autowired service.
  5643.      *
  5644.      * @return \DW\GingerBundle\Repository\ResetPasswordRequestRepository
  5645.      */
  5646.     protected function getResetPasswordRequestRepositoryService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5649.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5654.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/ResetPasswordRequestRepositoryInterface.php';
  5655.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Persistence/Repository/ResetPasswordRequestRepositoryTrait.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Repository/ResetPasswordRequestRepository.php';
  5657.         return $this->privates['DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository'] = new \DW\GingerBundle\Repository\ResetPasswordRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5658.     }
  5659.     /**
  5660.      * Gets the private 'DW\GingerBundle\Repository\UserRepository' shared autowired service.
  5661.      *
  5662.      * @return \DW\GingerBundle\Repository\UserRepository
  5663.      */
  5664.     protected function getUserRepositoryService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/UserLoaderInterface.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Repository/UserRepository.php';
  5675.         return $this->privates['DW\\GingerBundle\\Repository\\UserRepository'] = new \DW\GingerBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5676.     }
  5677.     /**
  5678.      * Gets the private 'DW\GingerBundle\Twig\Helper\IntegrationsGrouper' shared service.
  5679.      *
  5680.      * @return \DW\GingerBundle\Twig\Helper\IntegrationsGrouper
  5681.      */
  5682.     protected function getIntegrationsGrouperService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/Helper/IntegrationsGrouper.php';
  5685.         return $this->privates['DW\\GingerBundle\\Twig\\Helper\\IntegrationsGrouper'] = new \DW\GingerBundle\Twig\Helper\IntegrationsGrouper();
  5686.     }
  5687.     /**
  5688.      * Gets the private 'DW\GingerBundle\Validator\Constraints\MinGroupTagsValidator' shared autowired service.
  5689.      *
  5690.      * @return \DW\GingerBundle\Validator\Constraints\MinGroupTagsValidator
  5691.      */
  5692.     protected function getMinGroupTagsValidatorService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Validator/Constraints/MinGroupTagsValidator.php';
  5697.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5698.         if (isset($this->privates['DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator'])) {
  5699.             return $this->privates['DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator'];
  5700.         }
  5701.         $b = ($this->services['dw_ginger.group_manager'] ?? $this->getDwGinger_GroupManagerService());
  5702.         if (isset($this->privates['DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator'])) {
  5703.             return $this->privates['DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator'];
  5704.         }
  5705.         return $this->privates['DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator'] = new \DW\GingerBundle\Validator\Constraints\MinGroupTagsValidator($a$b, ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()));
  5706.     }
  5707.     /**
  5708.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5709.      *
  5710.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5711.      */
  5712.     protected function getManagerRegistryAwareConnectionProviderService()
  5713.     {
  5714.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5716.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  5717.     }
  5718.     /**
  5719.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5720.      *
  5721.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5722.      */
  5723.     protected function getRunSqlCommandService()
  5724.     {
  5725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5728.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5729.         $instance->setName('dbal:run-sql');
  5730.         return $instance;
  5731.     }
  5732.     /**
  5733.      * Gets the private 'Misd\PhoneNumberBundle\Form\Type\PhoneNumberType' shared service.
  5734.      *
  5735.      * @return \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType
  5736.      */
  5737.     protected function getPhoneNumberTypeService()
  5738.     {
  5739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Form/Type/PhoneNumberType.php';
  5742.         return $this->privates['Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType'] = new \Misd\PhoneNumberBundle\Form\Type\PhoneNumberType();
  5743.     }
  5744.     /**
  5745.      * Gets the private 'Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator' shared service.
  5746.      *
  5747.      * @return \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator
  5748.      */
  5749.     protected function getPhoneNumberValidatorService()
  5750.     {
  5751.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5752.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5753.         include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Validator/Constraints/PhoneNumberValidator.php';
  5754.         $this->privates['Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator'] = $instance = new \Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumberValidator(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()), 'ZZ'1);
  5755.         $instance->setPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5756.         return $instance;
  5757.     }
  5758.     /**
  5759.      * Gets the private 'SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand' shared service.
  5760.      *
  5761.      * @return \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand
  5762.      */
  5763.     protected function getResetPasswordRemoveExpiredCommandService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Command/ResetPasswordRemoveExpiredCommand.php';
  5767.         $this->privates['SymfonyCasts\\Bundle\\ResetPassword\\Command\\ResetPasswordRemoveExpiredCommand'] = $instance = new \SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand(($this->privates['symfonycasts.reset_password.cleaner'] ?? $this->getSymfonycasts_ResetPassword_CleanerService()));
  5768.         $instance->setName('reset-password:remove-expired');
  5769.         return $instance;
  5770.     }
  5771.     /**
  5772.      * Gets the private 'annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  5773.      *
  5774.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5775.      */
  5776.     protected function getAnnotatedDWGingerBundleEntityAddressApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5788.         $a = ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService());
  5789.         if (isset($this->privates['annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  5790.             return $this->privates['annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  5791.         }
  5792.         return $this->privates['annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['postCode' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5793.     }
  5794.     /**
  5795.      * Gets the private 'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter' shared autowired service.
  5796.      *
  5797.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter
  5798.      */
  5799.     protected function getAnnotatedDWGingerBundleEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService()
  5800.     {
  5801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/ExistsFilterTrait.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ExistsFilter.php';
  5811.         return $this->privates['annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['privateAddress' => NULL'companyAddress' => NULL], 'exists', ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5812.     }
  5813.     /**
  5814.      * Gets the private 'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  5815.      *
  5816.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5817.      */
  5818.     protected function getAnnotatedDWGingerBundleEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5830.         $a = ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService());
  5831.         if (isset($this->privates['annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  5832.             return $this->privates['annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  5833.         }
  5834.         return $this->privates['annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['email' => 'partial''firstName' => 'start''lastName' => 'start'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5835.     }
  5836.     /**
  5837.      * Gets the private 'annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  5838.      *
  5839.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5840.      */
  5841.     protected function getAnnotatedDWGingerBundleEntityTagApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5853.         $a = ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService());
  5854.         if (isset($this->privates['annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter'])) {
  5855.             return $this->privates['annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter'];
  5856.         }
  5857.         return $this->privates['annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['type' => 'exact''title' => 'start'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5858.     }
  5859.     /**
  5860.      * Gets the private 'annotations.cache_adapter' shared service.
  5861.      *
  5862.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5863.      */
  5864.     protected function getAnnotations_CacheAdapterService()
  5865.     {
  5866.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5867.     }
  5868.     /**
  5869.      * Gets the private 'annotations.cache_warmer' shared service.
  5870.      *
  5871.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5872.      */
  5873.     protected function getAnnotations_CacheWarmerService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5878.         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);
  5879.     }
  5880.     /**
  5881.      * Gets the private 'annotations.cached_reader' shared service.
  5882.      *
  5883.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5884.      */
  5885.     protected function getAnnotations_CachedReaderService()
  5886.     {
  5887.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5888.     }
  5889.     /**
  5890.      * Gets the private 'annotations.reader' shared service.
  5891.      *
  5892.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5893.      */
  5894.     protected function getAnnotations_ReaderService()
  5895.     {
  5896.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5897.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5898.         $a->registerUniqueLoader('class_exists');
  5899.         $instance->addGlobalIgnoredName('required'$a);
  5900.         return $instance;
  5901.     }
  5902.     /**
  5903.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5904.      *
  5905.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5906.      */
  5907.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5908.     {
  5909.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iNP3uewAZ9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5910.     }
  5911.     /**
  5912.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  5913.      *
  5914.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5915.      */
  5916.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  5917.     {
  5918.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nnVRK2DrTf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5919.     }
  5920.     /**
  5921.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5922.      *
  5923.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5924.      */
  5925.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5926.     {
  5927.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('h5zWNsC5Pu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5928.     }
  5929.     /**
  5930.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5931.      *
  5932.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5933.      */
  5934.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5935.     {
  5936.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZbxT7mDwxB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5937.     }
  5938.     /**
  5939.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5940.      *
  5941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5942.      */
  5943.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5944.     {
  5945.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('N+aBNAVuBX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5946.     }
  5947.     /**
  5948.      * Gets the private 'api_platform.cache_warmer.cache_pool_clearer' shared service.
  5949.      *
  5950.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer
  5951.      */
  5952.     protected function getApiPlatform_CacheWarmer_CachePoolClearerService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5956.         return $this->privates['api_platform.cache_warmer.cache_pool_clearer'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'api_platform.cache.metadata.property'=> 'api_platform.cache.metadata.resource'=> 'api_platform.cache.route_name_resolver'=> 'api_platform.cache.identifiers_extractor'=> 'api_platform.cache.subresource_operation_factory'=> 'api_platform.elasticsearch.cache.metadata.document']);
  5957.     }
  5958.     /**
  5959.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  5960.      *
  5961.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  5962.      */
  5963.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/DataPersister.php';
  5966.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5967.     }
  5968.     /**
  5969.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  5970.      *
  5971.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  5972.      */
  5973.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  5977.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  5978.             yield => ($this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\PersonsByUserGroupsExtension'] ?? $this->getPersonsByUserGroupsExtensionService());
  5979.             yield => ($this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\TagsByUserGroupsExtension'] ?? $this->getTagsByUserGroupsExtensionService());
  5980.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5981.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5982.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5983.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5984.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5985.         }, 7));
  5986.     }
  5987.     /**
  5988.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  5989.      *
  5990.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  5991.      */
  5992.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/RestrictedDataProviderInterface.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/ItemDataProvider.php';
  5998.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  5999.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6000.         }, 1));
  6001.     }
  6002.     /**
  6003.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  6004.      *
  6005.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  6006.      */
  6007.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  6011.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  6012.             yield => ($this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\PersonsByUserGroupsExtension'] ?? $this->getPersonsByUserGroupsExtensionService());
  6013.             yield => ($this->privates['DW\\GingerBundle\\ApiPlatform\\Doctrine\\Extension\\TagsByUserGroupsExtension'] ?? $this->getTagsByUserGroupsExtensionService());
  6014.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  6015.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  6016.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6017.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  6018.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  6019.         }, 7), new RewindableGenerator(function () {
  6020.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6021.         }, 1));
  6022.     }
  6023.     /**
  6024.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  6025.      *
  6026.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  6027.      */
  6028.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  6029.     {
  6030.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6032.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  6035.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  6036.     }
  6037.     /**
  6038.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  6039.      *
  6040.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  6041.      */
  6042.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  6043.     {
  6044.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6046.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  6047.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  6048.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.filter'])) {
  6049.             return $this->privates['api_platform.doctrine.orm.query_extension.filter'];
  6050.         }
  6051.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  6052.     }
  6053.     /**
  6054.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  6055.      *
  6056.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  6057.      */
  6058.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  6064.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6065.     }
  6066.     /**
  6067.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  6068.      *
  6069.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  6070.      */
  6071.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  6076.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6077.     }
  6078.     /**
  6079.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  6080.      *
  6081.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  6082.      */
  6083.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  6084.     {
  6085.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  6089.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.pagination'] ?? $this->getApiPlatform_PaginationService()));
  6090.     }
  6091.     /**
  6092.      * Gets the private 'api_platform.filter_locator' shared service.
  6093.      *
  6094.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6095.      */
  6096.     protected function getApiPlatform_FilterLocatorService()
  6097.     {
  6098.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6099.             'annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedDWGingerBundleEntityAddressApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  6100.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedDWGingerBundleEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'false],
  6101.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedDWGingerBundleEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  6102.             'annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedDWGingerBundleEntityTagApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  6103.         ], [
  6104.             'annotated_d_w_ginger_bundle_entity_address_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  6105.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  6106.             'annotated_d_w_ginger_bundle_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  6107.             'annotated_d_w_ginger_bundle_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  6108.         ]);
  6109.     }
  6110.     /**
  6111.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  6112.      *
  6113.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6114.      */
  6115.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  6116.     {
  6117.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8E+TgCERxH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6118.     }
  6119.     /**
  6120.      * Gets the private 'api_platform.graphql.command.export_command' shared service.
  6121.      *
  6122.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand
  6123.      */
  6124.     protected function getApiPlatform_Graphql_Command_ExportCommandService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/GraphQlExportCommand.php';
  6128.         $this->privates['api_platform.graphql.command.export_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()));
  6129.         $instance->setName('api:graphql:export');
  6130.         return $instance;
  6131.     }
  6132.     /**
  6133.      * Gets the private 'api_platform.graphql.fields_builder' shared service.
  6134.      *
  6135.      * @return \ApiPlatform\Core\GraphQl\Type\FieldsBuilder
  6136.      */
  6137.     protected function getApiPlatform_Graphql_FieldsBuilderService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/FieldsBuilderInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/FieldsBuilder.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypeBuilderInterface.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypeBuilder.php';
  6143.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/ResourceFieldResolver.php';
  6144.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypeConverterInterface.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/GraphQL/Type/TypeConverter.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypeConverter.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Factory/ResolverFactoryInterface.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Factory/ItemResolverFactory.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/ReadStageInterface.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ArrayTrait.php';
  6151.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/ReadStage.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/SerializerContextBuilderInterface.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/SerializerContextBuilder.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/SecurityStageInterface.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/SecurityStage.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/SerializeStageInterface.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/SerializeStage.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Factory/CollectionResolverFactory.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/DeserializeStageInterface.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/DeserializeStage.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/WriteStageInterface.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/WriteStage.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/ValidateStageInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Stage/ValidateStage.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Subscription/SubscriptionManagerInterface.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/SortTrait.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Subscription/SubscriptionManager.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Subscription/SubscriptionIdentifierGenerator.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  6177.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6178.         $b = ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer()));
  6179.         $c = ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService());
  6180.         $d = ($this->privates['api_platform.pagination'] ?? $this->getApiPlatform_PaginationService());
  6181.         $e = new \ApiPlatform\Core\GraphQl\Type\TypeBuilder($b, new \ApiPlatform\Core\GraphQl\Resolver\ResourceFieldResolver($c), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6182.             'api_platform.graphql.fields_builder' => ['privates''api_platform.graphql.fields_builder''getApiPlatform_Graphql_FieldsBuilderService'false],
  6183.         ], [
  6184.             'api_platform.graphql.fields_builder' => '?',
  6185.         ]), $d);
  6186.         $f = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  6187.         $g = new \ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilder($a$f);
  6188.         $h = new \ApiPlatform\Core\GraphQl\Resolver\Stage\ReadStage($a$c, ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), $g'_');
  6189.         $i = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  6190.         $j = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityStage($a$i);
  6191.         $k = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityPostDenormalizeStage($a$i);
  6192.         $l = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6193.         $m = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SerializeStage($a$l$g$d);
  6194.         $n = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6195.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\AppResolver' => ['privates''DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\AppResolver''getAppResolverService'false],
  6196.         ], [
  6197.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\AppResolver' => '?',
  6198.         ]);
  6199.         return $this->privates['api_platform.graphql.fields_builder'] = new \ApiPlatform\Core\GraphQl\Type\FieldsBuilder(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b$e, new \DW\GingerBundle\ApiPlatform\GraphQL\Type\TypeConverter(new \ApiPlatform\Core\GraphQl\Type\TypeConverter($e$b$a)), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemResolverFactory($h$j$k$m$n$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\CollectionResolverFactory($h$j$k$m$n$a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemMutationResolverFactory($h$j$k$m, new \ApiPlatform\Core\GraphQl\Resolver\Stage\DeserializeStage($a$l$g), new \ApiPlatform\Core\GraphQl\Resolver\Stage\WriteStage($a, ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), $g), new \ApiPlatform\Core\GraphQl\Resolver\Stage\ValidateStage($a, ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6200.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\PeopleTagsResolver' => ['privates''DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\PeopleTagsResolver''getPeopleTagsResolverService'false],
  6201.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\UpdatePersonTagsResolver' => ['privates''DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\UpdatePersonTagsResolver''getUpdatePersonTagsResolverService'false],
  6202.         ], [
  6203.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\PeopleTagsResolver' => '?',
  6204.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Resolver\\Mutation\\UpdatePersonTagsResolver' => '?',
  6205.         ]), $a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemSubscriptionResolverFactory($h$j$m$a, new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionManager(($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionIdentifierGenerator(), $m$c), NULL), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), $d$f'_');
  6206.     }
  6207.     /**
  6208.      * Gets the private 'api_platform.graphql.iterable_type' shared service.
  6209.      *
  6210.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\IterableType
  6211.      */
  6212.     protected function getApiPlatform_Graphql_IterableTypeService()
  6213.     {
  6214.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  6216.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  6218.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  6219.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/IterableType.php';
  6223.         return $this->privates['api_platform.graphql.iterable_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\IterableType();
  6224.     }
  6225.     /**
  6226.      * Gets the private 'api_platform.graphql.schema_builder' shared service.
  6227.      *
  6228.      * @return \ApiPlatform\Core\GraphQl\Type\SchemaBuilder
  6229.      */
  6230.     protected function getApiPlatform_Graphql_SchemaBuilderService()
  6231.     {
  6232.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/SchemaBuilderInterface.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/SchemaBuilder.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactory.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  6238.         return $this->privates['api_platform.graphql.schema_builder'] = new \ApiPlatform\Core\GraphQl\Type\SchemaBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\GraphQl\Type\TypesFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6239.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Type\\AppType' => ['privates''DW\\GingerBundle\\ApiPlatform\\GraphQL\\Type\\AppType''getAppTypeService'false],
  6240.             'api_platform.graphql.iterable_type' => ['privates''api_platform.graphql.iterable_type''getApiPlatform_Graphql_IterableTypeService'false],
  6241.             'api_platform.graphql.upload_type' => ['privates''api_platform.graphql.upload_type''getApiPlatform_Graphql_UploadTypeService'false],
  6242.         ], [
  6243.             'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Type\\AppType' => '?',
  6244.             'api_platform.graphql.iterable_type' => '?',
  6245.             'api_platform.graphql.upload_type' => '?',
  6246.         ]), [=> 'DW\\GingerBundle\\ApiPlatform\\GraphQL\\Type\\AppType'=> 'api_platform.graphql.iterable_type'=> 'api_platform.graphql.upload_type']), ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer())), ($this->privates['api_platform.graphql.fields_builder'] ?? $this->getApiPlatform_Graphql_FieldsBuilderService()));
  6247.     }
  6248.     /**
  6249.      * Gets the private 'api_platform.graphql.upload_type' shared service.
  6250.      *
  6251.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\UploadType
  6252.      */
  6253.     protected function getApiPlatform_Graphql_UploadTypeService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/UploadType.php';
  6264.         return $this->privates['api_platform.graphql.upload_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\UploadType();
  6265.     }
  6266.     /**
  6267.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  6268.      *
  6269.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  6270.      */
  6271.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  6272.     {
  6273.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6274.     }
  6275.     /**
  6276.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  6277.      *
  6278.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  6279.      */
  6280.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  6281.     {
  6282.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  6283.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  6284.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  6285.         }
  6286.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  6287.     }
  6288.     /**
  6289.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  6290.      *
  6291.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  6292.      */
  6293.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  6294.     {
  6295.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  6296.     }
  6297.     /**
  6298.      * Gets the private 'api_platform.identifier.converter' shared service.
  6299.      *
  6300.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  6301.      */
  6302.     protected function getApiPlatform_Identifier_ConverterService()
  6303.     {
  6304.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  6305.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  6306.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  6307.         }, 2));
  6308.     }
  6309.     /**
  6310.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  6311.      *
  6312.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  6313.      */
  6314.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  6315.     {
  6316.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  6317.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  6318.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  6319.     }
  6320.     /**
  6321.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  6322.      *
  6323.      * @return \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand
  6324.      */
  6325.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  6326.     {
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  6329.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\Core\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  6330.         $instance->setName('api:json-schema:generate');
  6331.         return $instance;
  6332.     }
  6333.     /**
  6334.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  6335.      *
  6336.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  6337.      */
  6338.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  6339.     {
  6340.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6341.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  6342.         return $instance;
  6343.     }
  6344.     /**
  6345.      * Gets the private 'api_platform.jsonapi.listener.request.transform_fieldsets_parameters' shared service.
  6346.      *
  6347.      * @return \ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener
  6348.      */
  6349.     protected function getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService()
  6350.     {
  6351.         return $this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] = new \ApiPlatform\Core\JsonApi\EventListener\TransformFieldsetsParametersListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6352.     }
  6353.     /**
  6354.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  6355.      *
  6356.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  6357.      */
  6358.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  6359.     {
  6360.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  6361.     }
  6362.     /**
  6363.      * Gets the private 'api_platform.listener.exception' shared service.
  6364.      *
  6365.      * @return \ApiPlatform\Core\EventListener\ExceptionListener
  6366.      */
  6367.     protected function getApiPlatform_Listener_ExceptionService()
  6368.     {
  6369.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ExceptionListener.php';
  6370.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Core\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, ($this->privates['exception_listener'] ?? $this->getExceptionListenerService()));
  6371.     }
  6372.     /**
  6373.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  6374.      *
  6375.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener
  6376.      */
  6377.     protected function getApiPlatform_Listener_Exception_ValidationService()
  6378.     {
  6379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  6380.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  6381.     }
  6382.     /**
  6383.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  6384.      *
  6385.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  6386.      */
  6387.     protected function getApiPlatform_Listener_Request_AddFormatService()
  6388.     {
  6389.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  6390.     }
  6391.     /**
  6392.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  6393.      *
  6394.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  6395.      */
  6396.     protected function getApiPlatform_Listener_Request_DeserializeService()
  6397.     {
  6398.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6399.     }
  6400.     /**
  6401.      * Gets the private 'api_platform.listener.request.read' shared service.
  6402.      *
  6403.      * @return \ApiPlatform\Core\EventListener\ReadListener
  6404.      */
  6405.     protected function getApiPlatform_Listener_Request_ReadService()
  6406.     {
  6407.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  6408.         if (isset($this->privates['api_platform.listener.request.read'])) {
  6409.             return $this->privates['api_platform.listener.request.read'];
  6410.         }
  6411.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener($a, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6412.     }
  6413.     /**
  6414.      * Gets the private 'api_platform.listener.view.respond' shared service.
  6415.      *
  6416.      * @return \ApiPlatform\Core\EventListener\RespondListener
  6417.      */
  6418.     protected function getApiPlatform_Listener_View_RespondService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/RespondListener.php';
  6421.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Core\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6422.     }
  6423.     /**
  6424.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  6425.      *
  6426.      * @return \ApiPlatform\Core\EventListener\SerializeListener
  6427.      */
  6428.     protected function getApiPlatform_Listener_View_SerializeService()
  6429.     {
  6430.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/SerializeListener.php';
  6431.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Core\EventListener\SerializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6432.     }
  6433.     /**
  6434.      * Gets the private 'api_platform.listener.view.validate' shared service.
  6435.      *
  6436.      * @return \ApiPlatform\Core\Validator\EventListener\ValidateListener
  6437.      */
  6438.     protected function getApiPlatform_Listener_View_ValidateService()
  6439.     {
  6440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/EventListener/ValidateListener.php';
  6441.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Core\Validator\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6442.     }
  6443.     /**
  6444.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  6445.      *
  6446.      * @return \ApiPlatform\Core\EventListener\QueryParameterValidateListener
  6447.      */
  6448.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  6449.     {
  6450.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'api_platform.listener.view.write' shared service.
  6454.      *
  6455.      * @return \ApiPlatform\Core\EventListener\WriteListener
  6456.      */
  6457.     protected function getApiPlatform_Listener_View_WriteService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/WriteListener.php';
  6460.         $a = ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService());
  6461.         if (isset($this->privates['api_platform.listener.view.write'])) {
  6462.             return $this->privates['api_platform.listener.view.write'];
  6463.         }
  6464.         return $this->privates['api_platform.listener.view.write'] = new \ApiPlatform\Core\EventListener\WriteListener($a, ($this->privates['DW\\GingerBundle\\ApiPlatform\\Core\\IriConverter'] ?? $this->getIriConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6465.     }
  6466.     /**
  6467.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  6468.      *
  6469.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  6470.      */
  6471.     protected function getApiPlatform_Messenger_DataPersisterService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Messenger/DispatchTrait.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Messenger/DataPersister.php';
  6475.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6476.         if (isset($this->privates['api_platform.messenger.data_persister'])) {
  6477.             return $this->privates['api_platform.messenger.data_persister'];
  6478.         }
  6479.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  6480.     }
  6481.     /**
  6482.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  6483.      *
  6484.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  6485.      */
  6486.     protected function getApiPlatform_Messenger_DataTransformerService()
  6487.     {
  6488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataTransformer/DataTransformerInterface.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Messenger/DataTransformer.php';
  6490.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6491.     }
  6492.     /**
  6493.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  6494.      *
  6495.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  6496.      */
  6497.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  6498.     {
  6499.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  6500.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  6501.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  6502.         }
  6503.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6504.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  6505.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  6506.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  6507.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  6508.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  6509.         }, 4)));
  6510.     }
  6511.     /**
  6512.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  6513.      *
  6514.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  6515.      */
  6516.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  6517.     {
  6518.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6519.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  6520.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  6521.         }
  6522.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory($a))));
  6523.     }
  6524.     /**
  6525.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  6526.      *
  6527.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  6528.      */
  6529.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  6530.     {
  6531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  6533.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  6534.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  6535.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  6536.             yield => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  6537.             yield => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  6538.         }, 4));
  6539.     }
  6540.     /**
  6541.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  6542.      *
  6543.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  6544.      */
  6545.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  6546.     {
  6547.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6548.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  6549.     }
  6550.     /**
  6551.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  6552.      *
  6553.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  6554.      */
  6555.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  6556.     {
  6557.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  6558.     }
  6559.     /**
  6560.      * Gets the private 'api_platform.openapi.command' shared service.
  6561.      *
  6562.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand
  6563.      */
  6564.     protected function getApiPlatform_Openapi_CommandService()
  6565.     {
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/OpenApiCommand.php';
  6568.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\OpenApiCommand(($this->privates['DW\\GingerBundle\\ApiPlatform\\OpenApi\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6569.         $instance->setName('api:openapi:export');
  6570.         return $instance;
  6571.     }
  6572.     /**
  6573.      * Gets the private 'api_platform.openapi.options' shared service.
  6574.      *
  6575.      * @return \ApiPlatform\Core\OpenApi\Options
  6576.      */
  6577.     protected function getApiPlatform_Openapi_OptionsService()
  6578.     {
  6579.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  6580.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\Core\OpenApi\Options('''''2.0.0'true'oauth2''password''/oauth/v2/token''''', [], [], NULLNULL'sfdev@datenwerk.at'NULLNULLNULL);
  6581.     }
  6582.     /**
  6583.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  6584.      *
  6585.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  6586.      */
  6587.     protected function getApiPlatform_OperationPathResolver_CustomService()
  6588.     {
  6589.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  6590.     }
  6591.     /**
  6592.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  6593.      *
  6594.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  6595.      */
  6596.     protected function getApiPlatform_OperationPathResolver_RouterService()
  6597.     {
  6598.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  6599.     }
  6600.     /**
  6601.      * Gets the private 'api_platform.pagination' shared service.
  6602.      *
  6603.      * @return \ApiPlatform\Core\DataProvider\Pagination
  6604.      */
  6605.     protected function getApiPlatform_PaginationService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/Pagination.php';
  6608.         return $this->privates['api_platform.pagination'] = new \ApiPlatform\Core\DataProvider\Pagination(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']);
  6609.     }
  6610.     /**
  6611.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  6612.      *
  6613.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  6614.      */
  6615.     protected function getApiPlatform_ResourceClassResolverService()
  6616.     {
  6617.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  6618.     }
  6619.     /**
  6620.      * Gets the private 'api_platform.router' shared service.
  6621.      *
  6622.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  6623.      */
  6624.     protected function getApiPlatform_RouterService()
  6625.     {
  6626.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  6627.     }
  6628.     /**
  6629.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  6630.      *
  6631.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  6632.      */
  6633.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  6634.     {
  6635.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  6636.     }
  6637.     /**
  6638.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  6639.      *
  6640.      * @return \ApiPlatform\Core\Security\ResourceAccessChecker
  6641.      */
  6642.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  6643.     {
  6644.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6645.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  6646.             return $this->privates['api_platform.security.resource_access_checker'];
  6647.         }
  6648.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Core\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  6649.     }
  6650.     /**
  6651.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  6652.      *
  6653.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  6654.      */
  6655.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  6656.     {
  6657.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6658.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  6659.     }
  6660.     /**
  6661.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  6662.      *
  6663.      * @return \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory
  6664.      */
  6665.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  6666.     {
  6667.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Core\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  6668.     }
  6669.     /**
  6670.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  6671.      *
  6672.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  6673.      */
  6674.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  6675.     {
  6676.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  6677.     }
  6678.     /**
  6679.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  6680.      *
  6681.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  6682.      */
  6683.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  6687.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''2.0.0'NULL$this->parameters['api_platform.swagger.versions']);
  6688.         $instance->setName('api:swagger:export');
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the private 'api_platform.validator' shared service.
  6693.      *
  6694.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Validator
  6695.      */
  6696.     protected function getApiPlatform_ValidatorService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Validator.php';
  6700.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this);
  6701.     }
  6702.     /**
  6703.      * Gets the private 'cache.annotations' shared service.
  6704.      *
  6705.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6706.      */
  6707.     protected function getCache_AnnotationsService()
  6708.     {
  6709.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rS-nnKFXdH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6710.     }
  6711.     /**
  6712.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6713.      *
  6714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6715.      */
  6716.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6717.     {
  6718.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6719.     }
  6720.     /**
  6721.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6722.      *
  6723.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6724.      */
  6725.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6726.     {
  6727.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6728.     }
  6729.     /**
  6730.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  6731.      *
  6732.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6733.      */
  6734.     protected function getCache_Messenger_RestartWorkersSignalService()
  6735.     {
  6736.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BoeV6+ITnl'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  6737.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6738.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6739.     }
  6740.     /**
  6741.      * Gets the private 'cache.property_info' shared service.
  6742.      *
  6743.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6744.      */
  6745.     protected function getCache_PropertyInfoService()
  6746.     {
  6747.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o9teoVJfrA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6748.     }
  6749.     /**
  6750.      * Gets the private 'cache.security_expression_language' shared service.
  6751.      *
  6752.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6753.      */
  6754.     protected function getCache_SecurityExpressionLanguageService()
  6755.     {
  6756.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mHIrjnonkW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6757.     }
  6758.     /**
  6759.      * Gets the private 'cache.serializer' shared service.
  6760.      *
  6761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6762.      */
  6763.     protected function getCache_SerializerService()
  6764.     {
  6765.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SUkN-DZvOH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6766.     }
  6767.     /**
  6768.      * Gets the private 'cache.validator' shared service.
  6769.      *
  6770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6771.      */
  6772.     protected function getCache_ValidatorService()
  6773.     {
  6774.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6fstN2oNVG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6775.     }
  6776.     /**
  6777.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6778.      *
  6779.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6780.      */
  6781.     protected function getCachePoolClearer_CacheWarmerService()
  6782.     {
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6785.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  6786.     }
  6787.     /**
  6788.      * Gets the private 'config_builder.warmer' shared service.
  6789.      *
  6790.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6791.      */
  6792.     protected function getConfigBuilder_WarmerService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6796.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6797.     }
  6798.     /**
  6799.      * Gets the private 'config_cache_factory' shared service.
  6800.      *
  6801.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6802.      */
  6803.     protected function getConfigCacheFactoryService()
  6804.     {
  6805.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6806.             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)));
  6807.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6808.         }, 2));
  6809.     }
  6810.     /**
  6811.      * Gets the private 'console.command.about' shared service.
  6812.      *
  6813.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6814.      */
  6815.     protected function getConsole_Command_AboutService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6819.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6820.         $instance->setName('about');
  6821.         $instance->setDescription('Display information about the current project');
  6822.         return $instance;
  6823.     }
  6824.     /**
  6825.      * Gets the private 'console.command.assets_install' shared service.
  6826.      *
  6827.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6828.      */
  6829.     protected function getConsole_Command_AssetsInstallService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6834.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  6835.         $instance->setName('assets:install');
  6836.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6837.         return $instance;
  6838.     }
  6839.     /**
  6840.      * Gets the private 'console.command.cache_clear' shared service.
  6841.      *
  6842.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6843.      */
  6844.     protected function getConsole_Command_CacheClearService()
  6845.     {
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6849.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6850.         $instance->setName('cache:clear');
  6851.         $instance->setDescription('Clear the cache');
  6852.         return $instance;
  6853.     }
  6854.     /**
  6855.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6856.      *
  6857.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6858.      */
  6859.     protected function getConsole_Command_CachePoolClearService()
  6860.     {
  6861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6863.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property'16 => 'api_platform.graphql.cache.subscription']);
  6864.         $instance->setName('cache:pool:clear');
  6865.         $instance->setDescription('Clear cache pools');
  6866.         return $instance;
  6867.     }
  6868.     /**
  6869.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6870.      *
  6871.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6872.      */
  6873.     protected function getConsole_Command_CachePoolDeleteService()
  6874.     {
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6877.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property'16 => 'api_platform.graphql.cache.subscription']);
  6878.         $instance->setName('cache:pool:delete');
  6879.         $instance->setDescription('Delete an item from a cache pool');
  6880.         return $instance;
  6881.     }
  6882.     /**
  6883.      * Gets the private 'console.command.cache_pool_list' shared service.
  6884.      *
  6885.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6886.      */
  6887.     protected function getConsole_Command_CachePoolListService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6891.         $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.messenger.restart_workers_signal'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'api_platform.cache.route_name_resolver'12 => 'api_platform.cache.identifiers_extractor'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.property'16 => 'api_platform.graphql.cache.subscription']);
  6892.         $instance->setName('cache:pool:list');
  6893.         $instance->setDescription('List available cache pools');
  6894.         return $instance;
  6895.     }
  6896.     /**
  6897.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6898.      *
  6899.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6900.      */
  6901.     protected function getConsole_Command_CachePoolPruneService()
  6902.     {
  6903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6905.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6906.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6907.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6908.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6909.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6910.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6911.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6912.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6913.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6914.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6915.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6916.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6917.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  6918.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  6919.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  6920.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  6921.             yield 'api_platform.cache.metadata.property' => ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService());
  6922.             yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService());
  6923.         }, 17));
  6924.         $instance->setName('cache:pool:prune');
  6925.         $instance->setDescription('Prune cache pools');
  6926.         return $instance;
  6927.     }
  6928.     /**
  6929.      * Gets the private 'console.command.cache_warmup' shared service.
  6930.      *
  6931.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6932.      */
  6933.     protected function getConsole_Command_CacheWarmupService()
  6934.     {
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6937.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6938.         $instance->setName('cache:warmup');
  6939.         $instance->setDescription('Warm up an empty cache');
  6940.         return $instance;
  6941.     }
  6942.     /**
  6943.      * Gets the private 'console.command.config_debug' shared service.
  6944.      *
  6945.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6946.      */
  6947.     protected function getConsole_Command_ConfigDebugService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6954.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6955.         $instance->setName('debug:config');
  6956.         $instance->setDescription('Dump the current configuration for an extension');
  6957.         return $instance;
  6958.     }
  6959.     /**
  6960.      * Gets the private 'console.command.config_dump_reference' shared service.
  6961.      *
  6962.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6963.      */
  6964.     protected function getConsole_Command_ConfigDumpReferenceService()
  6965.     {
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6971.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6972.         $instance->setName('config:dump-reference');
  6973.         $instance->setDescription('Dump the default configuration for an extension');
  6974.         return $instance;
  6975.     }
  6976.     /**
  6977.      * Gets the private 'console.command.container_debug' shared service.
  6978.      *
  6979.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6980.      */
  6981.     protected function getConsole_Command_ContainerDebugService()
  6982.     {
  6983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6986.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6987.         $instance->setName('debug:container');
  6988.         $instance->setDescription('Display current services for an application');
  6989.         return $instance;
  6990.     }
  6991.     /**
  6992.      * Gets the private 'console.command.container_lint' shared service.
  6993.      *
  6994.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6995.      */
  6996.     protected function getConsole_Command_ContainerLintService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7000.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7001.         $instance->setName('lint:container');
  7002.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  7003.         return $instance;
  7004.     }
  7005.     /**
  7006.      * Gets the private 'console.command.debug_autowiring' shared service.
  7007.      *
  7008.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7009.      */
  7010.     protected function getConsole_Command_DebugAutowiringService()
  7011.     {
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7016.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7017.         $instance->setName('debug:autowiring');
  7018.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  7019.         return $instance;
  7020.     }
  7021.     /**
  7022.      * Gets the private 'console.command.dotenv_debug' shared service.
  7023.      *
  7024.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  7025.      */
  7026.     protected function getConsole_Command_DotenvDebugService()
  7027.     {
  7028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  7030.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  7031.         $instance->setName('debug:dotenv');
  7032.         $instance->setDescription('Lists all dotenv files with variables and values');
  7033.         return $instance;
  7034.     }
  7035.     /**
  7036.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7037.      *
  7038.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7039.      */
  7040.     protected function getConsole_Command_EventDispatcherDebugService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7044.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.xpiHtM0'] ?? $this->get_ServiceLocator_XpiHtM0Service()));
  7045.         $instance->setName('debug:event-dispatcher');
  7046.         $instance->setDescription('Display configured listeners for an application');
  7047.         return $instance;
  7048.     }
  7049.     /**
  7050.      * Gets the private 'console.command.form_debug' shared service.
  7051.      *
  7052.      * @return \Symfony\Component\Form\Command\DebugCommand
  7053.      */
  7054.     protected function getConsole_Command_FormDebugService()
  7055.     {
  7056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7058.         $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'=> 'DW\\GingerBundle\\Form\\Type'=> 'DW\\GingerBundle\\Import\\Form\\Type'=> 'FOS\\OAuthServerBundle\\Form\\Type'=> 'Tetranz\\Select2EntityBundle\\Form\\Type'=> 'Misd\\PhoneNumberBundle\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'DW\\GingerBundle\\Form\\Type\\PersonType'=> 'DW\\GingerBundle\\Form\\Type\\PersonTagsType'=> 'DW\\GingerBundle\\Form\\Type\\TagType'=> 'DW\\GingerBundle\\Form\\Type\\GroupType'=> 'DW\\GingerBundle\\Form\\Type\\AttributeType'10 => 'DW\\GingerBundle\\Form\\Type\\UserType'11 => 'DW\\GingerBundle\\Form\\Type\\AdminLogType'12 => 'DW\\GingerBundle\\Form\\Type\\ExtendedSearchType'13 => 'DW\\GingerBundle\\Form\\Type\\ProfilingSearchType'14 => 'DW\\GingerBundle\\Form\\Type\\IntergrationType'15 => 'DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType'16 => 'DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType'17 => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'18 => 'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType'19 => 'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType'], [=> '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'=> 'DW\\GingerBundle\\Form\\Extension\\FormTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7059.         $instance->setName('debug:form');
  7060.         $instance->setDescription('Display form type information');
  7061.         return $instance;
  7062.     }
  7063.     /**
  7064.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  7065.      *
  7066.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  7067.      */
  7068.     protected function getConsole_Command_MessengerConsumeMessagesService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  7072.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async_priority_high'=> 'async'=> 'async_priority_low'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  7073.         $instance->setName('messenger:consume');
  7074.         $instance->setDescription('Consume messages');
  7075.         return $instance;
  7076.     }
  7077.     /**
  7078.      * Gets the private 'console.command.messenger_debug' shared service.
  7079.      *
  7080.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  7081.      */
  7082.     protected function getConsole_Command_MessengerDebugService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  7086.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'DW\\GingerBundle\\Import\\Messenger\\Command\\LaunchFileImport' => [=> [=> 'DW\\GingerBundle\\Import\\Messenger\\Handler\\LaunchFileImportHandler'=> []]], 'DW\\GingerBundle\\Import\\Messenger\\Command\\BatchImportPersons' => [=> [=> 'DW\\GingerBundle\\Import\\Messenger\\Handler\\BatchImportPersonsHandler'=> []]], 'DW\\GingerBundle\\Import\\Messenger\\Event\\FileImportEvent' => [=> [=> 'DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\FileImportStatusManager'=> []], => [=> 'DW\\GingerBundle\\Import\\Messenger\\EventSubscriber\\ReportResultGenerator'=> []]], 'DW\\GingerBundle\\Messenger\\Message\\BatchTogglePeopleTags' => [=> [=> 'DW\\GingerBundle\\Messenger\\Handler\\BatchTogglePeopleTagsHandler'=> []]], 'DW\\GingerBundle\\Messenger\\Message\\ConsoleCommand' => [=> [=> 'DW\\GingerBundle\\Messenger\\Handler\\ConsoleCommandHandler'=> []]]]]);
  7087.         $instance->setName('debug:messenger');
  7088.         $instance->setDescription('List messages you can dispatch using the message buses');
  7089.         return $instance;
  7090.     }
  7091.     /**
  7092.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  7093.      *
  7094.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  7095.      */
  7096.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  7097.     {
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  7100.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  7101.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  7102.         $instance->setName('messenger:failed:remove');
  7103.         $instance->setDescription('Remove given messages from the failure transport');
  7104.         return $instance;
  7105.     }
  7106.     /**
  7107.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  7108.      *
  7109.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  7110.      */
  7111.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  7112.     {
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  7116.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7117.         $instance->setName('messenger:failed:retry');
  7118.         $instance->setDescription('Retry one or more messages from the failure transport');
  7119.         return $instance;
  7120.     }
  7121.     /**
  7122.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  7123.      *
  7124.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  7125.      */
  7126.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  7127.     {
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  7131.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  7132.         $instance->setName('messenger:failed:show');
  7133.         $instance->setDescription('Show one or more messages from the failure transport');
  7134.         return $instance;
  7135.     }
  7136.     /**
  7137.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  7138.      *
  7139.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  7140.      */
  7141.     protected function getConsole_Command_MessengerSetupTransportsService()
  7142.     {
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  7145.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async_priority_high'=> 'async'=> 'async_priority_low'=> 'failed']);
  7146.         $instance->setName('messenger:setup-transports');
  7147.         $instance->setDescription('Prepare the required infrastructure for the transport');
  7148.         return $instance;
  7149.     }
  7150.     /**
  7151.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  7152.      *
  7153.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  7154.      */
  7155.     protected function getConsole_Command_MessengerStopWorkersService()
  7156.     {
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  7159.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  7160.         $instance->setName('messenger:stop-workers');
  7161.         $instance->setDescription('Stop workers after their current message');
  7162.         return $instance;
  7163.     }
  7164.     /**
  7165.      * Gets the private 'console.command.router_debug' shared service.
  7166.      *
  7167.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7168.      */
  7169.     protected function getConsole_Command_RouterDebugService()
  7170.     {
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7174.         $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()));
  7175.         $instance->setName('debug:router');
  7176.         $instance->setDescription('Display current routes for an application');
  7177.         return $instance;
  7178.     }
  7179.     /**
  7180.      * Gets the private 'console.command.router_match' shared service.
  7181.      *
  7182.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7183.      */
  7184.     protected function getConsole_Command_RouterMatchService()
  7185.     {
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7188.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  7189.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7190.         }, 1));
  7191.         $instance->setName('router:match');
  7192.         $instance->setDescription('Help debug routes by simulating a path info match');
  7193.         return $instance;
  7194.     }
  7195.     /**
  7196.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7197.      *
  7198.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7199.      */
  7200.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7201.     {
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7206.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7207.         $instance->setName('secrets:decrypt-to-local');
  7208.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  7209.         return $instance;
  7210.     }
  7211.     /**
  7212.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7213.      *
  7214.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7215.      */
  7216.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7222.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7223.         $instance->setName('secrets:encrypt-from-local');
  7224.         $instance->setDescription('Encrypt all local secrets to the vault');
  7225.         return $instance;
  7226.     }
  7227.     /**
  7228.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7229.      *
  7230.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7231.      */
  7232.     protected function getConsole_Command_SecretsGenerateKeyService()
  7233.     {
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7238.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7239.         $instance->setName('secrets:generate-keys');
  7240.         $instance->setDescription('Generate new encryption keys');
  7241.         return $instance;
  7242.     }
  7243.     /**
  7244.      * Gets the private 'console.command.secrets_list' shared service.
  7245.      *
  7246.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7247.      */
  7248.     protected function getConsole_Command_SecretsListService()
  7249.     {
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7254.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7255.         $instance->setName('secrets:list');
  7256.         $instance->setDescription('List all secrets');
  7257.         return $instance;
  7258.     }
  7259.     /**
  7260.      * Gets the private 'console.command.secrets_remove' shared service.
  7261.      *
  7262.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7263.      */
  7264.     protected function getConsole_Command_SecretsRemoveService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7270.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7271.         $instance->setName('secrets:remove');
  7272.         $instance->setDescription('Remove a secret from the vault');
  7273.         return $instance;
  7274.     }
  7275.     /**
  7276.      * Gets the private 'console.command.secrets_set' shared service.
  7277.      *
  7278.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7279.      */
  7280.     protected function getConsole_Command_SecretsSetService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7286.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7287.         $instance->setName('secrets:set');
  7288.         $instance->setDescription('Set a secret in the vault');
  7289.         return $instance;
  7290.     }
  7291.     /**
  7292.      * Gets the private 'console.command.translation_debug' shared service.
  7293.      *
  7294.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7295.      */
  7296.     protected function getConsole_Command_TranslationDebugService()
  7297.     {
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7300.         $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/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views/bundles/ApiPlatformBundle'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 15 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/AdminLogType.php'), 16 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/Helper/AdminLogRenderer.php'), 17 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/DWGingerRuntime.php'), 18 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DashboardController.php'), 19 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/PersonController.php'), 20 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/XlsExporterTrait.php'), 21 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/TagController.php'), 22 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/AttributeController.php'), 23 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/UserController.php'), 24 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DuplicateController.php'), 25 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/GroupController.php'), 26 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/IntegrationController.php'), 27 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Form/Type/FileImportPreviewType.php'), 28 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Importer/PersonImporter.php'), 29 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/EventSubscriber/FileImportStatusManager.php'), 30 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/EventSubscriber/ReportResultGenerator.php'), 31 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/IdMatcher.php'), 32 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/EmailMatcher.php'), 33 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Context/PersonContext.php'), 34 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Encoder/XlsxEncoder.php'), 35 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/ContainsRequiredPropsConstraintValidator.php'), 36 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/NoExtraFieldsConstraintValidator.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 41 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  7301.         $instance->setName('debug:translation');
  7302.         $instance->setDescription('Display translation messages information');
  7303.         return $instance;
  7304.     }
  7305.     /**
  7306.      * Gets the private 'console.command.translation_extract' shared service.
  7307.      *
  7308.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7309.      */
  7310.     protected function getConsole_Command_TranslationExtractService()
  7311.     {
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7314.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'de', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/templates'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views/bundles/ApiPlatformBundle'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 14 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 15 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/AdminLogType.php'), 16 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/Helper/AdminLogRenderer.php'), 17 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/DWGingerRuntime.php'), 18 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DashboardController.php'), 19 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/PersonController.php'), 20 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/XlsExporterTrait.php'), 21 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/TagController.php'), 22 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/AttributeController.php'), 23 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/UserController.php'), 24 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/DuplicateController.php'), 25 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/GroupController.php'), 26 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Controller/IntegrationController.php'), 27 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Form/Type/FileImportPreviewType.php'), 28 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Importer/PersonImporter.php'), 29 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/EventSubscriber/FileImportStatusManager.php'), 30 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Messenger/EventSubscriber/ReportResultGenerator.php'), 31 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/IdMatcher.php'), 32 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Matcher/EmailMatcher.php'), 33 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Context/PersonContext.php'), 34 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Serializer/Encoder/XlsxEncoder.php'), 35 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/ContainsRequiredPropsConstraintValidator.php'), 36 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Import/Xlsx/Validator/NoExtraFieldsConstraintValidator.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 41 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
  7315.         $instance->setName('translation:extract');
  7316.         $instance->setAliases([=> 'translation:update']);
  7317.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  7318.         return $instance;
  7319.     }
  7320.     /**
  7321.      * Gets the private 'console.command.translation_pull' shared service.
  7322.      *
  7323.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  7324.      */
  7325.     protected function getConsole_Command_TranslationPullService()
  7326.     {
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  7330.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'de', [], []);
  7331.         $instance->setName('translation:pull');
  7332.         $instance->setDescription('Pull translations from a given provider.');
  7333.         return $instance;
  7334.     }
  7335.     /**
  7336.      * Gets the private 'console.command.translation_push' shared service.
  7337.      *
  7338.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  7339.      */
  7340.     protected function getConsole_Command_TranslationPushService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  7345.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  7346.         $instance->setName('translation:push');
  7347.         $instance->setDescription('Push translations to a given provider.');
  7348.         return $instance;
  7349.     }
  7350.     /**
  7351.      * Gets the private 'console.command.validator_debug' shared service.
  7352.      *
  7353.      * @return \Symfony\Component\Validator\Command\DebugCommand
  7354.      */
  7355.     protected function getConsole_Command_ValidatorDebugService()
  7356.     {
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  7359.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7360.         $instance->setName('debug:validator');
  7361.         $instance->setDescription('Display validation constraints for classes');
  7362.         return $instance;
  7363.     }
  7364.     /**
  7365.      * Gets the private 'console.command.xliff_lint' shared service.
  7366.      *
  7367.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  7368.      */
  7369.     protected function getConsole_Command_XliffLintService()
  7370.     {
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7373.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  7374.         $instance->setName('lint:xliff');
  7375.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  7376.         return $instance;
  7377.     }
  7378.     /**
  7379.      * Gets the private 'console.command.yaml_lint' shared service.
  7380.      *
  7381.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7382.      */
  7383.     protected function getConsole_Command_YamlLintService()
  7384.     {
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7388.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7389.         $instance->setName('lint:yaml');
  7390.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  7391.         return $instance;
  7392.     }
  7393.     /**
  7394.      * Gets the private 'console.error_listener' shared service.
  7395.      *
  7396.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7397.      */
  7398.     protected function getConsole_ErrorListenerService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7401.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7402.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7403.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7404.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7405.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7406.     }
  7407.     /**
  7408.      * Gets the private 'container.env_var_processor' shared service.
  7409.      *
  7410.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7411.      */
  7412.     protected function getContainer_EnvVarProcessorService()
  7413.     {
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7416.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7417.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  7418.         }, 1));
  7419.     }
  7420.     /**
  7421.      * Gets the private 'container.getenv' shared service.
  7422.      *
  7423.      * @return \Closure
  7424.      */
  7425.     protected function getContainer_GetenvService()
  7426.     {
  7427.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  7428.     }
  7429.     /**
  7430.      * Gets the private 'data_collector.form' shared service.
  7431.      *
  7432.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7433.      */
  7434.     protected function getDataCollector_FormService()
  7435.     {
  7436.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7437.     }
  7438.     /**
  7439.      * Gets the private 'data_collector.request' shared service.
  7440.      *
  7441.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  7442.      */
  7443.     protected function getDataCollector_RequestService()
  7444.     {
  7445.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7446.     }
  7447.     /**
  7448.      * Gets the private 'data_collector.request.session_collector' shared service.
  7449.      *
  7450.      * @return \Closure
  7451.      */
  7452.     protected function getDataCollector_Request_SessionCollectorService()
  7453.     {
  7454.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  7455.     }
  7456.     /**
  7457.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  7458.      *
  7459.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  7460.      */
  7461.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  7462.     {
  7463.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  7464.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  7465.         }, 1)));
  7466.     }
  7467.     /**
  7468.      * Gets the private 'debug.api_platform.data_persister' shared service.
  7469.      *
  7470.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  7471.      */
  7472.     protected function getDebug_ApiPlatform_DataPersisterService()
  7473.     {
  7474.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  7475.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  7476.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  7477.         }, 2)));
  7478.     }
  7479.     /**
  7480.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  7481.      *
  7482.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  7483.      */
  7484.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  7485.     {
  7486.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  7487.             yield => ($this->privates['DW\\GingerBundle\\ApiPlatform\\DataProvider\\AppItemDataProvider'] ?? $this->getAppItemDataProviderService());
  7488.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  7489.         }, 2)));
  7490.     }
  7491.     /**
  7492.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  7493.      *
  7494.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  7495.      */
  7496.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  7497.     {
  7498.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  7499.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  7500.         }, 1)));
  7501.     }
  7502.     /**
  7503.      * Gets the private 'debug.argument_resolver.default' shared service.
  7504.      *
  7505.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7506.      */
  7507.     protected function getDebug_ArgumentResolver_DefaultService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7512.         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))));
  7513.     }
  7514.     /**
  7515.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7516.      *
  7517.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7518.      */
  7519.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7520.     {
  7521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7524.         $a = ($this->privates['.service_locator.OzEewHY'] ?? $this->get_ServiceLocator_OzEewHYService());
  7525.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  7526.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  7527.         }
  7528.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7529.     }
  7530.     /**
  7531.      * Gets the private 'debug.argument_resolver.request' shared service.
  7532.      *
  7533.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7534.      */
  7535.     protected function getDebug_ArgumentResolver_RequestService()
  7536.     {
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7540.         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))));
  7541.     }
  7542.     /**
  7543.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7544.      *
  7545.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7546.      */
  7547.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7552.         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))));
  7553.     }
  7554.     /**
  7555.      * Gets the private 'debug.argument_resolver.service' shared service.
  7556.      *
  7557.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7558.      */
  7559.     protected function getDebug_ArgumentResolver_ServiceService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7564.         $a = ($this->privates['.service_locator.OzEewHY'] ?? $this->get_ServiceLocator_OzEewHYService());
  7565.         if (isset($this->privates['debug.argument_resolver.service'])) {
  7566.             return $this->privates['debug.argument_resolver.service'];
  7567.         }
  7568.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7569.     }
  7570.     /**
  7571.      * Gets the private 'debug.argument_resolver.session' shared service.
  7572.      *
  7573.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7574.      */
  7575.     protected function getDebug_ArgumentResolver_SessionService()
  7576.     {
  7577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7580.         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))));
  7581.     }
  7582.     /**
  7583.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7584.      *
  7585.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7586.      */
  7587.     protected function getDebug_ArgumentResolver_VariadicService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7592.         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))));
  7593.     }
  7594.     /**
  7595.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7596.      *
  7597.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7598.      */
  7599.     protected function getDebug_DebugHandlersListenerService()
  7600.     {
  7601.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7602.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7603.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7604.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7605.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7606.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  7607.     }
  7608.     /**
  7609.      * Gets the private 'debug.dump_listener' shared service.
  7610.      *
  7611.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7612.      */
  7613.     protected function getDebug_DumpListenerService()
  7614.     {
  7615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7616.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7617.         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()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  7618.     }
  7619.     /**
  7620.      * Gets the private 'debug.file_link_formatter' shared service.
  7621.      *
  7622.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7623.      */
  7624.     protected function getDebug_FileLinkFormatterService()
  7625.     {
  7626.         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 () {
  7627.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7628.         });
  7629.     }
  7630.     /**
  7631.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7632.      *
  7633.      * @return \string
  7634.      */
  7635.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7636.     {
  7637.         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');
  7638.     }
  7639.     /**
  7640.      * Gets the private 'debug.log_processor' shared service.
  7641.      *
  7642.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7643.      */
  7644.     protected function getDebug_LogProcessorService()
  7645.     {
  7646.         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())));
  7647.     }
  7648.     /**
  7649.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7650.      *
  7651.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7652.      */
  7653.     protected function getDebug_Security_Access_DecisionManagerService()
  7654.     {
  7655.         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 () {
  7656.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7657.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7658.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7659.             yield => ($this->privates['debug.security.voter.security.access.person_voter'] ?? $this->getDebug_Security_Voter_Security_Access_PersonVoterService());
  7660.             yield => ($this->privates['debug.security.voter.security.access.tag_voter'] ?? $this->getDebug_Security_Voter_Security_Access_TagVoterService());
  7661.             yield => ($this->privates['debug.security.voter.security.access.attribute_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AttributeVoterService());
  7662.             yield => ($this->privates['debug.security.voter.security.access.user_voter'] ?? $this->getDebug_Security_Voter_Security_Access_UserVoterService());
  7663.             yield => ($this->privates['debug.security.voter.security.access.group_voter'] ?? $this->getDebug_Security_Voter_Security_Access_GroupVoterService());
  7664.             yield => ($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'] ?? $this->getFileImportVoterService());
  7665.             yield => ($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'] ?? $this->getIntergartionVoterService());
  7666.         }, 10), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  7667.     }
  7668.     /**
  7669.      * Gets the private 'debug.security.firewall' shared service.
  7670.      *
  7671.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7672.      */
  7673.     protected function getDebug_Security_FirewallService()
  7674.     {
  7675.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  7676.         if (isset($this->privates['debug.security.firewall'])) {
  7677.             return $this->privates['debug.security.firewall'];
  7678.         }
  7679.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7680.         if (isset($this->privates['debug.security.firewall'])) {
  7681.             return $this->privates['debug.security.firewall'];
  7682.         }
  7683.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  7684.     }
  7685.     /**
  7686.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7687.      *
  7688.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7689.      */
  7690.     protected function getDebug_Security_UserValueResolverService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7695.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7696.     }
  7697.     /**
  7698.      * Gets the private 'debug.security.voter.DW\GingerBundle\Security\FileImportVoter' shared service.
  7699.      *
  7700.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7701.      */
  7702.     protected function getFileImportVoterService()
  7703.     {
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/FileImportVoter.php';
  7709.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7710.         if (isset($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'])) {
  7711.             return $this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'];
  7712.         }
  7713.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7714.         if (isset($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'])) {
  7715.             return $this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'];
  7716.         }
  7717.         return $this->privates['debug.security.voter.DW\\GingerBundle\\Security\\FileImportVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\FileImportVoter($a), $b);
  7718.     }
  7719.     /**
  7720.      * Gets the private 'debug.security.voter.DW\GingerBundle\Security\IntergartionVoter' shared service.
  7721.      *
  7722.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7723.      */
  7724.     protected function getIntergartionVoterService()
  7725.     {
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/IntergartionVoter.php';
  7731.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7732.         if (isset($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'])) {
  7733.             return $this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'];
  7734.         }
  7735.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7736.         if (isset($this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'])) {
  7737.             return $this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'];
  7738.         }
  7739.         return $this->privates['debug.security.voter.DW\\GingerBundle\\Security\\IntergartionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\IntergartionVoter($a), $b);
  7740.     }
  7741.     /**
  7742.      * Gets the private 'debug.security.voter.security.access.attribute_voter' shared service.
  7743.      *
  7744.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7745.      */
  7746.     protected function getDebug_Security_Voter_Security_Access_AttributeVoterService()
  7747.     {
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/AttributeVoter.php';
  7753.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7754.         if (isset($this->privates['debug.security.voter.security.access.attribute_voter'])) {
  7755.             return $this->privates['debug.security.voter.security.access.attribute_voter'];
  7756.         }
  7757.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7758.         if (isset($this->privates['debug.security.voter.security.access.attribute_voter'])) {
  7759.             return $this->privates['debug.security.voter.security.access.attribute_voter'];
  7760.         }
  7761.         return $this->privates['debug.security.voter.security.access.attribute_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\AttributeVoter($a), $b);
  7762.     }
  7763.     /**
  7764.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7767.      */
  7768.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7774.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7775.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  7776.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  7777.         }
  7778.         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()))), $a);
  7779.     }
  7780.     /**
  7781.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7782.      *
  7783.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7784.      */
  7785.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7791.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7792.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  7793.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  7794.         }
  7795.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7796.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  7797.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  7798.         }
  7799.         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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  7800.     }
  7801.     /**
  7802.      * Gets the private 'debug.security.voter.security.access.group_voter' shared service.
  7803.      *
  7804.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7805.      */
  7806.     protected function getDebug_Security_Voter_Security_Access_GroupVoterService()
  7807.     {
  7808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/GroupVoter.php';
  7813.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7814.         if (isset($this->privates['debug.security.voter.security.access.group_voter'])) {
  7815.             return $this->privates['debug.security.voter.security.access.group_voter'];
  7816.         }
  7817.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7818.         if (isset($this->privates['debug.security.voter.security.access.group_voter'])) {
  7819.             return $this->privates['debug.security.voter.security.access.group_voter'];
  7820.         }
  7821.         return $this->privates['debug.security.voter.security.access.group_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\GroupVoter($a), $b);
  7822.     }
  7823.     /**
  7824.      * Gets the private 'debug.security.voter.security.access.person_voter' shared service.
  7825.      *
  7826.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7827.      */
  7828.     protected function getDebug_Security_Voter_Security_Access_PersonVoterService()
  7829.     {
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7834.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/PersonVoter.php';
  7835.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7836.         if (isset($this->privates['debug.security.voter.security.access.person_voter'])) {
  7837.             return $this->privates['debug.security.voter.security.access.person_voter'];
  7838.         }
  7839.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7840.         if (isset($this->privates['debug.security.voter.security.access.person_voter'])) {
  7841.             return $this->privates['debug.security.voter.security.access.person_voter'];
  7842.         }
  7843.         return $this->privates['debug.security.voter.security.access.person_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\PersonVoter($a), $b);
  7844.     }
  7845.     /**
  7846.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7847.      *
  7848.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7849.      */
  7850.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7851.     {
  7852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7857.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7858.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  7859.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  7860.         }
  7861.         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())), $a);
  7862.     }
  7863.     /**
  7864.      * Gets the private 'debug.security.voter.security.access.tag_voter' shared service.
  7865.      *
  7866.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7867.      */
  7868.     protected function getDebug_Security_Voter_Security_Access_TagVoterService()
  7869.     {
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/TagVoter.php';
  7875.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7876.         if (isset($this->privates['debug.security.voter.security.access.tag_voter'])) {
  7877.             return $this->privates['debug.security.voter.security.access.tag_voter'];
  7878.         }
  7879.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7880.         if (isset($this->privates['debug.security.voter.security.access.tag_voter'])) {
  7881.             return $this->privates['debug.security.voter.security.access.tag_voter'];
  7882.         }
  7883.         return $this->privates['debug.security.voter.security.access.tag_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\TagVoter($a), $b);
  7884.     }
  7885.     /**
  7886.      * Gets the private 'debug.security.voter.security.access.user_voter' shared service.
  7887.      *
  7888.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7889.      */
  7890.     protected function getDebug_Security_Voter_Security_Access_UserVoterService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Security/UserVoter.php';
  7897.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7898.         if (isset($this->privates['debug.security.voter.security.access.user_voter'])) {
  7899.             return $this->privates['debug.security.voter.security.access.user_voter'];
  7900.         }
  7901.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7902.         if (isset($this->privates['debug.security.voter.security.access.user_voter'])) {
  7903.             return $this->privates['debug.security.voter.security.access.user_voter'];
  7904.         }
  7905.         return $this->privates['debug.security.voter.security.access.user_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \DW\GingerBundle\Security\UserVoter($a), $b);
  7906.     }
  7907.     /**
  7908.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7909.      *
  7910.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7911.      */
  7912.     protected function getDebug_Security_Voter_VoteListenerService()
  7913.     {
  7914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7915.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  7916.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  7917.             return $this->privates['debug.security.voter.vote_listener'];
  7918.         }
  7919.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  7920.     }
  7921.     /**
  7922.      * Gets the private 'default.storage' shared service.
  7923.      *
  7924.      * @return \League\Flysystem\Filesystem
  7925.      */
  7926.     protected function getDefault_StorageService()
  7927.     {
  7928.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/UnixVisibility/VisibilityConverter.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php';
  7938.         return $this->privates['default.storage'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/storage/default'), \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420'private' => 384], 'dir' => ['public' => 493'private' => 448]]), 02NULLfalse), ['visibility' => NULL'directory_visibility' => NULL'case_sensitive' => true'disable_asserts' => false]);
  7939.     }
  7940.     /**
  7941.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7942.      *
  7943.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  7944.      */
  7945.     protected function getDoctrine_CacheClearMetadataCommandService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7951.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7952.         $instance->setName('doctrine:cache:clear-metadata');
  7953.         return $instance;
  7954.     }
  7955.     /**
  7956.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7957.      *
  7958.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  7959.      */
  7960.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7961.     {
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7964.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  7966.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7967.         $instance->setName('doctrine:cache:clear-query');
  7968.         return $instance;
  7969.     }
  7970.     /**
  7971.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7972.      *
  7973.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  7974.      */
  7975.     protected function getDoctrine_CacheClearResultCommandService()
  7976.     {
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  7981.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7982.         $instance->setName('doctrine:cache:clear-result');
  7983.         return $instance;
  7984.     }
  7985.     /**
  7986.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7987.      *
  7988.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  7989.      */
  7990.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7993.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7996.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7997.         $instance->setName('doctrine:cache:clear-collection-region');
  7998.         return $instance;
  7999.     }
  8000.     /**
  8001.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8002.      *
  8003.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  8004.      */
  8005.     protected function getDoctrine_ClearEntityRegionCommandService()
  8006.     {
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8011.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8012.         $instance->setName('doctrine:cache:clear-entity-region');
  8013.         return $instance;
  8014.     }
  8015.     /**
  8016.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8017.      *
  8018.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  8019.      */
  8020.     protected function getDoctrine_ClearQueryRegionCommandService()
  8021.     {
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8026.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8027.         $instance->setName('doctrine:cache:clear-query-region');
  8028.         return $instance;
  8029.     }
  8030.     /**
  8031.      * Gets the private 'doctrine.database_create_command' shared service.
  8032.      *
  8033.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8034.      */
  8035.     protected function getDoctrine_DatabaseCreateCommandService()
  8036.     {
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
  8040.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8041.         $instance->setName('doctrine:database:create');
  8042.         return $instance;
  8043.     }
  8044.     /**
  8045.      * Gets the private 'doctrine.database_drop_command' shared service.
  8046.      *
  8047.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  8048.      */
  8049.     protected function getDoctrine_DatabaseDropCommandService()
  8050.     {
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
  8054.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8055.         $instance->setName('doctrine:database:drop');
  8056.         return $instance;
  8057.     }
  8058.     /**
  8059.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  8060.      *
  8061.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  8062.      */
  8063.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  8064.     {
  8065.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8066.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener' => ['privates''DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener''getAddressFlushListenerService'false],
  8067.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber' => ['privates''DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber''getPersonSubscriberService'false],
  8068.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  8069.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  8070.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  8071.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  8072.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'false],
  8073.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  8074.             'dw_ginger.doctrine.topic_attribute_subscriber' => ['privates''dw_ginger.doctrine.topic_attribute_subscriber''getDwGinger_Doctrine_TopicAttributeSubscriberService'false],
  8075.             'fos_elastica.listener.admin_logs' => ['privates''fos_elastica.listener.admin_logs''getFosElastica_Listener_AdminLogsService'false],
  8076.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  8077.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  8078.         ], [
  8079.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener' => '?',
  8080.             'DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber' => '?',
  8081.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  8082.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  8083.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  8084.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  8085.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  8086.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  8087.             'dw_ginger.doctrine.topic_attribute_subscriber' => '?',
  8088.             'fos_elastica.listener.admin_logs' => '?',
  8089.             'stof_doctrine_extensions.listener.blameable' => '?',
  8090.             'stof_doctrine_extensions.listener.timestampable' => '?',
  8091.         ]), [=> 'dw_ginger.doctrine.topic_attribute_subscriber'=> 'DW\\GingerBundle\\EventSubscriber\\Doctrine\\PersonSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.listeners.resolve_target_entity'], => [=> [=> 'onClassMetadataNotFound'], => 'doctrine.orm.listeners.resolve_target_entity'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 10 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 11 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable'], 12 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.blameable'], 13 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.blameable'], 14 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.blameable'], 15 => [=> [=> 'onFlush'], => 'DW\\GingerBundle\\EventSubscriber\\Doctrine\\AddressFlushListener'], 16 => [=> [=> 'postPersist'], => 'fos_elastica.listener.admin_logs'], 17 => [=> [=> 'postUpdate'], => 'fos_elastica.listener.admin_logs'], 18 => [=> [=> 'preRemove'], => 'fos_elastica.listener.admin_logs'], 19 => [=> [=> 'postFlush'], => 'fos_elastica.listener.admin_logs']]);
  8092.     }
  8093.     /**
  8094.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  8095.      *
  8096.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  8097.      */
  8098.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  8099.     {
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  8104.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8105.         $instance->setName('doctrine:ensure-production-settings');
  8106.         return $instance;
  8107.     }
  8108.     /**
  8109.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  8110.      *
  8111.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  8112.      */
  8113.     protected function getDoctrine_MappingConvertCommandService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  8119.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8120.         $instance->setName('doctrine:mapping:convert');
  8121.         return $instance;
  8122.     }
  8123.     /**
  8124.      * Gets the private 'doctrine.mapping_import_command' shared service.
  8125.      *
  8126.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  8127.      */
  8128.     protected function getDoctrine_MappingImportCommandService()
  8129.     {
  8130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
  8132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
  8133.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  8134.         $instance->setName('doctrine:mapping:import');
  8135.         return $instance;
  8136.     }
  8137.     /**
  8138.      * Gets the private 'doctrine.mapping_info_command' shared service.
  8139.      *
  8140.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  8141.      */
  8142.     protected function getDoctrine_MappingInfoCommandService()
  8143.     {
  8144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  8148.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8149.         $instance->setName('doctrine:mapping:info');
  8150.         return $instance;
  8151.     }
  8152.     /**
  8153.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  8154.      *
  8155.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  8156.      */
  8157.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  8158.     {
  8159.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  8161.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  8162.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  8163.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  8164.         }
  8165.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  8166.     }
  8167.     /**
  8168.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  8169.      *
  8170.      * @return \Doctrine\Migrations\DependencyFactory
  8171.      */
  8172.     protected function getDoctrine_Migrations_DependencyFactoryService()
  8173.     {
  8174.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  8180.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  8181.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  8182.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  8183.         $a->setAllOrNothing(false);
  8184.         $a->setCheckDatabasePlatform(true);
  8185.         $a->setTransactional(true);
  8186.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  8187.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8188.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  8189.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  8190.         });
  8191.         return $instance;
  8192.     }
  8193.     /**
  8194.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  8195.      *
  8196.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  8197.      */
  8198.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  8199.     {
  8200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  8202.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8203.     }
  8204.     /**
  8205.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  8206.      *
  8207.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  8208.      */
  8209.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  8210.     {
  8211.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  8212.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8213.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  8214.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  8215.         }
  8216.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  8217.     }
  8218.     /**
  8219.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  8220.      *
  8221.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  8222.      */
  8223.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  8226.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  8227.     }
  8228.     /**
  8229.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  8230.      *
  8231.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  8232.      */
  8233.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  8234.     {
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  8236.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  8237.     }
  8238.     /**
  8239.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  8240.      *
  8241.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  8242.      */
  8243.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  8244.     {
  8245.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  8246.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  8247.             return new \EmptyIterator();
  8248.         }, 0));
  8249.     }
  8250.     /**
  8251.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  8252.      *
  8253.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  8254.      */
  8255.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  8258.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  8259.     }
  8260.     /**
  8261.      * Gets the private 'doctrine.orm.listeners.resolve_target_entity' shared service.
  8262.      *
  8263.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  8264.      */
  8265.     protected function getDoctrine_Orm_Listeners_ResolveTargetEntityService()
  8266.     {
  8267.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/ResolveTargetEntityListener.php';
  8268.         $this->privates['doctrine.orm.listeners.resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  8269.         $instance->addResolveTargetEntity('DW\\GingerBundle\\Entity\\TagInterface''App\\Entity\\Tag', []);
  8270.         $instance->addResolveTargetEntity('DW\\GingerBundle\\Entity\\AttributeInterface''DW\\GingerBundle\\Entity\\BaseAttribute', []);
  8271.         $instance->addResolveTargetEntity('DW\\GingerBundle\\Entity\\PersonInterface''App\\Entity\\Contact', []);
  8272.         $instance->addResolveTargetEntity('DW\\GingerBundle\\Entity\\GroupInterface''App\\Entity\\Group', []);
  8273.         return $instance;
  8274.     }
  8275.     /**
  8276.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  8277.      *
  8278.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  8279.      */
  8280.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  8281.     {
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  8283.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  8284.             yield => ($this->privates['messenger.transport.async_priority_high'] ?? $this->getMessenger_Transport_AsyncPriorityHighService());
  8285.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  8286.             yield => ($this->privates['messenger.transport.async_priority_low'] ?? $this->getMessenger_Transport_AsyncPriorityLowService());
  8287.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  8288.         }, 4));
  8289.     }
  8290.     /**
  8291.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  8292.      *
  8293.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  8294.      */
  8295.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  8298.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8299.     }
  8300.     /**
  8301.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  8302.      *
  8303.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  8304.      */
  8305.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  8306.     {
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  8309.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8310.     }
  8311.     /**
  8312.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  8313.      *
  8314.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  8315.      */
  8316.     protected function getDoctrine_Orm_Validator_UniqueService()
  8317.     {
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8320.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  8321.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8322.     }
  8323.     /**
  8324.      * Gets the private 'doctrine.query_dql_command' shared service.
  8325.      *
  8326.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  8327.      */
  8328.     protected function getDoctrine_QueryDqlCommandService()
  8329.     {
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8331.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  8334.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8335.         $instance->setName('doctrine:query:dql');
  8336.         return $instance;
  8337.     }
  8338.     /**
  8339.      * Gets the private 'doctrine.query_sql_command' shared service.
  8340.      *
  8341.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  8342.      */
  8343.     protected function getDoctrine_QuerySqlCommandService()
  8344.     {
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  8348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
  8349.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  8350.         $instance->setName('doctrine:query:sql');
  8351.         return $instance;
  8352.     }
  8353.     /**
  8354.      * Gets the private 'doctrine.schema_create_command' shared service.
  8355.      *
  8356.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  8357.      */
  8358.     protected function getDoctrine_SchemaCreateCommandService()
  8359.     {
  8360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8361.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  8365.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8366.         $instance->setName('doctrine:schema:create');
  8367.         return $instance;
  8368.     }
  8369.     /**
  8370.      * Gets the private 'doctrine.schema_drop_command' shared service.
  8371.      *
  8372.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  8373.      */
  8374.     protected function getDoctrine_SchemaDropCommandService()
  8375.     {
  8376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8377.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  8381.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8382.         $instance->setName('doctrine:schema:drop');
  8383.         return $instance;
  8384.     }
  8385.     /**
  8386.      * Gets the private 'doctrine.schema_update_command' shared service.
  8387.      *
  8388.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  8389.      */
  8390.     protected function getDoctrine_SchemaUpdateCommandService()
  8391.     {
  8392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  8397.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8398.         $instance->setName('doctrine:schema:update');
  8399.         return $instance;
  8400.     }
  8401.     /**
  8402.      * Gets the private 'doctrine.schema_validate_command' shared service.
  8403.      *
  8404.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  8405.      */
  8406.     protected function getDoctrine_SchemaValidateCommandService()
  8407.     {
  8408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  8410.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  8411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  8412.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  8413.         $instance->setName('doctrine:schema:validate');
  8414.         return $instance;
  8415.     }
  8416.     /**
  8417.      * Gets the private 'doctrine.ulid_generator' shared service.
  8418.      *
  8419.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  8420.      */
  8421.     protected function getDoctrine_UlidGeneratorService()
  8422.     {
  8423.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  8425.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  8426.     }
  8427.     /**
  8428.      * Gets the private 'doctrine.uuid_generator' shared service.
  8429.      *
  8430.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  8431.      */
  8432.     protected function getDoctrine_UuidGeneratorService()
  8433.     {
  8434.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  8435.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  8436.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  8437.     }
  8438.     /**
  8439.      * Gets the private 'doctrine_migrations.current_command' shared service.
  8440.      *
  8441.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  8442.      */
  8443.     protected function getDoctrineMigrations_CurrentCommandService()
  8444.     {
  8445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8446.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  8448.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  8449.         $instance->setName('doctrine:migrations:current');
  8450.         $instance->setDescription('Outputs the current version');
  8451.         return $instance;
  8452.     }
  8453.     /**
  8454.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  8455.      *
  8456.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  8457.      */
  8458.     protected function getDoctrineMigrations_DiffCommandService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8461.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8462.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  8463.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  8464.         $instance->setName('doctrine:migrations:diff');
  8465.         $instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
  8466.         return $instance;
  8467.     }
  8468.     /**
  8469.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  8470.      *
  8471.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  8472.      */
  8473.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  8474.     {
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  8478.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  8479.         $instance->setName('doctrine:migrations:dump-schema');
  8480.         $instance->setDescription('Dump the schema for your database to a migration.');
  8481.         return $instance;
  8482.     }
  8483.     /**
  8484.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  8485.      *
  8486.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  8487.      */
  8488.     protected function getDoctrineMigrations_ExecuteCommandService()
  8489.     {
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  8493.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  8494.         $instance->setName('doctrine:migrations:execute');
  8495.         $instance->setDescription('Execute one or more migration versions up or down manually.');
  8496.         return $instance;
  8497.     }
  8498.     /**
  8499.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  8500.      *
  8501.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  8502.      */
  8503.     protected function getDoctrineMigrations_GenerateCommandService()
  8504.     {
  8505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8506.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8507.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  8508.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  8509.         $instance->setName('doctrine:migrations:generate');
  8510.         $instance->setDescription('Generate a blank migration class.');
  8511.         return $instance;
  8512.     }
  8513.     /**
  8514.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8515.      *
  8516.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8517.      */
  8518.     protected function getDoctrineMigrations_LatestCommandService()
  8519.     {
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8523.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  8524.         $instance->setName('doctrine:migrations:latest');
  8525.         $instance->setDescription('Outputs the latest version');
  8526.         return $instance;
  8527.     }
  8528.     /**
  8529.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8530.      *
  8531.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8532.      */
  8533.     protected function getDoctrineMigrations_MigrateCommandService()
  8534.     {
  8535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8536.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8537.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8538.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  8539.         $instance->setName('doctrine:migrations:migrate');
  8540.         $instance->setDescription('Execute a migration to a specified version or the latest available version.');
  8541.         return $instance;
  8542.     }
  8543.     /**
  8544.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8545.      *
  8546.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8547.      */
  8548.     protected function getDoctrineMigrations_RollupCommandService()
  8549.     {
  8550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8551.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8552.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8553.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  8554.         $instance->setName('doctrine:migrations:rollup');
  8555.         $instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
  8556.         return $instance;
  8557.     }
  8558.     /**
  8559.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8560.      *
  8561.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8562.      */
  8563.     protected function getDoctrineMigrations_StatusCommandService()
  8564.     {
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8567.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8568.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  8569.         $instance->setName('doctrine:migrations:status');
  8570.         $instance->setDescription('View the status of a set of migrations.');
  8571.         return $instance;
  8572.     }
  8573.     /**
  8574.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8575.      *
  8576.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8577.      */
  8578.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  8583.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  8584.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8585.         $instance->setDescription('Ensures that the metadata storage is at the latest version.');
  8586.         return $instance;
  8587.     }
  8588.     /**
  8589.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8590.      *
  8591.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8592.      */
  8593.     protected function getDoctrineMigrations_UpToDateCommandService()
  8594.     {
  8595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8596.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8598.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  8599.         $instance->setName('doctrine:migrations:up-to-date');
  8600.         $instance->setDescription('Tells you if your schema is up-to-date.');
  8601.         return $instance;
  8602.     }
  8603.     /**
  8604.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8605.      *
  8606.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8607.      */
  8608.     protected function getDoctrineMigrations_VersionCommandService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8613.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  8614.         $instance->setName('doctrine:migrations:version');
  8615.         $instance->setDescription('Manually add and delete migration versions from the version table.');
  8616.         return $instance;
  8617.     }
  8618.     /**
  8619.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8620.      *
  8621.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8622.      */
  8623.     protected function getDoctrineMigrations_VersionsCommandService()
  8624.     {
  8625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8627.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  8628.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  8629.         $instance->setName('doctrine:migrations:list');
  8630.         $instance->setDescription('Display a list of all available migrations and their status.');
  8631.         return $instance;
  8632.     }
  8633.     /**
  8634.      * Gets the private 'dw_ginger.address_serializer_subscriber' shared service.
  8635.      *
  8636.      * @return \DW\GingerBundle\EventSubscriber\Serializer\AddressSerializerSubscriber
  8637.      */
  8638.     protected function getDwGinger_AddressSerializerSubscriberService()
  8639.     {
  8640.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/Serializer/AddressSerializerSubscriber.php';
  8642.         return $this->privates['dw_ginger.address_serializer_subscriber'] = new \DW\GingerBundle\EventSubscriber\Serializer\AddressSerializerSubscriber();
  8643.     }
  8644.     /**
  8645.      * Gets the private 'dw_ginger.admin_log.form_type' shared autowired service.
  8646.      *
  8647.      * @return \DW\GingerBundle\Form\Type\AdminLogType
  8648.      */
  8649.     protected function getDwGinger_AdminLog_FormTypeService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/AdminLogType.php';
  8654.         return $this->privates['dw_ginger.admin_log.form_type'] = new \DW\GingerBundle\Form\Type\AdminLogType(($this->services['translator'] ?? $this->getTranslatorService()));
  8655.     }
  8656.     /**
  8657.      * Gets the private 'dw_ginger.admin_log_manager' shared service.
  8658.      *
  8659.      * @return \DW\GingerBundle\Doctrine\AdminLogManager
  8660.      */
  8661.     protected function getDwGinger_AdminLogManagerService()
  8662.     {
  8663.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/AdminLogManager.php';
  8665.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8666.         if (isset($this->privates['dw_ginger.admin_log_manager'])) {
  8667.             return $this->privates['dw_ginger.admin_log_manager'];
  8668.         }
  8669.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8670.         if (isset($this->privates['dw_ginger.admin_log_manager'])) {
  8671.             return $this->privates['dw_ginger.admin_log_manager'];
  8672.         }
  8673.         return $this->privates['dw_ginger.admin_log_manager'] = new \DW\GingerBundle\Doctrine\AdminLogManager($a$b);
  8674.     }
  8675.     /**
  8676.      * Gets the private 'dw_ginger.attribute.form_type' shared service.
  8677.      *
  8678.      * @return \DW\GingerBundle\Form\Type\AttributeType
  8679.      */
  8680.     protected function getDwGinger_Attribute_FormTypeService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8684.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  8685.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/AttributeType.php';
  8686.         return $this->privates['dw_ginger.attribute.form_type'] = new \DW\GingerBundle\Form\Type\AttributeType('DW\\GingerBundle\\Entity\\BaseAttribute''App\\Entity\\Tag', ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  8687.     }
  8688.     /**
  8689.      * Gets the private 'dw_ginger.attribute_manager' shared service.
  8690.      *
  8691.      * @return \DW\GingerBundle\Doctrine\AttributeManager
  8692.      */
  8693.     protected function getDwGinger_AttributeManagerService()
  8694.     {
  8695.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/BaseManager.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Doctrine/AttributeManager.php';
  8697.         return $this->privates['dw_ginger.attribute_manager'] = new \DW\GingerBundle\Doctrine\AttributeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'DW\\GingerBundle\\Entity\\BaseAttribute');
  8698.     }
  8699.     /**
  8700.      * Gets the private 'dw_ginger.doctrine.topic_attribute_subscriber' shared autowired service.
  8701.      *
  8702.      * @return \DW\GingerBundle\EventSubscriber\Doctrine\TopicAttributeEventDispatcher
  8703.      */
  8704.     protected function getDwGinger_Doctrine_TopicAttributeSubscriberService()
  8705.     {
  8706.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/Doctrine/TopicAttributeEventDispatcher.php';
  8707.         return $this->privates['dw_ginger.doctrine.topic_attribute_subscriber'] = new \DW\GingerBundle\EventSubscriber\Doctrine\TopicAttributeEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8708.     }
  8709.     /**
  8710.      * Gets the private 'dw_ginger.graphql.type_manager' shared autowired service.
  8711.      *
  8712.      * @return \DW\GingerBundle\GraphQL\GraphQLTypeManager
  8713.      */
  8714.     protected function getDwGinger_Graphql_TypeManagerService()
  8715.     {
  8716.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/GraphQLTypeManager.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  8718.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/HasFieldsType.php';
  8719.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/TypeWithFields.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/CompositeType.php';
  8722.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  8723.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  8724.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ImplementingType.php';
  8725.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ObjectType.php';
  8726.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/GraphQLFieldProviderReadyType.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/GraphQLFieldModifierReadyType.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/BaseType.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/Search/SearchResultType.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/Search/PersonResultType.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/PersonType.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  8733.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputObjectType.php';
  8734.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/PersonInputType.php';
  8735.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/UserType.php';
  8736.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/UserInputType.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/TagType.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/GroupType.php';
  8739.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/AddressType.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/AddressInputType.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/DateInputType.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/Type/CountryType.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/GraphQLFieldProviderFactory.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/BaseTypeExtension.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/FieldProviderFactory/UserQueryFields.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/FieldProviderFactory/UserMutationFields.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/FieldProviderFactory/PersonQueryFields.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/FieldProviderFactory/PersonMutationFields.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/GraphQL/FieldProviderFactory/TagQueryFields.php';
  8750.         $this->privates['dw_ginger.graphql.type_manager'] = $instance = new \DW\GingerBundle\GraphQL\GraphQLTypeManager();
  8751.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8752.         $b = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  8753.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8754.         $d = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8755.         $e = ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService());
  8756.         $f = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  8757.         $g = ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService());
  8758.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\Search\PersonResultType($instance));
  8759.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\PersonType($instance));
  8760.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\PersonInputType($instance));
  8761.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\UserType($instance));
  8762.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\UserInputType($instance));
  8763.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\TagType($instance));
  8764.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\GroupType($instance));
  8765.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\AddressType());
  8766.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\AddressInputType('private'));
  8767.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\AddressInputType('company'));
  8768.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\DateInputType());
  8769.         $instance->registerType(new \DW\GingerBundle\GraphQL\Type\CountryType());
  8770.         $instance->registerFieldProviderFactory(new \DW\GingerBundle\GraphQL\FieldProviderFactory\UserQueryFields($instance$a));
  8771.         $instance->registerFieldProviderFactory(new \DW\GingerBundle\GraphQL\FieldProviderFactory\UserMutationFields($instance$a$b, ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), $c));
  8772.         $instance->registerFieldProviderFactory(new \DW\GingerBundle\GraphQL\FieldProviderFactory\PersonQueryFields($instance$b$d$e, ($this->privates['dw_ginger.search.extended_search_builder'] ?? $this->getDwGinger_Search_ExtendedSearchBuilderService()), $f));
  8773.         $instance->registerFieldProviderFactory(new \DW\GingerBundle\GraphQL\FieldProviderFactory\PersonMutationFields($instance$b$d, ($this->privates['dw_ginger.person.form_factory'] ?? $this->getDwGinger_Person_FormFactoryService()), $g, ($this->services['monolog.logger.api'] ?? $this->getMonolog_Logger_ApiService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  8774.         $instance->registerFieldProviderFactory(new \DW\GingerBundle\GraphQL\FieldProviderFactory\TagQueryFields($a$d$c$instance$g$e$f));
  8775.         return $instance;
  8776.     }
  8777.     /**
  8778.      * Gets the private 'dw_ginger.group.form_type' shared service.
  8779.      *
  8780.      * @return \DW\GingerBundle\Form\Type\GroupType
  8781.      */
  8782.     protected function getDwGinger_Group_FormTypeService()
  8783.     {
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8786.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  8787.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/GroupType.php';
  8788.         return $this->privates['dw_ginger.group.form_type'] = new \DW\GingerBundle\Form\Type\GroupType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8789.     }
  8790.     /**
  8791.      * Gets the private 'dw_ginger.integration.form_type' shared service.
  8792.      *
  8793.      * @return \DW\GingerBundle\Form\Type\IntergrationType
  8794.      */
  8795.     protected function getDwGinger_Integration_FormTypeService()
  8796.     {
  8797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8799.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  8800.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/IntergrationType.php';
  8801.         return $this->privates['dw_ginger.integration.form_type'] = new \DW\GingerBundle\Form\Type\IntergrationType('App\\Entity\\Tag''DW\\GingerBundle\\Entity\\BaseAttribute');
  8802.     }
  8803.     /**
  8804.      * Gets the private 'dw_ginger.menu_builder' shared service.
  8805.      *
  8806.      * @return \DW\GingerBundle\Menu\MenuBuilder
  8807.      */
  8808.     protected function getDwGinger_MenuBuilderService()
  8809.     {
  8810.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Menu/MenuBuilder.php';
  8811.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8812.         if (isset($this->privates['dw_ginger.menu_builder'])) {
  8813.             return $this->privates['dw_ginger.menu_builder'];
  8814.         }
  8815.         $b = ($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService());
  8816.         if (isset($this->privates['dw_ginger.menu_builder'])) {
  8817.             return $this->privates['dw_ginger.menu_builder'];
  8818.         }
  8819.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8820.         if (isset($this->privates['dw_ginger.menu_builder'])) {
  8821.             return $this->privates['dw_ginger.menu_builder'];
  8822.         }
  8823.         $d = ($this->privates['dw_ginger.search.doctrine_engine'] ?? $this->getDwGinger_Search_DoctrineEngineService());
  8824.         if (isset($this->privates['dw_ginger.menu_builder'])) {
  8825.             return $this->privates['dw_ginger.menu_builder'];
  8826.         }
  8827.         return $this->privates['dw_ginger.menu_builder'] = new \DW\GingerBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), $a$b, ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService()), $c, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $d);
  8828.     }
  8829.     /**
  8830.      * Gets the private 'dw_ginger.person.form_factory' shared service.
  8831.      *
  8832.      * @return \DW\GingerBundle\Form\Factory\FormFactory
  8833.      */
  8834.     protected function getDwGinger_Person_FormFactoryService()
  8835.     {
  8836.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  8837.         return $this->privates['dw_ginger.person.form_factory'] = new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_crud_person''DW\\GingerBundle\\Form\\Type\\PersonType');
  8838.     }
  8839.     /**
  8840.      * Gets the private 'dw_ginger.person.form_type' shared autowired service.
  8841.      *
  8842.      * @return \DW\GingerBundle\Form\Type\PersonType
  8843.      */
  8844.     protected function getDwGinger_Person_FormTypeService()
  8845.     {
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/PersonType.php';
  8850.         return $this->privates['dw_ginger.person.form_type'] = new \DW\GingerBundle\Form\Type\PersonType(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['dw_ginger.group_manager'] ?? $this->getDwGinger_GroupManagerService()), 'App\\Entity\\Contact''App\\Entity\\Tag');
  8851.     }
  8852.     /**
  8853.      * Gets the private 'dw_ginger.person_tags.form_type' shared autowired service.
  8854.      *
  8855.      * @return \DW\GingerBundle\Form\Type\PersonTagsType
  8856.      */
  8857.     protected function getDwGinger_PersonTags_FormTypeService()
  8858.     {
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/PersonTagsType.php';
  8863.         return $this->privates['dw_ginger.person_tags.form_type'] = new \DW\GingerBundle\Form\Type\PersonTagsType(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['dw_ginger.group_manager'] ?? $this->getDwGinger_GroupManagerService()), 'App\\Entity\\Tag');
  8864.     }
  8865.     /**
  8866.      * Gets the private 'dw_ginger.search.doctrine.filter.persons_by_user_groups' shared autowired service.
  8867.      *
  8868.      * @return \DW\GingerBundle\Search\Doctrine\Filter\PersonsByUserGroupsFilter
  8869.      */
  8870.     protected function getDwGinger_Search_Doctrine_Filter_PersonsByUserGroupsService()
  8871.     {
  8872.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/FilterInterface.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/BaseFilter.php';
  8874.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/PersonsByUserGroupsFilter.php';
  8875.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8876.         if (isset($this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'])) {
  8877.             return $this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'];
  8878.         }
  8879.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8880.         if (isset($this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'])) {
  8881.             return $this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'];
  8882.         }
  8883.         return $this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'] = new \DW\GingerBundle\Search\Doctrine\Filter\PersonsByUserGroupsFilter($a$b'App\\Entity\\Group''App\\Entity\\Contact');
  8884.     }
  8885.     /**
  8886.      * Gets the private 'dw_ginger.search.doctrine.tags_by_user_groups' shared autowired service.
  8887.      *
  8888.      * @return \DW\GingerBundle\Search\Doctrine\Filter\TagsByUserGroupsFilter
  8889.      */
  8890.     protected function getDwGinger_Search_Doctrine_TagsByUserGroupsService()
  8891.     {
  8892.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/FilterInterface.php';
  8893.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/BaseFilter.php';
  8894.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/TagsByUserGroupsFilter.php';
  8895.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  8896.         if (isset($this->privates['dw_ginger.search.doctrine.tags_by_user_groups'])) {
  8897.             return $this->privates['dw_ginger.search.doctrine.tags_by_user_groups'];
  8898.         }
  8899.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8900.         if (isset($this->privates['dw_ginger.search.doctrine.tags_by_user_groups'])) {
  8901.             return $this->privates['dw_ginger.search.doctrine.tags_by_user_groups'];
  8902.         }
  8903.         return $this->privates['dw_ginger.search.doctrine.tags_by_user_groups'] = new \DW\GingerBundle\Search\Doctrine\Filter\TagsByUserGroupsFilter($a$b'App\\Entity\\Group''App\\Entity\\Tag');
  8904.     }
  8905.     /**
  8906.      * Gets the private 'dw_ginger.search.doctrine_engine' shared autowired service.
  8907.      *
  8908.      * @return \DW\GingerBundle\Search\Doctrine\Engine
  8909.      */
  8910.     protected function getDwGinger_Search_DoctrineEngineService()
  8911.     {
  8912.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/EngineInterface.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Engine.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/BaseMultiFieldSearchBuilder.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/MultipleFieldSearchBuilder.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Elastica/Helper/AdminLogHydrator.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/FilterInterface.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/PersonsDefaultFilter.php';
  8919.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/BaseFilter.php';
  8920.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/PersonsWithDuplicatesFilter.php';
  8921.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/PersonsByProfileFilter.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/AttributesDefaultFilter.php';
  8923.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/TagsByTypeFilter.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/Filter/TagsByIntegrationFilter.php';
  8925.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8926.         if (isset($this->privates['dw_ginger.search.doctrine_engine'])) {
  8927.             return $this->privates['dw_ginger.search.doctrine_engine'];
  8928.         }
  8929.         $b = ($this->privates['dw_ginger.search.extended_search_builder'] ?? $this->getDwGinger_Search_ExtendedSearchBuilderService());
  8930.         if (isset($this->privates['dw_ginger.search.doctrine_engine'])) {
  8931.             return $this->privates['dw_ginger.search.doctrine_engine'];
  8932.         }
  8933.         $this->privates['dw_ginger.search.doctrine_engine'] = $instance = new \DW\GingerBundle\Search\Doctrine\Engine(new \DW\GingerBundle\Search\Doctrine\MultipleFieldSearchBuilder(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $a), $b, new \DW\GingerBundle\Search\Elastica\Helper\AdminLogHydrator(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService())));
  8934.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8935.         $instance->addFilter(($this->privates['dw_ginger.search.doctrine.filter.persons_by_user_groups'] ?? $this->getDwGinger_Search_Doctrine_Filter_PersonsByUserGroupsService()), 'App\\Entity\\Contact''persons_by_user_groups', -1024);
  8936.         $instance->addFilter(new \DW\GingerBundle\Search\Doctrine\Filter\PersonsDefaultFilter('App\\Entity\\Contact'), 'App\\Entity\\Contact''persons_default'0);
  8937.         $instance->addFilter(new \DW\GingerBundle\Search\Doctrine\Filter\PersonsWithDuplicatesFilter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a), 'App\\Entity\\Contact''persons_with_duplicates'0);
  8938.         $instance->addFilter(new \DW\GingerBundle\Search\Doctrine\Filter\PersonsByProfileFilter(($this->services['dw_ginger.person_manager'] ?? $this->getDwGinger_PersonManagerService()), ($this->privates['DW\\GingerBundle\\Repository\\AdminLogRepository'] ?? $this->getAdminLogRepositoryService())), 'App\\Entity\\Contact''persons_by_profile'0);
  8939.         $instance->addFilter(new \DW\GingerBundle\Search\Doctrine\Filter\AttributesDefaultFilter($c), 'DW\\GingerBundle\\Entity\\BaseAttribute''attributes_default'0);
  8940.         $instance->addFilter(new \DW\GingerBundle\Search\Doctrine\Filter\TagsByTypeFilter($c), 'App\\Entity\\Tag''tags_type'0);
  8941.         $instance->addFilter(new \DW\GingerBundle\Search\Doctrine\Filter\TagsByIntegrationFilter($c, ($this->services['dw_ginger.tag_manager'] ?? $this->getDwGinger_TagManagerService())), 'App\\Entity\\Tag''tags_integration'0);
  8942.         $instance->addFilter(($this->privates['dw_ginger.search.doctrine.tags_by_user_groups'] ?? $this->getDwGinger_Search_Doctrine_TagsByUserGroupsService()), 'App\\Entity\\Tag''tags_by_user_groups'0);
  8943.         return $instance;
  8944.     }
  8945.     /**
  8946.      * Gets the private 'dw_ginger.search.extended_search_builder' shared autowired service.
  8947.      *
  8948.      * @return \DW\GingerBundle\Search\Doctrine\ExtendedSearchBuilder
  8949.      */
  8950.     protected function getDwGinger_Search_ExtendedSearchBuilderService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Search/Doctrine/ExtendedSearchBuilder.php';
  8953.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8954.         if (isset($this->privates['dw_ginger.search.extended_search_builder'])) {
  8955.             return $this->privates['dw_ginger.search.extended_search_builder'];
  8956.         }
  8957.         return $this->privates['dw_ginger.search.extended_search_builder'] = new \DW\GingerBundle\Search\Doctrine\ExtendedSearchBuilder($a);
  8958.     }
  8959.     /**
  8960.      * Gets the private 'dw_ginger.tag.form_factory' shared service.
  8961.      *
  8962.      * @return \DW\GingerBundle\Form\Factory\FormFactory
  8963.      */
  8964.     protected function getDwGinger_Tag_FormFactoryService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Factory/FormFactory.php';
  8967.         return $this->privates['dw_ginger.tag.form_factory'] = new \DW\GingerBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'dw_ginger_crud_tag''DW\\GingerBundle\\Form\\Type\\TagType');
  8968.     }
  8969.     /**
  8970.      * Gets the private 'dw_ginger.tag.form_type' shared service.
  8971.      *
  8972.      * @return \DW\GingerBundle\Form\Type\TagType
  8973.      */
  8974.     protected function getDwGinger_Tag_FormTypeService()
  8975.     {
  8976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/TagType.php';
  8980.         return $this->privates['dw_ginger.tag.form_type'] = new \DW\GingerBundle\Form\Type\TagType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'App\\Entity\\Tag');
  8981.     }
  8982.     /**
  8983.      * Gets the private 'dw_ginger.topic_attribute_events_logger' shared autowired service.
  8984.      *
  8985.      * @return \DW\GingerBundle\EventSubscriber\TopicAttributeEventsLogger
  8986.      */
  8987.     protected function getDwGinger_TopicAttributeEventsLoggerService()
  8988.     {
  8989.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/EventSubscriber/TopicAttributeEventsLogger.php';
  8990.         return $this->privates['dw_ginger.topic_attribute_events_logger'] = new \DW\GingerBundle\EventSubscriber\TopicAttributeEventsLogger(($this->services['monolog.logger.ginger_core_events'] ?? $this->getMonolog_Logger_GingerCoreEventsService()));
  8991.     }
  8992.     /**
  8993.      * Gets the private 'dw_ginger.twig_runtime' shared service.
  8994.      *
  8995.      * @return \DW\GingerBundle\Twig\DWGingerRuntime
  8996.      */
  8997.     protected function getDwGinger_TwigRuntimeService()
  8998.     {
  8999.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/DWGingerRuntime.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Twig/Helper/AdminLogRenderer.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  9002.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  9003.         return $this->privates['dw_ginger.twig_runtime'] = new \DW\GingerBundle\Twig\DWGingerRuntime(new \DW\GingerBundle\Twig\Helper\AdminLogRenderer($a, new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), $a);
  9004.     }
  9005.     /**
  9006.      * Gets the private 'dw_ginger.user.form_type' shared service.
  9007.      *
  9008.      * @return \DW\GingerBundle\Form\Type\UserType
  9009.      */
  9010.     protected function getDwGinger_User_FormTypeService()
  9011.     {
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  9015.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/UserType.php';
  9016.         return $this->privates['dw_ginger.user.form_type'] = new \DW\GingerBundle\Form\Type\UserType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), $this->parameters['security.role_hierarchy.roles']);
  9017.     }
  9018.     /**
  9019.      * Gets the private 'dw_ginger.validator.unique_field' shared autowired service.
  9020.      *
  9021.      * @return \DW\GingerBundle\Validator\Constraints\UniqueFieldValidator
  9022.      */
  9023.     protected function getDwGinger_Validator_UniqueFieldService()
  9024.     {
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Validator/Constraints/UniqueFieldValidator.php';
  9028.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9029.         if (isset($this->privates['dw_ginger.validator.unique_field'])) {
  9030.             return $this->privates['dw_ginger.validator.unique_field'];
  9031.         }
  9032.         return $this->privates['dw_ginger.validator.unique_field'] = new \DW\GingerBundle\Validator\Constraints\UniqueFieldValidator($a);
  9033.     }
  9034.     /**
  9035.      * Gets the private 'dw_ginger_search_extended.form_type' shared service.
  9036.      *
  9037.      * @return \DW\GingerBundle\Form\Type\ExtendedSearchType
  9038.      */
  9039.     protected function getDwGingerSearchExtended_FormTypeService()
  9040.     {
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9043.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/ExtendedSearchType.php';
  9045.         return $this->privates['dw_ginger_search_extended.form_type'] = new \DW\GingerBundle\Form\Type\ExtendedSearchType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9046.     }
  9047.     /**
  9048.      * Gets the private 'dw_ginger_search_profiling.form_type' shared service.
  9049.      *
  9050.      * @return \DW\GingerBundle\Form\Type\ProfilingSearchType
  9051.      */
  9052.     protected function getDwGingerSearchProfiling_FormTypeService()
  9053.     {
  9054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/BaseType.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Form/Type/ProfilingSearchType.php';
  9058.         return $this->privates['dw_ginger_search_profiling.form_type'] = new \DW\GingerBundle\Form\Type\ProfilingSearchType();
  9059.     }
  9060.     /**
  9061.      * Gets the private 'error_handler.error_renderer.html' shared service.
  9062.      *
  9063.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  9064.      */
  9065.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  9066.     {
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  9069.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9070.         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()));
  9071.     }
  9072.     /**
  9073.      * Gets the private 'exception_listener' shared service.
  9074.      *
  9075.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  9076.      */
  9077.     protected function getExceptionListenerService()
  9078.     {
  9079.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  9080.     }
  9081.     /**
  9082.      * Gets the private 'exports.storage' shared service.
  9083.      *
  9084.      * @return \League\Flysystem\Filesystem
  9085.      */
  9086.     protected function getExports_StorageService()
  9087.     {
  9088.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  9092.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  9093.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  9094.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/UnixVisibility/VisibilityConverter.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php';
  9098.         return $this->privates['exports.storage'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/storage/exports'), \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420'private' => 384], 'dir' => ['public' => 493'private' => 448]]), 02NULLfalse), ['visibility' => 'public''directory_visibility' => NULL'case_sensitive' => true'disable_asserts' => false]);
  9099.     }
  9100.     /**
  9101.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  9102.      *
  9103.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  9104.      */
  9105.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  9106.     {
  9107.         if ($lazyLoad) {
  9108.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  9109.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9110.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  9111.                     $proxy->setProxyInitializer(null);
  9112.                     return true;
  9113.                 });
  9114.             });
  9115.         }
  9116.         return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  9117.     }
  9118.     /**
  9119.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  9120.      *
  9121.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  9122.      */
  9123.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  9124.     {
  9125.         if ($lazyLoad) {
  9126.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  9127.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9128.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  9129.                     $proxy->setProxyInitializer(null);
  9130.                     return true;
  9131.                 });
  9132.             });
  9133.         }
  9134.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9135.     }
  9136.     /**
  9137.      * Gets the private 'form.choice_list_factory.cached' shared service.
  9138.      *
  9139.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  9140.      */
  9141.     protected function getForm_ChoiceListFactory_CachedService()
  9142.     {
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  9147.         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())));
  9148.     }
  9149.     /**
  9150.      * Gets the private 'form.registry' shared service.
  9151.      *
  9152.      * @return \Symfony\Component\Form\FormRegistry
  9153.      */
  9154.     protected function getForm_RegistryService()
  9155.     {
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  9158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  9161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  9163.         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, [
  9164.             'DW\\GingerBundle\\Form\\Type\\AdminLogType' => ['privates''dw_ginger.admin_log.form_type''getDwGinger_AdminLog_FormTypeService'false],
  9165.             'DW\\GingerBundle\\Form\\Type\\AttributeType' => ['privates''dw_ginger.attribute.form_type''getDwGinger_Attribute_FormTypeService'false],
  9166.             'DW\\GingerBundle\\Form\\Type\\ExtendedSearchType' => ['privates''dw_ginger_search_extended.form_type''getDwGingerSearchExtended_FormTypeService'false],
  9167.             'DW\\GingerBundle\\Form\\Type\\GroupType' => ['privates''dw_ginger.group.form_type''getDwGinger_Group_FormTypeService'false],
  9168.             'DW\\GingerBundle\\Form\\Type\\IntergrationType' => ['privates''dw_ginger.integration.form_type''getDwGinger_Integration_FormTypeService'false],
  9169.             'DW\\GingerBundle\\Form\\Type\\PersonTagsType' => ['privates''dw_ginger.person_tags.form_type''getDwGinger_PersonTags_FormTypeService'false],
  9170.             'DW\\GingerBundle\\Form\\Type\\PersonType' => ['privates''dw_ginger.person.form_type''getDwGinger_Person_FormTypeService'false],
  9171.             'DW\\GingerBundle\\Form\\Type\\ProfilingSearchType' => ['privates''dw_ginger_search_profiling.form_type''getDwGingerSearchProfiling_FormTypeService'false],
  9172.             'DW\\GingerBundle\\Form\\Type\\TagType' => ['privates''dw_ginger.tag.form_type''getDwGinger_Tag_FormTypeService'false],
  9173.             'DW\\GingerBundle\\Form\\Type\\UserType' => ['privates''dw_ginger.user.form_type''getDwGinger_User_FormTypeService'false],
  9174.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType' => ['services''DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType''getFileImportEditTypeService'false],
  9175.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType' => ['services''DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType''getFileImportPreviewTypeService'false],
  9176.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  9177.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'false],
  9178.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  9179.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  9180.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  9181.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  9182.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  9183.             'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType' => ['privates''tetranz_select2entity.select2entity_type''getTetranzSelect2entity_Select2entityTypeService'false],
  9184.         ], [
  9185.             'DW\\GingerBundle\\Form\\Type\\AdminLogType' => '?',
  9186.             'DW\\GingerBundle\\Form\\Type\\AttributeType' => '?',
  9187.             'DW\\GingerBundle\\Form\\Type\\ExtendedSearchType' => '?',
  9188.             'DW\\GingerBundle\\Form\\Type\\GroupType' => '?',
  9189.             'DW\\GingerBundle\\Form\\Type\\IntergrationType' => '?',
  9190.             'DW\\GingerBundle\\Form\\Type\\PersonTagsType' => '?',
  9191.             'DW\\GingerBundle\\Form\\Type\\PersonType' => '?',
  9192.             'DW\\GingerBundle\\Form\\Type\\ProfilingSearchType' => '?',
  9193.             'DW\\GingerBundle\\Form\\Type\\TagType' => '?',
  9194.             'DW\\GingerBundle\\Form\\Type\\UserType' => '?',
  9195.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportEditType' => '?',
  9196.             'DW\\GingerBundle\\Import\\Form\\Type\\FileImportPreviewType' => '?',
  9197.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  9198.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  9199.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  9200.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  9201.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  9202.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  9203.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  9204.             'Tetranz\\Select2EntityBundle\\Form\\Type\\Select2EntityType' => '?',
  9205.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  9206.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  9207.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  9208.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  9209.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  9210.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  9211.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  9212.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  9213.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  9214.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  9215.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  9216.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ButtonType' => new RewindableGenerator(function () {
  9217.             yield => ($this->privates['dw_ginger.form_type_extension'] ?? ($this->privates['dw_ginger.form_type_extension'] = new \DW\GingerBundle\Form\Extension\FormTypeExtension()));
  9218.         }, 1)], new RewindableGenerator(function () {
  9219.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  9220.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  9221.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  9222.     }
  9223.     /**
  9224.      * Gets the private 'form.server_params' shared service.
  9225.      *
  9226.      * @return \Symfony\Component\Form\Util\ServerParams
  9227.      */
  9228.     protected function getForm_ServerParamsService()
  9229.     {
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  9231.         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())));
  9232.     }
  9233.     /**
  9234.      * Gets the private 'form.type.choice' shared service.
  9235.      *
  9236.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  9237.      */
  9238.     protected function getForm_Type_ChoiceService()
  9239.     {
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  9243.         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()));
  9244.     }
  9245.     /**
  9246.      * Gets the private 'form.type.color' shared service.
  9247.      *
  9248.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  9249.      */
  9250.     protected function getForm_Type_ColorService()
  9251.     {
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  9255.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  9256.     }
  9257.     /**
  9258.      * Gets the private 'form.type.entity' shared service.
  9259.      *
  9260.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  9261.      */
  9262.     protected function getForm_Type_EntityService()
  9263.     {
  9264.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  9268.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9269.     }
  9270.     /**
  9271.      * Gets the private 'form.type.form' shared service.
  9272.      *
  9273.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  9274.      */
  9275.     protected function getForm_Type_FormService()
  9276.     {
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  9281.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9282.     }
  9283.     /**
  9284.      * Gets the private 'form.type_extension.csrf' shared service.
  9285.      *
  9286.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  9287.      */
  9288.     protected function getForm_TypeExtension_CsrfService()
  9289.     {
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  9293.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  9294.     }
  9295.     /**
  9296.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  9297.      *
  9298.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  9299.      */
  9300.     protected function getForm_TypeExtension_Form_DataCollectorService()
  9301.     {
  9302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  9305.         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()));
  9306.     }
  9307.     /**
  9308.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  9309.      *
  9310.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  9311.      */
  9312.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  9313.     {
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  9319.         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())));
  9320.     }
  9321.     /**
  9322.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  9323.      *
  9324.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  9325.      */
  9326.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  9327.     {
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  9331.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  9332.     }
  9333.     /**
  9334.      * Gets the private 'form.type_extension.form.validator' shared service.
  9335.      *
  9336.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  9337.      */
  9338.     protected function getForm_TypeExtension_Form_ValidatorService()
  9339.     {
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  9344.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9345.     }
  9346.     /**
  9347.      * Gets the private 'form.type_extension.upload.validator' shared service.
  9348.      *
  9349.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  9350.      */
  9351.     protected function getForm_TypeExtension_Upload_ValidatorService()
  9352.     {
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  9356.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9357.     }
  9358.     /**
  9359.      * Gets the private 'form.type_guesser.doctrine' shared service.
  9360.      *
  9361.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  9362.      */
  9363.     protected function getForm_TypeGuesser_DoctrineService()
  9364.     {
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  9367.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9368.     }
  9369.     /**
  9370.      * Gets the private 'form.type_guesser.validator' shared service.
  9371.      *
  9372.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  9373.      */
  9374.     protected function getForm_TypeGuesser_ValidatorService()
  9375.     {
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  9378.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  9379.     }
  9380.     /**
  9381.      * Gets the private 'fos_elastica.client.default' shared service.
  9382.      *
  9383.      * @return \FOS\ElasticaBundle\Elastica\Client
  9384.      */
  9385.     protected function getFosElastica_Client_DefaultService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Client.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php';
  9389.         $this->privates['fos_elastica.client.default'] = $instance = new \FOS\ElasticaBundle\Elastica\Client(['connections' => [=> ['host' => 'localhost''port' => 9200'http_error_codes' => [=> 400=> 403=> 404], 'ssl' => false'logger' => 'fos_elastica.logger''compression' => false'headers' => [], 'curl' => [], 'retryOnConflict' => 0'persistent' => true]], 'connectionStrategy' => 'Simple'], NULL);
  9390.         $instance->setStopwatch(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9391.         $instance->setLogger(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService()));
  9392.         return $instance;
  9393.     }
  9394.     /**
  9395.      * Gets the private 'fos_elastica.command.create' shared service.
  9396.      *
  9397.      * @return \FOS\ElasticaBundle\Command\CreateCommand
  9398.      */
  9399.     protected function getFosElastica_Command_CreateService()
  9400.     {
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9402.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/CreateCommand.php';
  9403.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  9404.         $this->privates['fos_elastica.command.create'] = $instance = new \FOS\ElasticaBundle\Command\CreateCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService()), ($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())));
  9405.         $instance->setName('fos:elastica:create');
  9406.         return $instance;
  9407.     }
  9408.     /**
  9409.      * Gets the private 'fos_elastica.command.delete' shared service.
  9410.      *
  9411.      * @return \FOS\ElasticaBundle\Command\DeleteCommand
  9412.      */
  9413.     protected function getFosElastica_Command_DeleteService()
  9414.     {
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9416.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/DeleteCommand.php';
  9417.         $this->privates['fos_elastica.command.delete'] = $instance = new \FOS\ElasticaBundle\Command\DeleteCommand(($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  9418.         $instance->setName('fos:elastica:delete');
  9419.         return $instance;
  9420.     }
  9421.     /**
  9422.      * Gets the private 'fos_elastica.command.populate' shared service.
  9423.      *
  9424.      * @return \FOS\ElasticaBundle\Command\PopulateCommand
  9425.      */
  9426.     protected function getFosElastica_Command_PopulateService()
  9427.     {
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9429.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/PopulateCommand.php';
  9430.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderRegistry.php';
  9431.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterRegistry.php';
  9432.         $this->privates['fos_elastica.command.populate'] = $instance = new \FOS\ElasticaBundle\Command\PopulateCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), new \FOS\ElasticaBundle\Provider\PagerProviderRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9433.             'admin_logs' => ['privates''fos_elastica.pager_provider.admin_logs''getFosElastica_PagerProvider_AdminLogsService'false],
  9434.         ], [
  9435.             'admin_logs' => 'FOS\\ElasticaBundle\\Doctrine\\ORMPagerProvider',
  9436.         ])), new \FOS\ElasticaBundle\Persister\PagerPersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9437.             'in_place' => ['privates''fos_elastica.in_place_pager_persister''getFosElastica_InPlacePagerPersisterService'false],
  9438.         ], [
  9439.             'in_place' => 'FOS\\ElasticaBundle\\Persister\\InPlacePagerPersister',
  9440.         ])), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  9441.         $instance->setName('fos:elastica:populate');
  9442.         return $instance;
  9443.     }
  9444.     /**
  9445.      * Gets the private 'fos_elastica.command.reset' shared service.
  9446.      *
  9447.      * @return \FOS\ElasticaBundle\Command\ResetCommand
  9448.      */
  9449.     protected function getFosElastica_Command_ResetService()
  9450.     {
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetCommand.php';
  9453.         $this->privates['fos_elastica.command.reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService()));
  9454.         $instance->setName('fos:elastica:reset');
  9455.         return $instance;
  9456.     }
  9457.     /**
  9458.      * Gets the private 'fos_elastica.command.search' shared service.
  9459.      *
  9460.      * @return \FOS\ElasticaBundle\Command\SearchCommand
  9461.      */
  9462.     protected function getFosElastica_Command_SearchService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/SearchCommand.php';
  9466.         $this->privates['fos_elastica.command.search'] = $instance = new \FOS\ElasticaBundle\Command\SearchCommand(($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()));
  9467.         $instance->setName('fos:elastica:search');
  9468.         return $instance;
  9469.     }
  9470.     /**
  9471.      * Gets the private 'fos_elastica.command.templates_reset' shared service.
  9472.      *
  9473.      * @return \FOS\ElasticaBundle\Command\ResetTemplatesCommand
  9474.      */
  9475.     protected function getFosElastica_Command_TemplatesResetService()
  9476.     {
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Command/ResetTemplatesCommand.php';
  9479.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/TemplateResetter.php';
  9481.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/TemplateContainerSource.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexTemplateManager.php';
  9486.         $this->privates['fos_elastica.command.templates_reset'] = $instance = new \FOS\ElasticaBundle\Command\ResetTemplatesCommand(new \FOS\ElasticaBundle\Index\TemplateResetter(new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\TemplateContainerSource([])]), ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService()), ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService()), new \FOS\ElasticaBundle\Index\IndexTemplateManager([])));
  9487.         $instance->setName('fos:elastica:reset-templates');
  9488.         return $instance;
  9489.     }
  9490.     /**
  9491.      * Gets the private 'fos_elastica.config_manager' shared service.
  9492.      *
  9493.      * @return \FOS\ElasticaBundle\Configuration\ConfigManager
  9494.      */
  9495.     protected function getFosElastica_ConfigManagerService()
  9496.     {
  9497.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ManagerInterface.php';
  9498.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/ConfigManager.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/SourceInterface.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Configuration/Source/ContainerSource.php';
  9501.         return $this->privates['fos_elastica.config_manager'] = new \FOS\ElasticaBundle\Configuration\ConfigManager([=> new \FOS\ElasticaBundle\Configuration\Source\ContainerSource(['admin_logs' => ['elasticsearch_name' => 'app_admin_log_dev_'.$this->getEnv('string:ES_POSTFIX'), 'reference' => ($this->privates['fos_elastica.index.admin_logs'] ?? $this->getFosElastica_Index_AdminLogsService()), 'model' => 'DW\\GingerBundle\\Entity\\AdminLog''name' => 'admin_logs''settings' => [], 'index_prototype' => [], 'use_alias' => false'mapping' => ['dynamic_templates' => [], 'properties' => ['id' => ['type' => 'keyword'], 'action' => ['type' => 'keyword'], 'channel' => ['type' => 'text'], 'user' => ['type' => 'text''fielddata' => true'property_path' => 'getUsername'], 'person' => ['type' => 'nested''properties' => ['id' => NULL]], 'tag' => ['type' => 'integer''property_path' => 'data[tag_id]'], 'data' => ['type' => 'object'], 'loggedAt' => ['type' => 'date''format' => 'date_optional_time']]], 'config' => ['analyzer' => NULL'search_analyzer' => NULL'dynamic' => NULL'date_detection' => NULL'dynamic_date_formats' => [], 'numeric_detection' => NULL]]])]);
  9502.     }
  9503.     /**
  9504.      * Gets the private 'fos_elastica.filter_objects_listener' shared service.
  9505.      *
  9506.      * @return \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener
  9507.      */
  9508.     protected function getFosElastica_FilterObjectsListenerService()
  9509.     {
  9510.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/Listener/FilterObjectsListener.php';
  9511.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  9513.         return $this->privates['fos_elastica.filter_objects_listener'] = new \FOS\ElasticaBundle\Persister\Listener\FilterObjectsListener(($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable(['admin_logs' => 'shouldBeIndexed']))));
  9514.     }
  9515.     /**
  9516.      * Gets the private 'fos_elastica.in_place_pager_persister' shared service.
  9517.      *
  9518.      * @return \FOS\ElasticaBundle\Persister\InPlacePagerPersister
  9519.      */
  9520.     protected function getFosElastica_InPlacePagerPersisterService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PagerPersisterInterface.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/InPlacePagerPersister.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/PersisterRegistry.php';
  9525.         return $this->privates['fos_elastica.in_place_pager_persister'] = new \FOS\ElasticaBundle\Persister\InPlacePagerPersister(new \FOS\ElasticaBundle\Persister\PersisterRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9526.             'admin_logs' => ['privates''fos_elastica.object_persister.admin_logs''getFosElastica_ObjectPersister_AdminLogsService'false],
  9527.         ], [
  9528.             'admin_logs' => 'FOS\\ElasticaBundle\\Persister\\ObjectPersister',
  9529.         ])), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9530.     }
  9531.     /**
  9532.      * Gets the private 'fos_elastica.index.admin_logs' shared service.
  9533.      *
  9534.      * @return \FOS\ElasticaBundle\Elastica\Index
  9535.      */
  9536.     protected function getFosElastica_Index_AdminLogsService()
  9537.     {
  9538.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/SearchableInterface.php';
  9539.         include_once \dirname(__DIR__4).'/vendor/ruflin/elastica/src/Index.php';
  9540.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Index.php';
  9541.         return $this->privates['fos_elastica.index.admin_logs'] = ($this->privates['fos_elastica.client.default'] ?? $this->getFosElastica_Client_DefaultService())->getIndex('app_admin_log_dev_'.$this->getEnv('string:ES_POSTFIX'));
  9542.     }
  9543.     /**
  9544.      * Gets the private 'fos_elastica.index_manager' shared service.
  9545.      *
  9546.      * @return \FOS\ElasticaBundle\Index\IndexManager
  9547.      */
  9548.     protected function getFosElastica_IndexManagerService()
  9549.     {
  9550.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/IndexManager.php';
  9551.         $a = ($this->privates['fos_elastica.index.admin_logs'] ?? $this->getFosElastica_Index_AdminLogsService());
  9552.         return $this->privates['fos_elastica.index_manager'] = new \FOS\ElasticaBundle\Index\IndexManager(['admin_logs' => $a], $a);
  9553.     }
  9554.     /**
  9555.      * Gets the private 'fos_elastica.listener.admin_logs' shared service.
  9556.      *
  9557.      * @return \FOS\ElasticaBundle\Doctrine\Listener
  9558.      */
  9559.     protected function getFosElastica_Listener_AdminLogsService()
  9560.     {
  9561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  9563.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  9564.         return $this->privates['fos_elastica.listener.admin_logs'] = new \FOS\ElasticaBundle\Doctrine\Listener(($this->privates['fos_elastica.object_persister.admin_logs'] ?? $this->getFosElastica_ObjectPersister_AdminLogsService()), ($this->privates['fos_elastica.indexable'] ?? ($this->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable(['admin_logs' => 'shouldBeIndexed']))), ['identifier' => 'id''indexName' => 'admin_logs'], NULL);
  9565.     }
  9566.     /**
  9567.      * Gets the private 'fos_elastica.logger' shared service.
  9568.      *
  9569.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  9570.      */
  9571.     protected function getFosElastica_LoggerService()
  9572.     {
  9573.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  9574.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9575.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9576.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9577.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9578.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  9579.     }
  9580.     /**
  9581.      * Gets the private 'fos_elastica.mapping_builder' shared service.
  9582.      *
  9583.      * @return \FOS\ElasticaBundle\Index\MappingBuilder
  9584.      */
  9585.     protected function getFosElastica_MappingBuilderService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/MappingBuilder.php';
  9588.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9589.         if (isset($this->privates['fos_elastica.mapping_builder'])) {
  9590.             return $this->privates['fos_elastica.mapping_builder'];
  9591.         }
  9592.         return $this->privates['fos_elastica.mapping_builder'] = new \FOS\ElasticaBundle\Index\MappingBuilder($a);
  9593.     }
  9594.     /**
  9595.      * Gets the private 'fos_elastica.object_persister.admin_logs' shared service.
  9596.      *
  9597.      * @return \FOS\ElasticaBundle\Persister\ObjectPersister
  9598.      */
  9599.     protected function getFosElastica_ObjectPersister_AdminLogsService()
  9600.     {
  9601.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersisterInterface.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaTransformerInterface.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ModelToElasticaAutoTransformer.php';
  9605.         $a = new \FOS\ElasticaBundle\Transformer\ModelToElasticaAutoTransformer(['identifier' => 'id''index' => 'admin_logs'], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9606.         $a->setPropertyAccessor(($this->privates['fos_elastica.property_accessor'] ?? ($this->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(00))));
  9607.         return $this->privates['fos_elastica.object_persister.admin_logs'] = new \FOS\ElasticaBundle\Persister\ObjectPersister(($this->privates['fos_elastica.index.admin_logs'] ?? $this->getFosElastica_Index_AdminLogsService()), $a'DW\\GingerBundle\\Entity\\AdminLog', ['id' => ['type' => 'keyword'], 'action' => ['type' => 'keyword'], 'channel' => ['type' => 'text'], 'user' => ['type' => 'text''fielddata' => true'property_path' => 'getUsername'], 'person' => ['type' => 'nested''properties' => ['id' => NULL]], 'tag' => ['type' => 'integer''property_path' => 'data[tag_id]'], 'data' => ['type' => 'object'], 'loggedAt' => ['type' => 'date''format' => 'date_optional_time']], []);
  9608.     }
  9609.     /**
  9610.      * Gets the private 'fos_elastica.pager_provider.admin_logs' shared service.
  9611.      *
  9612.      * @return \FOS\ElasticaBundle\Doctrine\ORMPagerProvider
  9613.      */
  9614.     protected function getFosElastica_PagerProvider_AdminLogsService()
  9615.     {
  9616.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/PagerProviderInterface.php';
  9617.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORMPagerProvider.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/RegisterListenersService.php';
  9619.         return $this->privates['fos_elastica.pager_provider.admin_logs'] = new \FOS\ElasticaBundle\Doctrine\ORMPagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new \FOS\ElasticaBundle\Doctrine\RegisterListenersService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), 'DW\\GingerBundle\\Entity\\AdminLog', ['query_builder_method' => 'createSortedQueryBuilder''batch_size' => 100'clear_object_manager' => true'debug_logging' => true]);
  9620.     }
  9621.     /**
  9622.      * Gets the private 'fos_elastica.paginator.subscriber' shared service.
  9623.      *
  9624.      * @return \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber
  9625.      */
  9626.     protected function getFosElastica_Paginator_SubscriberService()
  9627.     {
  9628.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Subscriber/PaginateElasticaQuerySubscriber.php';
  9629.         return $this->privates['fos_elastica.paginator.subscriber'] = new \FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9630.     }
  9631.     /**
  9632.      * Gets the private 'fos_elastica.populate_listener' shared service.
  9633.      *
  9634.      * @return \FOS\ElasticaBundle\EventListener\PopulateListener
  9635.      */
  9636.     protected function getFosElastica_PopulateListenerService()
  9637.     {
  9638.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/EventListener/PopulateListener.php';
  9639.         $a = ($this->privates['fos_elastica.resetter'] ?? $this->getFosElastica_ResetterService());
  9640.         if (isset($this->privates['fos_elastica.populate_listener'])) {
  9641.             return $this->privates['fos_elastica.populate_listener'];
  9642.         }
  9643.         return $this->privates['fos_elastica.populate_listener'] = new \FOS\ElasticaBundle\EventListener\PopulateListener($a);
  9644.     }
  9645.     /**
  9646.      * Gets the private 'fos_elastica.resetter' shared service.
  9647.      *
  9648.      * @return \FOS\ElasticaBundle\Index\Resetter
  9649.      */
  9650.     protected function getFosElastica_ResetterService()
  9651.     {
  9652.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/ResetterInterface.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/Resetter.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Index/AliasProcessor.php';
  9655.         $a = ($this->privates['fos_elastica.mapping_builder'] ?? $this->getFosElastica_MappingBuilderService());
  9656.         if (isset($this->privates['fos_elastica.resetter'])) {
  9657.             return $this->privates['fos_elastica.resetter'];
  9658.         }
  9659.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9660.         if (isset($this->privates['fos_elastica.resetter'])) {
  9661.             return $this->privates['fos_elastica.resetter'];
  9662.         }
  9663.         return $this->privates['fos_elastica.resetter'] = new \FOS\ElasticaBundle\Index\Resetter(($this->privates['fos_elastica.config_manager'] ?? $this->getFosElastica_ConfigManagerService()), ($this->privates['fos_elastica.index_manager'] ?? $this->getFosElastica_IndexManagerService()), ($this->privates['fos_elastica.alias_processor'] ?? ($this->privates['fos_elastica.alias_processor'] = new \FOS\ElasticaBundle\Index\AliasProcessor())), $a$b);
  9664.     }
  9665.     /**
  9666.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  9667.      *
  9668.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  9669.      */
  9670.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  9671.     {
  9672.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  9676.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  9677.         return $this->privates['fos_oauth_server.access_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\AccessTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'DW\\GingerBundle\\Entity\\ApiAccessToken');
  9678.     }
  9679.     /**
  9680.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  9681.      *
  9682.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  9683.      */
  9684.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  9685.     {
  9686.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  9689.         return $this->privates['fos_oauth_server.auth_code_manager.default'] = new \FOS\OAuthServerBundle\Entity\AuthCodeManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'DW\\GingerBundle\\Entity\\ApiAuthCode');
  9690.     }
  9691.     /**
  9692.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  9693.      *
  9694.      * @return \Symfony\Component\Form\Form
  9695.      */
  9696.     protected function getFosOauthServer_Authorize_FormService()
  9697.     {
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  9701.         return ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService())->createNamed('fos_oauth_server_authorize_form''FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'NULL, ['validation_groups' => $this->parameters['fos_oauth_server.authorize.form.validation_groups']]);
  9702.     }
  9703.     /**
  9704.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  9705.      *
  9706.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  9707.      */
  9708.     protected function getFosOauthServer_Authorize_Form_TypeService()
  9709.     {
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9712.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  9713.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  9714.     }
  9715.     /**
  9716.      * Gets the private 'fos_oauth_server.clean_command' shared service.
  9717.      *
  9718.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  9719.      */
  9720.     protected function getFosOauthServer_CleanCommandService()
  9721.     {
  9722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9723.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  9724.         $this->privates['fos_oauth_server.clean_command'] = $instance = new \FOS\OAuthServerBundle\Command\CleanCommand(($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()));
  9725.         $instance->setName('fos:oauth-server:clean');
  9726.         return $instance;
  9727.     }
  9728.     /**
  9729.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  9730.      *
  9731.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  9732.      */
  9733.     protected function getFosOauthServer_ClientManager_DefaultService()
  9734.     {
  9735.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  9737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  9738.         return $this->privates['fos_oauth_server.client_manager.default'] = new \FOS\OAuthServerBundle\Entity\ClientManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'DW\\GingerBundle\\Entity\\ApiClient');
  9739.     }
  9740.     /**
  9741.      * Gets the private 'fos_oauth_server.create_client_command' shared service.
  9742.      *
  9743.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  9744.      */
  9745.     protected function getFosOauthServer_CreateClientCommandService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9748.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  9749.         $this->privates['fos_oauth_server.create_client_command'] = $instance = new \FOS\OAuthServerBundle\Command\CreateClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  9750.         $instance->setName('fos:oauth-server:create-client');
  9751.         return $instance;
  9752.     }
  9753.     /**
  9754.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  9755.      *
  9756.      * @return \Doctrine\ORM\EntityManager
  9757.      */
  9758.     protected function getFosOauthServer_EntityManagerService()
  9759.     {
  9760.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  9761.     }
  9762.     /**
  9763.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  9764.      *
  9765.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  9766.      */
  9767.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  9768.     {
  9769.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  9774.         return $this->privates['fos_oauth_server.refresh_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\RefreshTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'DW\\GingerBundle\\Entity\\ApiRefreshToken');
  9775.     }
  9776.     /**
  9777.      * Gets the private 'fos_oauth_server.security.entry_point' shared service.
  9778.      *
  9779.      * @return \FOS\OAuthServerBundle\Security\EntryPoint\OAuthEntryPoint
  9780.      */
  9781.     protected function getFosOauthServer_Security_EntryPointService()
  9782.     {
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/EntryPoint/OAuthEntryPoint.php';
  9785.         return $this->privates['fos_oauth_server.security.entry_point'] = new \FOS\OAuthServerBundle\Security\EntryPoint\OAuthEntryPoint(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  9786.     }
  9787.     /**
  9788.      * Gets the private 'fos_oauth_server.server' shared service.
  9789.      *
  9790.      * @return \OAuth2\OAuth2
  9791.      */
  9792.     protected function getFosOauthServer_ServerService()
  9793.     {
  9794.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  9795.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  9798.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  9799.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  9800.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  9801.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  9804.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  9805.         return $this->privates['fos_oauth_server.server'] = new \OAuth2\OAuth2(new \FOS\OAuthServerBundle\Storage\OAuthStorage(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService())), $this->parameters['fos_oauth_server.server.options']);
  9806.     }
  9807.     /**
  9808.      * Gets the private 'fragment.renderer.inline' shared service.
  9809.      *
  9810.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  9811.      */
  9812.     protected function getFragment_Renderer_InlineService()
  9813.     {
  9814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  9815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  9817.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  9818.         if (isset($this->privates['fragment.renderer.inline'])) {
  9819.             return $this->privates['fragment.renderer.inline'];
  9820.         }
  9821.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9822.         if (isset($this->privates['fragment.renderer.inline'])) {
  9823.             return $this->privates['fragment.renderer.inline'];
  9824.         }
  9825.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  9826.         $instance->setFragmentPath('/_fragment');
  9827.         return $instance;
  9828.     }
  9829.     /**
  9830.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  9831.      *
  9832.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  9833.      */
  9834.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  9835.     {
  9836.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  9837.     }
  9838.     /**
  9839.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  9840.      *
  9841.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  9842.      */
  9843.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  9844.     {
  9845.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  9846.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  9847.             return $this->privates['framework_extra_bundle.event.is_granted'];
  9848.         }
  9849.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  9850.     }
  9851.     /**
  9852.      * Gets the private 'imports.storage' shared service.
  9853.      *
  9854.      * @return \League\Flysystem\Filesystem
  9855.      */
  9856.     protected function getImports_StorageService()
  9857.     {
  9858.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  9862.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  9863.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/UnixVisibility/VisibilityConverter.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/UnixVisibility/PortableVisibilityConverter.php';
  9868.         return $this->privates['imports.storage'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/storage/imports'), \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420'private' => 384], 'dir' => ['public' => 493'private' => 448]]), 02NULLfalse), ['visibility' => 'public''directory_visibility' => NULL'case_sensitive' => true'disable_asserts' => false]);
  9869.     }
  9870.     /**
  9871.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  9872.      *
  9873.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  9874.      */
  9875.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  9876.     {
  9877.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9878.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  9879.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  9880.     }
  9881.     /**
  9882.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  9883.      *
  9884.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  9885.      */
  9886.     protected function getJmsSerializer_Cache_CacheClearerService()
  9887.     {
  9888.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9889.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  9890.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  9891.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  9892.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  9893.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  9894.     }
  9895.     /**
  9896.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  9897.      *
  9898.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  9899.      */
  9900.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  9901.     {
  9902.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9903.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  9904.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  9905.     }
  9906.     /**
  9907.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  9908.      *
  9909.      * @return \JMS\Serializer\Handler\DateHandler
  9910.      */
  9911.     protected function getJmsSerializer_DatetimeHandlerService()
  9912.     {
  9913.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  9915.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  9916.     }
  9917.     /**
  9918.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  9919.      *
  9920.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  9921.      */
  9922.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  9923.     {
  9924.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  9926.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  9927.     }
  9928.     /**
  9929.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  9930.      *
  9931.      * @return \JMS\Serializer\Handler\FormErrorHandler
  9932.      */
  9933.     protected function getJmsSerializer_FormErrorHandlerService()
  9934.     {
  9935.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  9937.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9938.     }
  9939.     /**
  9940.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  9941.      *
  9942.      * @return \JMS\Serializer\Handler\IteratorHandler
  9943.      */
  9944.     protected function getJmsSerializer_IteratorHandlerService()
  9945.     {
  9946.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  9948.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  9949.     }
  9950.     /**
  9951.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  9952.      *
  9953.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  9954.      */
  9955.     protected function getJmsSerializer_StopwatchSubscriberService()
  9956.     {
  9957.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  9959.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9960.     }
  9961.     /**
  9962.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  9963.      *
  9964.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  9965.      */
  9966.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  9967.     {
  9968.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  9969.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  9970.     }
  9971.     /**
  9972.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  9973.      *
  9974.      * @return \Knp\Menu\Provider\LazyProvider
  9975.      */
  9976.     protected function getKnpMenu_MenuProvider_LazyService()
  9977.     {
  9978.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  9979.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['main' => [=> function () {
  9980.             return ($this->privates['dw_ginger.menu_builder'] ?? $this->getDwGinger_MenuBuilderService());
  9981.         }, => 'createMainMenu'], 'actions' => [=> function () {
  9982.             return ($this->privates['dw_ginger.menu_builder'] ?? $this->getDwGinger_MenuBuilderService());
  9983.         }, => 'createActionsMenu'], 'tabs' => [=> function () {
  9984.             return ($this->privates['dw_ginger.menu_builder'] ?? $this->getDwGinger_MenuBuilderService());
  9985.         }, => 'createTabsMenu'], 'jobtabs' => [=> function () {
  9986.             return ($this->privates['dw_ginger.menu_builder'] ?? $this->getDwGinger_MenuBuilderService());
  9987.         }, => 'createJobTabsMenu'], 'attributetabs' => [=> function () {
  9988.             return ($this->privates['dw_ginger.menu_builder'] ?? $this->getDwGinger_MenuBuilderService());
  9989.         }, => 'createAttributeTabsMenu'], 'tagtabs' => [=> function () {
  9990.             return ($this->privates['dw_ginger.menu_builder'] ?? $this->getDwGinger_MenuBuilderService());
  9991.         }, => 'createTagTabsMenu']]);
  9992.     }
  9993.     /**
  9994.      * Gets the private 'knp_menu.renderer.list' shared service.
  9995.      *
  9996.      * @return \Knp\Menu\Renderer\ListRenderer
  9997.      */
  9998.     protected function getKnpMenu_Renderer_ListService()
  9999.     {
  10000.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  10001.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  10002.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  10003.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  10004.     }
  10005.     /**
  10006.      * Gets the private 'knp_menu.renderer.twig' shared service.
  10007.      *
  10008.      * @return \Knp\Menu\Renderer\TwigRenderer
  10009.      */
  10010.     protected function getKnpMenu_Renderer_TwigService()
  10011.     {
  10012.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  10013.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  10014.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  10015.         if (isset($this->privates['knp_menu.renderer.twig'])) {
  10016.             return $this->privates['knp_menu.renderer.twig'];
  10017.         }
  10018.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer($a'@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  10019.     }
  10020.     /**
  10021.      * Gets the private 'knp_menu.voter.router' shared service.
  10022.      *
  10023.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  10024.      */
  10025.     protected function getKnpMenu_Voter_RouterService()
  10026.     {
  10027.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  10029.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10030.     }
  10031.     /**
  10032.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  10033.      *
  10034.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  10035.      */
  10036.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  10037.     {
  10038.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@DWGinger/crud/paginator_bootstrap.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  10039.     }
  10040.     /**
  10041.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  10042.      *
  10043.      * @return \libphonenumber\PhoneNumberUtil
  10044.      */
  10045.     protected function getPhoneNumberUtilService()
  10046.     {
  10047.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  10048.     }
  10049.     /**
  10050.      * Gets the private 'locale_aware_listener' shared service.
  10051.      *
  10052.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  10053.      */
  10054.     protected function getLocaleAwareListenerService()
  10055.     {
  10056.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  10057.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('de')));
  10058.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  10059.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  10060.     }
  10061.     /**
  10062.      * Gets the private 'locale_listener' shared service.
  10063.      *
  10064.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  10065.      */
  10066.     protected function getLocaleListenerService()
  10067.     {
  10068.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'de', ($this->services['router'] ?? $this->getRouterService()), false, []);
  10069.     }
  10070.     /**
  10071.      * Gets the private 'mailer.mailer' shared service.
  10072.      *
  10073.      * @return \Symfony\Component\Mailer\Mailer
  10074.      */
  10075.     protected function getMailer_MailerService()
  10076.     {
  10077.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  10079.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  10080.         if (isset($this->privates['mailer.mailer'])) {
  10081.             return $this->privates['mailer.mailer'];
  10082.         }
  10083.         $b = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  10084.         if (isset($this->privates['mailer.mailer'])) {
  10085.             return $this->privates['mailer.mailer'];
  10086.         }
  10087.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10088.         if (isset($this->privates['mailer.mailer'])) {
  10089.             return $this->privates['mailer.mailer'];
  10090.         }
  10091.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer($a$b$c);
  10092.     }
  10093.     /**
  10094.      * Gets the private 'mailer.transport_factory.native' shared service.
  10095.      *
  10096.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  10097.      */
  10098.     protected function getMailer_TransportFactory_NativeService()
  10099.     {
  10100.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10101.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  10103.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10104.         if (isset($this->privates['mailer.transport_factory.native'])) {
  10105.             return $this->privates['mailer.transport_factory.native'];
  10106.         }
  10107.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  10108.     }
  10109.     /**
  10110.      * Gets the private 'mailer.transport_factory.null' shared service.
  10111.      *
  10112.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  10113.      */
  10114.     protected function getMailer_TransportFactory_NullService()
  10115.     {
  10116.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10117.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10118.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  10119.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10120.         if (isset($this->privates['mailer.transport_factory.null'])) {
  10121.             return $this->privates['mailer.transport_factory.null'];
  10122.         }
  10123.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  10124.     }
  10125.     /**
  10126.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  10127.      *
  10128.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  10129.      */
  10130.     protected function getMailer_TransportFactory_SendmailService()
  10131.     {
  10132.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10133.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10134.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  10135.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10136.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  10137.             return $this->privates['mailer.transport_factory.sendmail'];
  10138.         }
  10139.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  10140.     }
  10141.     /**
  10142.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  10143.      *
  10144.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  10145.      */
  10146.     protected function getMailer_TransportFactory_SmtpService()
  10147.     {
  10148.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  10149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  10150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  10151.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10152.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  10153.             return $this->privates['mailer.transport_factory.smtp'];
  10154.         }
  10155.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  10156.     }
  10157.     /**
  10158.      * Gets the private 'mailer.transports' shared service.
  10159.      *
  10160.      * @return \Symfony\Component\Mailer\Transport\Transports
  10161.      */
  10162.     protected function getMailer_TransportsService()
  10163.     {
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  10166.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  10167.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  10168.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  10169.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  10170.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  10171.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  10172.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  10173.     }
  10174.     /**
  10175.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  10176.      *
  10177.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  10178.      */
  10179.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  10180.     {
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  10182.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  10184.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  10185.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  10186.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  10187.         }, 1), 'DW\\GingerBundle\\Import\\Messenger\\Command\\LaunchFileImport' => new RewindableGenerator(function () {
  10188.             yield => ($this->privates['.messenger.handler_descriptor.J4d1Qa4'] ?? $this->get_Messenger_HandlerDescriptor_J4d1Qa4Service());
  10189.         }, 1), 'DW\\GingerBundle\\Import\\Messenger\\Command\\BatchImportPersons' => new RewindableGenerator(function () {
  10190.             yield => ($this->privates['.messenger.handler_descriptor.bRwgTM3'] ?? $this->get_Messenger_HandlerDescriptor_BRwgTM3Service());
  10191.         }, 1), 'DW\\GingerBundle\\Import\\Messenger\\Event\\FileImportEvent' => new RewindableGenerator(function () {
  10192.             yield => ($this->privates['.messenger.handler_descriptor.krGzE_3'] ?? $this->get_Messenger_HandlerDescriptor_KrGzE3Service());
  10193.             yield => ($this->privates['.messenger.handler_descriptor.Dqwl1U1'] ?? $this->get_Messenger_HandlerDescriptor_Dqwl1U1Service());
  10194.         }, 2), 'DW\\GingerBundle\\Messenger\\Message\\BatchTogglePeopleTags' => new RewindableGenerator(function () {
  10195.             yield => ($this->privates['.messenger.handler_descriptor.ImZt6AK'] ?? $this->get_Messenger_HandlerDescriptor_ImZt6AKService());
  10196.         }, 1), 'DW\\GingerBundle\\Messenger\\Message\\ConsoleCommand' => new RewindableGenerator(function () {
  10197.             yield => ($this->privates['.messenger.handler_descriptor.2meLcUv'] ?? $this->get_Messenger_HandlerDescriptor_2meLcUvService());
  10198.         }, 1)]));
  10199.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10200.         return $instance;
  10201.     }
  10202.     /**
  10203.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  10204.      *
  10205.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  10206.      */
  10207.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  10208.     {
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  10211.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  10212.     }
  10213.     /**
  10214.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  10215.      *
  10216.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  10217.      */
  10218.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  10219.     {
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  10221.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10222.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10223.             'async_priority_high' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10224.             'async_priority_low' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10225.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10226.         ], [
  10227.             'async' => '?',
  10228.             'async_priority_high' => '?',
  10229.             'async_priority_low' => '?',
  10230.             'failed' => '?',
  10231.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10232.     }
  10233.     /**
  10234.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  10235.      *
  10236.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  10237.      */
  10238.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  10239.     {
  10240.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  10241.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10242.     }
  10243.     /**
  10244.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  10245.      *
  10246.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  10247.      */
  10248.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  10249.     {
  10250.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  10251.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10252.     }
  10253.     /**
  10254.      * Gets the private 'messenger.middleware.send_message' shared service.
  10255.      *
  10256.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  10257.      */
  10258.     protected function getMessenger_Middleware_SendMessageService()
  10259.     {
  10260.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  10262.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  10263.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  10264.         $a = ($this->privates['.service_locator.vPFPA0Q'] ?? $this->get_ServiceLocator_VPFPA0QService());
  10265.         if (isset($this->privates['messenger.middleware.send_message'])) {
  10266.             return $this->privates['messenger.middleware.send_message'];
  10267.         }
  10268.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10269.         if (isset($this->privates['messenger.middleware.send_message'])) {
  10270.             return $this->privates['messenger.middleware.send_message'];
  10271.         }
  10272.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> 'async'], 'DW\\GingerBundle\\Import\\Messenger\\AsyncMessageInterfacePriorityHigh' => [=> 'async_priority_high'], 'DW\\GingerBundle\\Import\\Messenger\\AsyncMessageInterface' => [=> 'async'], 'DW\\GingerBundle\\Import\\Messenger\\AsyncMessageInterfacePriorityLow' => [=> 'async_priority_low']], $a), $b);
  10273.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  10274.         return $instance;
  10275.     }
  10276.     /**
  10277.      * Gets the private 'messenger.receiver_locator' shared service.
  10278.      *
  10279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10280.      */
  10281.     protected function getMessenger_ReceiverLocatorService()
  10282.     {
  10283.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10284.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  10285.             'async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  10286.             'async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  10287.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10288.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  10289.             'messenger.transport.async_priority_high' => ['privates''messenger.transport.async_priority_high''getMessenger_Transport_AsyncPriorityHighService'false],
  10290.             'messenger.transport.async_priority_low' => ['privates''messenger.transport.async_priority_low''getMessenger_Transport_AsyncPriorityLowService'false],
  10291.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  10292.         ], [
  10293.             'async' => '?',
  10294.             'async_priority_high' => '?',
  10295.             'async_priority_low' => '?',
  10296.             'failed' => '?',
  10297.             'messenger.transport.async' => '?',
  10298.             'messenger.transport.async_priority_high' => '?',
  10299.             'messenger.transport.async_priority_low' => '?',
  10300.             'messenger.transport.failed' => '?',
  10301.         ]);
  10302.     }
  10303.     /**
  10304.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  10305.      *
  10306.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  10307.      */
  10308.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  10309.     {
  10310.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  10312.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  10313.     }
  10314.     /**
  10315.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_priority_high' shared service.
  10316.      *
  10317.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  10318.      */
  10319.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityHighService()
  10320.     {
  10321.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  10322.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  10323.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_priority_high'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  10324.     }
  10325.     /**
  10326.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_priority_low' shared service.
  10327.      *
  10328.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  10329.      */
  10330.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityLowService()
  10331.     {
  10332.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  10334.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_priority_low'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  10335.     }
  10336.     /**
  10337.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  10338.      *
  10339.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  10340.      */
  10341.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  10345.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(0100020);
  10346.     }
  10347.     /**
  10348.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  10349.      *
  10350.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  10351.      */
  10352.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  10353.     {
  10354.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  10355.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10356.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  10357.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  10358.         }
  10359.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.vPFPA0Q'] ?? $this->get_ServiceLocator_VPFPA0QService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10360.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  10361.             'async_priority_high' => ['privates''messenger.retry.multiplier_retry_strategy.async_priority_high''getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityHighService'false],
  10362.             'async_priority_low' => ['privates''messenger.retry.multiplier_retry_strategy.async_priority_low''getMessenger_Retry_MultiplierRetryStrategy_AsyncPriorityLowService'false],
  10363.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  10364.         ], [
  10365.             'async' => '?',
  10366.             'async_priority_high' => '?',
  10367.             'async_priority_low' => '?',
  10368.             'failed' => '?',
  10369.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  10370.     }
  10371.     /**
  10372.      * Gets the private 'messenger.routable_message_bus' shared service.
  10373.      *
  10374.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  10375.      */
  10376.     protected function getMessenger_RoutableMessageBusService()
  10377.     {
  10378.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  10379.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  10380.         if (isset($this->privates['messenger.routable_message_bus'])) {
  10381.             return $this->privates['messenger.routable_message_bus'];
  10382.         }
  10383.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10384.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10385.         ], [
  10386.             'messenger.bus.default' => '?',
  10387.         ]), $a);
  10388.     }
  10389.     /**
  10390.      * Gets the private 'messenger.transport.async' shared service.
  10391.      *
  10392.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  10393.      */
  10394.     protected function getMessenger_Transport_AsyncService()
  10395.     {
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  10399.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  10401.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  10402.         if (isset($this->privates['messenger.transport.async'])) {
  10403.             return $this->privates['messenger.transport.async'];
  10404.         }
  10405.         return $this->privates['messenger.transport.async'] = $a->createTransport('doctrine://default', ['transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  10406.     }
  10407.     /**
  10408.      * Gets the private 'messenger.transport.async_priority_high' shared service.
  10409.      *
  10410.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  10411.      */
  10412.     protected function getMessenger_Transport_AsyncPriorityHighService()
  10413.     {
  10414.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  10415.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  10416.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  10417.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  10418.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  10419.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  10420.         if (isset($this->privates['messenger.transport.async_priority_high'])) {
  10421.             return $this->privates['messenger.transport.async_priority_high'];
  10422.         }
  10423.         return $this->privates['messenger.transport.async_priority_high'] = $a->createTransport('doctrine://default', ['queue_name' => 'high''transport_name' => 'async_priority_high'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  10424.     }
  10425.     /**
  10426.      * Gets the private 'messenger.transport.async_priority_low' shared service.
  10427.      *
  10428.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  10429.      */
  10430.     protected function getMessenger_Transport_AsyncPriorityLowService()
  10431.     {
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  10437.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  10438.         if (isset($this->privates['messenger.transport.async_priority_low'])) {
  10439.             return $this->privates['messenger.transport.async_priority_low'];
  10440.         }
  10441.         return $this->privates['messenger.transport.async_priority_low'] = $a->createTransport('doctrine://default', ['queue_name' => 'low''transport_name' => 'async_priority_low'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  10442.     }
  10443.     /**
  10444.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  10445.      *
  10446.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  10447.      */
  10448.     protected function getMessenger_Transport_Doctrine_FactoryService()
  10449.     {
  10450.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  10451.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  10452.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10453.     }
  10454.     /**
  10455.      * Gets the private 'messenger.transport.failed' shared service.
  10456.      *
  10457.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  10458.      */
  10459.     protected function getMessenger_Transport_FailedService()
  10460.     {
  10461.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  10464.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  10465.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  10466.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  10467.         if (isset($this->privates['messenger.transport.failed'])) {
  10468.             return $this->privates['messenger.transport.failed'];
  10469.         }
  10470.         return $this->privates['messenger.transport.failed'] = $a->createTransport('doctrine://default', ['queue_name' => 'failed''transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  10471.     }
  10472.     /**
  10473.      * Gets the private 'messenger.transport.sync.factory' shared service.
  10474.      *
  10475.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  10476.      */
  10477.     protected function getMessenger_Transport_Sync_FactoryService()
  10478.     {
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  10481.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  10482.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  10483.             return $this->privates['messenger.transport.sync.factory'];
  10484.         }
  10485.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  10486.     }
  10487.     /**
  10488.      * Gets the private 'messenger.transport_factory' shared service.
  10489.      *
  10490.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  10491.      */
  10492.     protected function getMessenger_TransportFactoryService()
  10493.     {
  10494.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  10495.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  10496.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  10497.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  10498.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  10499.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  10500.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  10501.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  10502.         }, 5));
  10503.     }
  10504.     /**
  10505.      * Gets the private 'mime_types' shared service.
  10506.      *
  10507.      * @return \Symfony\Component\Mime\MimeTypes
  10508.      */
  10509.     protected function getMimeTypesService()
  10510.     {
  10511.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  10512.         $instance->setDefault($instance);
  10513.         return $instance;
  10514.     }
  10515.     /**
  10516.      * Gets the private 'monolog.command.server_log' shared service.
  10517.      *
  10518.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  10519.      */
  10520.     protected function getMonolog_Command_ServerLogService()
  10521.     {
  10522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10523.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  10524.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  10525.         $instance->setName('server:log');
  10526.         $instance->setDescription('Start a log server that displays logs in real time');
  10527.         return $instance;
  10528.     }
  10529.     /**
  10530.      * Gets the private 'monolog.handler.address_refactor' shared service.
  10531.      *
  10532.      * @return \Monolog\Handler\RotatingFileHandler
  10533.      */
  10534.     protected function getMonolog_Handler_AddressRefactorService()
  10535.     {
  10536.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  10537.         $this->privates['monolog.handler.address_refactor'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/address_refactor.log'), 99'debug'trueNULLfalse);
  10538.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  10539.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  10540.         return $instance;
  10541.     }
  10542.     /**
  10543.      * Gets the private 'monolog.handler.api' shared service.
  10544.      *
  10545.      * @return \Monolog\Handler\RotatingFileHandler
  10546.      */
  10547.     protected function getMonolog_Handler_ApiService()
  10548.     {
  10549.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  10550.         $this->privates['monolog.handler.api'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.api.log'), 14'debug'trueNULLfalse);
  10551.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  10552.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  10553.         return $instance;
  10554.     }
  10555.     /**
  10556.      * Gets the private 'monolog.handler.console' shared service.
  10557.      *
  10558.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  10559.      */
  10560.     protected function getMonolog_Handler_ConsoleService()
  10561.     {
  10562.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  10563.     }
  10564.     /**
  10565.      * Gets the private 'monolog.handler.file_import_person' shared service.
  10566.      *
  10567.      * @return \Monolog\Handler\RotatingFileHandler
  10568.      */
  10569.     protected function getMonolog_Handler_FileImportPersonService()
  10570.     {
  10571.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  10572.         $this->privates['monolog.handler.file_import_person'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/file-import/person.log'), 14'debug'trueNULLfalse);
  10573.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  10574.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  10575.         return $instance;
  10576.     }
  10577.     /**
  10578.      * Gets the private 'monolog.handler.ginger_core_events' shared service.
  10579.      *
  10580.      * @return \Monolog\Handler\RotatingFileHandler
  10581.      */
  10582.     protected function getMonolog_Handler_GingerCoreEventsService()
  10583.     {
  10584.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  10585.         $this->privates['monolog.handler.ginger_core_events'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev/ginger_core_events.log'), 14'debug'trueNULLfalse);
  10586.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  10587.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  10588.         return $instance;
  10589.     }
  10590.     /**
  10591.      * Gets the private 'monolog.handler.main' shared service.
  10592.      *
  10593.      * @return \Monolog\Handler\StreamHandler
  10594.      */
  10595.     protected function getMonolog_Handler_MainService()
  10596.     {
  10597.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  10598.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  10599.         return $instance;
  10600.     }
  10601.     /**
  10602.      * Gets the private 'monolog.logger' shared service.
  10603.      *
  10604.      * @return \Symfony\Bridge\Monolog\Logger
  10605.      */
  10606.     protected function getMonolog_LoggerService()
  10607.     {
  10608.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  10609.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10610.         $instance->useMicrosecondTimestamps(true);
  10611.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10612.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10613.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10614.         return $instance;
  10615.     }
  10616.     /**
  10617.      * Gets the private 'monolog.logger.cache' shared service.
  10618.      *
  10619.      * @return \Symfony\Bridge\Monolog\Logger
  10620.      */
  10621.     protected function getMonolog_Logger_CacheService()
  10622.     {
  10623.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  10624.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10625.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10626.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10627.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10628.         return $instance;
  10629.     }
  10630.     /**
  10631.      * Gets the private 'monolog.logger.mailer' shared service.
  10632.      *
  10633.      * @return \Symfony\Bridge\Monolog\Logger
  10634.      */
  10635.     protected function getMonolog_Logger_MailerService()
  10636.     {
  10637.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  10638.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10639.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10640.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10641.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10642.         return $instance;
  10643.     }
  10644.     /**
  10645.      * Gets the private 'monolog.logger.messenger' shared service.
  10646.      *
  10647.      * @return \Symfony\Bridge\Monolog\Logger
  10648.      */
  10649.     protected function getMonolog_Logger_MessengerService()
  10650.     {
  10651.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  10652.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10653.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10654.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10655.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10656.         return $instance;
  10657.     }
  10658.     /**
  10659.      * Gets the private 'monolog.logger.request' shared service.
  10660.      *
  10661.      * @return \Symfony\Bridge\Monolog\Logger
  10662.      */
  10663.     protected function getMonolog_Logger_RequestService()
  10664.     {
  10665.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  10666.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10667.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10668.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10669.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10670.         return $instance;
  10671.     }
  10672.     /**
  10673.      * Gets the private 'monolog.logger.security' shared service.
  10674.      *
  10675.      * @return \Symfony\Bridge\Monolog\Logger
  10676.      */
  10677.     protected function getMonolog_Logger_SecurityService()
  10678.     {
  10679.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  10680.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10681.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10682.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10683.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10684.         return $instance;
  10685.     }
  10686.     /**
  10687.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  10688.      *
  10689.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  10690.      */
  10691.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  10692.     {
  10693.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  10694.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  10695.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  10696.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  10697.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  10698.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  10699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  10701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  10703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  10704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  10705.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  10706.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  10707.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  10708.     }
  10709.     /**
  10710.      * Gets the private 'parameter_bag' shared service.
  10711.      *
  10712.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  10713.      */
  10714.     protected function getParameterBagService()
  10715.     {
  10716.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  10717.     }
  10718.     /**
  10719.      * Gets the private 'profiler_listener' shared service.
  10720.      *
  10721.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  10722.      */
  10723.     protected function getProfilerListenerService()
  10724.     {
  10725.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  10726.         if (isset($this->privates['profiler_listener'])) {
  10727.             return $this->privates['profiler_listener'];
  10728.         }
  10729.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  10730.     }
  10731.     /**
  10732.      * Gets the private 'property_accessor' shared service.
  10733.      *
  10734.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  10735.      */
  10736.     protected function getPropertyAccessorService()
  10737.     {
  10738.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10739.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  10740.     }
  10741.     /**
  10742.      * Gets the private 'property_info' shared service.
  10743.      *
  10744.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  10745.      */
  10746.     protected function getPropertyInfoService()
  10747.     {
  10748.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  10749.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  10750.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10751.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10752.         }, 3), new RewindableGenerator(function () {
  10753.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10754.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  10755.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  10756.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10757.         }, 4), new RewindableGenerator(function () {
  10758.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  10759.         }, 1), new RewindableGenerator(function () {
  10760.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10761.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10762.         }, 2), new RewindableGenerator(function () {
  10763.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10764.         }, 1));
  10765.     }
  10766.     /**
  10767.      * Gets the private 'property_info.serializer_extractor' shared service.
  10768.      *
  10769.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  10770.      */
  10771.     protected function getPropertyInfo_SerializerExtractorService()
  10772.     {
  10773.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  10774.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  10775.     }
  10776.     /**
  10777.      * Gets the private 'router.cache_warmer' shared service.
  10778.      *
  10779.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  10780.      */
  10781.     protected function getRouter_CacheWarmerService()
  10782.     {
  10783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  10785.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10786.             'router' => ['services''router''getRouterService'false],
  10787.         ], [
  10788.             'router' => '?',
  10789.         ]))->withContext('router.cache_warmer'$this));
  10790.     }
  10791.     /**
  10792.      * Gets the private 'router.expression_language_provider' shared service.
  10793.      *
  10794.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  10795.      */
  10796.     protected function getRouter_ExpressionLanguageProviderService()
  10797.     {
  10798.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10799.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  10800.         ], [
  10801.             'env' => 'Closure',
  10802.         ]));
  10803.     }
  10804.     /**
  10805.      * Gets the private 'router.request_context' shared service.
  10806.      *
  10807.      * @return \Symfony\Component\Routing\RequestContext
  10808.      */
  10809.     protected function getRouter_RequestContextService()
  10810.     {
  10811.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  10812.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  10813.         return $instance;
  10814.     }
  10815.     /**
  10816.      * Gets the private 'router_listener' shared service.
  10817.      *
  10818.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  10819.      */
  10820.     protected function getRouterListenerService()
  10821.     {
  10822.         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);
  10823.     }
  10824.     /**
  10825.      * Gets the private 'secrets.vault' shared service.
  10826.      *
  10827.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  10828.      */
  10829.     protected function getSecrets_VaultService()
  10830.     {
  10831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  10832.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  10833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  10834.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  10835.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  10836.     }
  10837.     /**
  10838.      * Gets the private 'security.access_listener' shared service.
  10839.      *
  10840.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  10841.      */
  10842.     protected function getSecurity_AccessListenerService()
  10843.     {
  10844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  10845.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  10847.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  10848.         if (isset($this->privates['security.access_listener'])) {
  10849.             return $this->privates['security.access_listener'];
  10850.         }
  10851.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10852.         if (isset($this->privates['security.access_listener'])) {
  10853.             return $this->privates['security.access_listener'];
  10854.         }
  10855.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  10856.     }
  10857.     /**
  10858.      * Gets the private 'security.access_map' shared service.
  10859.      *
  10860.      * @return \Symfony\Component\Security\Http\AccessMap
  10861.      */
  10862.     protected function getSecurity_AccessMapService()
  10863.     {
  10864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  10868.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  10869.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10870.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset-password'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10871.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/oauth'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10872.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/graphql'), [=> 'ROLE_USER'], NULL);
  10873.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2'), [=> 'ROLE_USER'], NULL);
  10874.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/devel'), [=> 'ROLE_GINGER_API_DEVEL'], NULL);
  10875.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_GINGER_BEUSER'], NULL);
  10876.         return $instance;
  10877.     }
  10878.     /**
  10879.      * Gets the private 'security.authentication.guard_handler' shared service.
  10880.      *
  10881.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  10882.      *
  10883.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  10884.      */
  10885.     protected function getSecurity_Authentication_GuardHandlerService()
  10886.     {
  10887.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  10888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10890.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10891.         if (isset($this->privates['security.authentication.guard_handler'])) {
  10892.             return $this->privates['security.authentication.guard_handler'];
  10893.         }
  10894.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [=> 'api'=> 'apiv2']);
  10895.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  10896.         return $instance;
  10897.     }
  10898.     /**
  10899.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  10900.      *
  10901.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  10902.      *
  10903.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  10904.      */
  10905.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  10906.     {
  10907.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  10908.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10909.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  10910.             return $this->privates['security.authentication.listener.anonymous.main'];
  10911.         }
  10912.         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()), $a);
  10913.     }
  10914.     /**
  10915.      * Gets the private 'security.authentication.listener.fos_oauth_server.api' shared service.
  10916.      *
  10917.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  10918.      */
  10919.     protected function getSecurity_Authentication_Listener_FosOauthServer_ApiService()
  10920.     {
  10921.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  10922.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10923.         if (isset($this->privates['security.authentication.listener.fos_oauth_server.api'])) {
  10924.             return $this->privates['security.authentication.listener.fos_oauth_server.api'];
  10925.         }
  10926.         return $this->privates['security.authentication.listener.fos_oauth_server.api'] = new \FOS\OAuthServerBundle\Security\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  10927.     }
  10928.     /**
  10929.      * Gets the private 'security.authentication.listener.fos_oauth_server.apiv2' shared service.
  10930.      *
  10931.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  10932.      */
  10933.     protected function getSecurity_Authentication_Listener_FosOauthServer_Apiv2Service()
  10934.     {
  10935.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  10936.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10937.         if (isset($this->privates['security.authentication.listener.fos_oauth_server.apiv2'])) {
  10938.             return $this->privates['security.authentication.listener.fos_oauth_server.apiv2'];
  10939.         }
  10940.         return $this->privates['security.authentication.listener.fos_oauth_server.apiv2'] = new \FOS\OAuthServerBundle\Security\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  10941.     }
  10942.     /**
  10943.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  10944.      *
  10945.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  10946.      *
  10947.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  10948.      */
  10949.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  10950.     {
  10951.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  10952.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  10953.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  10954.             return $this->privates['security.authentication.listener.guard.main'];
  10955.         }
  10956.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  10957.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  10958.             return $this->privates['security.authentication.listener.guard.main'];
  10959.         }
  10960.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  10961.             yield => ($this->services['DW\\GingerBundle\\Security\\UserAuthenticator'] ?? $this->getUserAuthenticatorService());
  10962.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  10963.     }
  10964.     /**
  10965.      * Gets the private 'security.authentication.manager' shared service.
  10966.      *
  10967.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  10968.      *
  10969.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  10970.      */
  10971.     protected function getSecurity_Authentication_ManagerService()
  10972.     {
  10973.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  10974.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  10975.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_ApiService());
  10976.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.apiv2'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_Apiv2Service());
  10977.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  10978.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  10979.         }, 4), true);
  10980.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10981.         return $instance;
  10982.     }
  10983.     /**
  10984.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  10985.      *
  10986.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  10987.      *
  10988.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  10989.      */
  10990.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  10991.     {
  10992.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  10993.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  10994.     }
  10995.     /**
  10996.      * Gets the private 'security.authentication.provider.fos_oauth_server.api' shared service.
  10997.      *
  10998.      * @return \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider
  10999.      */
  11000.     protected function getSecurity_Authentication_Provider_FosOauthServer_ApiService()
  11001.     {
  11002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  11003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11004.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  11005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11007.         return $this->privates['security.authentication.provider.fos_oauth_server.api'] = new \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  11008.     }
  11009.     /**
  11010.      * Gets the private 'security.authentication.provider.fos_oauth_server.apiv2' shared service.
  11011.      *
  11012.      * @return \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider
  11013.      */
  11014.     protected function getSecurity_Authentication_Provider_FosOauthServer_Apiv2Service()
  11015.     {
  11016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  11017.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11018.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  11019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11021.         return $this->privates['security.authentication.provider.fos_oauth_server.apiv2'] = new \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  11022.     }
  11023.     /**
  11024.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  11025.      *
  11026.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  11027.      *
  11028.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  11029.      */
  11030.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  11031.     {
  11032.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  11033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11035.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  11036.             yield => ($this->services['DW\\GingerBundle\\Security\\UserAuthenticator'] ?? $this->getUserAuthenticatorService());
  11037.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  11038.     }
  11039.     /**
  11040.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  11041.      *
  11042.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  11043.      */
  11044.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  11045.     {
  11046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  11047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  11049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  11051.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  11052.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  11053.             return $this->privates['security.authentication.switchuser_listener.main'];
  11054.         }
  11055.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11056.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  11057.             return $this->privates['security.authentication.switchuser_listener.main'];
  11058.         }
  11059.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main'$a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH'$bfalse);
  11060.     }
  11061.     /**
  11062.      * Gets the private 'security.authentication_utils' shared service.
  11063.      *
  11064.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  11065.      */
  11066.     protected function getSecurity_AuthenticationUtilsService()
  11067.     {
  11068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  11069.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11070.     }
  11071.     /**
  11072.      * Gets the private 'security.channel_listener' shared service.
  11073.      *
  11074.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  11075.      */
  11076.     protected function getSecurity_ChannelListenerService()
  11077.     {
  11078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  11079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  11081.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  11082.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  11083.     }
  11084.     /**
  11085.      * Gets the private 'security.command.debug_firewall' shared service.
  11086.      *
  11087.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  11088.      */
  11089.     protected function getSecurity_Command_DebugFirewallService()
  11090.     {
  11091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  11093.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.xq2QRKB'] ?? $this->get_ServiceLocator_Xq2QRKBService()), ($this->privates['.service_locator.xpiHtM0'] ?? $this->get_ServiceLocator_XpiHtM0Service()), [], false);
  11094.         $instance->setName('debug:firewall');
  11095.         $instance->setDescription('Display information about your security firewall(s)');
  11096.         return $instance;
  11097.     }
  11098.     /**
  11099.      * Gets the private 'security.command.user_password_encoder' shared service.
  11100.      *
  11101.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  11102.      *
  11103.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  11104.      */
  11105.     protected function getSecurity_Command_UserPasswordEncoderService()
  11106.     {
  11107.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  11108.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'DW\\GingerBundle\\Entity\\User']);
  11109.         $instance->setName('security:encode-password');
  11110.         $instance->setDescription('Encode a password');
  11111.         return $instance;
  11112.     }
  11113.     /**
  11114.      * Gets the private 'security.command.user_password_hash' shared service.
  11115.      *
  11116.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  11117.      */
  11118.     protected function getSecurity_Command_UserPasswordHashService()
  11119.     {
  11120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11121.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  11122.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'DW\\GingerBundle\\Entity\\User']);
  11123.         $instance->setName('security:hash-password');
  11124.         $instance->setDescription('Hash a user password');
  11125.         return $instance;
  11126.     }
  11127.     /**
  11128.      * Gets the private 'security.context_listener.0' shared service.
  11129.      *
  11130.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  11131.      */
  11132.     protected function getSecurity_ContextListener_0Service()
  11133.     {
  11134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  11135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  11137.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11138.         if (isset($this->privates['security.context_listener.0'])) {
  11139.             return $this->privates['security.context_listener.0'];
  11140.         }
  11141.         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 () {
  11142.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  11143.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  11144.     }
  11145.     /**
  11146.      * Gets the private 'security.csrf.token_storage' shared service.
  11147.      *
  11148.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  11149.      */
  11150.     protected function getSecurity_Csrf_TokenStorageService()
  11151.     {
  11152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  11153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  11154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  11155.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11156.     }
  11157.     /**
  11158.      * Gets the private 'security.encoder_factory.generic' shared service.
  11159.      *
  11160.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  11161.      *
  11162.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  11163.      */
  11164.     protected function getSecurity_EncoderFactory_GenericService()
  11165.     {
  11166.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  11167.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['DW\\GingerBundle\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  11168.     }
  11169.     /**
  11170.      * Gets the private 'security.event_dispatcher.api' shared service.
  11171.      *
  11172.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  11173.      */
  11174.     protected function getSecurity_EventDispatcher_ApiService()
  11175.     {
  11176.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  11177.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11178.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  11179.         }, => 'onLogout'], 0);
  11180.         return $instance;
  11181.     }
  11182.     /**
  11183.      * Gets the private 'security.event_dispatcher.apiv2' shared service.
  11184.      *
  11185.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  11186.      */
  11187.     protected function getSecurity_EventDispatcher_Apiv2Service()
  11188.     {
  11189.         $this->privates['security.event_dispatcher.apiv2'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  11190.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11191.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  11192.         }, => 'onLogout'], 0);
  11193.         return $instance;
  11194.     }
  11195.     /**
  11196.      * Gets the private 'security.event_dispatcher.main' shared service.
  11197.      *
  11198.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  11199.      */
  11200.     protected function getSecurity_EventDispatcher_MainService()
  11201.     {
  11202.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  11203.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11204.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  11205.         }, => 'onLogout'], 64);
  11206.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11207.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  11208.         }, => 'onLogout'], 0);
  11209.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11210.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  11211.         }, => 'onLogout'], 0);
  11212.         return $instance;
  11213.     }
  11214.     /**
  11215.      * Gets the private 'security.expression_language' shared service.
  11216.      *
  11217.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  11218.      */
  11219.     protected function getSecurity_ExpressionLanguageService()
  11220.     {
  11221.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  11222.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  11223.         return $instance;
  11224.     }
  11225.     /**
  11226.      * Gets the private 'security.firewall.map' shared service.
  11227.      *
  11228.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  11229.      */
  11230.     protected function getSecurity_Firewall_MapService()
  11231.     {
  11232.         $a = ($this->privates['.service_locator.xq2QRKB'] ?? $this->get_ServiceLocator_Xq2QRKBService());
  11233.         if (isset($this->privates['security.firewall.map'])) {
  11234.             return $this->privates['security.firewall.map'];
  11235.         }
  11236.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  11237.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  11238.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.5teyqpG'] ?? ($this->privates['.security.request_matcher.5teyqpG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/graphql')));
  11239.             yield 'security.firewall.map.context.apiv2' => ($this->privates['.security.request_matcher.ih7mNbv'] ?? ($this->privates['.security.request_matcher.ih7mNbv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2')));
  11240.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  11241.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.2IPYWkw'] ?? ($this->privates['.security.request_matcher.2IPYWkw'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/oauth/v2/token')));
  11242.         }, 5));
  11243.     }
  11244.     /**
  11245.      * Gets the private 'security.firewall.map.context.api' shared service.
  11246.      *
  11247.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11248.      */
  11249.     protected function getSecurity_Firewall_Map_Context_ApiService()
  11250.     {
  11251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  11254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11255.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11256.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  11257.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_ApiService());
  11258.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  11259.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['fos_oauth_server.security.entry_point'] ?? $this->getFosOauthServer_Security_EntryPointService()), 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.5teyqpG'truetrue'security.user.provider.concrete.app_user_provider'NULL'fos_oauth_server.security.entry_point'NULLNULL, [=> 'fos_oauth'], NULL));
  11260.     }
  11261.     /**
  11262.      * Gets the private 'security.firewall.map.context.apiv2' shared service.
  11263.      *
  11264.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11265.      */
  11266.     protected function getSecurity_Firewall_Map_Context_Apiv2Service()
  11267.     {
  11268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  11271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11272.         return $this->privates['security.firewall.map.context.apiv2'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11273.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  11274.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.apiv2'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_Apiv2Service());
  11275.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  11276.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'apiv2', ($this->privates['fos_oauth_server.security.entry_point'] ?? $this->getFosOauthServer_Security_EntryPointService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('apiv2''security.user_checker''.security.request_matcher.ih7mNbv'truetrue'security.user.provider.concrete.app_user_provider'NULL'fos_oauth_server.security.entry_point'NULLNULL, [=> 'fos_oauth'], NULL));
  11277.     }
  11278.     /**
  11279.      * Gets the private 'security.firewall.map.context.dev' shared service.
  11280.      *
  11281.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11282.      */
  11283.     protected function getSecurity_Firewall_Map_Context_DevService()
  11284.     {
  11285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11287.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11288.             return new \EmptyIterator();
  11289.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  11290.     }
  11291.     /**
  11292.      * Gets the private 'security.firewall.map.context.main' shared service.
  11293.      *
  11294.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11295.      */
  11296.     protected function getSecurity_Firewall_Map_Context_MainService()
  11297.     {
  11298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  11301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  11302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11303.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  11304.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11305.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  11306.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11307.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11308.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  11309.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  11310.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  11311.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  11312.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  11313.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  11314.         }, 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())), $b'main', ($this->services['DW\\GingerBundle\\Security\\UserAuthenticator'] ?? $this->getUserAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'ginger_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'security.user.provider.concrete.app_user_provider''main''dw_ginger.userAuthenticator'NULLNULL, [=> 'switch_user'=> 'guard'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  11315.     }
  11316.     /**
  11317.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  11318.      *
  11319.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  11320.      */
  11321.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  11322.     {
  11323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  11325.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  11326.             return new \EmptyIterator();
  11327.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.2IPYWkw'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  11328.     }
  11329.     /**
  11330.      * Gets the private 'security.helper' shared service.
  11331.      *
  11332.      * @return \Symfony\Component\Security\Core\Security
  11333.      */
  11334.     protected function getSecurity_HelperService()
  11335.     {
  11336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  11337.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11338.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  11339.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  11340.         ], [
  11341.             'security.authorization_checker' => '?',
  11342.             'security.token_storage' => '?',
  11343.         ]));
  11344.     }
  11345.     /**
  11346.      * Gets the private 'security.http_utils' shared service.
  11347.      *
  11348.      * @return \Symfony\Component\Security\Http\HttpUtils
  11349.      */
  11350.     protected function getSecurity_HttpUtilsService()
  11351.     {
  11352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  11353.         $a = ($this->services['router'] ?? $this->getRouterService());
  11354.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  11355.     }
  11356.     /**
  11357.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  11358.      *
  11359.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  11360.      */
  11361.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  11362.     {
  11363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  11364.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  11365.     }
  11366.     /**
  11367.      * Gets the private 'security.logout.listener.default.main' shared service.
  11368.      *
  11369.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  11370.      */
  11371.     protected function getSecurity_Logout_Listener_Default_MainService()
  11372.     {
  11373.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  11374.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'ginger_login');
  11375.     }
  11376.     /**
  11377.      * Gets the private 'security.logout_url_generator' shared service.
  11378.      *
  11379.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  11380.      */
  11381.     protected function getSecurity_LogoutUrlGeneratorService()
  11382.     {
  11383.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  11384.         $instance->registerListener('main''ginger_logout''logout''_csrf_token'NULLNULL);
  11385.         return $instance;
  11386.     }
  11387.     /**
  11388.      * Gets the private 'security.password_hasher_factory' shared service.
  11389.      *
  11390.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  11391.      */
  11392.     protected function getSecurity_PasswordHasherFactoryService()
  11393.     {
  11394.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  11395.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  11396.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['DW\\GingerBundle\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  11397.     }
  11398.     /**
  11399.      * Gets the private 'security.role_hierarchy' shared service.
  11400.      *
  11401.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  11402.      */
  11403.     protected function getSecurity_RoleHierarchyService()
  11404.     {
  11405.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  11406.     }
  11407.     /**
  11408.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  11409.      *
  11410.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  11411.      */
  11412.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  11413.     {
  11414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  11415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  11417.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'DW\\GingerBundle\\Entity\\User''username'NULL);
  11418.     }
  11419.     /**
  11420.      * Gets the private 'security.user_password_hasher' shared service.
  11421.      *
  11422.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  11423.      */
  11424.     protected function getSecurity_UserPasswordHasherService()
  11425.     {
  11426.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  11427.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  11428.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  11429.     }
  11430.     /**
  11431.      * Gets the private 'security.validator.user_password' shared service.
  11432.      *
  11433.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  11434.      */
  11435.     protected function getSecurity_Validator_UserPasswordService()
  11436.     {
  11437.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  11440.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  11441.     }
  11442.     /**
  11443.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  11444.      *
  11445.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  11446.      */
  11447.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  11448.     {
  11449.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11450.     }
  11451.     /**
  11452.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  11453.      *
  11454.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  11455.      */
  11456.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  11457.     {
  11458.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  11459.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  11460.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  11461.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  11462.     }
  11463.     /**
  11464.      * Gets the private 'sensio_framework_extra.routing.loader.annot_class' shared service.
  11465.      *
  11466.      * @return \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader
  11467.      *
  11468.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
  11469.      */
  11470.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotClassService()
  11471.     {
  11472.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2');
  11473.         return $this->privates['sensio_framework_extra.routing.loader.annot_class'] = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11474.     }
  11475.     /**
  11476.      * Gets the private 'sensio_framework_extra.routing.loader.annot_dir' shared service.
  11477.      *
  11478.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  11479.      *
  11480.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
  11481.      */
  11482.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotDirService()
  11483.     {
  11484.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2');
  11485.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  11486.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  11487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  11488.         return new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  11489.     }
  11490.     /**
  11491.      * Gets the private 'sensio_framework_extra.routing.loader.annot_file' shared service.
  11492.      *
  11493.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  11494.      *
  11495.      * @deprecated Since sensio/framework-extra-bundle 5.2: The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
  11496.      */
  11497.     protected function getSensioFrameworkExtra_Routing_Loader_AnnotFileService()
  11498.     {
  11499.         trigger_deprecation('sensio/framework-extra-bundle''5.2''The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2');
  11500.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  11501.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  11502.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  11503.         return new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['sensio_framework_extra.routing.loader.annot_class'] ?? $this->getSensioFrameworkExtra_Routing_Loader_AnnotClassService()));
  11504.     }
  11505.     /**
  11506.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  11507.      *
  11508.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  11509.      */
  11510.     protected function getSensioFrameworkExtra_Security_ListenerService()
  11511.     {
  11512.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11513.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  11514.             return $this->privates['sensio_framework_extra.security.listener'];
  11515.         }
  11516.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  11517.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider())));
  11518.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  11519.     }
  11520.     /**
  11521.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  11522.      *
  11523.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  11524.      */
  11525.     protected function getSensioFrameworkExtra_View_ListenerService()
  11526.     {
  11527.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  11528.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11529.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11530.         ], [
  11531.             'twig' => '?',
  11532.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  11533.         return $instance;
  11534.     }
  11535.     /**
  11536.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  11537.      *
  11538.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  11539.      */
  11540.     protected function getSerializer_Mapping_CacheWarmerService()
  11541.     {
  11542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  11545.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  11546.     }
  11547.     /**
  11548.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  11549.      *
  11550.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  11551.      */
  11552.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  11553.     {
  11554.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  11555.     }
  11556.     /**
  11557.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  11558.      *
  11559.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  11560.      */
  11561.     protected function getSerializer_NameConverter_MetadataAwareService()
  11562.     {
  11563.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  11564.     }
  11565.     /**
  11566.      * Gets the private 'serializer.normalizer.object' shared service.
  11567.      *
  11568.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  11569.      */
  11570.     protected function getSerializer_Normalizer_ObjectService()
  11571.     {
  11572.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11573.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [], $a);
  11574.     }
  11575.     /**
  11576.      * Gets the private 'session.factory' shared service.
  11577.      *
  11578.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  11579.      */
  11580.     protected function getSession_FactoryService()
  11581.     {
  11582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  11583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  11584.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  11585.         if (isset($this->privates['session.factory'])) {
  11586.             return $this->privates['session.factory'];
  11587.         }
  11588.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  11589.     }
  11590.     /**
  11591.      * Gets the private 'session.storage.factory.service' shared service.
  11592.      *
  11593.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  11594.      *
  11595.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  11596.      */
  11597.     protected function getSession_Storage_Factory_ServiceService()
  11598.     {
  11599.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  11600.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  11601.     }
  11602.     /**
  11603.      * Gets the private 'session.storage.metadata_bag' shared service.
  11604.      *
  11605.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  11606.      *
  11607.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  11608.      */
  11609.     protected function getSession_Storage_MetadataBagService()
  11610.     {
  11611.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  11612.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  11613.     }
  11614.     /**
  11615.      * Gets the private 'session.storage.native' shared service.
  11616.      *
  11617.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  11618.      *
  11619.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  11620.      */
  11621.     protected function getSession_Storage_NativeService()
  11622.     {
  11623.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  11624.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  11625.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  11626.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  11627.     }
  11628.     /**
  11629.      * Gets the private 'session_listener' shared service.
  11630.      *
  11631.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  11632.      */
  11633.     protected function getSessionListenerService()
  11634.     {
  11635.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11636.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  11637.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  11638.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11639.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  11640.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  11641.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  11642.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  11643.         ], [
  11644.             'initialized_session' => '?',
  11645.             'logger' => '?',
  11646.             'request_stack' => '?',
  11647.             'session' => '?',
  11648.             'session_collector' => '?',
  11649.             'session_factory' => '?',
  11650.             'session_storage' => '?',
  11651.         ]), true$this->parameters['session.storage.options']);
  11652.     }
  11653.     /**
  11654.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  11655.      *
  11656.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  11657.      */
  11658.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  11659.     {
  11660.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  11661.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  11662.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  11663.         }
  11664.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  11665.     }
  11666.     /**
  11667.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  11668.      *
  11669.      * @return \Gedmo\Blameable\BlameableListener
  11670.      */
  11671.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  11672.     {
  11673.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  11674.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  11675.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11676.         return $instance;
  11677.     }
  11678.     /**
  11679.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  11680.      *
  11681.      * @return \Gedmo\Timestampable\TimestampableListener
  11682.      */
  11683.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  11684.     {
  11685.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  11686.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  11687.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  11688.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11689.         return $instance;
  11690.     }
  11691.     /**
  11692.      * Gets the private 'symfonycasts.reset_password.cleaner' shared service.
  11693.      *
  11694.      * @return \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner
  11695.      */
  11696.     protected function getSymfonycasts_ResetPassword_CleanerService()
  11697.     {
  11698.         include_once \dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Util/ResetPasswordCleaner.php';
  11699.         return $this->privates['symfonycasts.reset_password.cleaner'] = new \SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner(($this->privates['DW\\GingerBundle\\Repository\\ResetPasswordRequestRepository'] ?? $this->getResetPasswordRequestRepositoryService()), true);
  11700.     }
  11701.     /**
  11702.      * Gets the private 'tetranz_select2entity.select2entity_type' shared service.
  11703.      *
  11704.      * @return \Tetranz\Select2EntityBundle\Form\Type\Select2EntityType
  11705.      */
  11706.     protected function getTetranzSelect2entity_Select2entityTypeService()
  11707.     {
  11708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/Form/Type/Select2EntityType.php';
  11711.         return $this->privates['tetranz_select2entity.select2entity_type'] = new \Tetranz\Select2EntityBundle\Form\Type\Select2EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['router'] ?? $this->getRouterService()), $this->parameters['tetranz_select2_entity.config']);
  11712.     }
  11713.     /**
  11714.      * Gets the private 'translation.extractor' shared service.
  11715.      *
  11716.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  11717.      */
  11718.     protected function getTranslation_ExtractorService()
  11719.     {
  11720.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  11721.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  11725.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  11726.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  11727.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  11728.         return $instance;
  11729.     }
  11730.     /**
  11731.      * Gets the private 'translation.loader.csv' shared service.
  11732.      *
  11733.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  11734.      */
  11735.     protected function getTranslation_Loader_CsvService()
  11736.     {
  11737.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11740.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11741.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  11742.     }
  11743.     /**
  11744.      * Gets the private 'translation.loader.dat' shared service.
  11745.      *
  11746.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  11747.      */
  11748.     protected function getTranslation_Loader_DatService()
  11749.     {
  11750.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11751.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11752.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11753.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  11754.     }
  11755.     /**
  11756.      * Gets the private 'translation.loader.ini' shared service.
  11757.      *
  11758.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  11759.      */
  11760.     protected function getTranslation_Loader_IniService()
  11761.     {
  11762.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11766.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  11767.     }
  11768.     /**
  11769.      * Gets the private 'translation.loader.json' shared service.
  11770.      *
  11771.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  11772.      */
  11773.     protected function getTranslation_Loader_JsonService()
  11774.     {
  11775.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11779.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  11780.     }
  11781.     /**
  11782.      * Gets the private 'translation.loader.mo' shared service.
  11783.      *
  11784.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  11785.      */
  11786.     protected function getTranslation_Loader_MoService()
  11787.     {
  11788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11790.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11792.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  11793.     }
  11794.     /**
  11795.      * Gets the private 'translation.loader.php' shared service.
  11796.      *
  11797.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  11798.      */
  11799.     protected function getTranslation_Loader_PhpService()
  11800.     {
  11801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11805.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  11806.     }
  11807.     /**
  11808.      * Gets the private 'translation.loader.po' shared service.
  11809.      *
  11810.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  11811.      */
  11812.     protected function getTranslation_Loader_PoService()
  11813.     {
  11814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11818.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  11819.     }
  11820.     /**
  11821.      * Gets the private 'translation.loader.qt' shared service.
  11822.      *
  11823.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  11824.      */
  11825.     protected function getTranslation_Loader_QtService()
  11826.     {
  11827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11829.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  11830.     }
  11831.     /**
  11832.      * Gets the private 'translation.loader.res' shared service.
  11833.      *
  11834.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  11835.      */
  11836.     protected function getTranslation_Loader_ResService()
  11837.     {
  11838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11840.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  11841.     }
  11842.     /**
  11843.      * Gets the private 'translation.loader.xliff' shared service.
  11844.      *
  11845.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  11846.      */
  11847.     protected function getTranslation_Loader_XliffService()
  11848.     {
  11849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11851.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  11852.     }
  11853.     /**
  11854.      * Gets the private 'translation.loader.yml' shared service.
  11855.      *
  11856.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  11857.      */
  11858.     protected function getTranslation_Loader_YmlService()
  11859.     {
  11860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11864.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  11865.     }
  11866.     /**
  11867.      * Gets the private 'translation.provider_collection' shared service.
  11868.      *
  11869.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  11870.      */
  11871.     protected function getTranslation_ProviderCollectionService()
  11872.     {
  11873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  11874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  11875.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  11876.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  11877.         }, 1), []))->fromConfig([]);
  11878.     }
  11879.     /**
  11880.      * Gets the private 'translation.reader' shared service.
  11881.      *
  11882.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  11883.      */
  11884.     protected function getTranslation_ReaderService()
  11885.     {
  11886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  11887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11890.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11891.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11892.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11901.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11902.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  11903.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  11904.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  11905.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  11906.         $instance->addLoader('yaml'$a);
  11907.         $instance->addLoader('yml'$a);
  11908.         $instance->addLoader('xlf'$b);
  11909.         $instance->addLoader('xliff'$b);
  11910.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11911.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11912.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11913.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11914.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11915.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  11916.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  11917.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11918.         return $instance;
  11919.     }
  11920.     /**
  11921.      * Gets the private 'translation.warmer' shared service.
  11922.      *
  11923.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  11924.      */
  11925.     protected function getTranslation_WarmerService()
  11926.     {
  11927.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  11929.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11930.             'translator' => ['services''translator''getTranslatorService'false],
  11931.         ], [
  11932.             'translator' => '?',
  11933.         ]))->withContext('translation.warmer'$this));
  11934.     }
  11935.     /**
  11936.      * Gets the private 'translation.writer' shared service.
  11937.      *
  11938.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  11939.      */
  11940.     protected function getTranslation_WriterService()
  11941.     {
  11942.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  11943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  11944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  11946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  11949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  11950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  11951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  11952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  11954.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  11955.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  11956.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  11957.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  11958.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  11959.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  11960.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  11961.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  11962.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  11963.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  11964.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  11965.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  11966.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  11967.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  11968.         return $instance;
  11969.     }
  11970.     /**
  11971.      * Gets the private 'translator.default' shared service.
  11972.      *
  11973.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11974.      */
  11975.     protected function getTranslator_DefaultService()
  11976.     {
  11977.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11978.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11979.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11980.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11981.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11982.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11983.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11984.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11985.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11986.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11987.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11988.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11989.         ], [
  11990.             'translation.loader.csv' => '?',
  11991.             'translation.loader.dat' => '?',
  11992.             'translation.loader.ini' => '?',
  11993.             'translation.loader.json' => '?',
  11994.             'translation.loader.mo' => '?',
  11995.             'translation.loader.php' => '?',
  11996.             'translation.loader.po' => '?',
  11997.             'translation.loader.qt' => '?',
  11998.             'translation.loader.res' => '?',
  11999.             'translation.loader.xliff' => '?',
  12000.             'translation.loader.yml' => '?',
  12001.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'de', ['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/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/import.de.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), 10 => (\dirname(__DIR__4).'/translations/messages.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/import.en.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 28 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 29 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/datenwerk/ginger-bundle/Resources/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/odolbeau/phone-number-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/stof/doctrine-extensions-bundle/src/translations'18 => 'vendor/knplabs/knp-menu-bundle/translations'19 => 'vendor/jms/serializer-bundle/translations'20 => 'vendor/eightpoints/guzzle-bundle/src/translations'21 => 'vendor/tetranz/select2entity-bundle/translations'22 => 'vendor/twig/extra-bundle/translations'23 => 'vendor/league/flysystem-bundle/src/translations'24 => 'vendor/api-platform/core/src/Bridge/Symfony/Bundle/translations'25 => 'vendor/friendsofsymfony/elastica-bundle/src/translations'26 => 'vendor/sensio/framework-extra-bundle/src/translations'27 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'28 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'29 => 'vendor/hautelook/alice-bundle/src/translations']]], []);
  12002.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  12003.         $instance->setFallbackLocales([=> 'de']);
  12004.         return $instance;
  12005.     }
  12006.     /**
  12007.      * Gets the private 'twig.command.debug' shared service.
  12008.      *
  12009.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  12010.      */
  12011.     protected function getTwig_Command_DebugService()
  12012.     {
  12013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12014.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  12015.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  12016.         $instance->setName('debug:twig');
  12017.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  12018.         return $instance;
  12019.     }
  12020.     /**
  12021.      * Gets the private 'twig.command.lint' shared service.
  12022.      *
  12023.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  12024.      */
  12025.     protected function getTwig_Command_LintService()
  12026.     {
  12027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12028.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  12029.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  12030.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  12031.         $instance->setName('lint:twig');
  12032.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  12033.         return $instance;
  12034.     }
  12035.     /**
  12036.      * Gets the private 'twig.form.engine' shared service.
  12037.      *
  12038.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  12039.      */
  12040.     protected function getTwig_Form_EngineService()
  12041.     {
  12042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  12043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  12045.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12046.         if (isset($this->privates['twig.form.engine'])) {
  12047.             return $this->privates['twig.form.engine'];
  12048.         }
  12049.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  12050.     }
  12051.     /**
  12052.      * Gets the private 'twig.form.renderer' shared service.
  12053.      *
  12054.      * @return \Symfony\Component\Form\FormRenderer
  12055.      */
  12056.     protected function getTwig_Form_RendererService()
  12057.     {
  12058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  12059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  12060.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  12061.         if (isset($this->privates['twig.form.renderer'])) {
  12062.             return $this->privates['twig.form.renderer'];
  12063.         }
  12064.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  12065.     }
  12066.     /**
  12067.      * Gets the private 'twig.mailer.message_listener' shared service.
  12068.      *
  12069.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  12070.      */
  12071.     protected function getTwig_Mailer_MessageListenerService()
  12072.     {
  12073.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  12074.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  12075.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  12076.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12077.         if (isset($this->privates['twig.mailer.message_listener'])) {
  12078.             return $this->privates['twig.mailer.message_listener'];
  12079.         }
  12080.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  12081.     }
  12082.     /**
  12083.      * Gets the private 'twig.runtime.httpkernel' shared service.
  12084.      *
  12085.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  12086.      */
  12087.     protected function getTwig_Runtime_HttpkernelService()
  12088.     {
  12089.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  12090.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  12091.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  12092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  12093.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  12094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  12095.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  12096.         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, [
  12097.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  12098.         ], [
  12099.             'inline' => '?',
  12100.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  12101.     }
  12102.     /**
  12103.      * Gets the private 'twig.runtime.security_csrf' shared service.
  12104.      *
  12105.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  12106.      */
  12107.     protected function getTwig_Runtime_SecurityCsrfService()
  12108.     {
  12109.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  12110.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  12111.     }
  12112.     /**
  12113.      * Gets the private 'twig.runtime.serializer' shared service.
  12114.      *
  12115.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  12116.      */
  12117.     protected function getTwig_Runtime_SerializerService()
  12118.     {
  12119.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12120.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  12121.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  12122.     }
  12123.     /**
  12124.      * Gets the private 'twig.template_cache_warmer' shared service.
  12125.      *
  12126.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  12127.      */
  12128.     protected function getTwig_TemplateCacheWarmerService()
  12129.     {
  12130.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12131.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  12133.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12134.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  12135.         ], [
  12136.             'twig' => '?',
  12137.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/templates') => NULL, (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Resources/views/bundles/ApiPlatformBundle') => 'ApiPlatform', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  12138.     }
  12139.     /**
  12140.      * Gets the private 'validator.builder' shared service.
  12141.      *
  12142.      * @return \Symfony\Component\Validator\ValidatorBuilder
  12143.      */
  12144.     protected function getValidator_BuilderService()
  12145.     {
  12146.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  12147.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  12148.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12149.             'DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator''getPersonIdExistsConstraintValidatorService'false],
  12150.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator''getContainsRequiredPropsConstraintValidatorService'false],
  12151.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator''getNoExtraFieldsConstraintValidatorService'false],
  12152.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator' => ['services''DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator''getSingleSheetOnlyConstraintValidatorService'false],
  12153.             'DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator' => ['privates''DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator''getMinGroupTagsValidatorService'false],
  12154.             'DW\\GingerBundle\\Validator\\Constraints\\UniqueFieldValidator' => ['privates''dw_ginger.validator.unique_field''getDwGinger_Validator_UniqueFieldService'false],
  12155.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'false],
  12156.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  12157.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  12158.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  12159.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  12160.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  12161.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  12162.             'dw_ginger_filter_persons' => ['privates''dw_ginger.validator.unique_field''getDwGinger_Validator_UniqueFieldService'false],
  12163.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  12164.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  12165.         ], [
  12166.             'DW\\GingerBundle\\Import\\Validator\\Constraints\\PersonIdExistsConstraintValidator' => '?',
  12167.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\ContainsRequiredPropsConstraintValidator' => '?',
  12168.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\NoExtraFieldsConstraintValidator' => '?',
  12169.             'DW\\GingerBundle\\Import\\Xlsx\\Validator\\SingleSheetOnlyConstraintValidator' => '?',
  12170.             'DW\\GingerBundle\\Validator\\Constraints\\MinGroupTagsValidator' => '?',
  12171.             'DW\\GingerBundle\\Validator\\Constraints\\UniqueFieldValidator' => '?',
  12172.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  12173.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  12174.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  12175.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  12176.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  12177.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  12178.             'doctrine.orm.validator.unique' => '?',
  12179.             'dw_ginger_filter_persons' => '?',
  12180.             'security.validator.user_password' => '?',
  12181.             'validator.expression' => '?',
  12182.         ])));
  12183.         if ($this->has('translator')) {
  12184.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  12185.         }
  12186.         $instance->setTranslationDomain('validators');
  12187.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  12188.         $instance->enableAnnotationMapping(true);
  12189.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12190.         $instance->addMethodMapping('loadValidatorMetadata');
  12191.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  12192.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  12193.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  12194.         return $instance;
  12195.     }
  12196.     /**
  12197.      * Gets the private 'validator.email' shared service.
  12198.      *
  12199.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  12200.      */
  12201.     protected function getValidator_EmailService()
  12202.     {
  12203.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12205.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  12206.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  12207.     }
  12208.     /**
  12209.      * Gets the private 'validator.expression' shared service.
  12210.      *
  12211.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  12212.      */
  12213.     protected function getValidator_ExpressionService()
  12214.     {
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12217.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  12218.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  12219.     }
  12220.     /**
  12221.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  12222.      *
  12223.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  12224.      */
  12225.     protected function getValidator_Mapping_CacheWarmerService()
  12226.     {
  12227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  12230.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  12231.     }
  12232.     /**
  12233.      * Gets the private 'validator.not_compromised_password' shared service.
  12234.      *
  12235.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  12236.      */
  12237.     protected function getValidator_NotCompromisedPasswordService()
  12238.     {
  12239.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12240.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12241.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  12242.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  12243.     }
  12244.     /**
  12245.      * Gets the private 'var_dumper.command.server_dump' shared service.
  12246.      *
  12247.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  12248.      */
  12249.     protected function getVarDumper_Command_ServerDumpService()
  12250.     {
  12251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  12255.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  12256.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  12257.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  12258.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12259.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12260.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12261.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12262.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $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()))]);
  12263.         $instance->setName('server:dump');
  12264.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  12265.         return $instance;
  12266.     }
  12267.     /**
  12268.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  12269.      *
  12270.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  12271.      */
  12272.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  12273.     {
  12274.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  12275.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  12276.         return $instance;
  12277.     }
  12278.     /**
  12279.      * Gets the private 'var_dumper.html_dumper' shared service.
  12280.      *
  12281.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  12282.      */
  12283.     protected function getVarDumper_HtmlDumperService()
  12284.     {
  12285.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  12286.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  12287.         return $instance;
  12288.     }
  12289.     /**
  12290.      * Gets the private 'var_dumper.server_connection' shared service.
  12291.      *
  12292.      * @return \Symfony\Component\VarDumper\Server\Connection
  12293.      */
  12294.     protected function getVarDumper_ServerConnectionService()
  12295.     {
  12296.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  12297.     }
  12298.     /**
  12299.      * Gets the private 'web_profiler.csp.handler' shared service.
  12300.      *
  12301.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  12302.      */
  12303.     protected function getWebProfiler_Csp_HandlerService()
  12304.     {
  12305.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  12306.     }
  12307.     /**
  12308.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  12309.      *
  12310.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  12311.      */
  12312.     protected function getWebProfiler_DebugToolbarService()
  12313.     {
  12314.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  12315.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  12316.             return $this->privates['web_profiler.debug_toolbar'];
  12317.         }
  12318.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  12319.     }
  12320.     /**
  12321.      * Gets the public 'cache_clearer' alias.
  12322.      *
  12323.      * @return object The ".container.private.cache_clearer" service.
  12324.      */
  12325.     protected function getCacheClearerService()
  12326.     {
  12327.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  12328.         return $this->get('.container.private.cache_clearer');
  12329.     }
  12330.     /**
  12331.      * Gets the public 'filesystem' alias.
  12332.      *
  12333.      * @return object The ".container.private.filesystem" service.
  12334.      */
  12335.     protected function getFilesystemService()
  12336.     {
  12337.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  12338.         return $this->get('.container.private.filesystem');
  12339.     }
  12340.     /**
  12341.      * Gets the public 'serializer' alias.
  12342.      *
  12343.      * @return object The ".container.private.serializer" service.
  12344.      */
  12345.     protected function getSerializerService()
  12346.     {
  12347.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  12348.         return $this->get('.container.private.serializer');
  12349.     }
  12350.     /**
  12351.      * Gets the public 'security.csrf.token_manager' alias.
  12352.      *
  12353.      * @return object The ".container.private.security.csrf.token_manager" service.
  12354.      */
  12355.     protected function getSecurity_Csrf_TokenManagerService()
  12356.     {
  12357.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  12358.         return $this->get('.container.private.security.csrf.token_manager');
  12359.     }
  12360.     /**
  12361.      * Gets the public 'form.factory' alias.
  12362.      *
  12363.      * @return object The ".container.private.form.factory" service.
  12364.      */
  12365.     protected function getForm_FactoryService()
  12366.     {
  12367.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  12368.         return $this->get('.container.private.form.factory');
  12369.     }
  12370.     /**
  12371.      * Gets the public 'form.type.file' alias.
  12372.      *
  12373.      * @return object The ".container.private.form.type.file" service.
  12374.      */
  12375.     protected function getForm_Type_FileService()
  12376.     {
  12377.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  12378.         return $this->get('.container.private.form.type.file');
  12379.     }
  12380.     /**
  12381.      * Gets the public 'profiler' alias.
  12382.      *
  12383.      * @return object The ".container.private.profiler" service.
  12384.      */
  12385.     protected function getProfilerService()
  12386.     {
  12387.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  12388.         return $this->get('.container.private.profiler');
  12389.     }
  12390.     /**
  12391.      * Gets the public 'twig' alias.
  12392.      *
  12393.      * @return object The ".container.private.twig" service.
  12394.      */
  12395.     protected function getTwigService()
  12396.     {
  12397.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  12398.         return $this->get('.container.private.twig');
  12399.     }
  12400.     /**
  12401.      * Gets the public 'security.authorization_checker' alias.
  12402.      *
  12403.      * @return object The ".container.private.security.authorization_checker" service.
  12404.      */
  12405.     protected function getSecurity_AuthorizationCheckerService()
  12406.     {
  12407.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  12408.         return $this->get('.container.private.security.authorization_checker');
  12409.     }
  12410.     /**
  12411.      * Gets the public 'security.token_storage' alias.
  12412.      *
  12413.      * @return object The ".container.private.security.token_storage" service.
  12414.      */
  12415.     protected function getSecurity_TokenStorageService()
  12416.     {
  12417.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  12418.         return $this->get('.container.private.security.token_storage');
  12419.     }
  12420.     /**
  12421.      * Gets the public 'security.password_encoder' alias.
  12422.      *
  12423.      * @return object The ".container.private.security.password_encoder" service.
  12424.      */
  12425.     protected function getSecurity_PasswordEncoderService()
  12426.     {
  12427.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  12428.         return $this->get('.container.private.security.password_encoder');
  12429.     }
  12430.     /**
  12431.      * Gets the public 'session' alias.
  12432.      *
  12433.      * @return object The ".container.private.session" service.
  12434.      */
  12435.     protected function getSessionService()
  12436.     {
  12437.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  12438.         return $this->get('.container.private.session');
  12439.     }
  12440.     /**
  12441.      * Gets the public 'validator' alias.
  12442.      *
  12443.      * @return object The ".container.private.validator" service.
  12444.      */
  12445.     protected function getValidatorService()
  12446.     {
  12447.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  12448.         return $this->get('.container.private.validator');
  12449.     }
  12450.     /**
  12451.      * @return array|bool|float|int|string|\UnitEnum|null
  12452.      */
  12453.     public function getParameter(string $name)
  12454.     {
  12455.         if (isset($this->buildParameters[$name])) {
  12456.             return $this->buildParameters[$name];
  12457.         }
  12458.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  12459.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  12460.         }
  12461.         if (isset($this->loadedDynamicParameters[$name])) {
  12462.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  12463.         }
  12464.         return $this->parameters[$name];
  12465.     }
  12466.     public function hasParameter(string $name): bool
  12467.     {
  12468.         if (isset($this->buildParameters[$name])) {
  12469.             return true;
  12470.         }
  12471.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  12472.     }
  12473.     public function setParameter(string $name$value): void
  12474.     {
  12475.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  12476.     }
  12477.     public function getParameterBag(): ParameterBagInterface
  12478.     {
  12479.         if (null === $this->parameterBag) {
  12480.             $parameters $this->parameters;
  12481.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  12482.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  12483.             }
  12484.             foreach ($this->buildParameters as $name => $value) {
  12485.                 $parameters[$name] = $value;
  12486.             }
  12487.             $this->parameterBag = new FrozenParameterBag($parameters);
  12488.         }
  12489.         return $this->parameterBag;
  12490.     }
  12491.     private $loadedDynamicParameters = [
  12492.         'kernel.runtime_environment' => false,
  12493.         'kernel.build_dir' => false,
  12494.         'kernel.cache_dir' => false,
  12495.         'kernel.secret' => false,
  12496.         'debug.container.dump' => false,
  12497.         'serializer.mapping.cache.file' => false,
  12498.         'validator.mapping.cache.file' => false,
  12499.         'profiler.storage.dsn' => false,
  12500.         'doctrine.orm.proxy_dir' => false,
  12501.         'dw_ginger' => false,
  12502.     ];
  12503.     private $dynamicParameters = [];
  12504.     private function getDynamicParameter(string $name)
  12505.     {
  12506.         switch ($name) {
  12507.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  12508.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  12509.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  12510.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  12511.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  12512.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  12513.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  12514.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  12515.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  12516.             case 'dw_ginger'$value = [
  12517.                 'templates' => [
  12518.                     'person_list' => '@DWGinger\\person\\index.html.twig',
  12519.                 ],
  12520.                 'resetting' => [
  12521.                     'template' => '@DWGinger\\emails\\resetting.html.twig',
  12522.                     'from_email' => 'noreply@datenwerk.at',
  12523.                     'uri' => $this->getEnv('BALLROOM_PW_RESETTING_URI'),
  12524.                 ],
  12525.             ]; break;
  12526.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  12527.         }
  12528.         $this->loadedDynamicParameters[$name] = true;
  12529.         return $this->dynamicParameters[$name] = $value;
  12530.     }
  12531.     protected function getDefaultParameters(): array
  12532.     {
  12533.         return [
  12534.             'kernel.project_dir' => \dirname(__DIR__4),
  12535.             'kernel.environment' => 'dev',
  12536.             'kernel.debug' => true,
  12537.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  12538.             'kernel.bundles' => [
  12539.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  12540.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  12541.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  12542.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  12543.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  12544.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  12545.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  12546.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  12547.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  12548.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  12549.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  12550.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  12551.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  12552.                 'DWGingerBundle' => 'DW\\GingerBundle\\DWGingerBundle',
  12553.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  12554.                 'TetranzSelect2EntityBundle' => 'Tetranz\\Select2EntityBundle\\TetranzSelect2EntityBundle',
  12555.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  12556.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  12557.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  12558.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  12559.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  12560.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  12561.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  12562.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  12563.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  12564.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  12565.             ],
  12566.             'kernel.bundles_metadata' => [
  12567.                 'FrameworkBundle' => [
  12568.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  12569.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  12570.                 ],
  12571.                 'TwigBundle' => [
  12572.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  12573.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  12574.                 ],
  12575.                 'SecurityBundle' => [
  12576.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  12577.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  12578.                 ],
  12579.                 'DoctrineBundle' => [
  12580.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  12581.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  12582.                 ],
  12583.                 'DoctrineMigrationsBundle' => [
  12584.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  12585.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  12586.                 ],
  12587.                 'MonologBundle' => [
  12588.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  12589.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  12590.                 ],
  12591.                 'WebProfilerBundle' => [
  12592.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  12593.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  12594.                 ],
  12595.                 'DebugBundle' => [
  12596.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  12597.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  12598.                 ],
  12599.                 'StofDoctrineExtensionsBundle' => [
  12600.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  12601.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  12602.                 ],
  12603.                 'KnpPaginatorBundle' => [
  12604.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  12605.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  12606.                 ],
  12607.                 'KnpMenuBundle' => [
  12608.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  12609.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  12610.                 ],
  12611.                 'JMSSerializerBundle' => [
  12612.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  12613.                     'namespace' => 'JMS\\SerializerBundle',
  12614.                 ],
  12615.                 'EightPointsGuzzleBundle' => [
  12616.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  12617.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  12618.                 ],
  12619.                 'DWGingerBundle' => [
  12620.                     'path' => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle'),
  12621.                     'namespace' => 'DW\\GingerBundle',
  12622.                 ],
  12623.                 'FOSOAuthServerBundle' => [
  12624.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  12625.                     'namespace' => 'FOS\\OAuthServerBundle',
  12626.                 ],
  12627.                 'TetranzSelect2EntityBundle' => [
  12628.                     'path' => (\dirname(__DIR__4).'/vendor/tetranz/select2entity-bundle'),
  12629.                     'namespace' => 'Tetranz\\Select2EntityBundle',
  12630.                 ],
  12631.                 'SymfonyCastsResetPasswordBundle' => [
  12632.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  12633.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  12634.                 ],
  12635.                 'MisdPhoneNumberBundle' => [
  12636.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  12637.                     'namespace' => 'Misd\\PhoneNumberBundle',
  12638.                 ],
  12639.                 'TwigExtraBundle' => [
  12640.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  12641.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  12642.                 ],
  12643.                 'FlysystemBundle' => [
  12644.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  12645.                     'namespace' => 'League\\FlysystemBundle',
  12646.                 ],
  12647.                 'ApiPlatformBundle' => [
  12648.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  12649.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  12650.                 ],
  12651.                 'FOSElasticaBundle' => [
  12652.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  12653.                     'namespace' => 'FOS\\ElasticaBundle',
  12654.                 ],
  12655.                 'SensioFrameworkExtraBundle' => [
  12656.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  12657.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  12658.                 ],
  12659.                 'NelmioAliceBundle' => [
  12660.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  12661.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  12662.                 ],
  12663.                 'FidryAliceDataFixturesBundle' => [
  12664.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  12665.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  12666.                 ],
  12667.                 'HautelookAliceBundle' => [
  12668.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  12669.                     'namespace' => 'Hautelook\\AliceBundle',
  12670.                 ],
  12671.             ],
  12672.             'kernel.charset' => 'UTF-8',
  12673.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  12674.             'container.dumper.inline_class_loader' => true,
  12675.             'container.dumper.inline_factories' => true,
  12676.             'locale' => 'de',
  12677.             'event_dispatcher.event_aliases' => [
  12678.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  12679.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  12680.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  12681.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  12682.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  12683.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  12684.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  12685.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  12686.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  12687.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  12688.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  12689.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  12690.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  12691.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  12692.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  12693.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  12694.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  12695.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  12696.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  12697.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  12698.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  12699.             ],
  12700.             'fragment.renderer.hinclude.global_template' => NULL,
  12701.             'fragment.path' => '/_fragment',
  12702.             'kernel.http_method_override' => true,
  12703.             'kernel.trusted_hosts' => [
  12704.             ],
  12705.             'kernel.default_locale' => 'de',
  12706.             'kernel.enabled_locales' => [
  12707.             ],
  12708.             'kernel.error_controller' => 'error_controller',
  12709.             'debug.file_link_format' => NULL,
  12710.             'asset.request_context.base_path' => NULL,
  12711.             'asset.request_context.secure' => NULL,
  12712.             'translator.logging' => false,
  12713.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  12714.             'debug.error_handler.throw_at' => -1,
  12715.             'router.request_context.host' => 'localhost',
  12716.             'router.request_context.scheme' => 'http',
  12717.             'router.request_context.base_url' => '',
  12718.             'router.resource' => 'kernel::loadRoutes',
  12719.             'request_listener.http_port' => 80,
  12720.             'request_listener.https_port' => 443,
  12721.             'session.metadata.storage_key' => '_sf2_meta',
  12722.             'session.storage.options' => [
  12723.                 'cache_limiter' => '0',
  12724.                 'cookie_secure' => 'auto',
  12725.                 'cookie_httponly' => true,
  12726.                 'cookie_samesite' => 'lax',
  12727.                 'gc_probability' => 1,
  12728.             ],
  12729.             'session.save_path' => NULL,
  12730.             'session.metadata.update_threshold' => 0,
  12731.             'form.type_extension.csrf.enabled' => true,
  12732.             'form.type_extension.csrf.field_name' => '_token',
  12733.             'validator.translation_domain' => 'validators',
  12734.             'profiler_listener.only_exceptions' => false,
  12735.             'profiler_listener.only_main_requests' => false,
  12736.             'twig.form.resources' => [
  12737.                 => 'form_div_layout.html.twig',
  12738.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  12739.                 => '@TetranzSelect2Entity/Form/fields.html.twig',
  12740.                 => '@DWGinger/form/bootstrap_4_horizontal_layout.html.twig',
  12741.             ],
  12742.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  12743.             'security.role_hierarchy.roles' => [
  12744.                 'ROLE_USER' => [
  12745.                     => 'ROLE_GINGER_USER_EDIT_MYPROFILE',
  12746.                 ],
  12747.                 'ROLE_CUSTOMER_EDITOR' => [
  12748.                     => 'ROLE_USER',
  12749.                     => 'ROLE_CUSTOMER_DONATION_LIST',
  12750.                     => 'ROLE_GINGER_BEUSER',
  12751.                     => 'ROLE_GINGER_CONTACT_CREATE',
  12752.                     => 'ROLE_GINGER_CONTACT_EDIT',
  12753.                     => 'ROLE_GINGER_CONTACT_DELETE',
  12754.                     => 'ROLE_GINGER_CONTACT_ANONYMIZE',
  12755.                     => 'ROLE_GINGER_CONTACT_DUPLICATE_RESOLVE',
  12756.                     => 'ROLE_GINGER_JOBS_LIST',
  12757.                     => 'ROLE_GINGER_ADMINLOG_LIST',
  12758.                     10 => 'ROLE_GINGER_ADMINLOG_CREATE',
  12759.                     11 => 'ROLE_GINGER_FILE_IMPORT_EDITOR',
  12760.                 ],
  12761.                 'ROLE_CUSTOMER_CHIEF' => [
  12762.                     => 'ROLE_CUSTOMER_EDITOR',
  12763.                     => 'ROLE_CUSTOMER_DONATION_EXPORT',
  12764.                     => 'ROLE_GINGER_TAG_CREATE',
  12765.                     => 'ROLE_GINGER_TAG_EDIT',
  12766.                     => 'ROLE_GINGER_TAG_DELETE',
  12767.                     => 'ROLE_GINGER_TAG_ATTRIBUTE_ASSIGN',
  12768.                     => 'ROLE_GINGER_TAG_TYPE_ASSIGN',
  12769.                     => 'ROLE_GINGER_ATTRIBUTE_LIST',
  12770.                     => 'ROLE_GINGER_ATTRIBUTE_CREATE',
  12771.                     => 'ROLE_GINGER_ATTRIBUTE_EDIT',
  12772.                     10 => 'ROLE_GINGER_ATTRIBUTE_DELETE',
  12773.                 ],
  12774.                 'ROLE_CUSTOMER_ADMIN' => [
  12775.                     => 'ROLE_CUSTOMER_CHIEF',
  12776.                     => 'ROLE_ALLOWED_TO_SWITCH',
  12777.                     => 'ROLE_GINGER_GROUP_CREATE',
  12778.                     => 'ROLE_GINGER_USER_LIST',
  12779.                     => 'ROLE_GINGER_USER_CREATE',
  12780.                     => 'ROLE_GINGER_USER_EDIT',
  12781.                     => 'ROLE_GINGER_USER_DELETE',
  12782.                     => 'ROLE_GINGER_USER_PROMOTE',
  12783.                     => 'ROLE_GINGER_USER_GROUP_ASSIGN',
  12784.                     => 'ROLE_GINGER_GROUP_CREATE',
  12785.                     10 => 'ROLE_GINGER_GROUP_EDIT',
  12786.                     11 => 'ROLE_GINGER_GROUP_DELETE',
  12787.                     12 => 'ROLE_GINGER_FILE_IMPORT_ADMIN',
  12788.                     13 => 'ROLE_GINGER_INTEGRATION_ADMIN',
  12789.                     14 => 'ROLE_GINGER_TAG_INTEGRATION_ASSIGN',
  12790.                     15 => 'ROLE_GINGER_ATTRIBUTE_INTEGRATION_ASSIGN',
  12791.                 ],
  12792.             ],
  12793.             'security.access.denied_url' => NULL,
  12794.             'security.authentication.manager.erase_credentials' => true,
  12795.             'security.authentication.session_strategy.strategy' => 'migrate',
  12796.             'security.access.always_authenticate_before_granting' => false,
  12797.             'security.authentication.hide_user_not_found' => true,
  12798.             'security.firewalls' => [
  12799.                 => 'dev',
  12800.                 => 'api',
  12801.                 => 'apiv2',
  12802.                 => 'main',
  12803.                 => 'oauth_token',
  12804.             ],
  12805.             'security.api._indexed_authenticators' => [
  12806.             ],
  12807.             'security.apiv2._indexed_authenticators' => [
  12808.             ],
  12809.             'security.main._indexed_authenticators' => [
  12810.             ],
  12811.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  12812.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  12813.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  12814.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  12815.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  12816.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  12817.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  12818.             'doctrine.entity_managers' => [
  12819.                 'default' => 'doctrine.orm.default_entity_manager',
  12820.             ],
  12821.             'doctrine.default_entity_manager' => 'default',
  12822.             'doctrine.dbal.connection_factory.types' => [
  12823.             ],
  12824.             'doctrine.connections' => [
  12825.                 'default' => 'doctrine.dbal.default_connection',
  12826.             ],
  12827.             'doctrine.default_connection' => 'default',
  12828.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  12829.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  12830.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  12831.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12832.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12833.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12834.             'doctrine.orm.cache.memcache_host' => 'localhost',
  12835.             'doctrine.orm.cache.memcache_port' => 11211,
  12836.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  12837.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12838.             'doctrine.orm.cache.memcached_host' => 'localhost',
  12839.             'doctrine.orm.cache.memcached_port' => 11211,
  12840.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  12841.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12842.             'doctrine.orm.cache.redis_host' => 'localhost',
  12843.             'doctrine.orm.cache.redis_port' => 6379,
  12844.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  12845.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12846.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12847.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12848.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12849.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12850.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12851.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12852.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12853.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12854.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  12855.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12856.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12857.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12858.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12859.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12860.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12861.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12862.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12863.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12864.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12865.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12866.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12867.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12868.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12869.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12870.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12871.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12872.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12873.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12874.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12875.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  12876.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12877.             'doctrine.migrations.preferred_em' => NULL,
  12878.             'doctrine.migrations.preferred_connection' => NULL,
  12879.             'monolog.use_microseconds' => true,
  12880.             'monolog.swift_mailer.handlers' => [
  12881.             ],
  12882.             'monolog.handlers_to_channels' => [
  12883.                 'monolog.handler.console' => [
  12884.                     'type' => 'exclusive',
  12885.                     'elements' => [
  12886.                         => 'event',
  12887.                         => 'doctrine',
  12888.                         => 'console',
  12889.                     ],
  12890.                 ],
  12891.                 'monolog.handler.main' => [
  12892.                     'type' => 'exclusive',
  12893.                     'elements' => [
  12894.                         => 'event',
  12895.                     ],
  12896.                 ],
  12897.                 'monolog.handler.ginger_core_events' => [
  12898.                     'type' => 'inclusive',
  12899.                     'elements' => [
  12900.                         => 'ginger_core_events',
  12901.                     ],
  12902.                 ],
  12903.                 'monolog.handler.address_refactor' => [
  12904.                     'type' => 'inclusive',
  12905.                     'elements' => [
  12906.                         => 'address_refactor',
  12907.                     ],
  12908.                 ],
  12909.                 'monolog.handler.api' => [
  12910.                     'type' => 'inclusive',
  12911.                     'elements' => [
  12912.                         => 'api',
  12913.                     ],
  12914.                 ],
  12915.                 'monolog.handler.file_import_person' => [
  12916.                     'type' => 'inclusive',
  12917.                     'elements' => [
  12918.                         => 'file_import_person',
  12919.                     ],
  12920.                 ],
  12921.             ],
  12922.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12923.             'web_profiler.debug_toolbar.mode' => 2,
  12924.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12925.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  12926.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  12927.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  12928.             'stof_doctrine_extensions.default_locale' => 'en_US',
  12929.             'stof_doctrine_extensions.translation_fallback' => false,
  12930.             'stof_doctrine_extensions.persist_default_translation' => false,
  12931.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  12932.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  12933.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  12934.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  12935.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  12936.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  12937.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  12938.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  12939.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  12940.             'knp_paginator.template.pagination' => '@DWGinger/crud/paginator_bootstrap.html.twig',
  12941.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  12942.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  12943.             'knp_paginator.page_range' => 5,
  12944.             'knp_paginator.page_limit' => NULL,
  12945.             'knp_menu.renderer.list.options' => [
  12946.             ],
  12947.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  12948.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  12949.             'knp_menu.renderer.twig.options' => [
  12950.             ],
  12951.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  12952.             'knp_menu.default_renderer' => 'twig',
  12953.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  12954.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  12955.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  12956.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  12957.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  12958.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  12959.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  12960.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  12961.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  12962.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  12963.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  12964.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  12965.             'eight_points_guzzle.plugin.header.headers' => [
  12966.             ],
  12967.             'storage_base_dir' => (\dirname(__DIR__3).'/storage'),
  12968.             'storage_default_dir' => 'default',
  12969.             'storage_imports_dir' => 'imports',
  12970.             'storage_exports_dir' => 'exports',
  12971.             'dw_ginger.model.person.class' => 'App\\Entity\\Contact',
  12972.             'dw_ginger.form.person.name' => 'dw_ginger_crud_person',
  12973.             'dw_ginger.form.person.type' => 'DW\\GingerBundle\\Form\\Type\\PersonType',
  12974.             'dw_ginger.model.tag.class' => 'App\\Entity\\Tag',
  12975.             'dw_ginger.form.tag.name' => 'dw_ginger_crud_tag',
  12976.             'dw_ginger.form.tag.type' => 'DW\\GingerBundle\\Form\\Type\\TagType',
  12977.             'dw_ginger.model.attribute.class' => 'DW\\GingerBundle\\Entity\\BaseAttribute',
  12978.             'dw_ginger.form.attribute.name' => 'dw_ginger_crud_attribute',
  12979.             'dw_ginger.form.attribute.type' => 'DW\\GingerBundle\\Form\\Type\\AttributeType',
  12980.             'dw_ginger.search.extendedtype' => 'DW\\GingerBundle\\Form\\Type\\ExtendedSearchType',
  12981.             'dw_ginger.model.group.class' => 'App\\Entity\\Group',
  12982.             'dw_ginger.form.group.name' => 'dw_ginger_crud_group',
  12983.             'dw_ginger.form.group.type' => 'DW\\GingerBundle\\Form\\Type\\GroupType',
  12984.             'dw_ginger.mailer' => [
  12985.                 'from_mail' => 'noreply@ginger.dev',
  12986.                 'from_name' => 'Ginger',
  12987.             ],
  12988.             'dw_ginger.mailer.from_mail' => 'noreply@ginger.dev',
  12989.             'dw_ginger.route_prefix' => '',
  12990.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  12991.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  12992.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  12993.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  12994.             'fos_oauth_server.server.options' => [
  12995.                 'access_token_lifetime' => 86400,
  12996.                 'refresh_token_lifetime' => 31536000,
  12997.             ],
  12998.             'fos_oauth_server.model_manager_name' => NULL,
  12999.             'fos_oauth_server.model.client.class' => 'DW\\GingerBundle\\Entity\\ApiClient',
  13000.             'fos_oauth_server.model.access_token.class' => 'DW\\GingerBundle\\Entity\\ApiAccessToken',
  13001.             'fos_oauth_server.model.refresh_token.class' => 'DW\\GingerBundle\\Entity\\ApiRefreshToken',
  13002.             'fos_oauth_server.model.auth_code.class' => 'DW\\GingerBundle\\Entity\\ApiAuthCode',
  13003.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  13004.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  13005.             'fos_oauth_server.authorize.form.validation_groups' => [
  13006.                 => 'Authorize',
  13007.                 => 'Default',
  13008.             ],
  13009.             'tetranz_select2_entity.config' => [
  13010.                 'minimum_input_length' => 1,
  13011.                 'page_limit' => 20,
  13012.                 'allow_clear' => true,
  13013.                 'delay' => 10,
  13014.                 'language' => 'de',
  13015.                 'scroll' => false,
  13016.                 'allow_add' => [
  13017.                     'enabled' => false,
  13018.                     'new_tag_text' => ' (NEW)',
  13019.                     'new_tag_prefix' => '__',
  13020.                     'tag_separators' => '[",", " "]',
  13021.                 ],
  13022.                 'theme' => 'default',
  13023.                 'cache' => true,
  13024.                 'cache_timeout' => 60000,
  13025.                 'width' => NULL,
  13026.                 'object_manager' => NULL,
  13027.                 'render_html' => false,
  13028.             ],
  13029.             'misd_phone_number.serializer.default_region' => 'ZZ',
  13030.             'misd_phone_number.serializer.format' => 0,
  13031.             'misd_phone_number.validator.default_region' => 'ZZ',
  13032.             'misd_phone_number.validator.format' => 1,
  13033.             'api_platform.enable_entrypoint' => true,
  13034.             'api_platform.enable_docs' => true,
  13035.             'api_platform.title' => '',
  13036.             'api_platform.description' => '',
  13037.             'api_platform.version' => '2.0.0',
  13038.             'api_platform.show_webby' => false,
  13039.             'api_platform.url_generation_strategy' => 1,
  13040.             'api_platform.exception_to_status' => [
  13041.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  13042.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  13043.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  13044.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  13045.             ],
  13046.             'api_platform.formats' => [
  13047.                 'jsonld' => [
  13048.                     => 'application/ld+json',
  13049.                 ],
  13050.                 'jsonhal' => [
  13051.                     => 'application/hal+json',
  13052.                 ],
  13053.                 'jsonapi' => [
  13054.                     => 'application/vnd.api+json',
  13055.                 ],
  13056.                 'json' => [
  13057.                     => 'application/json',
  13058.                 ],
  13059.                 'graphql' => [
  13060.                     => 'application/graphql',
  13061.                 ],
  13062.                 'xml' => [
  13063.                     => 'application/xml',
  13064.                     => 'text/xml',
  13065.                 ],
  13066.                 'yaml' => [
  13067.                     => 'application/x-yaml',
  13068.                 ],
  13069.                 'csv' => [
  13070.                     => 'text/csv',
  13071.                 ],
  13072.                 'html' => [
  13073.                     => 'text/html',
  13074.                 ],
  13075.             ],
  13076.             'api_platform.patch_formats' => [
  13077.                 'json' => [
  13078.                     => 'application/merge-patch+json',
  13079.                     => 'application/merge-patch+json',
  13080.                 ],
  13081.                 'jsonapi' => [
  13082.                     => 'application/vnd.api+json',
  13083.                 ],
  13084.             ],
  13085.             'api_platform.error_formats' => [
  13086.                 'jsonproblem' => [
  13087.                     => 'application/problem+json',
  13088.                 ],
  13089.                 'jsonld' => [
  13090.                     => 'application/ld+json',
  13091.                 ],
  13092.             ],
  13093.             'api_platform.allow_plain_identifiers' => false,
  13094.             'api_platform.eager_loading.enabled' => true,
  13095.             'api_platform.eager_loading.max_joins' => 30,
  13096.             'api_platform.eager_loading.fetch_partial' => false,
  13097.             'api_platform.eager_loading.force_eager' => true,
  13098.             'api_platform.collection.exists_parameter_name' => 'exists',
  13099.             'api_platform.collection.order' => 'ASC',
  13100.             'api_platform.collection.order_parameter_name' => 'order',
  13101.             'api_platform.collection.pagination.enabled' => true,
  13102.             'api_platform.collection.pagination.partial' => false,
  13103.             'api_platform.collection.pagination.client_enabled' => false,
  13104.             'api_platform.collection.pagination.client_items_per_page' => false,
  13105.             'api_platform.collection.pagination.client_partial' => false,
  13106.             'api_platform.collection.pagination.items_per_page' => 30,
  13107.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  13108.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  13109.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  13110.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  13111.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  13112.             'api_platform.collection.pagination' => [
  13113.                 'enabled' => true,
  13114.                 'partial' => false,
  13115.                 'client_enabled' => false,
  13116.                 'client_items_per_page' => false,
  13117.                 'client_partial' => false,
  13118.                 'items_per_page' => 30,
  13119.                 'maximum_items_per_page' => NULL,
  13120.                 'page_parameter_name' => 'page',
  13121.                 'enabled_parameter_name' => 'pagination',
  13122.                 'items_per_page_parameter_name' => 'itemsPerPage',
  13123.                 'partial_parameter_name' => 'partial',
  13124.             ],
  13125.             'api_platform.http_cache.etag' => true,
  13126.             'api_platform.http_cache.max_age' => NULL,
  13127.             'api_platform.http_cache.shared_max_age' => NULL,
  13128.             'api_platform.http_cache.vary' => [
  13129.                 => 'Accept',
  13130.             ],
  13131.             'api_platform.http_cache.public' => NULL,
  13132.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  13133.             'api_platform.asset_package' => NULL,
  13134.             'api_platform.defaults' => [
  13135.                 'attributes' => [
  13136.                 ],
  13137.             ],
  13138.             'api_platform.resource_class_directories' => [
  13139.                 => (\dirname(__DIR__4).'/src/Entity'),
  13140.                 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/Entity'),
  13141.                 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle/ApiPlatform/Resource'),
  13142.                 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity'),
  13143.             ],
  13144.             'api_platform.oauth.enabled' => true,
  13145.             'api_platform.oauth.clientId' => '',
  13146.             'api_platform.oauth.clientSecret' => '',
  13147.             'api_platform.oauth.type' => 'oauth2',
  13148.             'api_platform.oauth.flow' => 'password',
  13149.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  13150.             'api_platform.oauth.authorizationUrl' => '',
  13151.             'api_platform.oauth.refreshUrl' => '',
  13152.             'api_platform.oauth.scopes' => [
  13153.             ],
  13154.             'api_platform.openapi.termsOfService' => NULL,
  13155.             'api_platform.openapi.contact.name' => NULL,
  13156.             'api_platform.openapi.contact.url' => NULL,
  13157.             'api_platform.openapi.contact.email' => 'sfdev@datenwerk.at',
  13158.             'api_platform.openapi.license.name' => NULL,
  13159.             'api_platform.openapi.license.url' => NULL,
  13160.             'api_platform.swagger.versions' => [
  13161.                 => 3,
  13162.                 => 3,
  13163.             ],
  13164.             'api_platform.enable_swagger_ui' => true,
  13165.             'api_platform.enable_re_doc' => false,
  13166.             'api_platform.swagger.api_keys' => [
  13167.             ],
  13168.             'api_platform.graphql.enabled' => true,
  13169.             'api_platform.graphql.graphiql.enabled' => false,
  13170.             'api_platform.graphql.graphql_playground.enabled' => true,
  13171.             'api_platform.graphql.collection.pagination' => [
  13172.                 'enabled' => true,
  13173.             ],
  13174.             'api_platform.graphql.default_ide' => 'graphiql',
  13175.             'api_platform.graphql.nesting_separator' => '_',
  13176.             'api_platform.validator.serialize_payload_fields' => [
  13177.             ],
  13178.             'api_platform.elasticsearch.enabled' => false,
  13179.             'fos_elastica.property_accessor.magicCall' => 0,
  13180.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => 0,
  13181.             'fos_elastica.default_index' => 'admin_logs',
  13182.             'nelmio_alice.functions_blacklist' => [
  13183.                 => 'current',
  13184.                 => 'shuffle',
  13185.                 => 'date',
  13186.                 => 'time',
  13187.                 => 'file',
  13188.                 => 'md5',
  13189.                 => 'sha1',
  13190.             ],
  13191.             'nelmio_alice.locale' => 'en_US',
  13192.             'nelmio_alice.seed' => 1,
  13193.             'nelmio_alice.loading_limit' => 5,
  13194.             'nelmio_alice.max_unique_values_retry' => 150,
  13195.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  13196.             'hautelook_alice.fixtures_path' => [
  13197.                 => 'Resources/fixtures',
  13198.                 => 'fixtures',
  13199.             ],
  13200.             'hautelook_alice.root_dirs' => [
  13201.                 => (\dirname(__DIR__4).'/vendor/datenwerk/ginger-bundle'),
  13202.             ],
  13203.             'data_collector.templates' => [
  13204.                 'data_collector.request' => [
  13205.                     => 'request',
  13206.                     => '@WebProfiler/Collector/request.html.twig',
  13207.                 ],
  13208.                 'api_platform.data_collector.request' => [
  13209.                     => 'api_platform.data_collector.request',
  13210.                     => '@ApiPlatform/DataCollector/request.html.twig',
  13211.                 ],
  13212.                 'data_collector.time' => [
  13213.                     => 'time',
  13214.                     => '@WebProfiler/Collector/time.html.twig',
  13215.                 ],
  13216.                 'data_collector.memory' => [
  13217.                     => 'memory',
  13218.                     => '@WebProfiler/Collector/memory.html.twig',
  13219.                 ],
  13220.                 'data_collector.validator' => [
  13221.                     => 'validator',
  13222.                     => '@WebProfiler/Collector/validator.html.twig',
  13223.                 ],
  13224.                 'data_collector.ajax' => [
  13225.                     => 'ajax',
  13226.                     => '@WebProfiler/Collector/ajax.html.twig',
  13227.                 ],
  13228.                 'data_collector.form' => [
  13229.                     => 'form',
  13230.                     => '@WebProfiler/Collector/form.html.twig',
  13231.                 ],
  13232.                 'data_collector.exception' => [
  13233.                     => 'exception',
  13234.                     => '@WebProfiler/Collector/exception.html.twig',
  13235.                 ],
  13236.                 'data_collector.logger' => [
  13237.                     => 'logger',
  13238.                     => '@WebProfiler/Collector/logger.html.twig',
  13239.                 ],
  13240.                 'data_collector.events' => [
  13241.                     => 'events',
  13242.                     => '@WebProfiler/Collector/events.html.twig',
  13243.                 ],
  13244.                 'data_collector.router' => [
  13245.                     => 'router',
  13246.                     => '@WebProfiler/Collector/router.html.twig',
  13247.                 ],
  13248.                 'data_collector.cache' => [
  13249.                     => 'cache',
  13250.                     => '@WebProfiler/Collector/cache.html.twig',
  13251.                 ],
  13252.                 'data_collector.translation' => [
  13253.                     => 'translation',
  13254.                     => '@WebProfiler/Collector/translation.html.twig',
  13255.                 ],
  13256.                 'data_collector.security' => [
  13257.                     => 'security',
  13258.                     => '@Security/Collector/security.html.twig',
  13259.                 ],
  13260.                 'data_collector.twig' => [
  13261.                     => 'twig',
  13262.                     => '@WebProfiler/Collector/twig.html.twig',
  13263.                 ],
  13264.                 'data_collector.http_client' => [
  13265.                     => 'http_client',
  13266.                     => '@WebProfiler/Collector/http_client.html.twig',
  13267.                 ],
  13268.                 'data_collector.doctrine' => [
  13269.                     => 'db',
  13270.                     => '@Doctrine/Collector/db.html.twig',
  13271.                 ],
  13272.                 'data_collector.dump' => [
  13273.                     => 'dump',
  13274.                     => '@Debug/Profiler/dump.html.twig',
  13275.                 ],
  13276.                 'data_collector.messenger' => [
  13277.                     => 'messenger',
  13278.                     => '@WebProfiler/Collector/messenger.html.twig',
  13279.                 ],
  13280.                 'mailer.data_collector' => [
  13281.                     => 'mailer',
  13282.                     => '@WebProfiler/Collector/mailer.html.twig',
  13283.                 ],
  13284.                 'fos_elastica.data_collector' => [
  13285.                     => 'elastica',
  13286.                     => '@FOSElastica/Collector/elastica.html.twig',
  13287.                 ],
  13288.                 'data_collector.config' => [
  13289.                     => 'config',
  13290.                     => '@WebProfiler/Collector/config.html.twig',
  13291.                 ],
  13292.             ],
  13293.             'sonata.exporter.writer.csv.with_bom' => true,
  13294.             'console.command.ids' => [
  13295.             ],
  13296.         ];
  13297.     }
  13298.     protected function throw($message)
  13299.     {
  13300.         throw new RuntimeException($message);
  13301.     }
  13302. }