var/cache/dev/ContainerRxJNotx/App_KernelDevDebugContainer.php line 695

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