var/cache/dev/ContainerMFgmJ39/srcApp_KernelDevDebugContainer.php line 949

Open in your IDE?
  1. <?php
  2. namespace ContainerMFgmJ39;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters;
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 5; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'data_collector.dump' => 'getDataCollector_DumpService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  45.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  46.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'profiler' => 'getProfilerService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  53.             'security.token_storage' => 'getSecurity_TokenStorageService',
  54.             'translator' => 'getTranslatorService',
  55.             'twig' => 'getTwigService',
  56.             'validator' => 'getValidatorService',
  57.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  58.         ];
  59.         $this->fileMap = [
  60.             'App\\Controller\\AbstractController' => 'getAbstractControllerService.php',
  61.             'App\\Controller\\PostController' => 'getPostControllerService.php',
  62.             'App\\Controller\\ProductController' => 'getProductControllerService.php',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  64.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  65.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  66.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  67.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  68.             'cache_clearer' => 'getCacheClearerService.php',
  69.             'cache_warmer' => 'getCacheWarmerService.php',
  70.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  71.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  72.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  73.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  74.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  75.             'console.command.public_alias.doctrine_migrations.dump_schema_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DumpSchemaCommandService.php',
  76.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  77.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  78.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  79.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  80.             'console.command.public_alias.doctrine_migrations.rollup_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_RollupCommandService.php',
  81.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  82.             'console.command.public_alias.doctrine_migrations.up_to_date_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_UpToDateCommandService.php',
  83.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  84.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  85.             'filesystem' => 'getFilesystemService.php',
  86.             'form.factory' => 'getForm_FactoryService.php',
  87.             'form.type.file' => 'getForm_Type_FileService.php',
  88.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  89.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  90.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  91.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService.php',
  92.             'jms_serializer' => 'getJmsSerializerService.php',
  93.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService.php',
  94.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService.php',
  95.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService.php',
  96.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService.php',
  97.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService.php',
  98.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService.php',
  99.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  100.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService.php',
  101.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService.php',
  102.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  103.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  104.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService.php',
  105.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService.php',
  106.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService.php',
  107.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  108.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService.php',
  109.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService.php',
  110.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService.php',
  111.             'knp_paginator' => 'getKnpPaginatorService.php',
  112.             'routing.loader' => 'getRouting_LoaderService.php',
  113.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  114.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  115.             'services_resetter' => 'getServicesResetterService.php',
  116.             'templating' => 'getTemplatingService.php',
  117.             'templating.loader' => 'getTemplating_LoaderService.php',
  118.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  119.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  120.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  121.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  122.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  123.         ];
  124.         $this->aliases = [
  125.             'database_connection' => 'doctrine.dbal.default_connection',
  126.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  127.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  128.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  129.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  130.         ];
  131.         $this->privates['service_container'] = function () {
  132.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  133.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  134.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  135.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  136.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  137.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  138.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  139.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  140.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  141.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  142.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  143.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  144.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  145.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  146.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  147.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  148.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  149.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  150.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  151.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  152.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  153.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  154.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  155.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  156.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  157.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  158.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  159.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  160.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  161.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  162.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  163.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  164.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  165.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  166.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  167.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  168.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  169.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  174.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  180.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  181.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  192.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  207.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  208.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  209.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  221.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  222.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  223.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  227.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  228.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  242.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  243.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  244.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  245.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  246.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  247.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  248.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  249.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  250.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  252.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  253.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  254.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  256.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  257.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  258.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  273.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  274.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  275.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  276.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  277.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  278.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  279.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  280.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  281.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  282.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  283.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  286.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  287.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  288.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  289.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  290.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  291.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  292.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  293.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  294.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  296.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  297.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  298.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  299.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  300.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  301.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  302.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  303.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  304.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  305.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  306.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  307.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  308.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  309.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  310.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  311.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  312.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestMatcher.php';
  313.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  314.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  315.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  316.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  317.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
  318.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
  319.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  320.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
  321.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  322.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  323.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  325.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  326.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  327.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  328.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  329.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  330.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  331.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  332.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  334.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  336.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  337.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  338.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  339.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  340.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  341.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  342.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  343.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  344.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  345.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  346.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  347.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  348.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  349.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  350.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  351.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  352.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  353.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  354.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  355.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  356.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  357.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  358.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  359.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  360.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  361.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  362.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  363.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  364.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  365.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  366.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  367.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  368.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  369.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  370.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  372.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  373.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  374.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  375.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  376.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  377.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  378.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  379.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  380.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  384.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  385.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  386.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  387.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  388.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  389.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  390.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  391.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  392.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  394.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  395.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  396.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  397.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  398.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  399.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  400.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  415.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  416.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  418.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  420.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  421.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  422.         };
  423.     }
  424.     public function compile()
  425.     {
  426.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  427.     }
  428.     public function isCompiled()
  429.     {
  430.         return true;
  431.     }
  432.     public function getRemovedIds()
  433.     {
  434.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  435.     }
  436.     protected function load($file$lazyLoad true)
  437.     {
  438.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  439.     }
  440.     /**
  441.      * Gets the public 'cache.app' shared service.
  442.      *
  443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  444.      */
  445.     protected function getCache_AppService()
  446.     {
  447.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jc+ZxTUwSZ'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  448.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  449.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  450.     }
  451.     /**
  452.      * Gets the public 'cache.system' shared service.
  453.      *
  454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  455.      */
  456.     protected function getCache_SystemService()
  457.     {
  458.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('j+PVZje1qu'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  459.     }
  460.     /**
  461.      * Gets the public 'data_collector.dump' shared service.
  462.      *
  463.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  464.      */
  465.     protected function getDataCollector_DumpService()
  466.     {
  467.         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()));
  468.     }
  469.     /**
  470.      * Gets the public 'doctrine' shared service.
  471.      *
  472.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  473.      */
  474.     protected function getDoctrineService()
  475.     {
  476.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  477.     }
  478.     /**
  479.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  480.      *
  481.      * @return \Doctrine\DBAL\Connection
  482.      */
  483.     protected function getDoctrine_Dbal_DefaultConnectionService()
  484.     {
  485.         $a = new \Doctrine\DBAL\Configuration();
  486.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  487.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  488.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  489.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  490.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  491.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  492.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  493.         $a->setSQLLogger($b);
  494.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  495.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  496.         ], [
  497.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  498.         ]));
  499.         $e = new \Gedmo\Timestampable\TimestampableListener();
  500.         $e->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  501.         $d->addEventSubscriber($e);
  502.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  503.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  504.     }
  505.     /**
  506.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  507.      *
  508.      * @return \Doctrine\ORM\EntityManager
  509.      */
  510.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  511.     {
  512.         $a = new \Doctrine\ORM\Configuration();
  513.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  514.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity')]), 'App\\Entity');
  515.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  516.         $a->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()));
  517.         $a->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()));
  518.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  519.         $a->setMetadataDriverImpl($b);
  520.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  521.         $a->setProxyNamespace('Proxies');
  522.         $a->setAutoGenerateProxyClasses(true);
  523.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  524.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  525.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  526.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  527.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  528.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  529.             'App\\Repository\\PostRepository' => ['privates''App\\Repository\\PostRepository''getPostRepositoryService.php'true],
  530.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService.php'true],
  531.         ], [
  532.             'App\\Repository\\PostRepository' => '?',
  533.             'App\\Repository\\ProductRepository' => '?',
  534.         ])));
  535.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  536.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  537.         return $instance;
  538.     }
  539.     /**
  540.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  541.      *
  542.      * @return \Doctrine\Common\Cache\ArrayCache
  543.      */
  544.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  545.     {
  546.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  547.         $instance->setNamespace('sf_orm_default_0f753f56ccf12c9fca3b178efceb7aeb244ad5f4192097dee0980df3593b2d90');
  548.         return $instance;
  549.     }
  550.     /**
  551.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  552.      *
  553.      * @return \Doctrine\Common\Cache\ArrayCache
  554.      */
  555.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  556.     {
  557.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  558.         $instance->setNamespace('sf_orm_default_0f753f56ccf12c9fca3b178efceb7aeb244ad5f4192097dee0980df3593b2d90');
  559.         return $instance;
  560.     }
  561.     /**
  562.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  563.      *
  564.      * @return \Doctrine\Common\Cache\ArrayCache
  565.      */
  566.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  567.     {
  568.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  569.         $instance->setNamespace('sf_orm_default_0f753f56ccf12c9fca3b178efceb7aeb244ad5f4192097dee0980df3593b2d90');
  570.         return $instance;
  571.     }
  572.     /**
  573.      * Gets the public 'event_dispatcher' shared service.
  574.      *
  575.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  576.      */
  577.     protected function getEventDispatcherService()
  578.     {
  579.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  580.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  581.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  582.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  583.         $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())));
  584.         $instance->addListener('kernel.exception', [=> function () {
  585.             return ($this->privates['http_exception_listener'] ?? $this->load('getHttpExceptionListenerService.php'));
  586.         }, => 'onKernelException'], -2048);
  587.         $instance->addListener('kernel.controller', [=> function () {
  588.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  589.         }, => 'onKernelController'], 0);
  590.         $instance->addListener('kernel.request', [=> function () {
  591.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  592.         }, => 'onKernelRequest'], 10);
  593.         $instance->addListener('kernel.request', [=> function () {
  594.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  595.         }, => 'onKernelRequest'], 34);
  596.         $instance->addListener('kernel.controller', [=> function () {
  597.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  598.         }, => 'onKernelController'], 5);
  599.         $instance->addListener('kernel.response', [=> function () {
  600.             return ($this->privates['fos_rest.allowed_methods_listener'] ?? $this->getFosRest_AllowedMethodsListenerService());
  601.         }, => 'onKernelResponse'], 0);
  602.         $instance->addListener('kernel.request', [=> function () {
  603.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  604.         }, => 'onKernelRequest'], 0);
  605.         $instance->addListener('kernel.response', [=> function () {
  606.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  607.         }, => 'onKernelResponse'], 0);
  608.         $instance->addListener('kernel.response', [=> function () {
  609.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  610.         }, => 'onKernelResponse'], -1024);
  611.         $instance->addListener('kernel.request', [=> function () {
  612.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  613.         }, => 'setDefaultLocale'], 100);
  614.         $instance->addListener('kernel.request', [=> function () {
  615.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  616.         }, => 'onKernelRequest'], 16);
  617.         $instance->addListener('kernel.finish_request', [=> function () {
  618.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  619.         }, => 'onKernelFinishRequest'], 0);
  620.         $instance->addListener('kernel.request', [=> function () {
  621.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  622.         }, => 'onKernelRequest'], 256);
  623.         $instance->addListener('kernel.request', [=> function () {
  624.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  625.         }, => 'onKernelRequest'], 24);
  626.         $instance->addListener('kernel.response', [=> function () {
  627.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  628.         }, => 'onResponse'], -255);
  629.         $instance->addListener('kernel.request', [=> function () {
  630.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  631.         }, => 'onKernelRequest'], 15);
  632.         $instance->addListener('kernel.finish_request', [=> function () {
  633.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  634.         }, => 'onKernelFinishRequest'], -15);
  635.         $instance->addListener('console.error', [=> function () {
  636.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  637.         }, => 'onConsoleError'], -128);
  638.         $instance->addListener('console.terminate', [=> function () {
  639.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  640.         }, => 'onConsoleTerminate'], -128);
  641.         $instance->addListener('console.error', [=> function () {
  642.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  643.         }, => 'onConsoleError'], 0);
  644.         $instance->addListener('kernel.response', [=> function () {
  645.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  646.         }, => 'onKernelResponse'], -100);
  647.         $instance->addListener('kernel.exception', [=> function () {
  648.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  649.         }, => 'onKernelException'], 0);
  650.         $instance->addListener('kernel.terminate', [=> function () {
  651.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  652.         }, => 'onKernelTerminate'], -1024);
  653.         $instance->addListener('kernel.controller', [=> function () {
  654.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  655.         }, => 'onKernelController'], 0);
  656.         $instance->addListener('kernel.response', [=> function () {
  657.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  658.         }, => 'onKernelResponse'], 0);
  659.         $instance->addListener('kernel.request', [=> function () {
  660.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  661.         }, => 'configure'], 2048);
  662.         $instance->addListener('kernel.request', [=> function () {
  663.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  664.         }, => 'onKernelRequest'], 32);
  665.         $instance->addListener('kernel.finish_request', [=> function () {
  666.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  667.         }, => 'onKernelFinishRequest'], 0);
  668.         $instance->addListener('kernel.exception', [=> function () {
  669.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  670.         }, => 'onKernelException'], -64);
  671.         $instance->addListener('kernel.exception', [=> function () {
  672.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  673.         }, => 'logKernelException'], 0);
  674.         $instance->addListener('kernel.exception', [=> function () {
  675.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  676.         }, => 'onKernelException'], -128);
  677.         $instance->addListener('kernel.response', [=> function () {
  678.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  679.         }, => 'onKernelResponse'], -128);
  680.         $instance->addListener('console.command', [=> function () {
  681.             return ($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [])));
  682.         }, => 'onCommand'], 255);
  683.         $instance->addListener('console.terminate', [=> function () {
  684.             return ($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [])));
  685.         }, => 'onTerminate'], -255);
  686.         $instance->addListener('console.command', [=> function () {
  687.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  688.         }, => 'configure'], 1024);
  689.         $instance->addListener('kernel.exception', [=> function () {
  690.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  691.         }, => 'onKernelException'], -100);
  692.         $instance->addListener('kernel.view', [=> function () {
  693.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  694.         }, => 'onKernelView'], 30);
  695.         $instance->addListener('kernel.exception', [=> function () {
  696.             return ($this->privates['fos_rest.access_denied_listener'] ?? ($this->privates['fos_rest.access_denied_listener'] = new \FOS\RestBundle\EventListener\AccessDeniedListener(['json' => true], NULL)));
  697.         }, => 'onKernelException'], 5);
  698.         $instance->addListener('kernel.response', [=> function () {
  699.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  700.         }, => 'onKernelResponse'], 0);
  701.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  702.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  703.         }, => 'onVoterVote'], 0);
  704.         $instance->addListener('kernel.request', [=> function () {
  705.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  706.         }, => 'configureLogoutUrlGenerator'], 8);
  707.         $instance->addListener('kernel.request', [=> function () {
  708.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  709.         }, => 'onKernelRequest'], 8);
  710.         $instance->addListener('kernel.finish_request', [=> function () {
  711.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  712.         }, => 'onKernelFinishRequest'], 0);
  713.         $instance->addListener('kernel.controller', [=> function () {
  714.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  715.         }, => 'onKernelController'], 0);
  716.         $instance->addListener('kernel.controller', [=> function () {
  717.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  718.         }, => 'onKernelController'], 0);
  719.         $instance->addListener('kernel.controller', [=> function () {
  720.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  721.         }, => 'onKernelController'], -128);
  722.         $instance->addListener('kernel.view', [=> function () {
  723.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  724.         }, => 'onKernelView'], 0);
  725.         $instance->addListener('kernel.controller', [=> function () {
  726.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  727.         }, => 'onKernelController'], 0);
  728.         $instance->addListener('kernel.response', [=> function () {
  729.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  730.         }, => 'onKernelResponse'], 0);
  731.         $instance->addListener('kernel.controller_arguments', [=> function () {
  732.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  733.         }, => 'onKernelControllerArguments'], 0);
  734.         $instance->addListener('kernel.controller_arguments', [=> function () {
  735.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  736.         }, => 'onKernelControllerArguments'], 0);
  737.         $instance->addListener('console.error', [=> function () {
  738.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  739.         }, => 'onConsoleError'], 0);
  740.         $instance->addListener('console.terminate', [=> function () {
  741.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  742.         }, => 'onConsoleTerminate'], 0);
  743.         $instance->addListener('knp_pager.before', [=> function () {
  744.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  745.         }, => 'before'], 0);
  746.         $instance->addListener('knp_pager.pagination', [=> function () {
  747.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  748.         }, => 'pagination'], 0);
  749.         $instance->addListener('knp_pager.before', [=> function () {
  750.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  751.         }, => 'before'], 1);
  752.         $instance->addListener('knp_pager.before', [=> function () {
  753.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  754.         }, => 'before'], 1);
  755.         $instance->addListener('knp_pager.pagination', [=> function () {
  756.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  757.         }, => 'pagination'], 1);
  758.         return $instance;
  759.     }
  760.     /**
  761.      * Gets the public 'http_kernel' shared service.
  762.      *
  763.      * @return \Symfony\Component\HttpKernel\HttpKernel
  764.      */
  765.     protected function getHttpKernelService()
  766.     {
  767.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  768.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  769.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  770.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  771.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  772.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  773.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  774.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  775.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  776.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  777.         }, 8)), $a));
  778.     }
  779.     /**
  780.      * Gets the public 'profiler' shared service.
  781.      *
  782.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  783.      */
  784.     protected function getProfilerService()
  785.     {
  786.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  787.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  788.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, []))));
  789.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  790.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  791.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  792.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  793.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  794.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  795.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  796.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  797.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  798.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  799.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  800.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  801.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  802.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  803.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  804.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  805.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  806.         if ($this->has('kernel')) {
  807.             $f->setKernel($b);
  808.         }
  809.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  810.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  811.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  812.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  813.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  814.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  815.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  816.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  817.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  818.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  819.         $instance->add($d);
  820.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  821.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  822.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  823.         $instance->add($e);
  824.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  825.         $instance->add($f);
  826.         return $instance;
  827.     }
  828.     /**
  829.      * Gets the public 'request_stack' shared service.
  830.      *
  831.      * @return \Symfony\Component\HttpFoundation\RequestStack
  832.      */
  833.     protected function getRequestStackService()
  834.     {
  835.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  836.     }
  837.     /**
  838.      * Gets the public 'router' shared service.
  839.      *
  840.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  841.      */
  842.     protected function getRouterService()
  843.     {
  844.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  845.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  846.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, []))));
  847.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  848.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  849.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  850.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  851.         ], [
  852.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  853.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], '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'en');
  854.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  855.         return $instance;
  856.     }
  857.     /**
  858.      * Gets the public 'security.authorization_checker' shared service.
  859.      *
  860.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  861.      */
  862.     protected function getSecurity_AuthorizationCheckerService()
  863.     {
  864.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  865.     }
  866.     /**
  867.      * Gets the public 'security.token_storage' shared service.
  868.      *
  869.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  870.      */
  871.     protected function getSecurity_TokenStorageService()
  872.     {
  873.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  874.     }
  875.     /**
  876.      * Gets the public 'translator' shared service.
  877.      *
  878.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  879.      */
  880.     protected function getTranslatorService()
  881.     {
  882.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  883.     }
  884.     /**
  885.      * Gets the public 'twig' shared service.
  886.      *
  887.      * @return \Twig\Environment
  888.      */
  889.     protected function getTwigService()
  890.     {
  891.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
  892.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  893.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  894.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  895.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  896.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  897.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  898.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  899.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  900.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  901.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  902.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  903.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  904.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  905.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  906.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  907.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception::showAction''form_themes' => $this->parameters['twig.form.resources'], 'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  908.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  909.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  910.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  911.         $e = ($this->services['router'] ?? $this->getRouterService());
  912.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  913.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  914.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  915.         $h = new \Symfony\Bridge\Twig\AppVariable();
  916.         $h->setEnvironment('dev');
  917.         $h->setDebug(true);
  918.         if ($this->has('security.token_storage')) {
  919.             $h->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  920.         }
  921.         if ($this->has('request_stack')) {
  922.             $h->setRequestStack($f);
  923.         }
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d$this->targetDirs[3], 'UTF-8'));
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  931.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  932.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  933.         $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())));
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  936.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  937.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  938.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  939.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($e$c)));
  940.         $instance->addGlobal('app'$h);
  941.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  942.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  943.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  944.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  945.         ], [
  946.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  947.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  948.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  949.         ])));
  950.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'validator' shared service.
  955.      *
  956.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  957.      */
  958.     protected function getValidatorService()
  959.     {
  960.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  961.     }
  962.     /**
  963.      * Gets the public 'var_dumper.cloner' shared service.
  964.      *
  965.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  966.      */
  967.     protected function getVarDumper_ClonerService()
  968.     {
  969.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  970.         $instance->setMaxItems(2500);
  971.         $instance->setMinDepth(1);
  972.         $instance->setMaxString(-1);
  973.         return $instance;
  974.     }
  975.     /**
  976.      * Gets the private 'annotations.cached_reader' shared service.
  977.      *
  978.      * @return \Doctrine\Common\Annotations\CachedReader
  979.      */
  980.     protected function getAnnotations_CachedReaderService()
  981.     {
  982.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  983.     }
  984.     /**
  985.      * Gets the private 'annotations.reader' shared service.
  986.      *
  987.      * @return \Doctrine\Common\Annotations\AnnotationReader
  988.      */
  989.     protected function getAnnotations_ReaderService()
  990.     {
  991.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  992.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  993.         $a->registerUniqueLoader('class_exists');
  994.         $instance->addGlobalIgnoredName('required'$a);
  995.         return $instance;
  996.     }
  997.     /**
  998.      * Gets the private 'cache.annotations' shared service.
  999.      *
  1000.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1001.      */
  1002.     protected function getCache_AnnotationsService()
  1003.     {
  1004.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ClthabGqzf'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1005.     }
  1006.     /**
  1007.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1008.      *
  1009.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1010.      */
  1011.     protected function getCache_Messenger_RestartWorkersSignalService()
  1012.     {
  1013.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bGVibiwM1O'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1014.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1015.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1016.     }
  1017.     /**
  1018.      * Gets the private 'cache.property_info' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1021.      */
  1022.     protected function getCache_PropertyInfoService()
  1023.     {
  1024.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XxrjFl4H3d'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1025.     }
  1026.     /**
  1027.      * Gets the private 'cache.security_expression_language' shared service.
  1028.      *
  1029.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1030.      */
  1031.     protected function getCache_SecurityExpressionLanguageService()
  1032.     {
  1033.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QGc9FAI7PR'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1034.     }
  1035.     /**
  1036.      * Gets the private 'cache.serializer' shared service.
  1037.      *
  1038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1039.      */
  1040.     protected function getCache_SerializerService()
  1041.     {
  1042.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ro17Za8IAR'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1043.     }
  1044.     /**
  1045.      * Gets the private 'cache.validator' shared service.
  1046.      *
  1047.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1048.      */
  1049.     protected function getCache_ValidatorService()
  1050.     {
  1051.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8yO5CRgUvi'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1052.     }
  1053.     /**
  1054.      * Gets the private 'config_cache_factory' shared service.
  1055.      *
  1056.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1057.      */
  1058.     protected function getConfigCacheFactoryService()
  1059.     {
  1060.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1061.             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)));
  1062.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1063.         }, 2));
  1064.     }
  1065.     /**
  1066.      * Gets the private 'data_collector.form' shared service.
  1067.      *
  1068.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1069.      */
  1070.     protected function getDataCollector_FormService()
  1071.     {
  1072.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1073.     }
  1074.     /**
  1075.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1078.      */
  1079.     protected function getDebug_DebugHandlersListenerService()
  1080.     {
  1081.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1082.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1083.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, []))));
  1084.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1085.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1086.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1087.     }
  1088.     /**
  1089.      * Gets the private 'debug.file_link_formatter' shared service.
  1090.      *
  1091.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1092.      */
  1093.     protected function getDebug_FileLinkFormatterService()
  1094.     {
  1095.         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())), $this->targetDirs[3], function () {
  1096.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1097.         });
  1098.     }
  1099.     /**
  1100.      * Gets the private 'debug.log_processor' shared service.
  1101.      *
  1102.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1103.      */
  1104.     protected function getDebug_LogProcessorService()
  1105.     {
  1106.         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())));
  1107.     }
  1108.     /**
  1109.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1110.      *
  1111.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1112.      */
  1113.     protected function getDebug_Security_Access_DecisionManagerService()
  1114.     {
  1115.         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 () {
  1116.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1117.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  1118.         }, 2), 'affirmative'falsetrue));
  1119.     }
  1120.     /**
  1121.      * Gets the private 'debug.security.firewall' shared service.
  1122.      *
  1123.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1124.      */
  1125.     protected function getDebug_Security_FirewallService()
  1126.     {
  1127.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1128.     }
  1129.     /**
  1130.      * Gets the private 'fos_rest.allowed_methods_listener' shared service.
  1131.      *
  1132.      * @return \FOS\RestBundle\EventListener\AllowedMethodsListener
  1133.      */
  1134.     protected function getFosRest_AllowedMethodsListenerService()
  1135.     {
  1136.         return $this->privates['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService()));
  1137.     }
  1138.     /**
  1139.      * Gets the private 'fos_rest.allowed_methods_loader' shared service.
  1140.      *
  1141.      * @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
  1142.      */
  1143.     protected function getFosRest_AllowedMethodsLoaderService()
  1144.     {
  1145.         return $this->privates['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(($this->services['router'] ?? $this->getRouterService()), ($this->targetDirs[0].'/fos_rest'), true);
  1146.     }
  1147.     /**
  1148.      * Gets the private 'fos_rest.body_listener' shared service.
  1149.      *
  1150.      * @return \FOS\RestBundle\EventListener\BodyListener
  1151.      */
  1152.     protected function getFosRest_BodyListenerService()
  1153.     {
  1154.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1155.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  1156.         ], [
  1157.             'fos_rest.decoder.json' => '?',
  1158.         ]), ['json' => 'fos_rest.decoder.json']), false);
  1159.         $instance->setDefaultFormat(NULL);
  1160.         return $instance;
  1161.     }
  1162.     /**
  1163.      * Gets the private 'fos_rest.format_listener' shared service.
  1164.      *
  1165.      * @return \FOS\RestBundle\EventListener\FormatListener
  1166.      */
  1167.     protected function getFosRest_FormatListenerService()
  1168.     {
  1169.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1170.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  1171.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'json'], 'fallback_format' => 'json''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  1172.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  1173.     }
  1174.     /**
  1175.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  1176.      *
  1177.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  1178.      */
  1179.     protected function getFosRest_ParamFetcherListenerService()
  1180.     {
  1181.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), false);
  1182.     }
  1183.     /**
  1184.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  1185.      *
  1186.      * @return \FOS\RestBundle\Request\ParamReader
  1187.      */
  1188.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  1189.     {
  1190.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1191.     }
  1192.     /**
  1193.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1194.      *
  1195.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1196.      */
  1197.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1198.     {
  1199.         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())));
  1200.     }
  1201.     /**
  1202.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1203.      *
  1204.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1205.      */
  1206.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1207.     {
  1208.         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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1209.     }
  1210.     /**
  1211.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1212.      *
  1213.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1214.      */
  1215.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1216.     {
  1217.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  1218.     }
  1219.     /**
  1220.      * Gets the private 'locale_aware_listener' shared service.
  1221.      *
  1222.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1223.      */
  1224.     protected function getLocaleAwareListenerService()
  1225.     {
  1226.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1227.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1228.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1229.     }
  1230.     /**
  1231.      * Gets the private 'locale_listener' shared service.
  1232.      *
  1233.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1234.      */
  1235.     protected function getLocaleListenerService()
  1236.     {
  1237.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  1238.     }
  1239.     /**
  1240.      * Gets the private 'monolog.handler.main' shared service.
  1241.      *
  1242.      * @return \Monolog\Handler\StreamHandler
  1243.      */
  1244.     protected function getMonolog_Handler_MainService()
  1245.     {
  1246.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULL);
  1247.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1248.         return $instance;
  1249.     }
  1250.     /**
  1251.      * Gets the private 'monolog.logger.cache' shared service.
  1252.      *
  1253.      * @return \Symfony\Bridge\Monolog\Logger
  1254.      */
  1255.     protected function getMonolog_Logger_CacheService()
  1256.     {
  1257.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1258.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1259.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, []))));
  1260.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1261.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1262.         return $instance;
  1263.     }
  1264.     /**
  1265.      * Gets the private 'monolog.logger.request' shared service.
  1266.      *
  1267.      * @return \Symfony\Bridge\Monolog\Logger
  1268.      */
  1269.     protected function getMonolog_Logger_RequestService()
  1270.     {
  1271.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1272.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1273.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, []))));
  1274.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1275.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1276.         return $instance;
  1277.     }
  1278.     /**
  1279.      * Gets the private 'parameter_bag' shared service.
  1280.      *
  1281.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1282.      */
  1283.     protected function getParameterBagService()
  1284.     {
  1285.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1286.     }
  1287.     /**
  1288.      * Gets the private 'profiler_listener' shared service.
  1289.      *
  1290.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1291.      */
  1292.     protected function getProfilerListenerService()
  1293.     {
  1294.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1295.     }
  1296.     /**
  1297.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1298.      *
  1299.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1300.      */
  1301.     protected function getResolveControllerNameSubscriberService()
  1302.     {
  1303.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  1304.     }
  1305.     /**
  1306.      * Gets the private 'router.request_context' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Routing\RequestContext
  1309.      */
  1310.     protected function getRouter_RequestContextService()
  1311.     {
  1312.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1313.     }
  1314.     /**
  1315.      * Gets the private 'router_listener' shared service.
  1316.      *
  1317.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1318.      */
  1319.     protected function getRouterListenerService()
  1320.     {
  1321.         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()), $this->targetDirs[3], true);
  1322.     }
  1323.     /**
  1324.      * Gets the private 'security.authentication.manager' shared service.
  1325.      *
  1326.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1327.      */
  1328.     protected function getSecurity_Authentication_ManagerService()
  1329.     {
  1330.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1331.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1332.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1333.         }, 2), true);
  1334.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the private 'security.firewall.map' shared service.
  1339.      *
  1340.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1341.      */
  1342.     protected function getSecurity_Firewall_MapService()
  1343.     {
  1344.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1345.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1346.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1347.         ], [
  1348.             'security.firewall.map.context.dev' => '?',
  1349.             'security.firewall.map.context.main' => '?',
  1350.         ]), new RewindableGenerator(function () {
  1351.             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)/')));
  1352.             yield 'security.firewall.map.context.main' => NULL;
  1353.         }, 2));
  1354.     }
  1355.     /**
  1356.      * Gets the private 'security.logout_url_generator' shared service.
  1357.      *
  1358.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1359.      */
  1360.     protected function getSecurity_LogoutUrlGeneratorService()
  1361.     {
  1362.         return $this->privates['security.logout_url_generator'] = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1363.     }
  1364.     /**
  1365.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1366.      *
  1367.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1368.      */
  1369.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1370.     {
  1371.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1372.     }
  1373.     /**
  1374.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1375.      *
  1376.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1377.      */
  1378.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1379.     {
  1380.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1381.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  1382.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1383.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1384.     }
  1385.     /**
  1386.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1387.      *
  1388.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1389.      */
  1390.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1391.     {
  1392.         $a = new \Symfony\Bridge\Monolog\Logger('app');
  1393.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1394.         $a->useMicrosecondTimestamps(true);
  1395.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? ($this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, []))));
  1396.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1397.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1398.         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()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), $a);
  1399.     }
  1400.     /**
  1401.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1402.      *
  1403.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1404.      */
  1405.     protected function getSensioFrameworkExtra_View_ListenerService()
  1406.     {
  1407.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  1408.     }
  1409.     /**
  1410.      * Gets the private 'translator.default' shared service.
  1411.      *
  1412.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1413.      */
  1414.     protected function getTranslator_DefaultService()
  1415.     {
  1416.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1417.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1418.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1419.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1420.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1421.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1422.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1423.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1424.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1425.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1426.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1427.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1428.         ], [
  1429.             'translation.loader.csv' => '?',
  1430.             'translation.loader.dat' => '?',
  1431.             'translation.loader.ini' => '?',
  1432.             'translation.loader.json' => '?',
  1433.             'translation.loader.mo' => '?',
  1434.             'translation.loader.php' => '?',
  1435.             'translation.loader.po' => '?',
  1436.             'translation.loader.qt' => '?',
  1437.             'translation.loader.res' => '?',
  1438.             'translation.loader.xliff' => '?',
  1439.             'translation.loader.yml' => '?',
  1440.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'ky' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => ($this->targetDirs[3].'/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/jms/serializer-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/JMSSerializerBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/FOSRestBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/StofDoctrineExtensionsBundle/translations'), 27 => ($this->targetDirs[3].'/src/Resources/KnpPaginatorBundle/translations'), 28 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 29 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 30 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Resources/translations'), 31 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 32 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 33 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 34 => ($this->targetDirs[3].'/src/Resources/translations')]]);
  1441.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1442.         $instance->setFallbackLocales([=> 'en']);
  1443.         return $instance;
  1444.     }
  1445.     /**
  1446.      * Gets the private 'validator.builder' shared service.
  1447.      *
  1448.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1449.      */
  1450.     protected function getValidator_BuilderService()
  1451.     {
  1452.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1453.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1454.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1455.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1456.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1457.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1458.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1459.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1460.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1461.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1462.         ], [
  1463.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1464.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1465.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1466.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1467.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1468.             'doctrine.orm.validator.unique' => '?',
  1469.             'security.validator.user_password' => '?',
  1470.             'validator.expression' => '?',
  1471.         ])));
  1472.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1473.         $instance->setTranslationDomain('validators');
  1474.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml')]);
  1475.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1476.         $instance->addMethodMapping('loadValidatorMetadata');
  1477.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1478.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), '{^App\\\\Entity\\\\}'));
  1479.         return $instance;
  1480.     }
  1481.     /**
  1482.      * Gets the private 'var_dumper.html_dumper' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1485.      */
  1486.     protected function getVarDumper_HtmlDumperService()
  1487.     {
  1488.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1489.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the private 'var_dumper.server_connection' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\VarDumper\Server\Connection
  1496.      */
  1497.     protected function getVarDumper_ServerConnectionService()
  1498.     {
  1499.         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'$this->targetDirs[3], ($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()]);
  1500.     }
  1501.     /**
  1502.      * Gets the private 'web_profiler.csp.handler' shared service.
  1503.      *
  1504.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1505.      */
  1506.     protected function getWebProfiler_Csp_HandlerService()
  1507.     {
  1508.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1509.     }
  1510.     /**
  1511.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1512.      *
  1513.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1514.      */
  1515.     protected function getWebProfiler_DebugToolbarService()
  1516.     {
  1517.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1518.     }
  1519.     public function getParameter($name)
  1520.     {
  1521.         $name = (string) $name;
  1522.         if (isset($this->buildParameters[$name])) {
  1523.             return $this->buildParameters[$name];
  1524.         }
  1525.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1526.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1527.         }
  1528.         if (isset($this->loadedDynamicParameters[$name])) {
  1529.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1530.         }
  1531.         return $this->parameters[$name];
  1532.     }
  1533.     public function hasParameter($name)
  1534.     {
  1535.         $name = (string) $name;
  1536.         if (isset($this->buildParameters[$name])) {
  1537.             return true;
  1538.         }
  1539.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1540.     }
  1541.     public function setParameter($name$value)
  1542.     {
  1543.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1544.     }
  1545.     public function getParameterBag()
  1546.     {
  1547.         if (null === $this->parameterBag) {
  1548.             $parameters $this->parameters;
  1549.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1550.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1551.             }
  1552.             foreach ($this->buildParameters as $name => $value) {
  1553.                 $parameters[$name] = $value;
  1554.             }
  1555.             $this->parameterBag = new FrozenParameterBag($parameters);
  1556.         }
  1557.         return $this->parameterBag;
  1558.     }
  1559.     private $loadedDynamicParameters = [
  1560.         'kernel.root_dir' => false,
  1561.         'kernel.project_dir' => false,
  1562.         'kernel.cache_dir' => false,
  1563.         'kernel.logs_dir' => false,
  1564.         'kernel.bundles_metadata' => false,
  1565.         'kernel.secret' => false,
  1566.         'validator.mapping.cache.file' => false,
  1567.         'translator.default_path' => false,
  1568.         'profiler.storage.dsn' => false,
  1569.         'debug.container.dump' => false,
  1570.         'twig.default_path' => false,
  1571.         'doctrine.orm.proxy_dir' => false,
  1572.         'doctrine_migrations.dir_name' => false,
  1573.     ];
  1574.     private $dynamicParameters = [];
  1575.     /**
  1576.      * Computes a dynamic parameter.
  1577.      *
  1578.      * @param string $name The name of the dynamic parameter to load
  1579.      *
  1580.      * @return mixed The value of the dynamic parameter
  1581.      *
  1582.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  1583.      */
  1584.     private function getDynamicParameter($name)
  1585.     {
  1586.         switch ($name) {
  1587.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  1588.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  1589.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  1590.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  1591.             case 'kernel.bundles_metadata'$value = [
  1592.                 'FrameworkBundle' => [
  1593.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  1594.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1595.                 ],
  1596.                 'TwigBundle' => [
  1597.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  1598.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1599.                 ],
  1600.                 'WebProfilerBundle' => [
  1601.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  1602.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1603.                 ],
  1604.                 'MonologBundle' => [
  1605.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  1606.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1607.                 ],
  1608.                 'DebugBundle' => [
  1609.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  1610.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1611.                 ],
  1612.                 'JMSSerializerBundle' => [
  1613.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  1614.                     'namespace' => 'JMS\\SerializerBundle',
  1615.                 ],
  1616.                 'FOSRestBundle' => [
  1617.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle'),
  1618.                     'namespace' => 'FOS\\RestBundle',
  1619.                 ],
  1620.                 'DoctrineCacheBundle' => [
  1621.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  1622.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1623.                 ],
  1624.                 'DoctrineBundle' => [
  1625.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  1626.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1627.                 ],
  1628.                 'DoctrineMigrationsBundle' => [
  1629.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  1630.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1631.                 ],
  1632.                 'StofDoctrineExtensionsBundle' => [
  1633.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  1634.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  1635.                 ],
  1636.                 'KnpPaginatorBundle' => [
  1637.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
  1638.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  1639.                 ],
  1640.                 'SecurityBundle' => [
  1641.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  1642.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1643.                 ],
  1644.                 'SensioFrameworkExtraBundle' => [
  1645.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  1646.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1647.                 ],
  1648.                 'MakerBundle' => [
  1649.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  1650.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1651.                 ],
  1652.             ]; break;
  1653.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1654.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  1655.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  1656.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  1657.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  1658.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  1659.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  1660.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  1661.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1662.         }
  1663.         $this->loadedDynamicParameters[$name] = true;
  1664.         return $this->dynamicParameters[$name] = $value;
  1665.     }
  1666.     /**
  1667.      * Gets the default parameters.
  1668.      *
  1669.      * @return array An array of the default parameters
  1670.      */
  1671.     protected function getDefaultParameters()
  1672.     {
  1673.         return [
  1674.             'kernel.environment' => 'dev',
  1675.             'kernel.debug' => true,
  1676.             'kernel.name' => 'src',
  1677.             'kernel.bundles' => [
  1678.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1679.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1680.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1681.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1682.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1683.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  1684.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  1685.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1686.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1687.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1688.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  1689.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  1690.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1691.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1692.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1693.             ],
  1694.             'kernel.charset' => 'UTF-8',
  1695.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1696.             'container.dumper.inline_class_loader' => true,
  1697.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  1698.             'locale' => 'en',
  1699.             'fragment.renderer.hinclude.global_template' => NULL,
  1700.             'fragment.path' => '/_fragment',
  1701.             'kernel.http_method_override' => true,
  1702.             'kernel.trusted_hosts' => [
  1703.             ],
  1704.             'kernel.default_locale' => 'en',
  1705.             'templating.helper.code.file_link_format' => NULL,
  1706.             'debug.file_link_format' => NULL,
  1707.             'form.type_extension.csrf.enabled' => false,
  1708.             'templating.loader.cache.path' => NULL,
  1709.             'templating.engines' => [
  1710.                 => 'twig',
  1711.             ],
  1712.             'validator.mapping.cache.prefix' => '',
  1713.             'validator.translation_domain' => 'validators',
  1714.             'translator.logging' => false,
  1715.             'profiler_listener.only_exceptions' => false,
  1716.             'profiler_listener.only_master_requests' => false,
  1717.             'debug.error_handler.throw_at' => -1,
  1718.             'router.request_context.host' => 'localhost',
  1719.             'router.request_context.scheme' => 'http',
  1720.             'router.request_context.base_url' => '',
  1721.             'router.resource' => 'kernel::loadRoutes',
  1722.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  1723.             'request_listener.http_port' => 80,
  1724.             'request_listener.https_port' => 443,
  1725.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  1726.             'twig.form.resources' => [
  1727.                 => 'form_div_layout.html.twig',
  1728.             ],
  1729.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  1730.             'web_profiler.debug_toolbar.mode' => 2,
  1731.             'monolog.use_microseconds' => true,
  1732.             'monolog.swift_mailer.handlers' => [
  1733.             ],
  1734.             'monolog.handlers_to_channels' => [
  1735.                 'monolog.handler.console' => [
  1736.                     'type' => 'exclusive',
  1737.                     'elements' => [
  1738.                         => 'event',
  1739.                         => 'doctrine',
  1740.                         => 'console',
  1741.                     ],
  1742.                 ],
  1743.                 'monolog.handler.main' => [
  1744.                     'type' => 'exclusive',
  1745.                     'elements' => [
  1746.                         => 'event',
  1747.                     ],
  1748.                 ],
  1749.             ],
  1750.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  1751.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  1752.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  1753.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  1754.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  1755.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  1756.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  1757.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  1758.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  1759.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  1760.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  1761.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  1762.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  1763.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  1764.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  1765.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  1766.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  1767.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  1768.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  1769.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  1770.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  1771.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  1772.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  1773.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  1774.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  1775.             'jms_serializer.json_serialization_visitor.options' => 1216,
  1776.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  1777.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  1778.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  1779.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  1780.             ],
  1781.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  1782.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  1783.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  1784.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  1785.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  1786.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  1787.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  1788.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  1789.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  1790.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  1791.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  1792.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  1793.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  1794.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  1795.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  1796.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  1797.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  1798.             'fos_rest.format_listener.rules' => NULL,
  1799.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1800.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1801.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1802.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1803.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1804.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1805.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1806.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1807.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1808.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1809.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1810.             'doctrine_cache.memcache.host' => 'localhost',
  1811.             'doctrine_cache.memcache.port' => 11211,
  1812.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1813.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1814.             'doctrine_cache.memcached.host' => 'localhost',
  1815.             'doctrine_cache.memcached.port' => 11211,
  1816.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1817.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1818.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1819.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1820.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1821.             'doctrine_cache.predis.scheme' => 'tcp',
  1822.             'doctrine_cache.predis.host' => 'localhost',
  1823.             'doctrine_cache.predis.port' => 6379,
  1824.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1825.             'doctrine_cache.redis.connection.class' => 'Redis',
  1826.             'doctrine_cache.redis.host' => 'localhost',
  1827.             'doctrine_cache.redis.port' => 6379,
  1828.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  1829.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  1830.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  1831.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  1832.             'doctrine_cache.riak.host' => 'localhost',
  1833.             'doctrine_cache.riak.port' => 8087,
  1834.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  1835.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  1836.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  1837.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1838.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1839.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1840.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  1841.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  1842.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  1843.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  1844.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1845.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1846.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1847.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1848.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1849.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1850.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1851.             'doctrine.entity_managers' => [
  1852.                 'default' => 'doctrine.orm.default_entity_manager',
  1853.             ],
  1854.             'doctrine.default_entity_manager' => 'default',
  1855.             'doctrine.dbal.connection_factory.types' => [
  1856.             ],
  1857.             'doctrine.connections' => [
  1858.                 'default' => 'doctrine.dbal.default_connection',
  1859.             ],
  1860.             'doctrine.default_connection' => 'default',
  1861.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1862.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1863.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1864.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1865.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1866.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1867.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1868.             'doctrine.orm.cache.memcache_port' => 11211,
  1869.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1870.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1871.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1872.             'doctrine.orm.cache.memcached_port' => 11211,
  1873.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  1874.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1875.             'doctrine.orm.cache.redis_host' => 'localhost',
  1876.             'doctrine.orm.cache.redis_port' => 6379,
  1877.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  1878.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  1879.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  1880.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  1881.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  1882.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  1883.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  1884.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  1885.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  1886.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  1887.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  1888.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  1889.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  1890.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  1891.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  1892.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  1893.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  1894.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  1895.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  1896.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  1897.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  1898.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  1899.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  1900.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  1901.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  1902.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  1903.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  1904.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  1905.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  1906.             'doctrine.orm.auto_generate_proxy_classes' => true,
  1907.             'doctrine.orm.proxy_namespace' => 'Proxies',
  1908.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  1909.             'doctrine_migrations.table_name' => 'migration_versions',
  1910.             'doctrine_migrations.column_name' => 'version',
  1911.             'doctrine_migrations.column_length' => 14,
  1912.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  1913.             'doctrine_migrations.all_or_nothing' => false,
  1914.             'doctrine_migrations.name' => 'Application Migrations',
  1915.             'doctrine_migrations.custom_template' => NULL,
  1916.             'doctrine_migrations.organize_migrations' => false,
  1917.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  1918.             'stof_doctrine_extensions.default_locale' => 'en_US',
  1919.             'stof_doctrine_extensions.translation_fallback' => false,
  1920.             'stof_doctrine_extensions.persist_default_translation' => false,
  1921.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  1922.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  1923.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  1924.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  1925.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  1926.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  1927.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  1928.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  1929.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  1930.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  1931.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  1932.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  1933.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  1934.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  1935.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  1936.             'knp_paginator.page_range' => 5,
  1937.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  1938.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  1939.             'security.role_hierarchy.roles' => [
  1940.             ],
  1941.             'security.access.denied_url' => NULL,
  1942.             'security.authentication.manager.erase_credentials' => true,
  1943.             'security.authentication.session_strategy.strategy' => 'migrate',
  1944.             'security.access.always_authenticate_before_granting' => false,
  1945.             'security.authentication.hide_user_not_found' => true,
  1946.             'data_collector.templates' => [
  1947.                 'data_collector.request' => [
  1948.                     => 'request',
  1949.                     => '@WebProfiler/Collector/request.html.twig',
  1950.                 ],
  1951.                 'data_collector.time' => [
  1952.                     => 'time',
  1953.                     => '@WebProfiler/Collector/time.html.twig',
  1954.                 ],
  1955.                 'data_collector.memory' => [
  1956.                     => 'memory',
  1957.                     => '@WebProfiler/Collector/memory.html.twig',
  1958.                 ],
  1959.                 'data_collector.validator' => [
  1960.                     => 'validator',
  1961.                     => '@WebProfiler/Collector/validator.html.twig',
  1962.                 ],
  1963.                 'data_collector.ajax' => [
  1964.                     => 'ajax',
  1965.                     => '@WebProfiler/Collector/ajax.html.twig',
  1966.                 ],
  1967.                 'data_collector.form' => [
  1968.                     => 'form',
  1969.                     => '@WebProfiler/Collector/form.html.twig',
  1970.                 ],
  1971.                 'data_collector.exception' => [
  1972.                     => 'exception',
  1973.                     => '@WebProfiler/Collector/exception.html.twig',
  1974.                 ],
  1975.                 'data_collector.logger' => [
  1976.                     => 'logger',
  1977.                     => '@WebProfiler/Collector/logger.html.twig',
  1978.                 ],
  1979.                 'data_collector.events' => [
  1980.                     => 'events',
  1981.                     => '@WebProfiler/Collector/events.html.twig',
  1982.                 ],
  1983.                 'data_collector.router' => [
  1984.                     => 'router',
  1985.                     => '@WebProfiler/Collector/router.html.twig',
  1986.                 ],
  1987.                 'data_collector.cache' => [
  1988.                     => 'cache',
  1989.                     => '@WebProfiler/Collector/cache.html.twig',
  1990.                 ],
  1991.                 'data_collector.translation' => [
  1992.                     => 'translation',
  1993.                     => '@WebProfiler/Collector/translation.html.twig',
  1994.                 ],
  1995.                 'data_collector.security' => [
  1996.                     => 'security',
  1997.                     => '@Security/Collector/security.html.twig',
  1998.                 ],
  1999.                 'data_collector.twig' => [
  2000.                     => 'twig',
  2001.                     => '@WebProfiler/Collector/twig.html.twig',
  2002.                 ],
  2003.                 'data_collector.doctrine' => [
  2004.                     => 'db',
  2005.                     => '@Doctrine/Collector/db.html.twig',
  2006.                 ],
  2007.                 'data_collector.dump' => [
  2008.                     => 'dump',
  2009.                     => '@Debug/Profiler/dump.html.twig',
  2010.                 ],
  2011.                 'data_collector.config' => [
  2012.                     => 'config',
  2013.                     => '@WebProfiler/Collector/config.html.twig',
  2014.                 ],
  2015.             ],
  2016.             'console.command.ids' => [
  2017.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2018.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2019.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2020.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2021.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  2022.                 => 'console.command.public_alias.doctrine_migrations.dump_schema_command',
  2023.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  2024.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  2025.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  2026.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  2027.                 10 => 'console.command.public_alias.doctrine_migrations.rollup_command',
  2028.                 11 => 'console.command.public_alias.doctrine_migrations.status_command',
  2029.                 12 => 'console.command.public_alias.doctrine_migrations.up_to_date_command',
  2030.                 13 => 'console.command.public_alias.doctrine_migrations.version_command',
  2031.             ],
  2032.         ];
  2033.     }
  2034. }