var/cache/dev/ContainerNhfrZfg/App_KernelDevDebugContainer.php line 545

Open in your IDE?
  1. <?php
  2. namespace ContainerNhfrZfg;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.session' => 'get_Container_Private_SessionService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine_mongodb' => 'getDoctrineMongodbService',
  44.             'doctrine_mongodb.odm.default_connection' => 'getDoctrineMongodb_Odm_DefaultConnectionService',
  45.             'doctrine_mongodb.odm.default_document_manager' => 'getDoctrineMongodb_Odm_DefaultDocumentManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'cache_clearer' => 'getCacheClearerService',
  54.             'filesystem' => 'getFilesystemService',
  55.             'serializer' => 'getSerializerService',
  56.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  57.             'form.factory' => 'getForm_FactoryService',
  58.             'form.type.file' => 'getForm_Type_FileService',
  59.             'profiler' => 'getProfilerService',
  60.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  61.             'security.token_storage' => 'getSecurity_TokenStorageService',
  62.             'twig' => 'getTwigService',
  63.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  64.             'session' => 'getSessionService',
  65.             'validator' => 'getValidatorService',
  66.         ];
  67.         $this->fileMap = [
  68.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  69.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  70.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  71.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  72.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75.             'App\\Admin\\Controller\\CarrierController' => 'getCarrierControllerService',
  76.             'App\\Admin\\Controller\\CarrierEmployeeController' => 'getCarrierEmployeeControllerService',
  77.             'App\\Admin\\Controller\\ChainController' => 'getChainControllerService',
  78.             'App\\Admin\\Controller\\ChainEmployeeController' => 'getChainEmployeeControllerService',
  79.             'App\\Admin\\Controller\\ChatController' => 'getChatControllerService',
  80.             'App\\Admin\\Controller\\ChatUserController' => 'getChatUserControllerService',
  81.             'App\\Admin\\Controller\\ConfigController' => 'getConfigControllerService',
  82.             'App\\Admin\\Controller\\DriverController' => 'getDriverControllerService',
  83.             'App\\Admin\\Controller\\HubContactController' => 'getHubContactControllerService',
  84.             'App\\Admin\\Controller\\HubController' => 'getHubControllerService',
  85.             'App\\Admin\\Controller\\HubMapController' => 'getHubMapControllerService',
  86.             'App\\Admin\\Controller\\ReviewController' => 'getReviewControllerService',
  87.             'App\\Admin\\Controller\\SupplierController' => 'getSupplierControllerService',
  88.             'App\\Admin\\Controller\\SupplierEmployeeController' => 'getSupplierEmployeeControllerService',
  89.             'App\\Admin\\Controller\\UserController' => 'getUserControllerService',
  90.             'App\\Application\\Controller\\AuthController' => 'getAuthControllerService',
  91.             'App\\Application\\Controller\\ChatController' => 'getChatController2Service',
  92.             'App\\Application\\Controller\\EmployeesController' => 'getEmployeesControllerService',
  93.             'App\\Application\\Controller\\HomeController' => 'getHomeControllerService',
  94.             'App\\Application\\Controller\\HubsController' => 'getHubsControllerService',
  95.             'App\\Application\\Controller\\ReviewController' => 'getReviewController2Service',
  96.             'App\\Application\\Controller\\UserController' => 'getUserController2Service',
  97.             'AvenueAdminBundle\\Controller\\AdminExportController' => 'getAdminExportControllerService',
  98.             'AvenueAdminBundle\\Controller\\IndexController' => 'getIndexControllerService',
  99.             'AvenueAdminBundle\\Controller\\MailLogController' => 'getMailLogControllerService',
  100.             'AvenueAdminBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  101.             'AvenueAdminBundle\\Controller\\SystemController' => 'getSystemControllerService',
  102.             'AvenueAdminBundle\\Route\\RedirectController' => 'getRedirectController2Service',
  103.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController3Service',
  104.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  105.             'admin_route_loader' => 'getAdminRouteLoaderService',
  106.             'cache.app_clearer' => 'getCache_AppClearerService',
  107.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  108.             'cache.system_clearer' => 'getCache_SystemClearerService',
  109.             'cache_warmer' => 'getCacheWarmerService',
  110.             'console.command_loader' => 'getConsole_CommandLoaderService',
  111.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  112.             'doctrine_mongodb.odm.command_logger_registry' => 'getDoctrineMongodb_Odm_CommandLoggerRegistryService',
  113.             'error_controller' => 'getErrorControllerService',
  114.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  115.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  116.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  117.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  118.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  119.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  120.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  121.             'knp_paginator' => 'getKnpPaginatorService',
  122.             'routing.loader' => 'getRouting_LoaderService',
  123.             'services_resetter' => 'getServicesResetterService',
  124.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  125.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  126.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  127.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  128.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  129.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  130.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  131.         ];
  132.         $this->aliases = [
  133.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  134.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  135.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  136.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  137.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  138.             'doctrine_mongodb.odm.document_manager' => 'doctrine_mongodb.odm.default_document_manager',
  139.             'mailer' => 'swiftmailer.mailer.default',
  140.         ];
  141.         $this->privates['service_container'] = function () {
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  148.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  161.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  177.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/MemcachedAdapter.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  259.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  260.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  262.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  265.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  269.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  270.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  272.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  273.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLoggerInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/mongodb/mongodb/src/Client.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/DocumentManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Configuration.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/CompatibilityAnnotationDriver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/XmlDriver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Repository/RepositoryFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ContainerRepositoryFactory.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerConfigurator.php';
  350.             include_once \dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/Authentication/Storage/Session.php';
  351.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  352.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  354.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  355.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  368.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/DataCollector/CommandDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  407.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  408.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/Twig/TwigExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  442.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  444.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  446.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  448.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  458.         };
  459.     }
  460.     public function compile(): void
  461.     {
  462.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  463.     }
  464.     public function isCompiled(): bool
  465.     {
  466.         return true;
  467.     }
  468.     public function getRemovedIds(): array
  469.     {
  470.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  471.     }
  472.     protected function load($file$lazyLoad true)
  473.     {
  474.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  475.             return $class::do($this$lazyLoad);
  476.         }
  477.         if ('.' === $file[-4]) {
  478.             $class substr($class0, -4);
  479.         } else {
  480.             $file .= '.php';
  481.         }
  482.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  483.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  484.     }
  485.     /**
  486.      * Gets the public '.container.private.profiler' shared service.
  487.      *
  488.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  489.      */
  490.     protected function get_Container_Private_ProfilerService()
  491.     {
  492.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  493.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  494.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  495.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  496.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  497.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  498.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  499.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  500.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  501.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  502.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  503.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  504.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  505.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  506.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  507.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  508.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  509.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  510.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  511.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  512.         if ($this->has('kernel')) {
  513.             $f->setKernel($b);
  514.         }
  515.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  516.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  517.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  518.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  519.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  520.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  521.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  522.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  523.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  524.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  525.         $instance->add($d);
  526.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  527.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  528.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  529.         $instance->add($e);
  530.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  531.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  532.         $instance->add(new \Doctrine\Bundle\MongoDBBundle\DataCollector\CommandDataCollector(($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] ?? ($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] = new \Doctrine\ODM\MongoDB\APM\CommandLogger()))));
  533.         $instance->add($f);
  534.         return $instance;
  535.     }
  536.     /**
  537.      * Gets the public '.container.private.security.authorization_checker' shared service.
  538.      *
  539.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  540.      */
  541.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  542.     {
  543.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  544.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  545.             return $this->services['.container.private.security.authorization_checker'];
  546.         }
  547.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  548.     }
  549.     /**
  550.      * Gets the public '.container.private.security.token_storage' shared service.
  551.      *
  552.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  553.      */
  554.     protected function get_Container_Private_Security_TokenStorageService()
  555.     {
  556.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  557.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  558.         ], [
  559.             'request_stack' => '?',
  560.         ]));
  561.     }
  562.     /**
  563.      * Gets the public '.container.private.session' shared service.
  564.      *
  565.      * @return \Symfony\Component\HttpFoundation\Session\Session
  566.      */
  567.     protected function get_Container_Private_SessionService()
  568.     {
  569.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  570.         if (isset($this->services['.container.private.session'])) {
  571.             return $this->services['.container.private.session'];
  572.         }
  573.         return $this->services['.container.private.session'] = $a->createSession();
  574.     }
  575.     /**
  576.      * Gets the public '.container.private.twig' shared service.
  577.      *
  578.      * @return \Twig\Environment
  579.      */
  580.     protected function get_Container_Private_TwigService()
  581.     {
  582.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  583.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  584.         $a->addPath((\dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/DependencyInjection/../Resources/FOSUserBundle/views'), 'FOSUser');
  585.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  586.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  587.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  588.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  589.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  590.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  591.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  592.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  593.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  594.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  595.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), 'DoctrineMongoDB');
  596.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), '!DoctrineMongoDB');
  597.         $a->addPath((\dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/Resources/views'), 'AvenueAdmin');
  598.         $a->addPath((\dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/Resources/views'), '!AvenueAdmin');
  599.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  600.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  601.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  602.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  603.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  604.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  605.         $a->addPath((\dirname(__DIR__4).'/templates'));
  606.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  607.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  608.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  609.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  610.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  611.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  612.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  613.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  614.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  615.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  616.         $h = ($this->services['router'] ?? $this->getRouterService());
  617.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  618.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  619.         $j = new \Knp\Menu\Util\MenuManipulator();
  620.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  621.         $l = new \Symfony\Bridge\Twig\AppVariable();
  622.         $l->setEnvironment('dev');
  623.         $l->setDebug(true);
  624.         if ($this->has('.container.private.security.token_storage')) {
  625.             $l->setTokenStorage($c);
  626.         }
  627.         if ($this->has('request_stack')) {
  628.             $l->setRequestStack($b);
  629.         }
  630.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  631.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  632.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  633.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  634.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  635.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  636.             return new \EmptyIterator();
  637.         }, 0))));
  638.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g, \dirname(__DIR__4), 'UTF-8'));
  639.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  640.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  641.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  642.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  643.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  644.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$f)));
  645.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  646.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  647.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  648.         $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())));
  649.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  650.         $instance->addExtension(new \AvenueAdminBundle\Twig\TwigExtension($h, ($this->privates['AvenueAdminBundle\\Authentication\\Storage\\Session'] ?? $this->getSession2Service())));
  651.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  652.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  653.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  654.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  655.         ], [
  656.             'list' => '?',
  657.             'twig' => '?',
  658.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  659.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? ($this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider([])));
  660.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  661.         }, 2)), $j$k), $k$j));
  662.         $instance->addGlobal('app'$l);
  663.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  664.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  665.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  666.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  667.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  668.             'AvenueAdminBundle\\Twig\\TwigRuntime' => ['privates''AvenueAdminBundle\\Twig\\TwigRuntime''getTwigRuntimeService'true],
  669.         ], [
  670.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  671.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  672.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  673.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  674.             'AvenueAdminBundle\\Twig\\TwigRuntime' => '?',
  675.         ])));
  676.         $instance->addGlobal('app_title''rdc');
  677.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  678.         return $instance;
  679.     }
  680.     /**
  681.      * Gets the public '.container.private.validator' shared service.
  682.      *
  683.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  684.      */
  685.     protected function get_Container_Private_ValidatorService()
  686.     {
  687.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  688.     }
  689.     /**
  690.      * Gets the public 'cache.app' shared service.
  691.      *
  692.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  693.      */
  694.     protected function getCache_AppService()
  695.     {
  696.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), '7RullyL553'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  697.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  698.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  699.     }
  700.     /**
  701.      * Gets the public 'cache.system' shared service.
  702.      *
  703.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  704.      */
  705.     protected function getCache_SystemService()
  706.     {
  707.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), 'FKxTZZMFoL'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  708.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  709.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  710.     }
  711.     /**
  712.      * Gets the public 'cache.validator_expression_language' shared service.
  713.      *
  714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  715.      */
  716.     protected function getCache_ValidatorExpressionLanguageService()
  717.     {
  718.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), '-3eS9saU4m'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  719.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  720.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  721.     }
  722.     /**
  723.      * Gets the public 'data_collector.dump' shared service.
  724.      *
  725.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  726.      */
  727.     protected function getDataCollector_DumpService()
  728.     {
  729.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  730.         if (isset($this->services['data_collector.dump'])) {
  731.             return $this->services['data_collector.dump'];
  732.         }
  733.         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))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  734.     }
  735.     /**
  736.      * Gets the public 'doctrine_mongodb' shared service.
  737.      *
  738.      * @return \Doctrine\Bundle\MongoDBBundle\ManagerRegistry
  739.      */
  740.     protected function getDoctrineMongodbService()
  741.     {
  742.         return $this->services['doctrine_mongodb'] = new \Doctrine\Bundle\MongoDBBundle\ManagerRegistry('MongoDB'$this->parameters['doctrine_mongodb.odm.connections'], $this->parameters['doctrine_mongodb.odm.document_managers'], 'default''default''ProxyManager\\Proxy\\GhostObjectInterface'$this);
  743.     }
  744.     /**
  745.      * Gets the public 'doctrine_mongodb.odm.default_connection' shared service.
  746.      *
  747.      * @return \MongoDB\Client
  748.      */
  749.     protected function getDoctrineMongodb_Odm_DefaultConnectionService()
  750.     {
  751.         return $this->services['doctrine_mongodb.odm.default_connection'] = new \MongoDB\Client($this->getEnv('MONGODB_URL'), [], ['typeMap' => ['root' => 'array''document' => 'array']]);
  752.     }
  753.     /**
  754.      * Gets the public 'doctrine_mongodb.odm.default_document_manager' shared service.
  755.      *
  756.      * @return \Doctrine\ODM\MongoDB\DocumentManager
  757.      */
  758.     protected function getDoctrineMongodb_Odm_DefaultDocumentManagerService()
  759.     {
  760.         $a = new \Doctrine\ODM\MongoDB\Configuration();
  761.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  762.         $c = new \Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Admin/Document'), => (\dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/Document')]);
  763.         $b->addDriver($c'App\\Admin\\Document');
  764.         $b->addDriver($c'AvenueAdminBundle\\Document');
  765.         $b->addDriver(new \Doctrine\ODM\MongoDB\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.mongodb.xml')), 'FOS\\UserBundle\\Model');
  766.         $a->setDocumentNamespaces(['App' => 'App\\Admin\\Document''AvenueAdminBundle' => 'AvenueAdminBundle\\Document']);
  767.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  768.         $a->setMetadataDriverImpl($b);
  769.         $a->setProxyDir(($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'));
  770.         $a->setProxyNamespace('MongoDBODMProxies');
  771.         $a->setAutoGenerateProxyClasses(2);
  772.         $a->setHydratorDir(($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'));
  773.         $a->setHydratorNamespace('Hydrators');
  774.         $a->setAutoGenerateHydratorClasses(1);
  775.         $a->setDefaultDB($this->getEnv('MONGODB_DB'));
  776.         $a->setDefaultCommitOptions([]);
  777.         $a->setDefaultDocumentRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DocumentRepository');
  778.         $a->setDefaultGridFSRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DefaultGridFSRepository');
  779.         $a->setPersistentCollectionDir(($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'));
  780.         $a->setPersistentCollectionNamespace('PersistentCollections');
  781.         $a->setAutoGeneratePersistentCollectionClasses(0);
  782.         $a->setRepositoryFactory(new \Doctrine\Bundle\MongoDBBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  783.         $this->services['doctrine_mongodb.odm.default_document_manager'] = $instance = \Doctrine\ODM\MongoDB\DocumentManager::create(($this->services['doctrine_mongodb.odm.default_connection'] ?? $this->getDoctrineMongodb_Odm_DefaultConnectionService()), $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  784.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'true],
  785.         ], [
  786.             'fos_user.user_listener' => '?',
  787.         ]), [=> 'fos_user.user_listener']));
  788.         (new \Doctrine\Bundle\MongoDBBundle\ManagerConfigurator([]))->configure($instance);
  789.         return $instance;
  790.     }
  791.     /**
  792.      * Gets the public 'event_dispatcher' shared service.
  793.      *
  794.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  795.      */
  796.     protected function getEventDispatcherService()
  797.     {
  798.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  799.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  800.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  801.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  802.         $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())));
  803.         $instance->addListener('kernel.controller', [=> function () {
  804.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  805.         }, => 'onKernelController'], 0);
  806.         $instance->addListener('kernel.request', [=> function () {
  807.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  808.         }, => 'onKernelRequest'], 0);
  809.         $instance->addListener('kernel.response', [=> function () {
  810.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  811.         }, => 'onKernelResponse'], 0);
  812.         $instance->addListener('kernel.response', [=> function () {
  813.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  814.         }, => 'onKernelResponse'], -1024);
  815.         $instance->addListener('kernel.request', [=> function () {
  816.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  817.         }, => 'setDefaultLocale'], 100);
  818.         $instance->addListener('kernel.request', [=> function () {
  819.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  820.         }, => 'onKernelRequest'], 16);
  821.         $instance->addListener('kernel.finish_request', [=> function () {
  822.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  823.         }, => 'onKernelFinishRequest'], 0);
  824.         $instance->addListener('kernel.request', [=> function () {
  825.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  826.         }, => 'onKernelRequest'], 256);
  827.         $instance->addListener('kernel.response', [=> function () {
  828.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  829.         }, => 'onResponse'], -255);
  830.         $instance->addListener('kernel.controller_arguments', [=> function () {
  831.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  832.         }, => 'onControllerArguments'], 0);
  833.         $instance->addListener('kernel.exception', [=> function () {
  834.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  835.         }, => 'logKernelException'], 0);
  836.         $instance->addListener('kernel.exception', [=> function () {
  837.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  838.         }, => 'onKernelException'], -128);
  839.         $instance->addListener('kernel.response', [=> function () {
  840.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  841.         }, => 'removeCspHeader'], -128);
  842.         $instance->addListener('kernel.request', [=> function () {
  843.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  844.         }, => 'onKernelRequest'], 15);
  845.         $instance->addListener('kernel.finish_request', [=> function () {
  846.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  847.         }, => 'onKernelFinishRequest'], -15);
  848.         $instance->addListener('console.error', [=> function () {
  849.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  850.         }, => 'onConsoleError'], -128);
  851.         $instance->addListener('console.terminate', [=> function () {
  852.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  853.         }, => 'onConsoleTerminate'], -128);
  854.         $instance->addListener('console.error', [=> function () {
  855.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  856.         }, => 'onConsoleError'], 0);
  857.         $instance->addListener('kernel.request', [=> function () {
  858.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  859.         }, => 'configure'], 2048);
  860.         $instance->addListener('console.command', [=> function () {
  861.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  862.         }, => 'configure'], 2048);
  863.         $instance->addListener('kernel.request', [=> function () {
  864.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  865.         }, => 'onKernelRequest'], 32);
  866.         $instance->addListener('kernel.finish_request', [=> function () {
  867.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  868.         }, => 'onKernelFinishRequest'], 0);
  869.         $instance->addListener('kernel.exception', [=> function () {
  870.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  871.         }, => 'onKernelException'], -64);
  872.         $instance->addListener('kernel.response', [=> function () {
  873.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  874.         }, => 'onKernelResponse'], 0);
  875.         $instance->addListener('kernel.request', [=> function () {
  876.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  877.         }, => 'onKernelRequest'], 128);
  878.         $instance->addListener('kernel.response', [=> function () {
  879.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  880.         }, => 'onKernelResponse'], -1000);
  881.         $instance->addListener('kernel.finish_request', [=> function () {
  882.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  883.         }, => 'onFinishRequest'], 0);
  884.         $instance->addListener('kernel.response', [=> function () {
  885.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  886.         }, => 'onKernelResponse'], -100);
  887.         $instance->addListener('kernel.exception', [=> function () {
  888.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  889.         }, => 'onKernelException'], 0);
  890.         $instance->addListener('kernel.terminate', [=> function () {
  891.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  892.         }, => 'onKernelTerminate'], -1024);
  893.         $instance->addListener('kernel.controller', [=> function () {
  894.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  895.         }, => 'onKernelController'], 0);
  896.         $instance->addListener('kernel.response', [=> function () {
  897.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  898.         }, => 'onKernelResponse'], 0);
  899.         $instance->addListener('kernel.controller', [=> function () {
  900.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  901.         }, => 'onKernelController'], 0);
  902.         $instance->addListener('kernel.controller', [=> function () {
  903.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  904.         }, => 'onKernelController'], 0);
  905.         $instance->addListener('kernel.controller', [=> function () {
  906.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  907.         }, => 'onKernelController'], -128);
  908.         $instance->addListener('kernel.view', [=> function () {
  909.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  910.         }, => 'onKernelView'], 0);
  911.         $instance->addListener('kernel.controller', [=> function () {
  912.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  913.         }, => 'onKernelController'], 0);
  914.         $instance->addListener('kernel.response', [=> function () {
  915.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  916.         }, => 'onKernelResponse'], 0);
  917.         $instance->addListener('kernel.controller_arguments', [=> function () {
  918.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  919.         }, => 'onKernelControllerArguments'], 0);
  920.         $instance->addListener('kernel.controller_arguments', [=> function () {
  921.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  922.         }, => 'onKernelControllerArguments'], 0);
  923.         $instance->addListener('kernel.response', [=> function () {
  924.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  925.         }, => 'onKernelResponse'], 0);
  926.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  927.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  928.         }, => 'onVoterVote'], 0);
  929.         $instance->addListener('kernel.request', [=> function () {
  930.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  931.         }, => 'configureLogoutUrlGenerator'], 8);
  932.         $instance->addListener('kernel.request', [=> function () {
  933.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  934.         }, => 'onKernelRequest'], 8);
  935.         $instance->addListener('kernel.finish_request', [=> function () {
  936.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  937.         }, => 'onKernelFinishRequest'], 0);
  938.         $instance->addListener('kernel.exception', [=> function () {
  939.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  940.         }, => 'onException'], 0);
  941.         $instance->addListener('kernel.terminate', [=> function () {
  942.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  943.         }, => 'onTerminate'], 0);
  944.         $instance->addListener('console.error', [=> function () {
  945.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  946.         }, => 'onException'], 0);
  947.         $instance->addListener('console.terminate', [=> function () {
  948.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  949.         }, => 'onTerminate'], 0);
  950.         $instance->addListener('kernel.response', [=> function () {
  951.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  952.         }, => 'onKernelResponse'], -128);
  953.         $instance->addListener('console.command', [=> function () {
  954.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  955.         }, => 'onCommand'], 255);
  956.         $instance->addListener('console.terminate', [=> function () {
  957.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  958.         }, => 'onTerminate'], -255);
  959.         $instance->addListener('console.command', [=> function () {
  960.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  961.         }, => 'configure'], 1024);
  962.         $instance->addListener('console.error', [=> function () {
  963.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  964.         }, => 'onConsoleError'], 0);
  965.         $instance->addListener('console.terminate', [=> function () {
  966.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  967.         }, => 'onConsoleTerminate'], 0);
  968.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  969.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  970.         }, => 'onImplicitLogin'], 0);
  971.         $instance->addListener('security.interactive_login', [=> function () {
  972.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService'));
  973.         }, => 'onSecurityInteractiveLogin'], 0);
  974.         $instance->addListener('fos_user.registration.completed', [=> function () {
  975.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  976.         }, => 'authenticate'], 0);
  977.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  978.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  979.         }, => 'authenticate'], 0);
  980.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  981.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService'));
  982.         }, => 'authenticate'], 0);
  983.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  984.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  985.         }, => 'addSuccessFlash'], 0);
  986.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  987.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  988.         }, => 'addSuccessFlash'], 0);
  989.         $instance->addListener('fos_user.registration.completed', [=> function () {
  990.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  991.         }, => 'addSuccessFlash'], 0);
  992.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  993.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService'));
  994.         }, => 'addSuccessFlash'], 0);
  995.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  996.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  997.         }, => 'onResettingResetInitialize'], 0);
  998.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  999.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService'));
  1000.         }, => 'onResettingResetSuccess'], 0);
  1001.         $instance->addListener('knp_pager.before', [=> function () {
  1002.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1003.         }, => 'before'], 0);
  1004.         $instance->addListener('knp_pager.pagination', [=> function () {
  1005.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1006.         }, => 'pagination'], 0);
  1007.         $instance->addListener('knp_pager.before', [=> function () {
  1008.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1009.         }, => 'before'], 1);
  1010.         $instance->addListener('knp_pager.before', [=> function () {
  1011.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1012.         }, => 'before'], 1);
  1013.         $instance->addListener('knp_pager.pagination', [=> function () {
  1014.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1015.         }, => 'pagination'], 1);
  1016.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1017.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1018.         }, => 'onLogout'], 0);
  1019.         return $instance;
  1020.     }
  1021.     /**
  1022.      * Gets the public 'http_kernel' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1025.      */
  1026.     protected function getHttpKernelService()
  1027.     {
  1028.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1029.         if (isset($this->services['http_kernel'])) {
  1030.             return $this->services['http_kernel'];
  1031.         }
  1032.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1033.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1034.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1035.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1036.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1037.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1038.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1039.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1040.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1041.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1042.         }, 8)), $b));
  1043.     }
  1044.     /**
  1045.      * Gets the public 'knp_menu.matcher' shared service.
  1046.      *
  1047.      * @return \Knp\Menu\Matcher\Matcher
  1048.      */
  1049.     protected function getKnpMenu_MatcherService()
  1050.     {
  1051.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1052.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  1053.         }, 1));
  1054.     }
  1055.     /**
  1056.      * Gets the public 'request_stack' shared service.
  1057.      *
  1058.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1059.      */
  1060.     protected function getRequestStackService()
  1061.     {
  1062.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1063.     }
  1064.     /**
  1065.      * Gets the public 'router' shared service.
  1066.      *
  1067.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1068.      */
  1069.     protected function getRouterService()
  1070.     {
  1071.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1072.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1073.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1074.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1075.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1076.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1077.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1078.         ], [
  1079.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1080.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'ru');
  1081.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1082.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1083.         return $instance;
  1084.     }
  1085.     /**
  1086.      * Gets the public 'translator' shared service.
  1087.      *
  1088.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1089.      */
  1090.     protected function getTranslatorService()
  1091.     {
  1092.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1093.     }
  1094.     /**
  1095.      * Gets the public 'var_dumper.cloner' shared service.
  1096.      *
  1097.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1098.      */
  1099.     protected function getVarDumper_ClonerService()
  1100.     {
  1101.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1102.         $instance->setMaxItems(2500);
  1103.         $instance->setMinDepth(1);
  1104.         $instance->setMaxString(-1);
  1105.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the private '.cache_connection.GllhUxQ' shared service.
  1110.      *
  1111.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  1112.      */
  1113.     protected function get_CacheConnection_GllhUxQService()
  1114.     {
  1115.         return $this->privates['.cache_connection.GllhUxQ'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('memcached://'.$this->getEnv('string:MEMCACHED_SERVER').':11211', ['lazy' => true]);
  1116.     }
  1117.     /**
  1118.      * Gets the private '.debug.http_client' shared service.
  1119.      *
  1120.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1121.      */
  1122.     protected function get_Debug_HttpClientService()
  1123.     {
  1124.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1125.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1126.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1127.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1128.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1129.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1130.         $a->setLogger($b);
  1131.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1132.     }
  1133.     /**
  1134.      * Gets the private '.service_locator.swhWRhw' shared service.
  1135.      *
  1136.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1137.      */
  1138.     protected function get_ServiceLocator_SwhWRhwService()
  1139.     {
  1140.         return $this->privates['.service_locator.swhWRhw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1141.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1142.         ], [
  1143.             'security.firewall.map.context.admin' => '?',
  1144.         ]);
  1145.     }
  1146.     /**
  1147.      * Gets the private 'AvenueAdminBundle\Authentication\Storage\Session' shared autowired service.
  1148.      *
  1149.      * @return \AvenueAdminBundle\Authentication\Storage\Session
  1150.      */
  1151.     protected function getSession2Service()
  1152.     {
  1153.         return $this->privates['AvenueAdminBundle\\Authentication\\Storage\\Session'] = new \AvenueAdminBundle\Authentication\Storage\Session(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), 'App\\Admin\\Document\\ChatUser');
  1154.     }
  1155.     /**
  1156.      * Gets the private 'annotations.cache_adapter' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1159.      */
  1160.     protected function getAnnotations_CacheAdapterService()
  1161.     {
  1162.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1163.     }
  1164.     /**
  1165.      * Gets the private 'annotations.cached_reader' shared service.
  1166.      *
  1167.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1168.      */
  1169.     protected function getAnnotations_CachedReaderService()
  1170.     {
  1171.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1172.     }
  1173.     /**
  1174.      * Gets the private 'annotations.reader' shared service.
  1175.      *
  1176.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1177.      */
  1178.     protected function getAnnotations_ReaderService()
  1179.     {
  1180.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1181.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1182.         $a->registerUniqueLoader('class_exists');
  1183.         $instance->addGlobalIgnoredName('required'$a);
  1184.         return $instance;
  1185.     }
  1186.     /**
  1187.      * Gets the private 'cache.annotations' shared service.
  1188.      *
  1189.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1190.      */
  1191.     protected function getCache_AnnotationsService()
  1192.     {
  1193.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), 'JucIpA86bz'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1194.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1195.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1196.     }
  1197.     /**
  1198.      * Gets the private 'cache.property_info' shared service.
  1199.      *
  1200.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1201.      */
  1202.     protected function getCache_PropertyInfoService()
  1203.     {
  1204.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), 'TH08YCgwOJ'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1205.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1206.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1207.     }
  1208.     /**
  1209.      * Gets the private 'cache.security_expression_language' shared service.
  1210.      *
  1211.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1212.      */
  1213.     protected function getCache_SecurityExpressionLanguageService()
  1214.     {
  1215.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), 'Ph1P85FKxT'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1216.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1217.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1218.     }
  1219.     /**
  1220.      * Gets the private 'cache.serializer' shared service.
  1221.      *
  1222.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1223.      */
  1224.     protected function getCache_SerializerService()
  1225.     {
  1226.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), 'd9o0o3sQUv'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1227.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1228.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1229.     }
  1230.     /**
  1231.      * Gets the private 'cache.validator' shared service.
  1232.      *
  1233.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1234.      */
  1235.     protected function getCache_ValidatorService()
  1236.     {
  1237.         $a = new \Symfony\Component\Cache\Adapter\MemcachedAdapter(($this->privates['.cache_connection.GllhUxQ'] ?? $this->get_CacheConnection_GllhUxQService()), 'ngdGVY4XNz'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1238.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1239.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1240.     }
  1241.     /**
  1242.      * Gets the private 'config_cache_factory' shared service.
  1243.      *
  1244.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1245.      */
  1246.     protected function getConfigCacheFactoryService()
  1247.     {
  1248.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1249.             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)));
  1250.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1251.         }, 2));
  1252.     }
  1253.     /**
  1254.      * Gets the private 'data_collector.form' shared service.
  1255.      *
  1256.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1257.      */
  1258.     protected function getDataCollector_FormService()
  1259.     {
  1260.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1261.     }
  1262.     /**
  1263.      * Gets the private 'data_collector.request' shared service.
  1264.      *
  1265.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1266.      */
  1267.     protected function getDataCollector_RequestService()
  1268.     {
  1269.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1270.     }
  1271.     /**
  1272.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1273.      *
  1274.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1275.      */
  1276.     protected function getDebug_DebugHandlersListenerService()
  1277.     {
  1278.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1279.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1280.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1281.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1282.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1283.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1284.     }
  1285.     /**
  1286.      * Gets the private 'debug.file_link_formatter' shared service.
  1287.      *
  1288.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1289.      */
  1290.     protected function getDebug_FileLinkFormatterService()
  1291.     {
  1292.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  1293.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1294.         });
  1295.     }
  1296.     /**
  1297.      * Gets the private 'debug.log_processor' shared service.
  1298.      *
  1299.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1300.      */
  1301.     protected function getDebug_LogProcessorService()
  1302.     {
  1303.         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())));
  1304.     }
  1305.     /**
  1306.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1309.      */
  1310.     protected function getDebug_Security_Access_DecisionManagerService()
  1311.     {
  1312.         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 () {
  1313.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1314.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1315.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1316.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1317.     }
  1318.     /**
  1319.      * Gets the private 'debug.security.firewall' shared service.
  1320.      *
  1321.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1322.      */
  1323.     protected function getDebug_Security_FirewallService()
  1324.     {
  1325.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1326.         if (isset($this->privates['debug.security.firewall'])) {
  1327.             return $this->privates['debug.security.firewall'];
  1328.         }
  1329.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1330.         if (isset($this->privates['debug.security.firewall'])) {
  1331.             return $this->privates['debug.security.firewall'];
  1332.         }
  1333.         $c = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1334.         if (isset($this->privates['debug.security.firewall'])) {
  1335.             return $this->privates['debug.security.firewall'];
  1336.         }
  1337.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b$c);
  1338.     }
  1339.     /**
  1340.      * Gets the private 'exception_listener' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1343.      */
  1344.     protected function getExceptionListenerService()
  1345.     {
  1346.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1347.     }
  1348.     /**
  1349.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  1350.      *
  1351.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  1352.      */
  1353.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  1354.     {
  1355.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  1356.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  1357.     }
  1358.     /**
  1359.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1360.      *
  1361.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1362.      */
  1363.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1364.     {
  1365.         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())));
  1366.     }
  1367.     /**
  1368.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1369.      *
  1370.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1371.      */
  1372.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1373.     {
  1374.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1375.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1376.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1377.         }
  1378.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  1379.     }
  1380.     /**
  1381.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1382.      *
  1383.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1384.      */
  1385.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1386.     {
  1387.         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'defaultPageLimit' => NULL]);
  1388.     }
  1389.     /**
  1390.      * Gets the private 'locale_aware_listener' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1393.      */
  1394.     protected function getLocaleAwareListenerService()
  1395.     {
  1396.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1397.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  1398.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1399.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1400.     }
  1401.     /**
  1402.      * Gets the private 'locale_listener' shared service.
  1403.      *
  1404.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1405.      */
  1406.     protected function getLocaleListenerService()
  1407.     {
  1408.         $a = ($this->services['router'] ?? $this->getRouterService());
  1409.         if (isset($this->privates['locale_listener'])) {
  1410.             return $this->privates['locale_listener'];
  1411.         }
  1412.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru'$afalse, []);
  1413.     }
  1414.     /**
  1415.      * Gets the private 'monolog.handler.console' shared service.
  1416.      *
  1417.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1418.      */
  1419.     protected function getMonolog_Handler_ConsoleService()
  1420.     {
  1421.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1422.     }
  1423.     /**
  1424.      * Gets the private 'monolog.handler.main' shared service.
  1425.      *
  1426.      * @return \Monolog\Handler\StreamHandler
  1427.      */
  1428.     protected function getMonolog_Handler_MainService()
  1429.     {
  1430.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1431.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the private 'monolog.logger' shared service.
  1436.      *
  1437.      * @return \Symfony\Bridge\Monolog\Logger
  1438.      */
  1439.     protected function getMonolog_LoggerService()
  1440.     {
  1441.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1442.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1443.         $instance->useMicrosecondTimestamps(true);
  1444.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1445.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1446.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1447.         return $instance;
  1448.     }
  1449.     /**
  1450.      * Gets the private 'monolog.logger.cache' shared service.
  1451.      *
  1452.      * @return \Symfony\Bridge\Monolog\Logger
  1453.      */
  1454.     protected function getMonolog_Logger_CacheService()
  1455.     {
  1456.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1457.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1458.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1459.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1460.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1461.         return $instance;
  1462.     }
  1463.     /**
  1464.      * Gets the private 'monolog.logger.request' shared service.
  1465.      *
  1466.      * @return \Symfony\Bridge\Monolog\Logger
  1467.      */
  1468.     protected function getMonolog_Logger_RequestService()
  1469.     {
  1470.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1471.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1472.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1473.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1474.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1475.         return $instance;
  1476.     }
  1477.     /**
  1478.      * Gets the private 'parameter_bag' shared service.
  1479.      *
  1480.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1481.      */
  1482.     protected function getParameterBagService()
  1483.     {
  1484.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1485.     }
  1486.     /**
  1487.      * Gets the private 'profiler_listener' shared service.
  1488.      *
  1489.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1490.      */
  1491.     protected function getProfilerListenerService()
  1492.     {
  1493.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1494.         if (isset($this->privates['profiler_listener'])) {
  1495.             return $this->privates['profiler_listener'];
  1496.         }
  1497.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1498.     }
  1499.     /**
  1500.      * Gets the private 'property_info' shared service.
  1501.      *
  1502.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1503.      */
  1504.     protected function getPropertyInfoService()
  1505.     {
  1506.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1507.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1508.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1509.         }, 2), new RewindableGenerator(function () {
  1510.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1511.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1512.         }, 2), new RewindableGenerator(function () {
  1513.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1514.         }, 1), new RewindableGenerator(function () {
  1515.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1516.         }, 1), new RewindableGenerator(function () {
  1517.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1518.         }, 1));
  1519.     }
  1520.     /**
  1521.      * Gets the private 'router.expression_language_provider' shared service.
  1522.      *
  1523.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1524.      */
  1525.     protected function getRouter_ExpressionLanguageProviderService()
  1526.     {
  1527.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1528.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1529.         ], [
  1530.             'env' => 'Closure',
  1531.         ]));
  1532.     }
  1533.     /**
  1534.      * Gets the private 'router.request_context' shared service.
  1535.      *
  1536.      * @return \Symfony\Component\Routing\RequestContext
  1537.      */
  1538.     protected function getRouter_RequestContextService()
  1539.     {
  1540.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1541.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1542.         return $instance;
  1543.     }
  1544.     /**
  1545.      * Gets the private 'router_listener' shared service.
  1546.      *
  1547.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1548.      */
  1549.     protected function getRouterListenerService()
  1550.     {
  1551.         $a = ($this->services['router'] ?? $this->getRouterService());
  1552.         if (isset($this->privates['router_listener'])) {
  1553.             return $this->privates['router_listener'];
  1554.         }
  1555.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1556.     }
  1557.     /**
  1558.      * Gets the private 'security.firewall.map' shared service.
  1559.      *
  1560.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1561.      */
  1562.     protected function getSecurity_Firewall_MapService()
  1563.     {
  1564.         $a = ($this->privates['.service_locator.swhWRhw'] ?? $this->get_ServiceLocator_SwhWRhwService());
  1565.         if (isset($this->privates['security.firewall.map'])) {
  1566.             return $this->privates['security.firewall.map'];
  1567.         }
  1568.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1569.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.cx7gdiY'] ?? ($this->privates['.security.request_matcher.cx7gdiY'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^\\/(admin|user)')));
  1570.         }, 1));
  1571.     }
  1572.     /**
  1573.      * Gets the private 'security.logout_url_generator' shared service.
  1574.      *
  1575.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1576.      */
  1577.     protected function getSecurity_LogoutUrlGeneratorService()
  1578.     {
  1579.         $a = ($this->services['router'] ?? $this->getRouterService());
  1580.         if (isset($this->privates['security.logout_url_generator'])) {
  1581.             return $this->privates['security.logout_url_generator'];
  1582.         }
  1583.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1584.         $instance->registerListener('admin''/user/logout''logout''_csrf_token'NULLNULL);
  1585.         return $instance;
  1586.     }
  1587.     /**
  1588.      * Gets the private 'security.role_hierarchy' shared service.
  1589.      *
  1590.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1591.      */
  1592.     protected function getSecurity_RoleHierarchyService()
  1593.     {
  1594.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1595.     }
  1596.     /**
  1597.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1598.      *
  1599.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1600.      */
  1601.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1602.     {
  1603.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1604.     }
  1605.     /**
  1606.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1607.      *
  1608.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1609.      */
  1610.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1611.     {
  1612.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1613.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(NULL, new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1614.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1615.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1616.     }
  1617.     /**
  1618.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1619.      *
  1620.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1621.      */
  1622.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1623.     {
  1624.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1625.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  1626.             return $this->privates['sensio_framework_extra.security.listener'];
  1627.         }
  1628.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1629.     }
  1630.     /**
  1631.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1632.      *
  1633.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1634.      */
  1635.     protected function getSensioFrameworkExtra_View_ListenerService()
  1636.     {
  1637.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1638.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1639.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1640.         ], [
  1641.             'twig' => '?',
  1642.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1643.         return $instance;
  1644.     }
  1645.     /**
  1646.      * Gets the private 'session.factory' shared service.
  1647.      *
  1648.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  1649.      */
  1650.     protected function getSession_FactoryService()
  1651.     {
  1652.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1653.         if (isset($this->privates['session.factory'])) {
  1654.             return $this->privates['session.factory'];
  1655.         }
  1656.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  1657.     }
  1658.     /**
  1659.      * Gets the private 'session_listener' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1662.      */
  1663.     protected function getSessionListenerService()
  1664.     {
  1665.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1666.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  1667.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1668.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1669.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  1670.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1671.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  1672.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  1673.         ], [
  1674.             'initialized_session' => '?',
  1675.             'logger' => '?',
  1676.             'request_stack' => '?',
  1677.             'session' => '?',
  1678.             'session_collector' => '?',
  1679.             'session_factory' => '?',
  1680.             'session_storage' => '?',
  1681.         ]), true$this->parameters['session.storage.options']);
  1682.     }
  1683.     /**
  1684.      * Gets the private 'translator.default' shared service.
  1685.      *
  1686.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1687.      */
  1688.     protected function getTranslator_DefaultService()
  1689.     {
  1690.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1691.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  1692.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  1693.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  1694.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  1695.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  1696.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  1697.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  1698.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  1699.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  1700.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  1701.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  1702.         ], [
  1703.             'translation.loader.csv' => '?',
  1704.             'translation.loader.dat' => '?',
  1705.             'translation.loader.ini' => '?',
  1706.             'translation.loader.json' => '?',
  1707.             'translation.loader.mo' => '?',
  1708.             'translation.loader.php' => '?',
  1709.             'translation.loader.po' => '?',
  1710.             'translation.loader.qt' => '?',
  1711.             'translation.loader.res' => '?',
  1712.             'translation.loader.xliff' => '?',
  1713.             'translation.loader.yml' => '?',
  1714.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/avenue/avenue-admin/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/swiftmailer-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/symfony/monolog-bundle/translations'12 => 'vendor/symfony/debug-bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/doctrine/mongodb-odm-bundle/translations'15 => 'vendor/avenue/avenue-admin/src/translations'16 => 'vendor/knplabs/knp-menu-bundle/src/translations'17 => 'translations']]], []);
  1715.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1716.         $instance->setFallbackLocales([=> 'ru']);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the private 'validator.builder' shared service.
  1721.      *
  1722.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1723.      */
  1724.     protected function getValidator_BuilderService()
  1725.     {
  1726.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1727.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1728.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1729.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'true],
  1730.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1731.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  1732.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1733.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  1734.             'doctrine_odm.mongodb.unique' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService'true],
  1735.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1736.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1737.         ], [
  1738.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1739.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1740.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1741.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1742.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1743.             'doctrine_odm.mongodb.unique' => '?',
  1744.             'security.validator.user_password' => '?',
  1745.             'validator.expression' => '?',
  1746.         ])));
  1747.         if ($this->has('translator')) {
  1748.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1749.         }
  1750.         $instance->setTranslationDomain('validators');
  1751.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  1752.         $instance->enableAnnotationMapping(true);
  1753.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1754.         $instance->addMethodMapping('loadValidatorMetadata');
  1755.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  1756.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1757.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/mongodb.xml'));
  1758.         return $instance;
  1759.     }
  1760.     /**
  1761.      * Gets the private 'var_dumper.html_dumper' shared service.
  1762.      *
  1763.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1764.      */
  1765.     protected function getVarDumper_HtmlDumperService()
  1766.     {
  1767.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1768.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the private 'var_dumper.server_connection' shared service.
  1773.      *
  1774.      * @return \Symfony\Component\VarDumper\Server\Connection
  1775.      */
  1776.     protected function getVarDumper_ServerConnectionService()
  1777.     {
  1778.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  1779.     }
  1780.     /**
  1781.      * Gets the private 'web_profiler.csp.handler' shared service.
  1782.      *
  1783.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1784.      */
  1785.     protected function getWebProfiler_Csp_HandlerService()
  1786.     {
  1787.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1788.     }
  1789.     /**
  1790.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1791.      *
  1792.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1793.      */
  1794.     protected function getWebProfiler_DebugToolbarService()
  1795.     {
  1796.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1797.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1798.             return $this->privates['web_profiler.debug_toolbar'];
  1799.         }
  1800.         $b = ($this->services['router'] ?? $this->getRouterService());
  1801.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1802.             return $this->privates['web_profiler.debug_toolbar'];
  1803.         }
  1804.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1805.     }
  1806.     /**
  1807.      * Gets the public 'cache_clearer' alias.
  1808.      *
  1809.      * @return object The ".container.private.cache_clearer" service.
  1810.      */
  1811.     protected function getCacheClearerService()
  1812.     {
  1813.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1814.         return $this->get('.container.private.cache_clearer');
  1815.     }
  1816.     /**
  1817.      * Gets the public 'filesystem' alias.
  1818.      *
  1819.      * @return object The ".container.private.filesystem" service.
  1820.      */
  1821.     protected function getFilesystemService()
  1822.     {
  1823.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1824.         return $this->get('.container.private.filesystem');
  1825.     }
  1826.     /**
  1827.      * Gets the public 'serializer' alias.
  1828.      *
  1829.      * @return object The ".container.private.serializer" service.
  1830.      */
  1831.     protected function getSerializerService()
  1832.     {
  1833.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1834.         return $this->get('.container.private.serializer');
  1835.     }
  1836.     /**
  1837.      * Gets the public 'security.csrf.token_manager' alias.
  1838.      *
  1839.      * @return object The ".container.private.security.csrf.token_manager" service.
  1840.      */
  1841.     protected function getSecurity_Csrf_TokenManagerService()
  1842.     {
  1843.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1844.         return $this->get('.container.private.security.csrf.token_manager');
  1845.     }
  1846.     /**
  1847.      * Gets the public 'form.factory' alias.
  1848.      *
  1849.      * @return object The ".container.private.form.factory" service.
  1850.      */
  1851.     protected function getForm_FactoryService()
  1852.     {
  1853.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1854.         return $this->get('.container.private.form.factory');
  1855.     }
  1856.     /**
  1857.      * Gets the public 'form.type.file' alias.
  1858.      *
  1859.      * @return object The ".container.private.form.type.file" service.
  1860.      */
  1861.     protected function getForm_Type_FileService()
  1862.     {
  1863.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1864.         return $this->get('.container.private.form.type.file');
  1865.     }
  1866.     /**
  1867.      * Gets the public 'profiler' alias.
  1868.      *
  1869.      * @return object The ".container.private.profiler" service.
  1870.      */
  1871.     protected function getProfilerService()
  1872.     {
  1873.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1874.         return $this->get('.container.private.profiler');
  1875.     }
  1876.     /**
  1877.      * Gets the public 'security.authorization_checker' alias.
  1878.      *
  1879.      * @return object The ".container.private.security.authorization_checker" service.
  1880.      */
  1881.     protected function getSecurity_AuthorizationCheckerService()
  1882.     {
  1883.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1884.         return $this->get('.container.private.security.authorization_checker');
  1885.     }
  1886.     /**
  1887.      * Gets the public 'security.token_storage' alias.
  1888.      *
  1889.      * @return object The ".container.private.security.token_storage" service.
  1890.      */
  1891.     protected function getSecurity_TokenStorageService()
  1892.     {
  1893.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1894.         return $this->get('.container.private.security.token_storage');
  1895.     }
  1896.     /**
  1897.      * Gets the public 'twig' alias.
  1898.      *
  1899.      * @return object The ".container.private.twig" service.
  1900.      */
  1901.     protected function getTwigService()
  1902.     {
  1903.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1904.         return $this->get('.container.private.twig');
  1905.     }
  1906.     /**
  1907.      * Gets the public 'security.password_encoder' alias.
  1908.      *
  1909.      * @return object The ".container.private.security.password_encoder" service.
  1910.      */
  1911.     protected function getSecurity_PasswordEncoderService()
  1912.     {
  1913.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1914.         return $this->get('.container.private.security.password_encoder');
  1915.     }
  1916.     /**
  1917.      * Gets the public 'session' alias.
  1918.      *
  1919.      * @return object The ".container.private.session" service.
  1920.      */
  1921.     protected function getSessionService()
  1922.     {
  1923.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1924.         return $this->get('.container.private.session');
  1925.     }
  1926.     /**
  1927.      * Gets the public 'validator' alias.
  1928.      *
  1929.      * @return object The ".container.private.validator" service.
  1930.      */
  1931.     protected function getValidatorService()
  1932.     {
  1933.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  1934.         return $this->get('.container.private.validator');
  1935.     }
  1936.     /**
  1937.      * @return array|bool|float|int|string|\UnitEnum|null
  1938.      */
  1939.     public function getParameter(string $name)
  1940.     {
  1941.         if (isset($this->buildParameters[$name])) {
  1942.             return $this->buildParameters[$name];
  1943.         }
  1944.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  1945.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1946.         }
  1947.         if (isset($this->loadedDynamicParameters[$name])) {
  1948.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1949.         }
  1950.         return $this->parameters[$name];
  1951.     }
  1952.     public function hasParameter(string $name): bool
  1953.     {
  1954.         if (isset($this->buildParameters[$name])) {
  1955.             return true;
  1956.         }
  1957.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  1958.     }
  1959.     public function setParameter(string $name$value): void
  1960.     {
  1961.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1962.     }
  1963.     public function getParameterBag(): ParameterBagInterface
  1964.     {
  1965.         if (null === $this->parameterBag) {
  1966.             $parameters $this->parameters;
  1967.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1968.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1969.             }
  1970.             foreach ($this->buildParameters as $name => $value) {
  1971.                 $parameters[$name] = $value;
  1972.             }
  1973.             $this->parameterBag = new FrozenParameterBag($parameters);
  1974.         }
  1975.         return $this->parameterBag;
  1976.     }
  1977.     private $loadedDynamicParameters = [
  1978.         'kernel.runtime_environment' => false,
  1979.         'kernel.build_dir' => false,
  1980.         'kernel.cache_dir' => false,
  1981.         'admin_email' => false,
  1982.         'memcached_server' => false,
  1983.         'kernel.secret' => false,
  1984.         'debug.container.dump' => false,
  1985.         'serializer.mapping.cache.file' => false,
  1986.         'session.save_path' => false,
  1987.         'validator.mapping.cache.file' => false,
  1988.         'profiler.storage.dsn' => false,
  1989.         'swiftmailer.spool.default.memory.path' => false,
  1990.         'doctrine_mongodb.odm.proxy_dir' => false,
  1991.         'doctrine_mongodb.odm.hydrator_dir' => false,
  1992.         'doctrine_mongodb.odm.persistent_collection_dir' => false,
  1993.         'fos_user.registration.confirmation.from_email' => false,
  1994.         'fos_user.resetting.email.from_email' => false,
  1995.     ];
  1996.     private $dynamicParameters = [];
  1997.     private function getDynamicParameter(string $name)
  1998.     {
  1999.         switch ($name) {
  2000.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2001.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2002.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2003.             case 'admin_email'$value $this->getEnv('MAILER_USERNAME'); break;
  2004.             case 'memcached_server'$value $this->getEnv('MEMCACHED_SERVER'); break;
  2005.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2006.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2007.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2008.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2009.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2010.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2011.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2012.             case 'doctrine_mongodb.odm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'); break;
  2013.             case 'doctrine_mongodb.odm.hydrator_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'); break;
  2014.             case 'doctrine_mongodb.odm.persistent_collection_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'); break;
  2015.             case 'fos_user.registration.confirmation.from_email'$value = [
  2016.                 $this->getEnv('MAILER_USERNAME') => 'rdc',
  2017.             ]; break;
  2018.             case 'fos_user.resetting.email.from_email'$value = [
  2019.                 $this->getEnv('MAILER_USERNAME') => 'rdc',
  2020.             ]; break;
  2021.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2022.         }
  2023.         $this->loadedDynamicParameters[$name] = true;
  2024.         return $this->dynamicParameters[$name] = $value;
  2025.     }
  2026.     protected function getDefaultParameters(): array
  2027.     {
  2028.         return [
  2029.             'kernel.project_dir' => \dirname(__DIR__4),
  2030.             'kernel.environment' => 'dev',
  2031.             'kernel.debug' => true,
  2032.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2033.             'kernel.bundles' => [
  2034.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2035.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2036.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2037.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2038.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2039.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2040.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2041.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2042.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2043.                 'DoctrineMongoDBBundle' => 'Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle',
  2044.                 'AvenueAdminBundle' => 'AvenueAdminBundle\\AvenueAdminBundle',
  2045.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2046.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2047.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2048.             ],
  2049.             'kernel.bundles_metadata' => [
  2050.                 'FrameworkBundle' => [
  2051.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2052.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2053.                 ],
  2054.                 'SensioFrameworkExtraBundle' => [
  2055.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2056.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2057.                 ],
  2058.                 'SecurityBundle' => [
  2059.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2060.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2061.                 ],
  2062.                 'SwiftmailerBundle' => [
  2063.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2064.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2065.                 ],
  2066.                 'TwigBundle' => [
  2067.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2068.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2069.                 ],
  2070.                 'WebProfilerBundle' => [
  2071.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2072.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2073.                 ],
  2074.                 'MonologBundle' => [
  2075.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2076.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2077.                 ],
  2078.                 'DebugBundle' => [
  2079.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2080.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2081.                 ],
  2082.                 'MakerBundle' => [
  2083.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2084.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2085.                 ],
  2086.                 'DoctrineMongoDBBundle' => [
  2087.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle'),
  2088.                     'namespace' => 'Doctrine\\Bundle\\MongoDBBundle',
  2089.                 ],
  2090.                 'AvenueAdminBundle' => [
  2091.                     'path' => (\dirname(__DIR__4).'/vendor/avenue/avenue-admin/src'),
  2092.                     'namespace' => 'AvenueAdminBundle',
  2093.                 ],
  2094.                 'FOSUserBundle' => [
  2095.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  2096.                     'namespace' => 'FOS\\UserBundle',
  2097.                 ],
  2098.                 'KnpPaginatorBundle' => [
  2099.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  2100.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2101.                 ],
  2102.                 'KnpMenuBundle' => [
  2103.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  2104.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2105.                 ],
  2106.             ],
  2107.             'kernel.charset' => 'UTF-8',
  2108.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2109.             'container.dumper.inline_class_loader' => true,
  2110.             'app_title' => 'rdc',
  2111.             'email_logging' => true,
  2112.             'admin_manager_email' => 'rdc@rta-rus.com',
  2113.             'admin_sender_name' => 'rdc',
  2114.             'admin_redirect_url' => '/admin/hub',
  2115.             'admin_identity_class' => 'App\\Admin\\Document\\ChatUser',
  2116.             'memcached_port' => 11211,
  2117.             'session_prefix' => 'sess_',
  2118.             'session_expire' => 86400,
  2119.             'locale' => 'ru',
  2120.             'env(MONGODB_URL)' => '',
  2121.             'env(MONGODB_DB)' => '',
  2122.             'event_dispatcher.event_aliases' => [
  2123.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2124.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2125.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2126.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2127.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2128.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2129.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2130.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2131.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2132.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2133.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2134.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2135.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2136.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2137.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2138.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2139.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2140.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2141.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2142.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2143.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2144.             ],
  2145.             'fragment.renderer.hinclude.global_template' => NULL,
  2146.             'fragment.path' => '/_fragment',
  2147.             'kernel.http_method_override' => true,
  2148.             'kernel.trusted_hosts' => [
  2149.             ],
  2150.             'kernel.default_locale' => 'ru',
  2151.             'kernel.enabled_locales' => [
  2152.             ],
  2153.             'kernel.error_controller' => 'error_controller',
  2154.             'debug.file_link_format' => NULL,
  2155.             'asset.request_context.base_path' => NULL,
  2156.             'asset.request_context.secure' => NULL,
  2157.             'translator.logging' => false,
  2158.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2159.             'debug.error_handler.throw_at' => -1,
  2160.             'router.request_context.host' => 'localhost',
  2161.             'router.request_context.scheme' => 'http',
  2162.             'router.request_context.base_url' => '',
  2163.             'router.resource' => 'kernel::loadRoutes',
  2164.             'request_listener.http_port' => 80,
  2165.             'request_listener.https_port' => 443,
  2166.             'session.metadata.storage_key' => '_sf2_meta',
  2167.             'session.storage.options' => [
  2168.                 'cache_limiter' => '0',
  2169.                 'name' => 'PHPSESSID',
  2170.                 'cookie_lifetime' => 2592000,
  2171.                 'cookie_secure' => 'auto',
  2172.                 'cookie_httponly' => true,
  2173.                 'cookie_samesite' => 'lax',
  2174.                 'gc_probability' => 1,
  2175.             ],
  2176.             'session.metadata.update_threshold' => 0,
  2177.             'form.type_extension.csrf.enabled' => true,
  2178.             'form.type_extension.csrf.field_name' => '_token',
  2179.             'validator.translation_domain' => 'validators',
  2180.             'profiler_listener.only_exceptions' => false,
  2181.             'profiler_listener.only_main_requests' => false,
  2182.             'security.role_hierarchy.roles' => [
  2183.                 'ROLE_EXPORT' => [
  2184.                     => 'ROLE_USER',
  2185.                 ],
  2186.                 'ROLE_ADMIN' => [
  2187.                     => 'ROLE_EXPORT',
  2188.                 ],
  2189.                 'ROLE_SUPER_ADMIN' => [
  2190.                     => 'ROLE_ADMIN',
  2191.                 ],
  2192.             ],
  2193.             'security.access.denied_url' => NULL,
  2194.             'security.authentication.manager.erase_credentials' => true,
  2195.             'security.authentication.session_strategy.strategy' => 'migrate',
  2196.             'security.access.always_authenticate_before_granting' => false,
  2197.             'security.authentication.hide_user_not_found' => true,
  2198.             'security.firewalls' => [
  2199.                 => 'admin',
  2200.             ],
  2201.             'security.admin._indexed_authenticators' => [
  2202.             ],
  2203.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2204.             'swiftmailer.mailer.default.spool.enabled' => true,
  2205.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2206.             'swiftmailer.mailer.default.single_address' => NULL,
  2207.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2208.             'swiftmailer.spool.enabled' => true,
  2209.             'swiftmailer.delivery.enabled' => true,
  2210.             'swiftmailer.single_address' => NULL,
  2211.             'swiftmailer.mailers' => [
  2212.                 'default' => 'swiftmailer.mailer.default',
  2213.             ],
  2214.             'swiftmailer.default_mailer' => 'default',
  2215.             'twig.form.resources' => [
  2216.                 => 'form_div_layout.html.twig',
  2217.                 => 'bootstrap_4_horizontal_layout.html.twig',
  2218.                 => '@AvenueAdmin/form/theme/theme.html.twig',
  2219.             ],
  2220.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2221.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2222.             'web_profiler.debug_toolbar.mode' => 2,
  2223.             'monolog.use_microseconds' => true,
  2224.             'monolog.swift_mailer.handlers' => [
  2225.             ],
  2226.             'monolog.handlers_to_channels' => [
  2227.                 'monolog.handler.console' => [
  2228.                     'type' => 'exclusive',
  2229.                     'elements' => [
  2230.                         => 'event',
  2231.                         => 'doctrine',
  2232.                         => 'console',
  2233.                     ],
  2234.                 ],
  2235.                 'monolog.handler.main' => [
  2236.                     'type' => 'exclusive',
  2237.                     'elements' => [
  2238.                         => 'event',
  2239.                     ],
  2240.                 ],
  2241.             ],
  2242.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2243.             'doctrine_mongodb.odm.connection.class' => 'MongoDB\\Client',
  2244.             'doctrine_mongodb.odm.configuration.class' => 'Doctrine\\ODM\\MongoDB\\Configuration',
  2245.             'doctrine_mongodb.odm.document_manager.class' => 'Doctrine\\ODM\\MongoDB\\DocumentManager',
  2246.             'doctrine_mongodb.odm.manager_configurator.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerConfigurator',
  2247.             'doctrine_mongodb.odm.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2248.             'doctrine_odm.mongodb.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2249.             'doctrine_odm.mongodb.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2250.             'doctrine_mongodb.odm.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerRegistry',
  2251.             'doctrine_mongodb.odm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2252.             'doctrine_mongodb.odm.proxy_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\ProxyCacheWarmer',
  2253.             'doctrine_mongodb.odm.hydrator_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\HydratorCacheWarmer',
  2254.             'doctrine_mongodb.odm.persistent_collection_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\PersistentCollectionCacheWarmer',
  2255.             'doctrine_mongodb.odm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2256.             'doctrine_mongodb.odm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2257.             'doctrine_mongodb.odm.cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2258.             'doctrine_mongodb.odm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2259.             'doctrine_mongodb.odm.cache.memcache_host' => 'localhost',
  2260.             'doctrine_mongodb.odm.cache.memcache_port' => 11211,
  2261.             'doctrine_mongodb.odm.cache.memcache_instance.class' => 'Memcache',
  2262.             'doctrine_mongodb.odm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2263.             'doctrine_mongodb.odm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2264.             'doctrine_mongodb.odm.metadata.annotation.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver',
  2265.             'doctrine_mongodb.odm.metadata.attribute.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeDriver',
  2266.             'doctrine_mongodb.odm.metadata.attribute_reader.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AttributeReader',
  2267.             'doctrine_mongodb.odm.metadata.xml.class' => 'Doctrine\\Bundle\\MongoDBBundle\\Mapping\\Driver\\XmlDriver',
  2268.             'doctrine_mongodb.odm.mapping_dirs' => [
  2269.             ],
  2270.             'doctrine_mongodb.odm.xml_mapping_dirs' => [
  2271.             ],
  2272.             'doctrine_mongodb.odm.document_dirs' => [
  2273.             ],
  2274.             'doctrine_mongodb.odm.fixtures_dirs' => [
  2275.             ],
  2276.             'doctrine_mongodb.odm.logger.batch_insert_threshold' => 4,
  2277.             'doctrine_mongodb.odm.listeners.resolve_target_document.class' => 'Doctrine\\ODM\\MongoDB\\Tools\\ResolveTargetDocumentListener',
  2278.             'doctrine_mongodb.odm.default_connection' => 'default',
  2279.             'doctrine_mongodb.odm.default_document_manager' => 'default',
  2280.             'doctrine_mongodb.odm.proxy_namespace' => 'MongoDBODMProxies',
  2281.             'doctrine_mongodb.odm.auto_generate_proxy_classes' => 2,
  2282.             'doctrine_mongodb.odm.hydrator_namespace' => 'Hydrators',
  2283.             'doctrine_mongodb.odm.auto_generate_hydrator_classes' => 1,
  2284.             'doctrine_mongodb.odm.default_commit_options' => [
  2285.             ],
  2286.             'doctrine_mongodb.odm.persistent_collection_namespace' => 'PersistentCollections',
  2287.             'doctrine_mongodb.odm.auto_generate_persistent_collection_classes' => 0,
  2288.             'doctrine_mongodb.odm.fixture_loader' => 'Symfony\\Bridge\\Doctrine\\DataFixtures\\ContainerAwareLoader',
  2289.             'doctrine_mongodb.odm.connections' => [
  2290.                 'default' => 'doctrine_mongodb.odm.default_connection',
  2291.             ],
  2292.             'doctrine_mongodb.odm.document_managers' => [
  2293.                 'default' => 'doctrine_mongodb.odm.default_document_manager',
  2294.             ],
  2295.             'admin_namespace_prefix' => 'App\\Admin',
  2296.             'admin_email_copy' => [
  2297.             ],
  2298.             'admin_index_controller' => 'AvenueAdminBundle\\Controller\\IndexController',
  2299.             'fos_user.backend_type_mongodb' => true,
  2300.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  2301.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  2302.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  2303.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  2304.             'fos_user.storage' => 'mongodb',
  2305.             'fos_user.firewall_name' => 'admin',
  2306.             'fos_user.model_manager_name' => NULL,
  2307.             'fos_user.model.user.class' => 'AvenueAdminBundle\\Document\\User',
  2308.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  2309.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  2310.             'fos_user.profile.form.validation_groups' => [
  2311.                 => 'Profile',
  2312.                 => 'Default',
  2313.             ],
  2314.             'fos_user.registration.confirmation.enabled' => false,
  2315.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  2316.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  2317.             'fos_user.registration.form.validation_groups' => [
  2318.                 => 'Registration',
  2319.                 => 'Default',
  2320.             ],
  2321.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  2322.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  2323.             'fos_user.change_password.form.validation_groups' => [
  2324.                 => 'ChangePassword',
  2325.                 => 'Default',
  2326.             ],
  2327.             'fos_user.resetting.retry_ttl' => 0,
  2328.             'fos_user.resetting.token_ttl' => 86400,
  2329.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  2330.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  2331.             'fos_user.resetting.form.validation_groups' => [
  2332.                 => 'ResetPassword',
  2333.                 => 'Default',
  2334.             ],
  2335.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  2336.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2337.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2338.             'knp_paginator.page_range' => 5,
  2339.             'knp_paginator.page_limit' => NULL,
  2340.             'knp_menu.renderer.list.options' => [
  2341.             ],
  2342.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  2343.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  2344.             'knp_menu.renderer.twig.options' => [
  2345.             ],
  2346.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  2347.             'knp_menu.default_renderer' => 'twig',
  2348.             'maker.compatible_check.doctrine.supports_attributes' => false,
  2349.             'data_collector.templates' => [
  2350.                 'data_collector.request' => [
  2351.                     => 'request',
  2352.                     => '@WebProfiler/Collector/request.html.twig',
  2353.                 ],
  2354.                 'data_collector.time' => [
  2355.                     => 'time',
  2356.                     => '@WebProfiler/Collector/time.html.twig',
  2357.                 ],
  2358.                 'data_collector.memory' => [
  2359.                     => 'memory',
  2360.                     => '@WebProfiler/Collector/memory.html.twig',
  2361.                 ],
  2362.                 'data_collector.validator' => [
  2363.                     => 'validator',
  2364.                     => '@WebProfiler/Collector/validator.html.twig',
  2365.                 ],
  2366.                 'data_collector.ajax' => [
  2367.                     => 'ajax',
  2368.                     => '@WebProfiler/Collector/ajax.html.twig',
  2369.                 ],
  2370.                 'data_collector.form' => [
  2371.                     => 'form',
  2372.                     => '@WebProfiler/Collector/form.html.twig',
  2373.                 ],
  2374.                 'data_collector.exception' => [
  2375.                     => 'exception',
  2376.                     => '@WebProfiler/Collector/exception.html.twig',
  2377.                 ],
  2378.                 'data_collector.logger' => [
  2379.                     => 'logger',
  2380.                     => '@WebProfiler/Collector/logger.html.twig',
  2381.                 ],
  2382.                 'data_collector.events' => [
  2383.                     => 'events',
  2384.                     => '@WebProfiler/Collector/events.html.twig',
  2385.                 ],
  2386.                 'data_collector.router' => [
  2387.                     => 'router',
  2388.                     => '@WebProfiler/Collector/router.html.twig',
  2389.                 ],
  2390.                 'data_collector.cache' => [
  2391.                     => 'cache',
  2392.                     => '@WebProfiler/Collector/cache.html.twig',
  2393.                 ],
  2394.                 'data_collector.translation' => [
  2395.                     => 'translation',
  2396.                     => '@WebProfiler/Collector/translation.html.twig',
  2397.                 ],
  2398.                 'data_collector.security' => [
  2399.                     => 'security',
  2400.                     => '@Security/Collector/security.html.twig',
  2401.                 ],
  2402.                 'data_collector.twig' => [
  2403.                     => 'twig',
  2404.                     => '@WebProfiler/Collector/twig.html.twig',
  2405.                 ],
  2406.                 'data_collector.http_client' => [
  2407.                     => 'http_client',
  2408.                     => '@WebProfiler/Collector/http_client.html.twig',
  2409.                 ],
  2410.                 'swiftmailer.data_collector' => [
  2411.                     => 'swiftmailer',
  2412.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2413.                 ],
  2414.                 'data_collector.dump' => [
  2415.                     => 'dump',
  2416.                     => '@Debug/Profiler/dump.html.twig',
  2417.                 ],
  2418.                 'doctrine_mongodb.odm.data_collector' => [
  2419.                     => 'mongodb',
  2420.                     => '@DoctrineMongoDB/Collector/mongodb.html.twig',
  2421.                 ],
  2422.                 'data_collector.config' => [
  2423.                     => 'config',
  2424.                     => '@WebProfiler/Collector/config.html.twig',
  2425.                 ],
  2426.             ],
  2427.             'console.command.ids' => [
  2428.             ],
  2429.         ];
  2430.     }
  2431.     protected function throw($message)
  2432.     {
  2433.         throw new RuntimeException($message);
  2434.     }
  2435. }