var/cache/dev/ContainerK684HYi/srcApp_KernelDevDebugContainer.php line 507

Open in your IDE?
  1. <?php
  2. namespace ContainerK684HYi;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Service\\ServiceController' => 'getServiceControllerService',
  37.             'cache.app' => 'getCache_AppService',
  38.             'cache.system' => 'getCache_SystemService',
  39.             'data_collector.dump' => 'getDataCollector_DumpService',
  40.             'doctrine' => 'getDoctrineService',
  41.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  42.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  43.             'event_dispatcher' => 'getEventDispatcherService',
  44.             'http_kernel' => 'getHttpKernelService',
  45.             'image.handling' => 'getImage_HandlingService',
  46.             'profiler' => 'getProfilerService',
  47.             'request_stack' => 'getRequestStackService',
  48.             'router' => 'getRouterService',
  49.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  50.             'security.token_storage' => 'getSecurity_TokenStorageService',
  51.             'translator' => 'getTranslatorService',
  52.             'twig' => 'getTwigService',
  53.             'validator' => 'getValidatorService',
  54.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  55.         ];
  56.         $this->fileMap = [
  57.             'App\\Controller\\AdminDefaultController' => 'getAdminDefaultControllerService.php',
  58.             'App\\Controller\\CaseStudiesController' => 'getCaseStudiesControllerService.php',
  59.             'App\\Controller\\CaseStudiesDefaultController' => 'getCaseStudiesDefaultControllerService.php',
  60.             'App\\Controller\\CaseStudiesTranslationController' => 'getCaseStudiesTranslationControllerService.php',
  61.             'App\\Controller\\CatalogCategoriesController' => 'getCatalogCategoriesControllerService.php',
  62.             'App\\Controller\\CatalogCategoriesTranslationController' => 'getCatalogCategoriesTranslationControllerService.php',
  63.             'App\\Controller\\CatalogController' => 'getCatalogControllerService.php',
  64.             'App\\Controller\\CatalogDefaultController' => 'getCatalogDefaultControllerService.php',
  65.             'App\\Controller\\CatalogProductsController' => 'getCatalogProductsControllerService.php',
  66.             'App\\Controller\\CatalogProductsTranslationController' => 'getCatalogProductsTranslationControllerService.php',
  67.             'App\\Controller\\DeveloperController' => 'getDeveloperControllerService.php',
  68.             'App\\Controller\\EnquiryController' => 'getEnquiryControllerService.php',
  69.             'App\\Controller\\EnquiryDefaultController' => 'getEnquiryDefaultControllerService.php',
  70.             'App\\Controller\\EnquiryTranslationController' => 'getEnquiryTranslationControllerService.php',
  71.             'App\\Controller\\HtmlBlocksController' => 'getHtmlBlocksControllerService.php',
  72.             'App\\Controller\\HtmlBlocksTranslationController' => 'getHtmlBlocksTranslationControllerService.php',
  73.             'App\\Controller\\ImageManagerController' => 'getImageManagerControllerService.php',
  74.             'App\\Controller\\MeetTheTeamDefaultController' => 'getMeetTheTeamDefaultControllerService.php',
  75.             'App\\Controller\\MenuController' => 'getMenuControllerService.php',
  76.             'App\\Controller\\MenuDefaultController' => 'getMenuDefaultControllerService.php',
  77.             'App\\Controller\\NewsController' => 'getNewsControllerService.php',
  78.             'App\\Controller\\NewsDefaultController' => 'getNewsDefaultControllerService.php',
  79.             'App\\Controller\\NewsTranslationController' => 'getNewsTranslationControllerService.php',
  80.             'App\\Controller\\PageController' => 'getPageControllerService.php',
  81.             'App\\Controller\\PageDefaultController' => 'getPageDefaultControllerService.php',
  82.             'App\\Controller\\PageTranslationController' => 'getPageTranslationControllerService.php',
  83.             'App\\Controller\\PlaceholderComponentsController' => 'getPlaceholderComponentsControllerService.php',
  84.             'App\\Controller\\SearchController' => 'getSearchControllerService.php',
  85.             'App\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  86.             'App\\Controller\\SliderController' => 'getSliderControllerService.php',
  87.             'App\\Controller\\SliderDefaultController' => 'getSliderDefaultControllerService.php',
  88.             'App\\Controller\\SliderTranslationController' => 'getSliderTranslationControllerService.php',
  89.             'App\\Controller\\SlugController' => 'getSlugControllerService.php',
  90.             'App\\Controller\\SocialDefaultController' => 'getSocialDefaultControllerService.php',
  91.             'App\\Controller\\TeamMemberController' => 'getTeamMemberControllerService.php',
  92.             'App\\Controller\\TeamMemberTranslationController' => 'getTeamMemberTranslationControllerService.php',
  93.             'App\\Controller\\UserController' => 'getUserControllerService.php',
  94.             'App\\Service\\CatalogService' => 'getCatalogServiceService.php',
  95.             'App\\Service\\TranslationService' => 'getTranslationServiceService.php',
  96.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  97.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  98.             'Zenstruck\\Foundry\\Configuration' => 'getConfigurationService.php',
  99.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  100.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  101.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  102.             'cache_clearer' => 'getCacheClearerService.php',
  103.             'cache_warmer' => 'getCacheWarmerService.php',
  104.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  105.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  106.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  107.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  108.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  109.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  110.             'doctrine_cache.providers.arraycache' => 'getDoctrineCache_Providers_ArraycacheService.php',
  111.             'error_controller' => 'getErrorControllerService.php',
  112.             'filesystem' => 'getFilesystemService.php',
  113.             'form.factory' => 'getForm_FactoryService.php',
  114.             'form.type.file' => 'getForm_Type_FileService.php',
  115.             'gregwar_captcha.captcha_builder' => 'getGregwarCaptcha_CaptchaBuilderService.php',
  116.             'gregwar_captcha.controller' => 'getGregwarCaptcha_ControllerService.php',
  117.             'gregwar_captcha.generator' => 'getGregwarCaptcha_GeneratorService.php',
  118.             'gregwar_captcha.image_file_handler' => 'getGregwarCaptcha_ImageFileHandlerService.php',
  119.             'gregwar_captcha.phrase_builder' => 'getGregwarCaptcha_PhraseBuilderService.php',
  120.             'gregwar_captcha.type' => 'getGregwarCaptcha_TypeService.php',
  121.             'knp_paginator' => 'getKnpPaginatorService.php',
  122.             'routing.loader' => 'getRouting_LoaderService.php',
  123.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  124.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  125.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  126.             'serializer' => 'getSerializerService.php',
  127.             'services_resetter' => 'getServicesResetterService.php',
  128.             'session' => 'getSessionService.php',
  129.             'stof_doctrine_extensions.uploadable.manager' => 'getStofDoctrineExtensions_Uploadable_ManagerService.php',
  130.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  131.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  132.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  133.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  134.             'templating' => 'getTemplatingService.php',
  135.             'templating.loader' => 'getTemplating_LoaderService.php',
  136.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  137.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  138.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  139.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  140.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  141.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  142.         ];
  143.         $this->aliases = [
  144.             'Gregwar\\CaptchaBundle\\Controller\\CaptchaController' => 'gregwar_captcha.controller',
  145.             'database_connection' => 'doctrine.dbal.default_connection',
  146.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  147.             'mailer' => 'swiftmailer.mailer.default',
  148.         ];
  149.         $this->privates['service_container'] = function () {
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  156.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  158.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleListener.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  163.             include_once \dirname(__DIR__4).'/src/Service/ServiceController.php';
  164.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  178.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  179.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  180.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  187.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  188.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  189.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  192.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  197.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  199.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  206.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  208.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  209.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  210.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  212.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  213.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  214.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  215.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  226.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  227.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  228.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  229.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  230.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  232.             include_once \dirname(__DIR__4).'/vendor/gregwar/image-bundle/Services/ImageHandling.php';
  233.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  234.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  236.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  237.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  240.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  244.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  247.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  248.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  251.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  252.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  253.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/EventListener/BlameListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/EventListener/LocaleListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/EventListener/LoggerListener.php';
  259.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  261.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  262.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  267.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  268.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  439.             include_once \dirname(__DIR__4).'/src/Twig/AdminTwigExtension.php';
  440.             include_once \dirname(__DIR__4).'/src/Twig/TwigExtension.php';
  441.             include_once \dirname(__DIR__4).'/src/Service/ImageCacheService.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/gregwar/image-bundle/Extensions/ImageTwig.php';
  446.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  483.         };
  484.     }
  485.     public function compile(): void
  486.     {
  487.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  488.     }
  489.     public function isCompiled(): bool
  490.     {
  491.         return true;
  492.     }
  493.     public function getRemovedIds(): array
  494.     {
  495.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  496.     }
  497.     protected function load($file$lazyLoad true)
  498.     {
  499.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  500.     }
  501.     /**
  502.      * Gets the public 'App\Service\ServiceController' shared autowired service.
  503.      *
  504.      * @return \App\Service\ServiceController
  505.      */
  506.     protected function getServiceControllerService()
  507.     {
  508.         return $this->services['App\\Service\\ServiceController'] = new \App\Service\ServiceController(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['doctrine'] ?? $this->getDoctrineService()), \dirname(__DIR__4));
  509.     }
  510.     /**
  511.      * Gets the public 'cache.app' shared service.
  512.      *
  513.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  514.      */
  515.     protected function getCache_AppService()
  516.     {
  517.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('THvVUp4HCC'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  518.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  519.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  520.     }
  521.     /**
  522.      * Gets the public 'cache.system' shared service.
  523.      *
  524.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  525.      */
  526.     protected function getCache_SystemService()
  527.     {
  528.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aovRetJ1x3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  529.     }
  530.     /**
  531.      * Gets the public 'data_collector.dump' shared service.
  532.      *
  533.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  534.      */
  535.     protected function getDataCollector_DumpService()
  536.     {
  537.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  538.     }
  539.     /**
  540.      * Gets the public 'doctrine' shared service.
  541.      *
  542.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  543.      */
  544.     protected function getDoctrineService()
  545.     {
  546.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  547.     }
  548.     /**
  549.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  550.      *
  551.      * @return \Doctrine\DBAL\Connection
  552.      */
  553.     protected function getDoctrine_Dbal_DefaultConnectionService()
  554.     {
  555.         $a = new \Doctrine\DBAL\Configuration();
  556.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  557.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  558.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  559.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  560.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  561.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  562.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  563.         $a->setSQLLogger($b);
  564.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  565.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  566.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  567.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  568.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService.php'true],
  569.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService.php'true],
  570.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService.php'true],
  571.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  572.             'stof_doctrine_extensions.listener.uploadable' => ['privates''stof_doctrine_extensions.listener.uploadable''getStofDoctrineExtensions_Listener_UploadableService.php'true],
  573.         ], [
  574.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  575.             'stof_doctrine_extensions.listener.blameable' => '?',
  576.             'stof_doctrine_extensions.listener.loggable' => '?',
  577.             'stof_doctrine_extensions.listener.sluggable' => '?',
  578.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  579.             'stof_doctrine_extensions.listener.timestampable' => '?',
  580.             'stof_doctrine_extensions.listener.translatable' => '?',
  581.             'stof_doctrine_extensions.listener.uploadable' => '?',
  582.         ]), [=> 'stof_doctrine_extensions.listener.loggable'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.blameable'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.softdeleteable'=> 'stof_doctrine_extensions.listener.uploadable'=> 'stof_doctrine_extensions.listener.translatable']);
  583.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  584.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  585.     }
  586.     /**
  587.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  588.      *
  589.      * @return \Doctrine\ORM\EntityManager
  590.      */
  591.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  592.     {
  593.         $a = new \Doctrine\ORM\Configuration();
  594.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  595.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity')]);
  596.         $b->addDriver($c'App\\Entity');
  597.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  598.         $b->addDriver($c'Gedmo\\Translator\\Entity');
  599.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  600.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTranslator' => 'Gedmo\\Translator\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity']);
  601.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  602.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  603.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  604.         $a->setMetadataDriverImpl($b);
  605.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  606.         $a->setProxyNamespace('Proxies');
  607.         $a->setAutoGenerateProxyClasses(true);
  608.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  609.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  610.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  611.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  612.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  613.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  614.         $a->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  615.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  616.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  617.         return $instance;
  618.     }
  619.     /**
  620.      * Gets the public 'event_dispatcher' shared service.
  621.      *
  622.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  623.      */
  624.     protected function getEventDispatcherService()
  625.     {
  626.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  627.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  628.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  630.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  631.         $instance->addListener('knp_pager.before', [=> function () {
  632.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  633.         }, => 'before'], 0);
  634.         $instance->addListener('knp_pager.pagination', [=> function () {
  635.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  636.         }, => 'pagination'], 0);
  637.         $instance->addListener('knp_pager.before', [=> function () {
  638.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  639.         }, => 'before'], 1);
  640.         $instance->addListener('knp_pager.before', [=> function () {
  641.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  642.         }, => 'before'], 1);
  643.         $instance->addListener('knp_pager.pagination', [=> function () {
  644.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  645.         }, => 'pagination'], 1);
  646.         $instance->addListener('kernel.exception', [=> function () {
  647.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService.php'));
  648.         }, => 'onKernelException'], 0);
  649.         $instance->addListener('kernel.request', [=> function () {
  650.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  651.         }, => 'onKernelRequest'], 0);
  652.         $instance->addListener('kernel.controller', [=> function () {
  653.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  654.         }, => 'onKernelController'], 0);
  655.         $instance->addListener('kernel.request', [=> function () {
  656.             return ($this->privates['App\\EventListener\\LocaleListener'] ?? ($this->privates['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener()));
  657.         }, => 'onKernelRequest'], 17);
  658.         $instance->addListener('kernel.controller', [=> function () {
  659.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  660.         }, => 'onKernelController'], 0);
  661.         $instance->addListener('kernel.controller', [=> function () {
  662.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  663.         }, => 'onKernelController'], 0);
  664.         $instance->addListener('kernel.controller', [=> function () {
  665.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  666.         }, => 'onKernelController'], -128);
  667.         $instance->addListener('kernel.view', [=> function () {
  668.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  669.         }, => 'onKernelView'], 0);
  670.         $instance->addListener('kernel.controller', [=> function () {
  671.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  672.         }, => 'onKernelController'], 0);
  673.         $instance->addListener('kernel.response', [=> function () {
  674.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  675.         }, => 'onKernelResponse'], 0);
  676.         $instance->addListener('kernel.controller_arguments', [=> function () {
  677.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  678.         }, => 'onKernelControllerArguments'], 0);
  679.         $instance->addListener('kernel.controller_arguments', [=> function () {
  680.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  681.         }, => 'onKernelControllerArguments'], 0);
  682.         $instance->addListener('kernel.request', [=> function () {
  683.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  684.         }, => 'onKernelRequest'], 0);
  685.         $instance->addListener('kernel.request', [=> function () {
  686.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  687.         }, => 'onKernelRequest'], 0);
  688.         $instance->addListener('kernel.request', [=> function () {
  689.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  690.         }, => 'onKernelRequest'], 0);
  691.         $instance->addListener('console.command', [=> function () {
  692.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  693.         }, => 'onCommand'], 255);
  694.         $instance->addListener('console.terminate', [=> function () {
  695.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  696.         }, => 'onTerminate'], -255);
  697.         $instance->addListener('kernel.exception', [=> function () {
  698.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  699.         }, => 'onException'], 0);
  700.         $instance->addListener('kernel.terminate', [=> function () {
  701.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  702.         }, => 'onTerminate'], 0);
  703.         $instance->addListener('console.error', [=> function () {
  704.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  705.         }, => 'onException'], 0);
  706.         $instance->addListener('console.terminate', [=> function () {
  707.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  708.         }, => 'onTerminate'], 0);
  709.         $instance->addListener('kernel.response', [=> function () {
  710.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  711.         }, => 'onKernelResponse'], 0);
  712.         $instance->addListener('kernel.response', [=> function () {
  713.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  714.         }, => 'onKernelResponse'], -1024);
  715.         $instance->addListener('kernel.request', [=> function () {
  716.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  717.         }, => 'setDefaultLocale'], 100);
  718.         $instance->addListener('kernel.request', [=> function () {
  719.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  720.         }, => 'onKernelRequest'], 16);
  721.         $instance->addListener('kernel.finish_request', [=> function () {
  722.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  723.         }, => 'onKernelFinishRequest'], 0);
  724.         $instance->addListener('kernel.request', [=> function () {
  725.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  726.         }, => 'onKernelRequest'], 256);
  727.         $instance->addListener('kernel.request', [=> function () {
  728.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  729.         }, => 'resolveControllerName'], 24);
  730.         $instance->addListener('kernel.response', [=> function () {
  731.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  732.         }, => 'onResponse'], -255);
  733.         $instance->addListener('kernel.controller_arguments', [=> function () {
  734.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  735.         }, => 'onControllerArguments'], 0);
  736.         $instance->addListener('kernel.exception', [=> function () {
  737.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  738.         }, => 'logKernelException'], 0);
  739.         $instance->addListener('kernel.exception', [=> function () {
  740.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  741.         }, => 'onKernelException'], -128);
  742.         $instance->addListener('kernel.request', [=> function () {
  743.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  744.         }, => 'onKernelRequest'], 15);
  745.         $instance->addListener('kernel.finish_request', [=> function () {
  746.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  747.         }, => 'onKernelFinishRequest'], -15);
  748.         $instance->addListener('console.error', [=> function () {
  749.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  750.         }, => 'onConsoleError'], -128);
  751.         $instance->addListener('console.terminate', [=> function () {
  752.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  753.         }, => 'onConsoleTerminate'], -128);
  754.         $instance->addListener('console.error', [=> function () {
  755.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  756.         }, => 'onConsoleError'], 0);
  757.         $instance->addListener('kernel.request', [=> function () {
  758.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  759.         }, => 'onKernelRequest'], 128);
  760.         $instance->addListener('kernel.response', [=> function () {
  761.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  762.         }, => 'onKernelResponse'], -1000);
  763.         $instance->addListener('kernel.finish_request', [=> function () {
  764.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  765.         }, => 'onFinishRequest'], 0);
  766.         $instance->addListener('kernel.response', [=> function () {
  767.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  768.         }, => 'onKernelResponse'], -100);
  769.         $instance->addListener('kernel.exception', [=> function () {
  770.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  771.         }, => 'onKernelException'], 0);
  772.         $instance->addListener('kernel.terminate', [=> function () {
  773.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  774.         }, => 'onKernelTerminate'], -1024);
  775.         $instance->addListener('kernel.controller', [=> function () {
  776.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  777.         }, => 'onKernelController'], 0);
  778.         $instance->addListener('kernel.response', [=> function () {
  779.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  780.         }, => 'onKernelResponse'], 0);
  781.         $instance->addListener('kernel.request', [=> function () {
  782.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  783.         }, => 'configure'], 2048);
  784.         $instance->addListener('console.command', [=> function () {
  785.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  786.         }, => 'configure'], 2048);
  787.         $instance->addListener('kernel.request', [=> function () {
  788.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  789.         }, => 'onKernelRequest'], 32);
  790.         $instance->addListener('kernel.finish_request', [=> function () {
  791.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  792.         }, => 'onKernelFinishRequest'], 0);
  793.         $instance->addListener('kernel.exception', [=> function () {
  794.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  795.         }, => 'onKernelException'], -64);
  796.         $instance->addListener('kernel.response', [=> function () {
  797.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  798.         }, => 'onKernelResponse'], 0);
  799.         $instance->addListener('kernel.response', [=> function () {
  800.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  801.         }, => 'onKernelResponse'], 0);
  802.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  803.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  804.         }, => 'onVoterVote'], 0);
  805.         $instance->addListener('kernel.request', [=> function () {
  806.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  807.         }, => 'configureLogoutUrlGenerator'], 8);
  808.         $instance->addListener('kernel.request', [=> function () {
  809.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  810.         }, => 'onKernelRequest'], 8);
  811.         $instance->addListener('kernel.finish_request', [=> function () {
  812.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  813.         }, => 'onKernelFinishRequest'], 0);
  814.         $instance->addListener('console.command', [=> function () {
  815.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  816.         }, => 'configure'], 1024);
  817.         $instance->addListener('console.error', [=> function () {
  818.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  819.         }, => 'onConsoleError'], 0);
  820.         $instance->addListener('console.terminate', [=> function () {
  821.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  822.         }, => 'onConsoleTerminate'], 0);
  823.         $instance->addListener('kernel.response', [=> function () {
  824.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  825.         }, => 'onKernelResponse'], -128);
  826.         return $instance;
  827.     }
  828.     /**
  829.      * Gets the public 'http_kernel' shared service.
  830.      *
  831.      * @return \Symfony\Component\HttpKernel\HttpKernel
  832.      */
  833.     protected function getHttpKernelService()
  834.     {
  835.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  836.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  837.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  838.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  839.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  840.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  841.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  842.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  843.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  844.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  845.         }, 8)), $a));
  846.     }
  847.     /**
  848.      * Gets the public 'image.handling' shared service.
  849.      *
  850.      * @return \Gregwar\ImageBundle\Services\ImageHandling
  851.      */
  852.     protected function getImage_HandlingService()
  853.     {
  854.         return $this->services['image.handling'] = new \Gregwar\ImageBundle\Services\ImageHandling('/public/userfiles/image_cache'NULL'Gregwar\\ImageBundle\\ImageHandler'$this, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['file_locator'] ?? $this->getFileLocatorService()), false'/images/fallback.jpg');
  855.     }
  856.     /**
  857.      * Gets the public 'profiler' shared service.
  858.      *
  859.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  860.      */
  861.     protected function getProfilerService()
  862.     {
  863.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  864.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  865.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  866.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  867.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  868.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  869.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  870.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  871.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  872.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  873.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  874.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  875.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  876.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  877.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  878.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  879.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  880.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  881.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  882.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  883.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  884.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  885.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  886.         if ($this->has('kernel')) {
  887.             $f->setKernel($b);
  888.         }
  889.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  890.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  891.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  892.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  893.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  894.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  895.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  896.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  897.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  898.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  899.         $instance->add($d);
  900.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  901.         $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())));
  902.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  903.         $instance->add($e);
  904.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  905.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  906.         $instance->add($f);
  907.         return $instance;
  908.     }
  909.     /**
  910.      * Gets the public 'request_stack' shared service.
  911.      *
  912.      * @return \Symfony\Component\HttpFoundation\RequestStack
  913.      */
  914.     protected function getRequestStackService()
  915.     {
  916.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  917.     }
  918.     /**
  919.      * Gets the public 'router' shared service.
  920.      *
  921.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  922.      */
  923.     protected function getRouterService()
  924.     {
  925.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  926.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  927.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  928.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  929.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  930.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  931.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  932.         ], [
  933.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  934.         ]))->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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'en');
  935.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  936.         return $instance;
  937.     }
  938.     /**
  939.      * Gets the public 'security.authorization_checker' shared service.
  940.      *
  941.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  942.      */
  943.     protected function getSecurity_AuthorizationCheckerService()
  944.     {
  945.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  946.     }
  947.     /**
  948.      * Gets the public 'security.token_storage' shared service.
  949.      *
  950.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  951.      */
  952.     protected function getSecurity_TokenStorageService()
  953.     {
  954.         return $this->services['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, [
  955.             'session' => ['services''session''getSessionService.php'true],
  956.         ], [
  957.             'session' => '?',
  958.         ]));
  959.     }
  960.     /**
  961.      * Gets the public 'translator' shared service.
  962.      *
  963.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  964.      */
  965.     protected function getTranslatorService()
  966.     {
  967.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  968.     }
  969.     /**
  970.      * Gets the public 'twig' shared service.
  971.      *
  972.      * @return \Twig\Environment
  973.      */
  974.     protected function getTwigService()
  975.     {
  976.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), \dirname(__DIR__4));
  977.         $a->addPath((\dirname(__DIR__4).'/templates/themes/theme'), 'theme');
  978.         $a->addPath((\dirname(__DIR__4).'/templates/themes/base'), 'theme');
  979.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  980.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  981.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  982.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  983.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  984.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  985.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  986.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  987.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  988.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  989.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  990.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  991.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  992.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  993.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  994.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  995.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  996.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), 'GregwarCaptcha');
  997.         $a->addPath((\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/views'), '!GregwarCaptcha');
  998.         $a->addPath((\dirname(__DIR__4).'/templates'));
  999.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1000.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1001.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1002.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1003.         $b = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1004.         $c = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1005.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  1006.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1007.         $f = ($this->services['router'] ?? $this->getRouterService());
  1008.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1009.         $h = ($this->services['kernel'] ?? $this->get('kernel'1));
  1010.         $i = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1011.         $j = ($this->services['App\\Service\\ServiceController'] ?? $this->getServiceControllerService());
  1012.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1013.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1014.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1015.         $l->setEnvironment('dev');
  1016.         $l->setDebug(true);
  1017.         if ($this->has('security.token_storage')) {
  1018.             $l->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1019.         }
  1020.         if ($this->has('request_stack')) {
  1021.             $l->setRequestStack($g);
  1022.         }
  1023.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1024.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1025.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($b));
  1026.         $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())));
  1027.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $c));
  1028.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($d));
  1029.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1030.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1031.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1032.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1033.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($ctrue));
  1034.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1035.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1036.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1037.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1038.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1039.         $instance->addExtension(new \App\Twig\AdminTwigExtension($h$f$i$g$j$instance, \dirname(__DIR__4)));
  1040.         $instance->addExtension(new \App\Twig\TwigExtension(new \App\Service\ImageCacheService($h$g), $h$f$i$b$g$j, \dirname(__DIR__4)));
  1041.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1042.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1043.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1044.         ], [
  1045.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1046.             'webpack_encore.tag_renderer' => '?',
  1047.         ])));
  1048.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1049.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1050.         $instance->addExtension(new \Gregwar\ImageBundle\Extensions\ImageTwig(($this->services['image.handling'] ?? $this->getImage_HandlingService()), (\dirname(__DIR__4).'/public/')));
  1051.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$d)));
  1052.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1053.         $instance->addGlobal('app'$l);
  1054.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1055.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1056.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1057.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1058.         ], [
  1059.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1060.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1061.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1062.         ])));
  1063.         $instance->addGlobal('sitename'$this->getEnv('resolve:SITENAME_PARAM'));
  1064.         $instance->addGlobal('siteurl'$this->getEnv('resolve:SITEURL_PARAM'));
  1065.         $instance->addGlobal('email_primary'$this->getEnv('resolve:EMAIL_PRIMARY_PARAM'));
  1066.         $instance->addGlobal('email_logo''https://thetlb.co.uk/img/tlb-logo.png');
  1067.         $instance->addGlobal('multilingual'true);
  1068.         $instance->addGlobal('recaptcha_public''6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI');
  1069.         $instance->addGlobal('gtm_code'$this->getEnv('resolve:GTM_CODE'));
  1070.         $instance->addGlobal('theme_colour''#000000');
  1071.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1072.         return $instance;
  1073.     }
  1074.     /**
  1075.      * Gets the public 'validator' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1078.      */
  1079.     protected function getValidatorService()
  1080.     {
  1081.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1082.     }
  1083.     /**
  1084.      * Gets the public 'var_dumper.cloner' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1087.      */
  1088.     protected function getVarDumper_ClonerService()
  1089.     {
  1090.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1091.         $instance->setMaxItems(2500);
  1092.         $instance->setMinDepth(1);
  1093.         $instance->setMaxString(-1);
  1094.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1095.         return $instance;
  1096.     }
  1097.     /**
  1098.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1099.      *
  1100.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1101.      */
  1102.     protected function get_LegacyResolveControllerNameSubscriberService()
  1103.     {
  1104.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1105.     }
  1106.     /**
  1107.      * Gets the private 'annotations.cached_reader' shared service.
  1108.      *
  1109.      * @return \Doctrine\Common\Annotations\CachedReader
  1110.      */
  1111.     protected function getAnnotations_CachedReaderService()
  1112.     {
  1113.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1114.     }
  1115.     /**
  1116.      * Gets the private 'annotations.reader' shared service.
  1117.      *
  1118.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1119.      */
  1120.     protected function getAnnotations_ReaderService()
  1121.     {
  1122.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1123.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1124.         $a->registerUniqueLoader('class_exists');
  1125.         $instance->addGlobalIgnoredName('required'$a);
  1126.         return $instance;
  1127.     }
  1128.     /**
  1129.      * Gets the private 'assets.packages' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\Asset\Packages
  1132.      */
  1133.     protected function getAssets_PackagesService()
  1134.     {
  1135.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1136.     }
  1137.     /**
  1138.      * Gets the private 'cache.annotations' shared service.
  1139.      *
  1140.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1141.      */
  1142.     protected function getCache_AnnotationsService()
  1143.     {
  1144.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('g4OC0WxX+r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1145.     }
  1146.     /**
  1147.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  1148.      *
  1149.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1150.      */
  1151.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  1152.     {
  1153.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1154.     }
  1155.     /**
  1156.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1159.      */
  1160.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1161.     {
  1162.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1163.     }
  1164.     /**
  1165.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1168.      */
  1169.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1170.     {
  1171.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1172.     }
  1173.     /**
  1174.      * Gets the private 'cache.property_info' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1177.      */
  1178.     protected function getCache_PropertyInfoService()
  1179.     {
  1180.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+xcX92XNn3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1181.     }
  1182.     /**
  1183.      * Gets the private 'cache.security_expression_language' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1186.      */
  1187.     protected function getCache_SecurityExpressionLanguageService()
  1188.     {
  1189.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hkZWQTp06F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1190.     }
  1191.     /**
  1192.      * Gets the private 'cache.serializer' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1195.      */
  1196.     protected function getCache_SerializerService()
  1197.     {
  1198.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ozX71H53oC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1199.     }
  1200.     /**
  1201.      * Gets the private 'cache.validator' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1204.      */
  1205.     protected function getCache_ValidatorService()
  1206.     {
  1207.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xAXU2iDisP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1208.     }
  1209.     /**
  1210.      * Gets the private 'cache.webpack_encore' shared service.
  1211.      *
  1212.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1213.      */
  1214.     protected function getCache_WebpackEncoreService()
  1215.     {
  1216.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mc4FSqLjL1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1217.     }
  1218.     /**
  1219.      * Gets the private 'config_cache_factory' shared service.
  1220.      *
  1221.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1222.      */
  1223.     protected function getConfigCacheFactoryService()
  1224.     {
  1225.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1226.             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)));
  1227.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1228.         }, 2));
  1229.     }
  1230.     /**
  1231.      * Gets the private 'data_collector.form' shared service.
  1232.      *
  1233.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1234.      */
  1235.     protected function getDataCollector_FormService()
  1236.     {
  1237.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1238.     }
  1239.     /**
  1240.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1241.      *
  1242.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1243.      */
  1244.     protected function getDebug_DebugHandlersListenerService()
  1245.     {
  1246.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1247.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1248.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1249.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1250.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1251.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1252.     }
  1253.     /**
  1254.      * Gets the private 'debug.file_link_formatter' shared service.
  1255.      *
  1256.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1257.      */
  1258.     protected function getDebug_FileLinkFormatterService()
  1259.     {
  1260.         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 () {
  1261.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1262.         });
  1263.     }
  1264.     /**
  1265.      * Gets the private 'debug.log_processor' shared service.
  1266.      *
  1267.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1268.      */
  1269.     protected function getDebug_LogProcessorService()
  1270.     {
  1271.         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())));
  1272.     }
  1273.     /**
  1274.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1275.      *
  1276.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1277.      */
  1278.     protected function getDebug_Security_Access_DecisionManagerService()
  1279.     {
  1280.         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 () {
  1281.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1282.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1283.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1284.         }, 3), 'affirmative'falsetrue));
  1285.     }
  1286.     /**
  1287.      * Gets the private 'debug.security.firewall' shared service.
  1288.      *
  1289.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1290.      */
  1291.     protected function getDebug_Security_FirewallService()
  1292.     {
  1293.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1294.     }
  1295.     /**
  1296.      * Gets the private 'exception_listener' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1299.      */
  1300.     protected function getExceptionListenerService()
  1301.     {
  1302.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  1303.     }
  1304.     /**
  1305.      * Gets the private 'file_locator' shared service.
  1306.      *
  1307.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  1308.      */
  1309.     protected function getFileLocatorService()
  1310.     {
  1311.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1312.     }
  1313.     /**
  1314.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1315.      *
  1316.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1317.      */
  1318.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1319.     {
  1320.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1321.     }
  1322.     /**
  1323.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1324.      *
  1325.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1326.      */
  1327.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1328.     {
  1329.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1330.     }
  1331.     /**
  1332.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1333.      *
  1334.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1335.      */
  1336.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1337.     {
  1338.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@theme/common/pagination.html.twig''defaultSortableTemplate' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  1339.     }
  1340.     /**
  1341.      * Gets the private 'locale_aware_listener' shared service.
  1342.      *
  1343.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1344.      */
  1345.     protected function getLocaleAwareListenerService()
  1346.     {
  1347.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1348.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1349.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1350.     }
  1351.     /**
  1352.      * Gets the private 'locale_listener' shared service.
  1353.      *
  1354.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1355.      */
  1356.     protected function getLocaleListener2Service()
  1357.     {
  1358.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  1359.     }
  1360.     /**
  1361.      * Gets the private 'monolog.handler.console' shared service.
  1362.      *
  1363.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1364.      */
  1365.     protected function getMonolog_Handler_ConsoleService()
  1366.     {
  1367.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1368.     }
  1369.     /**
  1370.      * Gets the private 'monolog.handler.main' shared service.
  1371.      *
  1372.      * @return \Monolog\Handler\StreamHandler
  1373.      */
  1374.     protected function getMonolog_Handler_MainService()
  1375.     {
  1376.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1377.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1378.         return $instance;
  1379.     }
  1380.     /**
  1381.      * Gets the private 'monolog.logger' shared service.
  1382.      *
  1383.      * @return \Symfony\Bridge\Monolog\Logger
  1384.      */
  1385.     protected function getMonolog_LoggerService()
  1386.     {
  1387.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1388.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1389.         $instance->useMicrosecondTimestamps(true);
  1390.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1391.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1392.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1393.         return $instance;
  1394.     }
  1395.     /**
  1396.      * Gets the private 'monolog.logger.cache' shared service.
  1397.      *
  1398.      * @return \Symfony\Bridge\Monolog\Logger
  1399.      */
  1400.     protected function getMonolog_Logger_CacheService()
  1401.     {
  1402.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1403.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1404.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1405.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1406.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1407.         return $instance;
  1408.     }
  1409.     /**
  1410.      * Gets the private 'monolog.logger.request' shared service.
  1411.      *
  1412.      * @return \Symfony\Bridge\Monolog\Logger
  1413.      */
  1414.     protected function getMonolog_Logger_RequestService()
  1415.     {
  1416.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1417.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1418.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1419.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1420.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1421.         return $instance;
  1422.     }
  1423.     /**
  1424.      * Gets the private 'profiler_listener' shared service.
  1425.      *
  1426.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1427.      */
  1428.     protected function getProfilerListenerService()
  1429.     {
  1430.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1431.     }
  1432.     /**
  1433.      * Gets the private 'property_info' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1436.      */
  1437.     protected function getPropertyInfoService()
  1438.     {
  1439.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1440.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  1441.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1442.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1443.         }, 3), new RewindableGenerator(function () {
  1444.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1445.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1446.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1447.         }, 3), new RewindableGenerator(function () {
  1448.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1449.         }, 1), new RewindableGenerator(function () {
  1450.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1451.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1452.         }, 2), new RewindableGenerator(function () {
  1453.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1454.         }, 1));
  1455.     }
  1456.     /**
  1457.      * Gets the private 'router.request_context' shared service.
  1458.      *
  1459.      * @return \Symfony\Component\Routing\RequestContext
  1460.      */
  1461.     protected function getRouter_RequestContextService()
  1462.     {
  1463.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  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.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1473.     }
  1474.     /**
  1475.      * Gets the private 'security.authentication.manager' shared service.
  1476.      *
  1477.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1478.      */
  1479.     protected function getSecurity_Authentication_ManagerService()
  1480.     {
  1481.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1482.             yield => ($this->privates['security.authentication.provider.dao.special'] ?? $this->load('getSecurity_Authentication_Provider_Dao_SpecialService.php'));
  1483.             yield => ($this->privates['security.authentication.provider.anonymous.special'] ?? ($this->privates['security.authentication.provider.anonymous.special'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1484.             yield => ($this->privates['security.authentication.provider.dao.control'] ?? $this->load('getSecurity_Authentication_Provider_Dao_ControlService.php'));
  1485.             yield => ($this->privates['security.authentication.provider.anonymous.control'] ?? ($this->privates['security.authentication.provider.anonymous.control'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1486.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1487.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1488.         }, 6), true);
  1489.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the private 'security.firewall.map' shared service.
  1494.      *
  1495.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1496.      */
  1497.     protected function getSecurity_Firewall_MapService()
  1498.     {
  1499.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1500.             'security.firewall.map.context.control' => ['privates''security.firewall.map.context.control''getSecurity_Firewall_Map_Context_ControlService.php'true],
  1501.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1502.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1503.             'security.firewall.map.context.special' => ['privates''security.firewall.map.context.special''getSecurity_Firewall_Map_Context_SpecialService.php'true],
  1504.         ], [
  1505.             'security.firewall.map.context.control' => '?',
  1506.             'security.firewall.map.context.dev' => '?',
  1507.             'security.firewall.map.context.main' => '?',
  1508.             'security.firewall.map.context.special' => '?',
  1509.         ]), new RewindableGenerator(function () {
  1510.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1511.             yield 'security.firewall.map.context.special' => ($this->privates['.security.request_matcher.bKTQ60P'] ?? ($this->privates['.security.request_matcher.bKTQ60P'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/user')));
  1512.             yield 'security.firewall.map.context.control' => ($this->privates['.security.request_matcher..q7DaGN'] ?? ($this->privates['.security.request_matcher..q7DaGN'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/takeflight')));
  1513.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  1514.         }, 4));
  1515.     }
  1516.     /**
  1517.      * Gets the private 'security.logout_url_generator' shared service.
  1518.      *
  1519.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1520.      */
  1521.     protected function getSecurity_LogoutUrlGeneratorService()
  1522.     {
  1523.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1524.         $instance->registerListener('special''/logout''logout''_csrf_token'NULL'my_context');
  1525.         $instance->registerListener('control''/logout''logout''_csrf_token'NULL'my_context');
  1526.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'my_context');
  1527.         return $instance;
  1528.     }
  1529.     /**
  1530.      * Gets the private 'security.role_hierarchy' shared service.
  1531.      *
  1532.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1533.      */
  1534.     protected function getSecurity_RoleHierarchyService()
  1535.     {
  1536.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1537.     }
  1538.     /**
  1539.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1540.      *
  1541.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1542.      */
  1543.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1544.     {
  1545.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1546.     }
  1547.     /**
  1548.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1549.      *
  1550.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1551.      */
  1552.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1553.     {
  1554.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1555.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1556.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1557.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1558.     }
  1559.     /**
  1560.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1561.      *
  1562.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1563.      */
  1564.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1565.     {
  1566.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1567.     }
  1568.     /**
  1569.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1570.      *
  1571.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1572.      */
  1573.     protected function getSensioFrameworkExtra_View_ListenerService()
  1574.     {
  1575.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1576.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1577.             'twig' => ['services''twig''getTwigService'false],
  1578.         ], [
  1579.             'twig' => 'Twig\\Environment',
  1580.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1581.         return $instance;
  1582.     }
  1583.     /**
  1584.      * Gets the private 'session_listener' shared service.
  1585.      *
  1586.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1587.      */
  1588.     protected function getSessionListenerService()
  1589.     {
  1590.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1591.             'initialized_session' => ['services''session'NULLtrue],
  1592.             'session' => ['services''session''getSessionService.php'true],
  1593.         ], [
  1594.             'initialized_session' => '?',
  1595.             'session' => '?',
  1596.         ]));
  1597.     }
  1598.     /**
  1599.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  1600.      *
  1601.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  1602.      */
  1603.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  1604.     {
  1605.         return $this->privates['stof_doctrine_extensions.event_listener.blame'] = new \Stof\DoctrineExtensionsBundle\EventListener\BlameListener(($this->privates['stof_doctrine_extensions.listener.blameable'] ?? $this->getStofDoctrineExtensions_Listener_BlameableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1606.     }
  1607.     /**
  1608.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  1609.      *
  1610.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  1611.      */
  1612.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  1613.     {
  1614.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  1615.     }
  1616.     /**
  1617.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  1618.      *
  1619.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  1620.      */
  1621.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  1622.     {
  1623.         return $this->privates['stof_doctrine_extensions.event_listener.logger'] = new \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener(($this->privates['stof_doctrine_extensions.listener.loggable'] ?? $this->getStofDoctrineExtensions_Listener_LoggableService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1624.     }
  1625.     /**
  1626.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  1627.      *
  1628.      * @return \Gedmo\Blameable\BlameableListener
  1629.      */
  1630.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  1631.     {
  1632.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  1633.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1634.         return $instance;
  1635.     }
  1636.     /**
  1637.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  1638.      *
  1639.      * @return \Gedmo\Loggable\LoggableListener
  1640.      */
  1641.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  1642.     {
  1643.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  1644.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1645.         return $instance;
  1646.     }
  1647.     /**
  1648.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  1649.      *
  1650.      * @return \Gedmo\Translatable\TranslatableListener
  1651.      */
  1652.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  1653.     {
  1654.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  1655.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1656.         $instance->setDefaultLocale('en');
  1657.         $instance->setTranslatableLocale('en');
  1658.         $instance->setTranslationFallback(true);
  1659.         $instance->setPersistDefaultLocaleTranslation(false);
  1660.         $instance->setSkipOnLoad(false);
  1661.         return $instance;
  1662.     }
  1663.     /**
  1664.      * Gets the private 'translator.default' shared service.
  1665.      *
  1666.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1667.      */
  1668.     protected function getTranslator_DefaultService()
  1669.     {
  1670.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1671.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1672.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1673.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1674.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1675.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1676.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1677.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1678.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1679.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1680.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1681.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1682.         ], [
  1683.             'translation.loader.csv' => '?',
  1684.             'translation.loader.dat' => '?',
  1685.             'translation.loader.ini' => '?',
  1686.             'translation.loader.json' => '?',
  1687.             'translation.loader.mo' => '?',
  1688.             'translation.loader.php' => '?',
  1689.             'translation.loader.po' => '?',
  1690.             'translation.loader.qt' => '?',
  1691.             'translation.loader.res' => '?',
  1692.             'translation.loader.xliff' => '?',
  1693.             'translation.loader.yml' => '?',
  1694.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['de' => [=> (\dirname(__DIR__4).'/translations/messages.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.de.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff'), => (\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/symfony/validator/Resources/translations/validators.de.xlf')], 'en' => [=> (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.en.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff'), => (\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/symfony/validator/Resources/translations/validators.en.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.fr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff'), => (\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/symfony/validator/Resources/translations/validators.fr.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ar.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff'), => (\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/symfony/validator/Resources/translations/validators.ar.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.bg.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.bg.yml'), => (\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/symfony/validator/Resources/translations/validators.bg.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.cs.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.cs.yml'), => (\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/symfony/validator/Resources/translations/validators.cs.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.es.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff'), => (\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/symfony/validator/Resources/translations/validators.es.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.it.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff'), => (\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/symfony/validator/Resources/translations/validators.it.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.nl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff'), => (\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/symfony/validator/Resources/translations/validators.nl.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pl.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff'), => (\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/symfony/validator/Resources/translations/validators.pl.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\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/symfony/validator/Resources/translations/validators.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ro.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff'), => (\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/symfony/validator/Resources/translations/validators.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.ru.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff'), => (\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/symfony/validator/Resources/translations/validators.ru.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.tr.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.tr.yml'), => (\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/symfony/validator/Resources/translations/validators.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.uk.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff'), => (\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/symfony/validator/Resources/translations/validators.uk.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/gregwar_captcha.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations/validators.zh_CN.yml'), => (\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/symfony/validator/Resources/translations/validators.zh_CN.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff'), => (\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/symfony/validator/Resources/translations/validators.da.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff'), => (\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/symfony/validator/Resources/translations/validators.fa.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff'), => (\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/symfony/validator/Resources/translations/validators.hu.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff'), => (\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/symfony/validator/Resources/translations/validators.id.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff'), => (\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/symfony/validator/Resources/translations/validators.lt.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff'), => (\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/symfony/validator/Resources/translations/validators.sv.xlf')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')], 'af' => [=> (\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/symfony/validator/Resources/translations/validators.af.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\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/symfony/validator/Resources/translations/validators.ca.xlf')], 'el' => [=> (\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/symfony/validator/Resources/translations/validators.el.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf')], 'eu' => [=> (\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/symfony/validator/Resources/translations/validators.eu.xlf')], 'fi' => [=> (\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/symfony/validator/Resources/translations/validators.fi.xlf')], 'gl' => [=> (\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/symfony/validator/Resources/translations/validators.gl.xlf')], 'he' => [=> (\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/symfony/validator/Resources/translations/validators.he.xlf')], 'hr' => [=> (\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/symfony/validator/Resources/translations/validators.hr.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf')], 'ja' => [=> (\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/symfony/validator/Resources/translations/validators.ja.xlf')], 'lb' => [=> (\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/symfony/validator/Resources/translations/validators.lb.xlf')], 'lv' => [=> (\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/symfony/validator/Resources/translations/validators.lv.xlf')], 'mn' => [=> (\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/symfony/validator/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\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/symfony/validator/Resources/translations/validators.nb.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf')], 'no' => [=> (\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/symfony/validator/Resources/translations/validators.no.xlf')], 'pt' => [=> (\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/symfony/validator/Resources/translations/validators.pt.xlf')], 'sk' => [=> (\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/symfony/validator/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\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/symfony/validator/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\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'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\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/symfony/validator/Resources/translations/validators.sr_Latn.xlf')], 'th' => [=> (\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/symfony/validator/Resources/translations/validators.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf')], 'vi' => [=> (\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/symfony/validator/Resources/translations/validators.vi.xlf')], 'zh_TW' => [=> (\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'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineCacheBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/gregwar/image-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/GregwarImageBundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/GregwarCaptchaBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/ZenstruckFoundryBundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/Resources/translations'=> 'vendor/gregwar/captcha-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/webpack-encore-bundle/src/translations'=> 'src/Resources/WebpackEncoreBundle/translations'=> 'vendor/doctrine/doctrine-cache-bundle/translations'=> 'src/Resources/DoctrineCacheBundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'src/Resources/DoctrineBundle/translations'12 => 'vendor/gregwar/image-bundle/translations'13 => 'src/Resources/GregwarImageBundle/translations'14 => 'src/Resources/KnpPaginatorBundle/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations'16 => 'src/Resources/SensioFrameworkExtraBundle/translations'17 => 'vendor/stof/doctrine-extensions-bundle/translations'18 => 'src/Resources/StofDoctrineExtensionsBundle/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'src/Resources/MonologBundle/translations'21 => 'vendor/symfony/swiftmailer-bundle/translations'22 => 'src/Resources/SwiftmailerBundle/translations'23 => 'vendor/symfony/framework-bundle/translations'24 => 'src/Resources/FrameworkBundle/translations'25 => 'vendor/doctrine/doctrine-migrations-bundle/translations'26 => 'src/Resources/DoctrineMigrationsBundle/translations'27 => 'vendor/symfony/security-bundle/translations'28 => 'src/Resources/SecurityBundle/translations'29 => 'vendor/symfony/debug-bundle/translations'30 => 'src/Resources/DebugBundle/translations'31 => 'vendor/symfony/maker-bundle/src/translations'32 => 'src/Resources/MakerBundle/translations'33 => 'vendor/symfony/twig-bundle/translations'34 => 'src/Resources/TwigBundle/translations'35 => 'vendor/symfony/web-profiler-bundle/translations'36 => 'src/Resources/WebProfilerBundle/translations'37 => 'vendor/symfony/web-server-bundle/translations'38 => 'src/Resources/WebServerBundle/translations'39 => 'src/Resources/GregwarCaptchaBundle/translations'40 => 'vendor/zenstruck/foundry/src/translations'41 => 'src/Resources/ZenstruckFoundryBundle/translations'42 => 'src/Resources/translations']]]);
  1695.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1696.         $instance->setFallbackLocales([=> 'en']);
  1697.         return $instance;
  1698.     }
  1699.     /**
  1700.      * Gets the private 'validator.builder' shared service.
  1701.      *
  1702.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1703.      */
  1704.     protected function getValidator_BuilderService()
  1705.     {
  1706.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1707.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1708.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1709.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1710.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1711.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  1712.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1713.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  1714.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  1715.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  1716.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  1717.         ], [
  1718.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1719.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1720.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1721.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1722.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1723.             'doctrine.orm.validator.unique' => '?',
  1724.             'security.validator.user_password' => '?',
  1725.             'validator.expression' => '?',
  1726.         ])));
  1727.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1728.         $instance->setTranslationDomain('validators');
  1729.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1730.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1731.         $instance->addMethodMapping('loadValidatorMetadata');
  1732.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1733.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1734.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1735.         return $instance;
  1736.     }
  1737.     /**
  1738.      * Gets the private 'var_dumper.html_dumper' shared service.
  1739.      *
  1740.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  1741.      */
  1742.     protected function getVarDumper_HtmlDumperService()
  1743.     {
  1744.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  1745.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  1746.         return $instance;
  1747.     }
  1748.     /**
  1749.      * Gets the private 'web_profiler.csp.handler' shared service.
  1750.      *
  1751.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1752.      */
  1753.     protected function getWebProfiler_Csp_HandlerService()
  1754.     {
  1755.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1756.     }
  1757.     /**
  1758.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1759.      *
  1760.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1761.      */
  1762.     protected function getWebProfiler_DebugToolbarService()
  1763.     {
  1764.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  1765.     }
  1766.     /**
  1767.      * @return array|bool|float|int|string|null
  1768.      */
  1769.     public function getParameter($name)
  1770.     {
  1771.         $name = (string) $name;
  1772.         if (isset($this->buildParameters[$name])) {
  1773.             return $this->buildParameters[$name];
  1774.         }
  1775.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  1776.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1777.         }
  1778.         if (isset($this->loadedDynamicParameters[$name])) {
  1779.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1780.         }
  1781.         return $this->parameters[$name];
  1782.     }
  1783.     public function hasParameter($name): bool
  1784.     {
  1785.         $name = (string) $name;
  1786.         if (isset($this->buildParameters[$name])) {
  1787.             return true;
  1788.         }
  1789.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  1790.     }
  1791.     public function setParameter($name$value): void
  1792.     {
  1793.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1794.     }
  1795.     public function getParameterBag(): ParameterBagInterface
  1796.     {
  1797.         if (null === $this->parameterBag) {
  1798.             $parameters $this->parameters;
  1799.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1800.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1801.             }
  1802.             foreach ($this->buildParameters as $name => $value) {
  1803.                 $parameters[$name] = $value;
  1804.             }
  1805.             $this->parameterBag = new FrozenParameterBag($parameters);
  1806.         }
  1807.         return $this->parameterBag;
  1808.     }
  1809.     private $loadedDynamicParameters = [
  1810.         'kernel.cache_dir' => false,
  1811.         'sitename' => false,
  1812.         'siteurl' => false,
  1813.         'email_norely' => false,
  1814.         'email_primary' => false,
  1815.         'gtm_code' => false,
  1816.         'doctrine.orm.proxy_dir' => false,
  1817.         'swiftmailer.spool.default.memory.path' => false,
  1818.         'kernel.secret' => false,
  1819.         'session.save_path' => false,
  1820.         'validator.mapping.cache.file' => false,
  1821.         'profiler.storage.dsn' => false,
  1822.         'debug.container.dump' => false,
  1823.         'serializer.mapping.cache.file' => false,
  1824.     ];
  1825.     private $dynamicParameters = [];
  1826.     private function getDynamicParameter(string $name)
  1827.     {
  1828.         switch ($name) {
  1829.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1830.             case 'sitename'$value $this->getEnv('resolve:SITENAME_PARAM'); break;
  1831.             case 'siteurl'$value $this->getEnv('resolve:SITEURL_PARAM'); break;
  1832.             case 'email_norely'$value $this->getEnv('resolve:EMAIL_NOREPLY_PARAM'); break;
  1833.             case 'email_primary'$value $this->getEnv('resolve:EMAIL_PRIMARY_PARAM'); break;
  1834.             case 'gtm_code'$value $this->getEnv('resolve:GTM_CODE'); break;
  1835.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1836.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  1837.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1838.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  1839.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1840.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1841.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  1842.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1843.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1844.         }
  1845.         $this->loadedDynamicParameters[$name] = true;
  1846.         return $this->dynamicParameters[$name] = $value;
  1847.     }
  1848.     protected function getDefaultParameters(): array
  1849.     {
  1850.         return [
  1851.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  1852.             'kernel.project_dir' => \dirname(__DIR__4),
  1853.             'kernel.environment' => 'dev',
  1854.             'kernel.debug' => true,
  1855.             'kernel.name' => 'src',
  1856.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1857.             'kernel.bundles' => [
  1858.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  1859.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  1860.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1861.                 'GregwarImageBundle' => 'Gregwar\\ImageBundle\\GregwarImageBundle',
  1862.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  1863.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1864.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  1865.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1866.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  1867.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1868.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1869.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1870.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  1871.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1872.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1873.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1874.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1875.                 'GregwarCaptchaBundle' => 'Gregwar\\CaptchaBundle\\GregwarCaptchaBundle',
  1876.                 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  1877.             ],
  1878.             'kernel.bundles_metadata' => [
  1879.                 'WebpackEncoreBundle' => [
  1880.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  1881.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  1882.                 ],
  1883.                 'DoctrineCacheBundle' => [
  1884.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-cache-bundle'),
  1885.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  1886.                 ],
  1887.                 'DoctrineBundle' => [
  1888.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1889.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1890.                 ],
  1891.                 'GregwarImageBundle' => [
  1892.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/image-bundle'),
  1893.                     'namespace' => 'Gregwar\\ImageBundle',
  1894.                 ],
  1895.                 'KnpPaginatorBundle' => [
  1896.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  1897.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  1898.                 ],
  1899.                 'SensioFrameworkExtraBundle' => [
  1900.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  1901.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1902.                 ],
  1903.                 'StofDoctrineExtensionsBundle' => [
  1904.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  1905.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  1906.                 ],
  1907.                 'MonologBundle' => [
  1908.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1909.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1910.                 ],
  1911.                 'SwiftmailerBundle' => [
  1912.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  1913.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  1914.                 ],
  1915.                 'FrameworkBundle' => [
  1916.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1917.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1918.                 ],
  1919.                 'DoctrineMigrationsBundle' => [
  1920.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1921.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1922.                 ],
  1923.                 'SecurityBundle' => [
  1924.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1925.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1926.                 ],
  1927.                 'DebugBundle' => [
  1928.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  1929.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  1930.                 ],
  1931.                 'MakerBundle' => [
  1932.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1933.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1934.                 ],
  1935.                 'TwigBundle' => [
  1936.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1937.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1938.                 ],
  1939.                 'WebProfilerBundle' => [
  1940.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1941.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1942.                 ],
  1943.                 'WebServerBundle' => [
  1944.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  1945.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1946.                 ],
  1947.                 'GregwarCaptchaBundle' => [
  1948.                     'path' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle'),
  1949.                     'namespace' => 'Gregwar\\CaptchaBundle',
  1950.                 ],
  1951.                 'ZenstruckFoundryBundle' => [
  1952.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src'),
  1953.                     'namespace' => 'Zenstruck\\Foundry',
  1954.                 ],
  1955.             ],
  1956.             'kernel.charset' => 'UTF-8',
  1957.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  1958.             'container.autowiring.strict_mode' => true,
  1959.             'container.dumper.inline_class_loader' => true,
  1960.             'locale' => 'en',
  1961.             'multilingual' => true,
  1962.             'email_logo' => 'https://thetlb.co.uk/img/tlb-logo.png',
  1963.             'twitter_user_id' => 'tlb',
  1964.             'twitter_oauth_access_token' => 'enter_twitter_oauth_access_token_in_env',
  1965.             'twitter_oauth_access_token_secret' => 'enter_twitter_oauth_access_token_secret_in_env',
  1966.             'twitter_consumer_key' => 'enter_twitter_consumer_key_in_env',
  1967.             'twitter_consumer_secret' => 'enter_twitter_consumer_secret_in_env',
  1968.             'facebook_id' => 'enter_facebook_id_in_env',
  1969.             'facebook_access_token' => 'enter_facebook_access_token_in_env',
  1970.             'instagram_access_token' => 'enter_instagram_access_token_in_env',
  1971.             'recaptcha_public' => '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI',
  1972.             'recaptcha_secret' => '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe',
  1973.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1974.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  1975.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1976.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  1977.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  1978.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  1979.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  1980.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  1981.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  1982.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1983.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  1984.             'doctrine_cache.memcache.host' => 'localhost',
  1985.             'doctrine_cache.memcache.port' => 11211,
  1986.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1987.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  1988.             'doctrine_cache.memcached.host' => 'localhost',
  1989.             'doctrine_cache.memcached.port' => 11211,
  1990.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  1991.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  1992.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  1993.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  1994.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  1995.             'doctrine_cache.predis.scheme' => 'tcp',
  1996.             'doctrine_cache.predis.host' => 'localhost',
  1997.             'doctrine_cache.predis.port' => 6379,
  1998.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  1999.             'doctrine_cache.redis.connection.class' => 'Redis',
  2000.             'doctrine_cache.redis.host' => 'localhost',
  2001.             'doctrine_cache.redis.port' => 6379,
  2002.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2003.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2004.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2005.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2006.             'doctrine_cache.riak.host' => 'localhost',
  2007.             'doctrine_cache.riak.port' => 8087,
  2008.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2009.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2010.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2011.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2012.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2013.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2014.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2015.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2016.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2017.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2018.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2019.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2020.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2021.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2022.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2023.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2024.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2025.             'doctrine.entity_managers' => [
  2026.                 'default' => 'doctrine.orm.default_entity_manager',
  2027.             ],
  2028.             'doctrine.default_entity_manager' => 'default',
  2029.             'doctrine.dbal.connection_factory.types' => [
  2030.             ],
  2031.             'doctrine.connections' => [
  2032.                 'default' => 'doctrine.dbal.default_connection',
  2033.             ],
  2034.             'doctrine.default_connection' => 'default',
  2035.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2036.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2037.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2038.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2039.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2040.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2041.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2042.             'doctrine.orm.cache.memcache_port' => 11211,
  2043.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2044.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2045.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2046.             'doctrine.orm.cache.memcached_port' => 11211,
  2047.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2048.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2049.             'doctrine.orm.cache.redis_host' => 'localhost',
  2050.             'doctrine.orm.cache.redis_port' => 6379,
  2051.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2052.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2053.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2054.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2055.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2056.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2057.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2058.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2059.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2060.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2061.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2062.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2063.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2064.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2065.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2066.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2067.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2068.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2069.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2070.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2071.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2072.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2073.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2074.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2075.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2076.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2077.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2078.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2079.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2080.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2081.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2082.             'gregwar_image.cache_dir' => '/public/userfiles/image_cache',
  2083.             'gregwar_image.cache_dir_mode' => NULL,
  2084.             'gregwar_image.throw_exception' => false,
  2085.             'gregwar_image.fallback_image' => '/images/fallback.jpg',
  2086.             'gregwar_image.web_dir' => (\dirname(__DIR__4).'/public/'),
  2087.             'image.handling.class' => 'Gregwar\\ImageBundle\\Services\\ImageHandling',
  2088.             'image.handler.class' => 'Gregwar\\ImageBundle\\ImageHandler',
  2089.             'knp_paginator.class' => 'Knp\\Component\\Pager\\Paginator',
  2090.             'knp_paginator.helper.processor.class' => 'Knp\\Bundle\\PaginatorBundle\\Helper\\Processor',
  2091.             'knp_paginator.template.pagination' => '@theme/common/pagination.html.twig',
  2092.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2093.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  2094.             'knp_paginator.page_range' => 5,
  2095.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2096.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2097.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  2098.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2099.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2100.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  2101.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2102.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  2103.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2104.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2105.             'stof_doctrine_extensions.uploadable.manager.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadableManager',
  2106.             'stof_doctrine_extensions.uploadable.mime_type_guesser.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\MimeTypeGuesserAdapter',
  2107.             'stof_doctrine_extensions.uploadable.default_file_info.class' => 'Stof\\DoctrineExtensionsBundle\\Uploadable\\UploadedFileInfo',
  2108.             'stof_doctrine_extensions.default_locale' => 'en',
  2109.             'stof_doctrine_extensions.translation_fallback' => true,
  2110.             'stof_doctrine_extensions.persist_default_translation' => false,
  2111.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2112.             'stof_doctrine_extensions.default_file_path' => (\dirname(__DIR__4).'/src/../public/uploads'),
  2113.             'stof_doctrine_extensions.uploadable.validate_writable_directory' => true,
  2114.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2115.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2116.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2117.             'monolog.use_microseconds' => true,
  2118.             'monolog.swift_mailer.handlers' => [
  2119.             ],
  2120.             'monolog.handlers_to_channels' => [
  2121.                 'monolog.handler.console' => [
  2122.                     'type' => 'exclusive',
  2123.                     'elements' => [
  2124.                         => 'event',
  2125.                         => 'doctrine',
  2126.                         => 'console',
  2127.                     ],
  2128.                 ],
  2129.                 'monolog.handler.main' => [
  2130.                     'type' => 'exclusive',
  2131.                     'elements' => [
  2132.                         => 'event',
  2133.                     ],
  2134.                 ],
  2135.             ],
  2136.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2137.             'swiftmailer.mailer.default.spool.enabled' => true,
  2138.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2139.             'swiftmailer.mailer.default.single_address' => 'dev@thetlb.co.uk',
  2140.             'swiftmailer.mailer.default.delivery_addresses' => [
  2141.                 => 'dev@thetlb.co.uk',
  2142.             ],
  2143.             'swiftmailer.mailer.default.delivery_whitelist' => [
  2144.             ],
  2145.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2146.             'swiftmailer.spool.enabled' => true,
  2147.             'swiftmailer.delivery.enabled' => true,
  2148.             'swiftmailer.single_address' => 'dev@thetlb.co.uk',
  2149.             'swiftmailer.mailers' => [
  2150.                 'default' => 'swiftmailer.mailer.default',
  2151.             ],
  2152.             'swiftmailer.default_mailer' => 'default',
  2153.             'event_dispatcher.event_aliases' => [
  2154.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2155.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2156.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2157.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2158.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2159.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2160.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2161.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2162.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2163.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2164.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2165.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2166.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2167.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2168.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2169.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2170.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  2171.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  2172.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  2173.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  2174.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  2175.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  2176.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  2177.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2178.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2179.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2180.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2181.             ],
  2182.             'fragment.renderer.hinclude.global_template' => NULL,
  2183.             'fragment.path' => '/_fragment',
  2184.             'kernel.http_method_override' => true,
  2185.             'kernel.trusted_hosts' => [
  2186.             ],
  2187.             'kernel.default_locale' => 'en',
  2188.             'kernel.error_controller' => 'error_controller',
  2189.             'templating.helper.code.file_link_format' => NULL,
  2190.             'debug.file_link_format' => NULL,
  2191.             'session.metadata.storage_key' => '_sf2_meta',
  2192.             'session.storage.options' => [
  2193.                 'cache_limiter' => '0',
  2194.                 'cookie_httponly' => true,
  2195.                 'cookie_samesite' => 'lax',
  2196.                 'gc_probability' => 1,
  2197.             ],
  2198.             'session.metadata.update_threshold' => 0,
  2199.             'form.type_extension.csrf.enabled' => true,
  2200.             'form.type_extension.csrf.field_name' => '_token',
  2201.             'asset.request_context.base_path' => '',
  2202.             'asset.request_context.secure' => false,
  2203.             'templating.loader.cache.path' => NULL,
  2204.             'templating.engines' => [
  2205.                 => 'twig',
  2206.             ],
  2207.             'validator.translation_domain' => 'validators',
  2208.             'translator.logging' => false,
  2209.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2210.             'profiler_listener.only_exceptions' => false,
  2211.             'profiler_listener.only_master_requests' => false,
  2212.             'debug.error_handler.throw_at' => -1,
  2213.             'router.request_context.host' => 'localhost',
  2214.             'router.request_context.scheme' => 'http',
  2215.             'router.request_context.base_url' => '',
  2216.             'router.resource' => 'kernel::loadRoutes',
  2217.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2218.             'request_listener.http_port' => 80,
  2219.             'request_listener.https_port' => 443,
  2220.             'doctrine.migrations.preferred_em' => NULL,
  2221.             'doctrine.migrations.preferred_connection' => NULL,
  2222.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2223.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2224.             'security.role_hierarchy.roles' => [
  2225.                 'ROLE_ADMIN' => [
  2226.                     => 'ROLE_CMS_ACCESS',
  2227.                     => 'ROLE_PAGE_EDITOR',
  2228.                     => 'ROLE_MENU_EDITOR',
  2229.                     => 'ROLE_BLOG_EDITOR',
  2230.                     => 'ROLE_NEWS_EDITOR',
  2231.                     => 'ROLE_CASESTUDIES_EDITOR',
  2232.                     => 'ROLE_ENQUIRIES_ACCESS',
  2233.                     => 'ROLE_SLIDER_EDITOR',
  2234.                     => 'ROLE_CATALOG_EDITOR',
  2235.                 ],
  2236.                 'ROLE_SUPER_ADMIN' => [
  2237.                     => 'ROLE_CMS_ACCESS',
  2238.                     => 'ROLE_ADMIN',
  2239.                 ],
  2240.                 'ROLE_DEVELOPER' => [
  2241.                     => 'ROLE_CMS_ACCESS',
  2242.                     => 'ROLE_ADMIN',
  2243.                     => 'ROLE_SUPER_ADMIN',
  2244.                     => 'ROLE_ALLOWED_TO_SWITCH',
  2245.                 ],
  2246.             ],
  2247.             'security.access.denied_url' => NULL,
  2248.             'security.authentication.manager.erase_credentials' => true,
  2249.             'security.authentication.session_strategy.strategy' => 'migrate',
  2250.             'security.access.always_authenticate_before_granting' => false,
  2251.             'security.authentication.hide_user_not_found' => true,
  2252.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2253.             'twig.exception_listener.controller' => NULL,
  2254.             'twig.form.resources' => [
  2255.                 => '@GregwarCaptcha/captcha.html.twig',
  2256.                 => 'form_div_layout.html.twig',
  2257.                 => 'Form/fields.html.twig',
  2258.             ],
  2259.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2260.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2261.             'web_profiler.debug_toolbar.mode' => 2,
  2262.             'gregwar_captcha.controller.class' => 'Gregwar\\CaptchaBundle\\Controller\\CaptchaController',
  2263.             'gregwar_captcha.captcha_type.class' => 'Gregwar\\CaptchaBundle\\Type\\CaptchaType',
  2264.             'gregwar_captcha.captcha_generator.class' => 'Gregwar\\CaptchaBundle\\Generator\\CaptchaGenerator',
  2265.             'gregwar_captcha.image_file_handler.class' => 'Gregwar\\CaptchaBundle\\Generator\\ImageFileHandler',
  2266.             'gregwar_captcha.captcha_builder.class' => 'Gregwar\\Captcha\\CaptchaBuilder',
  2267.             'gregwar_captcha.phrase_builder.class' => 'Gregwar\\Captcha\\PhraseBuilder',
  2268.             'gregwar_captcha.config' => [
  2269.                 'charset' => '0123456789',
  2270.                 'length' => 5,
  2271.                 'width' => 130,
  2272.                 'height' => 50,
  2273.                 'font' => (\dirname(__DIR__4).'/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf'),
  2274.                 'keep_value' => false,
  2275.                 'as_file' => false,
  2276.                 'as_url' => false,
  2277.                 'reload' => false,
  2278.                 'image_folder' => 'captcha',
  2279.                 'web_path' => (\dirname(__DIR__4).'/public'),
  2280.                 'gc_freq' => 100,
  2281.                 'expiration' => 60,
  2282.                 'quality' => 50,
  2283.                 'invalid_message' => 'Bad code value',
  2284.                 'bypass_code' => NULL,
  2285.                 'whitelist_key' => 'captcha_whitelist_key',
  2286.                 'humanity' => 0,
  2287.                 'distortion' => true,
  2288.                 'max_front_lines' => NULL,
  2289.                 'max_behind_lines' => NULL,
  2290.                 'interpolation' => true,
  2291.                 'text_color' => [
  2292.                 ],
  2293.                 'background_color' => [
  2294.                 ],
  2295.                 'background_images' => [
  2296.                 ],
  2297.                 'disabled' => false,
  2298.                 'ignore_all_effects' => false,
  2299.                 'session_key' => 'captcha',
  2300.             ],
  2301.             'gregwar_captcha.config.image_folder' => 'captcha',
  2302.             'gregwar_captcha.config.web_path' => (\dirname(__DIR__4).'/public'),
  2303.             'gregwar_captcha.config.gc_freq' => 100,
  2304.             'gregwar_captcha.config.expiration' => 60,
  2305.             'gregwar_captcha.config.whitelist_key' => 'captcha_whitelist_key',
  2306.             'data_collector.templates' => [
  2307.                 'data_collector.request' => [
  2308.                     => 'request',
  2309.                     => '@WebProfiler/Collector/request.html.twig',
  2310.                 ],
  2311.                 'data_collector.time' => [
  2312.                     => 'time',
  2313.                     => '@WebProfiler/Collector/time.html.twig',
  2314.                 ],
  2315.                 'data_collector.memory' => [
  2316.                     => 'memory',
  2317.                     => '@WebProfiler/Collector/memory.html.twig',
  2318.                 ],
  2319.                 'data_collector.validator' => [
  2320.                     => 'validator',
  2321.                     => '@WebProfiler/Collector/validator.html.twig',
  2322.                 ],
  2323.                 'data_collector.ajax' => [
  2324.                     => 'ajax',
  2325.                     => '@WebProfiler/Collector/ajax.html.twig',
  2326.                 ],
  2327.                 'data_collector.form' => [
  2328.                     => 'form',
  2329.                     => '@WebProfiler/Collector/form.html.twig',
  2330.                 ],
  2331.                 'data_collector.exception' => [
  2332.                     => 'exception',
  2333.                     => '@WebProfiler/Collector/exception.html.twig',
  2334.                 ],
  2335.                 'data_collector.logger' => [
  2336.                     => 'logger',
  2337.                     => '@WebProfiler/Collector/logger.html.twig',
  2338.                 ],
  2339.                 'data_collector.events' => [
  2340.                     => 'events',
  2341.                     => '@WebProfiler/Collector/events.html.twig',
  2342.                 ],
  2343.                 'data_collector.router' => [
  2344.                     => 'router',
  2345.                     => '@WebProfiler/Collector/router.html.twig',
  2346.                 ],
  2347.                 'data_collector.cache' => [
  2348.                     => 'cache',
  2349.                     => '@WebProfiler/Collector/cache.html.twig',
  2350.                 ],
  2351.                 'data_collector.translation' => [
  2352.                     => 'translation',
  2353.                     => '@WebProfiler/Collector/translation.html.twig',
  2354.                 ],
  2355.                 'data_collector.security' => [
  2356.                     => 'security',
  2357.                     => '@Security/Collector/security.html.twig',
  2358.                 ],
  2359.                 'data_collector.twig' => [
  2360.                     => 'twig',
  2361.                     => '@WebProfiler/Collector/twig.html.twig',
  2362.                 ],
  2363.                 'data_collector.doctrine' => [
  2364.                     => 'db',
  2365.                     => '@Doctrine/Collector/db.html.twig',
  2366.                 ],
  2367.                 'swiftmailer.data_collector' => [
  2368.                     => 'swiftmailer',
  2369.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2370.                 ],
  2371.                 'data_collector.dump' => [
  2372.                     => 'dump',
  2373.                     => '@Debug/Profiler/dump.html.twig',
  2374.                 ],
  2375.                 'data_collector.config' => [
  2376.                     => 'config',
  2377.                     => '@WebProfiler/Collector/config.html.twig',
  2378.                 ],
  2379.             ],
  2380.             'console.command.ids' => [
  2381.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2382.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2383.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2384.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2385.             ],
  2386.         ];
  2387.     }
  2388.     protected function throw($message)
  2389.     {
  2390.         throw new RuntimeException($message);
  2391.     }
  2392. }