var/cache/dev/ContainerSwsQVgm/App_KernelDevDebugContainer.php line 546

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