var/cache/dev/ContainerExiUZOE/srcApp_KernelDevDebugContainer.php line 330

Open in your IDE?
  1. <?php
  2. namespace ContainerExiUZOE;
  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\\Controller\\AnnonceController' => 'getAnnonceControllerService',
  37.             'App\\Controller\\ApiController' => 'getApiControllerService',
  38.             'App\\Controller\\BanniereController' => 'getBanniereControllerService',
  39.             'App\\Controller\\BusinessController' => 'getBusinessControllerService',
  40.             'App\\Controller\\CategorieController' => 'getCategorieControllerService',
  41.             'App\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  42.             'App\\Controller\\DashboardController' => 'getDashboardControllerService',
  43.             'App\\Controller\\PartenaireController' => 'getPartenaireControllerService',
  44.             'App\\Controller\\ParticulierController' => 'getParticulierControllerService',
  45.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  46.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  47.             'App\\Controller\\ResettingController' => 'getResettingControllerService',
  48.             'App\\Controller\\ResponsableController' => 'getResponsableControllerService',
  49.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  50.             'App\\Controller\\SiteController' => 'getSiteControllerService',
  51.             'App\\Controller\\SliderController' => 'getSliderControllerService',
  52.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  53.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  54.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  55.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  56.             'cache.app' => 'getCache_AppService',
  57.             'cache.app_clearer' => 'getCache_AppClearerService',
  58.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  59.             'cache.system' => 'getCache_SystemService',
  60.             'cache.system_clearer' => 'getCache_SystemClearerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'cache_warmer' => 'getCacheWarmerService',
  63.             'console.command_loader' => 'getConsole_CommandLoaderService',
  64.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  65.             'data_collector.dump' => 'getDataCollector_DumpService',
  66.             'doctrine' => 'getDoctrineService',
  67.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  68.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  69.             'error_controller' => 'getErrorControllerService',
  70.             'event_dispatcher' => 'getEventDispatcherService',
  71.             'filesystem' => 'getFilesystemService',
  72.             'form.factory' => 'getForm_FactoryService',
  73.             'form.type.file' => 'getForm_Type_FileService',
  74.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  75.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  76.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  77.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  78.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  79.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  80.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  81.             'http_kernel' => 'getHttpKernelService',
  82.             'knp_paginator' => 'getKnpPaginatorService',
  83.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  84.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  85.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  86.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  87.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  88.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  89.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  90.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  91.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  92.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  93.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  94.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  95.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  96.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  97.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  98.             'profiler' => 'getProfilerService',
  99.             'request_stack' => 'getRequestStackService',
  100.             'router' => 'getRouterService',
  101.             'routing.loader' => 'getRouting_LoaderService',
  102.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  103.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  104.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  105.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  106.             'security.token_storage' => 'getSecurity_TokenStorageService',
  107.             'serializer' => 'getSerializerService',
  108.             'services_resetter' => 'getServicesResetterService',
  109.             'session' => 'getSessionService',
  110.             'templating' => 'getTemplatingService',
  111.             'templating.loader' => 'getTemplating_LoaderService',
  112.             'translator' => 'getTranslatorService',
  113.             'twig' => 'getTwigService',
  114.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  115.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  116.             'validator' => 'getValidatorService',
  117.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  118.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  119.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  120.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  121.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  122.         ];
  123.         $this->aliases = [
  124.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  125.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  126.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  127.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  128.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  129.             'database_connection' => 'doctrine.dbal.default_connection',
  130.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  131.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  132.         ];
  133.         $this->privates['service_container'] = function () {
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  140.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  142.             include_once \dirname(__DIR__4).'/src/Service/LocaleListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  156.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.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/security-csrf/TokenStorage/TokenStorageInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  230.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  248.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  325.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  328.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  356.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  360.             include_once \dirname(__DIR__4).'/src/Service/Services.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  434.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  437.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  438.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  441.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  442.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  445.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  446.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  448.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  450.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.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/validator/Mapping/Factory/MetadataFactoryInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  476.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  477.         };
  478.     }
  479.     public function compile(): void
  480.     {
  481.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  482.     }
  483.     public function isCompiled(): bool
  484.     {
  485.         return true;
  486.     }
  487.     public function getRemovedIds(): array
  488.     {
  489.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  490.     }
  491.     protected function createProxy($class, \Closure $factory)
  492.     {
  493.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  494.         return $factory();
  495.     }
  496.     /**
  497.      * Gets the public 'App\Controller\AnnonceController' shared autowired service.
  498.      *
  499.      * @return \App\Controller\AnnonceController
  500.      */
  501.     protected function getAnnonceControllerService()
  502.     {
  503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  505.         include_once \dirname(__DIR__4).'/src/Controller/AnnonceController.php';
  506.         $this->services['App\\Controller\\AnnonceController'] = $instance = new \App\Controller\AnnonceController();
  507.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AnnonceController'$this));
  508.         return $instance;
  509.     }
  510.     /**
  511.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  512.      *
  513.      * @return \App\Controller\ApiController
  514.      */
  515.     protected function getApiControllerService()
  516.     {
  517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  519.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  520.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  521.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  522.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  523.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  524.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  525.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  526.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  527.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  528.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  529.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  530.             'router' => ['services''router''getRouterService'false],
  531.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  532.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  533.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  534.             'serializer' => ['services''serializer''getSerializerService'false],
  535.             'session' => ['services''session''getSessionService'false],
  536.             'templating' => ['services''templating''getTemplatingService'false],
  537.             'twig' => ['services''twig''getTwigService'false],
  538.         ], [
  539.             'doctrine' => '?',
  540.             'form.factory' => '?',
  541.             'fos_rest.view_handler' => '?',
  542.             'http_kernel' => '?',
  543.             'parameter_bag' => '?',
  544.             'request_stack' => '?',
  545.             'router' => '?',
  546.             'security.authorization_checker' => '?',
  547.             'security.csrf.token_manager' => '?',
  548.             'security.token_storage' => '?',
  549.             'serializer' => '?',
  550.             'session' => '?',
  551.             'templating' => '?',
  552.             'twig' => '?',
  553.         ]))->withContext('App\\Controller\\ApiController'$this));
  554.         return $instance;
  555.     }
  556.     /**
  557.      * Gets the public 'App\Controller\BanniereController' shared autowired service.
  558.      *
  559.      * @return \App\Controller\BanniereController
  560.      */
  561.     protected function getBanniereControllerService()
  562.     {
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  565.         include_once \dirname(__DIR__4).'/src/Controller/BanniereController.php';
  566.         $this->services['App\\Controller\\BanniereController'] = $instance = new \App\Controller\BanniereController();
  567.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\BanniereController'$this));
  568.         return $instance;
  569.     }
  570.     /**
  571.      * Gets the public 'App\Controller\BusinessController' shared autowired service.
  572.      *
  573.      * @return \App\Controller\BusinessController
  574.      */
  575.     protected function getBusinessControllerService()
  576.     {
  577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  579.         include_once \dirname(__DIR__4).'/src/Controller/BusinessController.php';
  580.         $this->services['App\\Controller\\BusinessController'] = $instance = new \App\Controller\BusinessController();
  581.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\BusinessController'$this));
  582.         return $instance;
  583.     }
  584.     /**
  585.      * Gets the public 'App\Controller\CategorieController' shared autowired service.
  586.      *
  587.      * @return \App\Controller\CategorieController
  588.      */
  589.     protected function getCategorieControllerService()
  590.     {
  591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  593.         include_once \dirname(__DIR__4).'/src/Controller/CategorieController.php';
  594.         $this->services['App\\Controller\\CategorieController'] = $instance = new \App\Controller\CategorieController();
  595.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CategorieController'$this));
  596.         return $instance;
  597.     }
  598.     /**
  599.      * Gets the public 'App\Controller\ChangePasswordController' shared autowired service.
  600.      *
  601.      * @return \App\Controller\ChangePasswordController
  602.      */
  603.     protected function getChangePasswordControllerService()
  604.     {
  605.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  606.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  609.         include_once \dirname(__DIR__4).'/src/Controller/ChangePasswordController.php';
  610.         return $this->services['App\\Controller\\ChangePasswordController'] = new \App\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  611.     }
  612.     /**
  613.      * Gets the public 'App\Controller\DashboardController' shared autowired service.
  614.      *
  615.      * @return \App\Controller\DashboardController
  616.      */
  617.     protected function getDashboardControllerService()
  618.     {
  619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  621.         include_once \dirname(__DIR__4).'/src/Controller/DashboardController.php';
  622.         $this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
  623.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\DashboardController'$this));
  624.         return $instance;
  625.     }
  626.     /**
  627.      * Gets the public 'App\Controller\PartenaireController' shared autowired service.
  628.      *
  629.      * @return \App\Controller\PartenaireController
  630.      */
  631.     protected function getPartenaireControllerService()
  632.     {
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  635.         include_once \dirname(__DIR__4).'/src/Controller/PartenaireController.php';
  636.         $this->services['App\\Controller\\PartenaireController'] = $instance = new \App\Controller\PartenaireController();
  637.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\PartenaireController'$this));
  638.         return $instance;
  639.     }
  640.     /**
  641.      * Gets the public 'App\Controller\ParticulierController' shared autowired service.
  642.      *
  643.      * @return \App\Controller\ParticulierController
  644.      */
  645.     protected function getParticulierControllerService()
  646.     {
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  649.         include_once \dirname(__DIR__4).'/src/Controller/ParticulierController.php';
  650.         $this->services['App\\Controller\\ParticulierController'] = $instance = new \App\Controller\ParticulierController();
  651.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParticulierController'$this));
  652.         return $instance;
  653.     }
  654.     /**
  655.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  656.      *
  657.      * @return \App\Controller\ProfileController
  658.      */
  659.     protected function getProfileControllerService()
  660.     {
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  665.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  666.         return $this->services['App\\Controller\\ProfileController'] = new \App\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  667.     }
  668.     /**
  669.      * Gets the public 'App\Controller\RegistrationController' shared autowired service.
  670.      *
  671.      * @return \App\Controller\RegistrationController
  672.      */
  673.     protected function getRegistrationControllerService()
  674.     {
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  679.         include_once \dirname(__DIR__4).'/src/Controller/RegistrationController.php';
  680.         return $this->services['App\\Controller\\RegistrationController'] = new \App\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  681.     }
  682.     /**
  683.      * Gets the public 'App\Controller\ResettingController' shared autowired service.
  684.      *
  685.      * @return \App\Controller\ResettingController
  686.      */
  687.     protected function getResettingControllerService()
  688.     {
  689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  691.         include_once \dirname(__DIR__4).'/src/Controller/ResettingController.php';
  692.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  693.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  694.         $this->services['App\\Controller\\ResettingController'] = $instance = new \App\Controller\ResettingController(($this->services['fos_user.resetting.controller'] ?? $this->getFosUser_Resetting_ControllerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.default'] ?? $this->getFosUser_Mailer_DefaultService()), 7200, ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  695.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ResettingController'$this));
  696.         return $instance;
  697.     }
  698.     /**
  699.      * Gets the public 'App\Controller\ResponsableController' shared autowired service.
  700.      *
  701.      * @return \App\Controller\ResponsableController
  702.      */
  703.     protected function getResponsableControllerService()
  704.     {
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  706.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  707.         include_once \dirname(__DIR__4).'/src/Controller/ResponsableController.php';
  708.         $this->services['App\\Controller\\ResponsableController'] = $instance = new \App\Controller\ResponsableController();
  709.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ResponsableController'$this));
  710.         return $instance;
  711.     }
  712.     /**
  713.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  714.      *
  715.      * @return \App\Controller\SecurityController
  716.      */
  717.     protected function getSecurityControllerService()
  718.     {
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  720.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  723.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  724.         return $this->services['App\\Controller\\SecurityController'] = new \App\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  725.     }
  726.     /**
  727.      * Gets the public 'App\Controller\SiteController' shared autowired service.
  728.      *
  729.      * @return \App\Controller\SiteController
  730.      */
  731.     protected function getSiteControllerService()
  732.     {
  733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  735.         include_once \dirname(__DIR__4).'/src/Controller/SiteController.php';
  736.         $this->services['App\\Controller\\SiteController'] = $instance = new \App\Controller\SiteController();
  737.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SiteController'$this));
  738.         return $instance;
  739.     }
  740.     /**
  741.      * Gets the public 'App\Controller\SliderController' shared autowired service.
  742.      *
  743.      * @return \App\Controller\SliderController
  744.      */
  745.     protected function getSliderControllerService()
  746.     {
  747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  749.         include_once \dirname(__DIR__4).'/src/Controller/SliderController.php';
  750.         $this->services['App\\Controller\\SliderController'] = $instance = new \App\Controller\SliderController();
  751.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\SliderController'$this));
  752.         return $instance;
  753.     }
  754.     /**
  755.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  756.      *
  757.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  758.      */
  759.     protected function getProfilerControllerService()
  760.     {
  761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  762.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  763.     }
  764.     /**
  765.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  766.      *
  767.      * @return \Liip\ImagineBundle\Controller\ImagineController
  768.      */
  769.     protected function getImagineControllerService()
  770.     {
  771.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  772.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  773.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
  774.     }
  775.     /**
  776.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  777.      *
  778.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  779.      */
  780.     protected function getRedirectControllerService()
  781.     {
  782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  783.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  784.     }
  785.     /**
  786.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  787.      *
  788.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  789.      */
  790.     protected function getTemplateControllerService()
  791.     {
  792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  793.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  794.     }
  795.     /**
  796.      * Gets the public 'cache.app' shared service.
  797.      *
  798.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  799.      */
  800.     protected function getCache_AppService()
  801.     {
  802.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OBRNxnH3p5'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  803.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  804.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  805.     }
  806.     /**
  807.      * Gets the public 'cache.app_clearer' shared service.
  808.      *
  809.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  810.      */
  811.     protected function getCache_AppClearerService()
  812.     {
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  815.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  816.     }
  817.     /**
  818.      * Gets the public 'cache.global_clearer' shared service.
  819.      *
  820.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  821.      */
  822.     protected function getCache_GlobalClearerService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  826.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  827.     }
  828.     /**
  829.      * Gets the public 'cache.system' shared service.
  830.      *
  831.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  832.      */
  833.     protected function getCache_SystemService()
  834.     {
  835.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PyfXswgbtQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  836.     }
  837.     /**
  838.      * Gets the public 'cache.system_clearer' shared service.
  839.      *
  840.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  841.      */
  842.     protected function getCache_SystemClearerService()
  843.     {
  844.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  845.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  846.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  847.     }
  848.     /**
  849.      * Gets the public 'cache_clearer' shared service.
  850.      *
  851.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  852.      */
  853.     protected function getCacheClearerService()
  854.     {
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  857.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  858.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  859.         }, 1));
  860.     }
  861.     /**
  862.      * Gets the public 'cache_warmer' shared service.
  863.      *
  864.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  865.      */
  866.     protected function getCacheWarmerService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  870.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  871.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  872.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  873.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  874.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  875.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  876.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  877.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  878.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  879.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  880.         }, 9), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  881.     }
  882.     /**
  883.      * Gets the public 'console.command_loader' shared service.
  884.      *
  885.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  886.      */
  887.     protected function getConsole_CommandLoaderService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  891.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  892.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  893.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  894.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  895.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  896.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  897.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  898.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  899.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  900.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  901.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  902.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  903.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  904.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  905.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  906.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  907.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  908.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  909.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  910.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  911.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  912.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  913.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  914.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  915.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  916.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  917.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  918.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  919.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  920.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  921.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  922.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  923.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  924.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  925.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  926.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  927.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  928.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  929.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  930.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  931.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  932.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  933.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  934.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  935.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  936.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  937.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  938.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  939.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  940.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  941.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  942.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  943.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  944.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  945.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  946.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  947.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  948.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  949.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  950.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  951.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  952.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  953.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  954.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  955.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  956.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  957.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  958.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  959.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  960.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  961.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  962.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  963.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  964.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  965.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  966.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  967.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  968.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  969.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  970.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  971.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  972.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  973.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  974.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  975.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  976.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  977.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  978.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  979.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  980.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  981.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  982.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  983.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  984.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  985.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  986.         ], [
  987.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  988.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  989.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  990.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  991.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  992.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  993.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  994.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  995.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  996.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  997.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  998.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  999.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1000.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1001.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1002.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1003.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1004.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1005.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1006.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1007.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1008.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1009.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1010.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1011.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1012.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1013.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1014.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1015.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1016.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1017.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1018.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1019.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1020.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1021.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1022.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1023.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1024.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1025.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1026.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1027.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1028.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1029.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1030.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1031.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1032.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1033.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1034.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1035.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1036.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1037.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1038.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1039.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1040.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1041.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1042.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1043.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1044.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1045.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1046.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1047.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1048.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1049.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1050.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1051.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1052.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1053.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  1054.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  1055.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1056.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1057.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1058.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1059.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1060.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1061.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1062.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1063.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1064.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1065.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1066.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1067.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1068.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1069.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1070.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1071.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1072.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1073.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1074.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1075.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1076.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1077.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1078.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1079.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1080.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1081.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1082.     }
  1083.     /**
  1084.      * Gets the public 'container.env_var_processors_locator' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1087.      */
  1088.     protected function getContainer_EnvVarProcessorsLocatorService()
  1089.     {
  1090.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1091.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1092.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1093.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1094.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1095.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1096.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1097.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1098.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1099.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1100.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1101.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1102.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1103.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1104.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1105.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1106.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1107.         ], [
  1108.             'base64' => '?',
  1109.             'bool' => '?',
  1110.             'const' => '?',
  1111.             'csv' => '?',
  1112.             'default' => '?',
  1113.             'file' => '?',
  1114.             'float' => '?',
  1115.             'int' => '?',
  1116.             'json' => '?',
  1117.             'key' => '?',
  1118.             'query_string' => '?',
  1119.             'require' => '?',
  1120.             'resolve' => '?',
  1121.             'string' => '?',
  1122.             'trim' => '?',
  1123.             'url' => '?',
  1124.         ]);
  1125.     }
  1126.     /**
  1127.      * Gets the public 'data_collector.dump' shared service.
  1128.      *
  1129.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1130.      */
  1131.     protected function getDataCollector_DumpService()
  1132.     {
  1133.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1134.     }
  1135.     /**
  1136.      * Gets the public 'doctrine' shared service.
  1137.      *
  1138.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1139.      */
  1140.     protected function getDoctrineService()
  1141.     {
  1142.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1143.     }
  1144.     /**
  1145.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1146.      *
  1147.      * @return \Doctrine\DBAL\Connection
  1148.      */
  1149.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1150.     {
  1151.         $a = new \Doctrine\DBAL\Configuration();
  1152.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1153.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1154.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1155.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1156.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1157.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1158.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1159.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1160.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  1161.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  1162.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  1163.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  1164.         ], [
  1165.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1166.             'fos_user.user_listener' => '?',
  1167.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1168.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1169.             'stof_doctrine_extensions.listener.translatable' => '?',
  1170.         ]), [=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.timestampable'=> 'fos_user.user_listener'=> 'stof_doctrine_extensions.listener.translatable']);
  1171.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1172.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1173.     }
  1174.     /**
  1175.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1176.      *
  1177.      * @return \Doctrine\ORM\EntityManager
  1178.      */
  1179.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1180.     {
  1181.         if ($lazyLoad) {
  1182.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1183.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1184.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1185.                     $proxy->setProxyInitializer(null);
  1186.                     return true;
  1187.                 });
  1188.             });
  1189.         }
  1190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1207.         $a = new \Doctrine\ORM\Configuration();
  1208.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1209.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1210.         $b->addDriver($c'App\\Entity');
  1211.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1212.         $b->addDriver($c'Gedmo\\Translator\\Entity');
  1213.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  1214.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1215.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1216.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTranslator' => 'Gedmo\\Translator\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity']);
  1217.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1218.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1219.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1220.         $a->setMetadataDriverImpl($b);
  1221.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1222.         $a->setProxyNamespace('Proxies');
  1223.         $a->setAutoGenerateProxyClasses(true);
  1224.         $a->setSchemaIgnoreClasses([]);
  1225.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1226.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1227.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1228.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1229.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1230.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  1231.         $a->addCustomNumericFunction('Rand''App\\Service\\Rand');
  1232.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1233.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1234.         return $instance;
  1235.     }
  1236.     /**
  1237.      * Gets the public 'error_controller' shared service.
  1238.      *
  1239.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1240.      */
  1241.     protected function getErrorControllerService()
  1242.     {
  1243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1248.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1249.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1250.     }
  1251.     /**
  1252.      * Gets the public 'event_dispatcher' shared service.
  1253.      *
  1254.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1255.      */
  1256.     protected function getEventDispatcherService()
  1257.     {
  1258.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1259.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1260.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1261.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1262.         $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())));
  1263.         $instance->addListener('kernel.controller', [=> function () {
  1264.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1265.         }, => 'onKernelController'], 0);
  1266.         $instance->addListener('kernel.request', [=> function () {
  1267.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1268.         }, => 'onKernelRequest'], 0);
  1269.         $instance->addListener('kernel.request', [=> function () {
  1270.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1271.         }, => 'onKernelRequest'], 34);
  1272.         $instance->addListener('kernel.request', [=> function () {
  1273.             return ($this->privates['App\\Service\\LocaleListener'] ?? ($this->privates['App\\Service\\LocaleListener'] = new \App\Service\LocaleListener()));
  1274.         }, => 'onKernelRequest'], 17);
  1275.         $instance->addListener('kernel.response', [=> function () {
  1276.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1277.         }, => 'onKernelResponse'], 0);
  1278.         $instance->addListener('kernel.response', [=> function () {
  1279.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1280.         }, => 'onKernelResponse'], -1024);
  1281.         $instance->addListener('kernel.request', [=> function () {
  1282.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1283.         }, => 'setDefaultLocale'], 100);
  1284.         $instance->addListener('kernel.request', [=> function () {
  1285.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1286.         }, => 'onKernelRequest'], 16);
  1287.         $instance->addListener('kernel.finish_request', [=> function () {
  1288.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1289.         }, => 'onKernelFinishRequest'], 0);
  1290.         $instance->addListener('kernel.request', [=> function () {
  1291.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1292.         }, => 'onKernelRequest'], 256);
  1293.         $instance->addListener('kernel.request', [=> function () {
  1294.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1295.         }, => 'resolveControllerName'], 24);
  1296.         $instance->addListener('kernel.response', [=> function () {
  1297.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1298.         }, => 'onResponse'], -255);
  1299.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1300.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1301.         }, => 'onControllerArguments'], 0);
  1302.         $instance->addListener('kernel.exception', [=> function () {
  1303.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1304.         }, => 'logKernelException'], 0);
  1305.         $instance->addListener('kernel.exception', [=> function () {
  1306.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1307.         }, => 'onKernelException'], -128);
  1308.         $instance->addListener('kernel.request', [=> function () {
  1309.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1310.         }, => 'onKernelRequest'], 15);
  1311.         $instance->addListener('kernel.finish_request', [=> function () {
  1312.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1313.         }, => 'onKernelFinishRequest'], -15);
  1314.         $instance->addListener('console.error', [=> function () {
  1315.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1316.         }, => 'onConsoleError'], -128);
  1317.         $instance->addListener('console.terminate', [=> function () {
  1318.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1319.         }, => 'onConsoleTerminate'], -128);
  1320.         $instance->addListener('console.error', [=> function () {
  1321.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1322.         }, => 'onConsoleError'], 0);
  1323.         $instance->addListener('kernel.request', [=> function () {
  1324.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1325.         }, => 'onKernelRequest'], 128);
  1326.         $instance->addListener('kernel.response', [=> function () {
  1327.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1328.         }, => 'onKernelResponse'], -1000);
  1329.         $instance->addListener('kernel.finish_request', [=> function () {
  1330.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1331.         }, => 'onFinishRequest'], 0);
  1332.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1333.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1334.         }, => 'onMessage'], -255);
  1335.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1336.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1337.         }, => 'onMessage'], -255);
  1338.         $instance->addListener('kernel.response', [=> function () {
  1339.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1340.         }, => 'onKernelResponse'], -100);
  1341.         $instance->addListener('kernel.exception', [=> function () {
  1342.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1343.         }, => 'onKernelException'], 0);
  1344.         $instance->addListener('kernel.terminate', [=> function () {
  1345.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1346.         }, => 'onKernelTerminate'], -1024);
  1347.         $instance->addListener('kernel.controller', [=> function () {
  1348.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1349.         }, => 'onKernelController'], 0);
  1350.         $instance->addListener('kernel.response', [=> function () {
  1351.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1352.         }, => 'onKernelResponse'], 0);
  1353.         $instance->addListener('kernel.request', [=> function () {
  1354.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1355.         }, => 'configure'], 2048);
  1356.         $instance->addListener('console.command', [=> function () {
  1357.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1358.         }, => 'configure'], 2048);
  1359.         $instance->addListener('kernel.request', [=> function () {
  1360.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1361.         }, => 'onKernelRequest'], 32);
  1362.         $instance->addListener('kernel.finish_request', [=> function () {
  1363.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1364.         }, => 'onKernelFinishRequest'], 0);
  1365.         $instance->addListener('kernel.exception', [=> function () {
  1366.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1367.         }, => 'onKernelException'], -64);
  1368.         $instance->addListener('kernel.response', [=> function () {
  1369.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1370.         }, => 'onKernelResponse'], 0);
  1371.         $instance->addListener('kernel.controller', [=> function () {
  1372.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1373.         }, => 'onKernelController'], 0);
  1374.         $instance->addListener('kernel.controller', [=> function () {
  1375.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1376.         }, => 'onKernelController'], 0);
  1377.         $instance->addListener('kernel.controller', [=> function () {
  1378.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1379.         }, => 'onKernelController'], -128);
  1380.         $instance->addListener('kernel.view', [=> function () {
  1381.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1382.         }, => 'onKernelView'], 0);
  1383.         $instance->addListener('kernel.controller', [=> function () {
  1384.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1385.         }, => 'onKernelController'], 0);
  1386.         $instance->addListener('kernel.response', [=> function () {
  1387.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1388.         }, => 'onKernelResponse'], 0);
  1389.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1390.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1391.         }, => 'onKernelControllerArguments'], 0);
  1392.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1393.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1394.         }, => 'onKernelControllerArguments'], 0);
  1395.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1396.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1397.         }, => 'onMessage'], 0);
  1398.         $instance->addListener('kernel.response', [=> function () {
  1399.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1400.         }, => 'onKernelResponse'], -128);
  1401.         $instance->addListener('console.command', [=> function () {
  1402.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1403.         }, => 'onCommand'], 255);
  1404.         $instance->addListener('console.terminate', [=> function () {
  1405.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1406.         }, => 'onTerminate'], -255);
  1407.         $instance->addListener('console.command', [=> function () {
  1408.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1409.         }, => 'configure'], 1024);
  1410.         $instance->addListener('console.error', [=> function () {
  1411.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1412.         }, => 'onConsoleError'], 0);
  1413.         $instance->addListener('console.terminate', [=> function () {
  1414.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1415.         }, => 'onConsoleTerminate'], 0);
  1416.         $instance->addListener('kernel.response', [=> function () {
  1417.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1418.         }, => 'onKernelResponse'], 0);
  1419.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1420.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1421.         }, => 'onVoterVote'], 0);
  1422.         $instance->addListener('kernel.request', [=> function () {
  1423.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1424.         }, => 'configureLogoutUrlGenerator'], 8);
  1425.         $instance->addListener('kernel.request', [=> function () {
  1426.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1427.         }, => 'onKernelRequest'], 8);
  1428.         $instance->addListener('kernel.finish_request', [=> function () {
  1429.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1430.         }, => 'onKernelFinishRequest'], 0);
  1431.         $instance->addListener('kernel.request', [=> function () {
  1432.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1433.         }, => 'onKernelRequest'], 0);
  1434.         $instance->addListener('knp_pager.before', [=> function () {
  1435.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1436.         }, => 'before'], 0);
  1437.         $instance->addListener('knp_pager.pagination', [=> function () {
  1438.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1439.         }, => 'pagination'], 0);
  1440.         $instance->addListener('knp_pager.before', [=> function () {
  1441.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1442.         }, => 'before'], 1);
  1443.         $instance->addListener('knp_pager.before', [=> function () {
  1444.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1445.         }, => 'before'], 1);
  1446.         $instance->addListener('knp_pager.pagination', [=> function () {
  1447.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1448.         }, => 'pagination'], 1);
  1449.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1450.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1451.         }, => 'onImplicitLogin'], 0);
  1452.         $instance->addListener('security.interactive_login', [=> function () {
  1453.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1454.         }, => 'onSecurityInteractiveLogin'], 0);
  1455.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1456.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1457.         }, => 'addSuccessFlash'], 0);
  1458.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1459.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1460.         }, => 'addSuccessFlash'], 0);
  1461.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1462.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1463.         }, => 'addSuccessFlash'], 0);
  1464.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1465.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1466.         }, => 'addSuccessFlash'], 0);
  1467.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1468.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1469.         }, => 'addSuccessFlash'], 0);
  1470.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1471.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1472.         }, => 'addSuccessFlash'], 0);
  1473.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1474.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1475.         }, => 'addSuccessFlash'], 0);
  1476.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1477.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1478.         }, => 'onResettingResetInitialize'], 0);
  1479.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1480.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1481.         }, => 'onResettingResetSuccess'], 0);
  1482.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1483.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1484.         }, => 'onResettingResetRequest'], 0);
  1485.         $instance->addListener('kernel.view', [=> function () {
  1486.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1487.         }, => 'onKernelView'], 30);
  1488.         return $instance;
  1489.     }
  1490.     /**
  1491.      * Gets the public 'filesystem' shared service.
  1492.      *
  1493.      * @return \Symfony\Component\Filesystem\Filesystem
  1494.      */
  1495.     protected function getFilesystemService()
  1496.     {
  1497.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1498.     }
  1499.     /**
  1500.      * Gets the public 'form.factory' shared service.
  1501.      *
  1502.      * @return \Symfony\Component\Form\FormFactory
  1503.      */
  1504.     protected function getForm_FactoryService()
  1505.     {
  1506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1508.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1509.     }
  1510.     /**
  1511.      * Gets the public 'form.type.file' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1514.      */
  1515.     protected function getForm_Type_FileService()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1520.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1521.     }
  1522.     /**
  1523.      * Gets the public 'fos_rest.view_handler' shared service.
  1524.      *
  1525.      * @return \FOS\RestBundle\View\ViewHandler
  1526.      */
  1527.     protected function getFosRest_ViewHandlerService()
  1528.     {
  1529.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1530.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  1534.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['serializer'] ?? $this->getSerializerService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  1535.     }
  1536.     /**
  1537.      * Gets the public 'fos_user.change_password.controller' shared service.
  1538.      *
  1539.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1540.      */
  1541.     protected function getFosUser_ChangePassword_ControllerService()
  1542.     {
  1543.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  1548.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1549.         $instance->setContainer($this);
  1550.         return $instance;
  1551.     }
  1552.     /**
  1553.      * Gets the public 'fos_user.profile.controller' shared service.
  1554.      *
  1555.      * @return \FOS\UserBundle\Controller\ProfileController
  1556.      */
  1557.     protected function getFosUser_Profile_ControllerService()
  1558.     {
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  1564.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1565.         $instance->setContainer($this);
  1566.         return $instance;
  1567.     }
  1568.     /**
  1569.      * Gets the public 'fos_user.registration.controller' shared service.
  1570.      *
  1571.      * @return \FOS\UserBundle\Controller\RegistrationController
  1572.      */
  1573.     protected function getFosUser_Registration_ControllerService()
  1574.     {
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  1580.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1581.         $instance->setContainer($this);
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the public 'fos_user.resetting.controller' shared service.
  1586.      *
  1587.      * @return \FOS\UserBundle\Controller\ResettingController
  1588.      */
  1589.     protected function getFosUser_Resetting_ControllerService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1595.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1597.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1598.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.default'] ?? $this->getFosUser_Mailer_DefaultService()), 7200);
  1599.         $instance->setContainer($this);
  1600.         return $instance;
  1601.     }
  1602.     /**
  1603.      * Gets the public 'fos_user.security.controller' shared service.
  1604.      *
  1605.      * @return \FOS\UserBundle\Controller\SecurityController
  1606.      */
  1607.     protected function getFosUser_Security_ControllerService()
  1608.     {
  1609.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  1614.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1615.         $instance->setContainer($this);
  1616.         return $instance;
  1617.     }
  1618.     /**
  1619.      * Gets the public 'fos_user.user_manager' shared service.
  1620.      *
  1621.      * @return \FOS\UserBundle\Doctrine\UserManager
  1622.      */
  1623.     protected function getFosUser_UserManagerService()
  1624.     {
  1625.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  1626.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  1627.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  1628.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');
  1629.     }
  1630.     /**
  1631.      * Gets the public 'http_kernel' shared service.
  1632.      *
  1633.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1634.      */
  1635.     protected function getHttpKernelService()
  1636.     {
  1637.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1638.         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 () {
  1639.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1640.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1641.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1642.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1643.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1644.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1645.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1646.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1647.         }, 8)), $a));
  1648.     }
  1649.     /**
  1650.      * Gets the public 'knp_paginator' shared service.
  1651.      *
  1652.      * @return \Knp\Component\Pager\Paginator
  1653.      */
  1654.     protected function getKnpPaginatorService($lazyLoad true)
  1655.     {
  1656.         if ($lazyLoad) {
  1657.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  1658.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1659.                     $wrappedInstance $this->getKnpPaginatorService(false);
  1660.                     $proxy->setProxyInitializer(null);
  1661.                     return true;
  1662.                 });
  1663.             });
  1664.         }
  1665.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1666.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  1671.      *
  1672.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  1673.      */
  1674.     protected function getLiipImagine_Binary_Loader_DefaultService()
  1675.     {
  1676.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1679.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1680.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1681.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  1683.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  1684.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/src/../public/')], false));
  1685.     }
  1686.     /**
  1687.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1688.      *
  1689.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1690.      */
  1691.     protected function getLiipImagine_Cache_ManagerService()
  1692.     {
  1693.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1694.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1695.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1696.         return $instance;
  1697.     }
  1698.     /**
  1699.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1700.      *
  1701.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1702.      */
  1703.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1704.     {
  1705.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/src/../public'), 'media/cache');
  1706.     }
  1707.     /**
  1708.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1709.      *
  1710.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1711.      */
  1712.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1713.     {
  1714.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1715.     }
  1716.     /**
  1717.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1718.      *
  1719.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1720.      */
  1721.     protected function getLiipImagine_Cache_SignerService()
  1722.     {
  1723.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1724.     }
  1725.     /**
  1726.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  1727.      *
  1728.      * @return \Liip\ImagineBundle\Config\StackCollection
  1729.      */
  1730.     protected function getLiipImagine_Config_StackCollectionService()
  1731.     {
  1732.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  1733.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  1734.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  1744.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  1745.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  1746.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  1747.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  1748.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  1749.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  1751.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  1753.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  1754.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  1757.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  1758.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  1759.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  1760.     }
  1761.     /**
  1762.      * Gets the public 'liip_imagine.data.manager' shared service.
  1763.      *
  1764.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  1765.      */
  1766.     protected function getLiipImagine_Data_ManagerService()
  1767.     {
  1768.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  1769.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  1770.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  1771.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  1772.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  1773.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  1774.         return $instance;
  1775.     }
  1776.     /**
  1777.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  1778.      *
  1779.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  1780.      */
  1781.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  1782.     {
  1783.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  1785.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1786.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  1787.     }
  1788.     /**
  1789.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  1790.      *
  1791.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  1792.      */
  1793.     protected function getLiipImagine_Filter_Loader_FixedService()
  1794.     {
  1795.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1796.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  1797.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  1798.     }
  1799.     /**
  1800.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  1801.      *
  1802.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  1803.      */
  1804.     protected function getLiipImagine_Filter_Loader_FlipService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1808.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  1809.     }
  1810.     /**
  1811.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  1812.      *
  1813.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  1814.      */
  1815.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  1816.     {
  1817.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1818.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1819.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  1820.     }
  1821.     /**
  1822.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  1823.      *
  1824.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  1825.      */
  1826.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  1827.     {
  1828.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1830.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  1831.     }
  1832.     /**
  1833.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  1834.      *
  1835.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  1836.      */
  1837.     protected function getLiipImagine_Filter_Loader_ResampleService()
  1838.     {
  1839.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  1841.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  1842.     }
  1843.     /**
  1844.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  1845.      *
  1846.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  1847.      */
  1848.     protected function getLiipImagine_Filter_Loader_RotateService()
  1849.     {
  1850.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1851.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1852.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  1853.     }
  1854.     /**
  1855.      * Gets the public 'liip_imagine.filter.manager' shared service.
  1856.      *
  1857.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  1858.      */
  1859.     protected function getLiipImagine_Filter_ManagerService()
  1860.     {
  1861.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  1862.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  1863.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  1864.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  1865.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  1866.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  1867.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  1868.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  1869.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  1870.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  1871.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  1872.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  1887.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  1888.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  1889.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  1890.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  1891.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  1892.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  1893.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  1894.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  1895.         $instance->addLoader('paste', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, (\dirname(__DIR__4).'/src')));
  1896.         $instance->addLoader('watermark', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, (\dirname(__DIR__4).'/src')));
  1897.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  1898.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  1899.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  1900.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  1901.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  1902.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  1903.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  1904.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  1905.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  1906.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  1907.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  1908.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  1909.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  1910.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  1911.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  1912.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  1913.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  1914.         return $instance;
  1915.     }
  1916.     /**
  1917.      * Gets the public 'profiler' shared service.
  1918.      *
  1919.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1920.      */
  1921.     protected function getProfilerService()
  1922.     {
  1923.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1924.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1925.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1926.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1927.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1928.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1929.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1930.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1931.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1932.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1933.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1934.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1935.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1936.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1937.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1938.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1939.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1940.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1941.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1942.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1943.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1944.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1945.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1946.         if ($this->has('kernel')) {
  1947.             $g->setKernel($b);
  1948.         }
  1949.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1950.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1951.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1952.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1953.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1954.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1955.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1956.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1957.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1958.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1959.         $instance->add($d);
  1960.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1961.         $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())));
  1962.         $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())));
  1963.         $instance->add($e);
  1964.         $instance->add($f);
  1965.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1966.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1967.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1968.         $instance->add($g);
  1969.         return $instance;
  1970.     }
  1971.     /**
  1972.      * Gets the public 'request_stack' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1975.      */
  1976.     protected function getRequestStackService()
  1977.     {
  1978.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1979.     }
  1980.     /**
  1981.      * Gets the public 'router' shared service.
  1982.      *
  1983.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1984.      */
  1985.     protected function getRouterService()
  1986.     {
  1987.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1988.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1989.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1990.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1992.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1993.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1994.         ], [
  1995.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1996.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1997.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1998.         return $instance;
  1999.     }
  2000.     /**
  2001.      * Gets the public 'routing.loader' shared service.
  2002.      *
  2003.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2004.      */
  2005.     protected function getRouting_LoaderService()
  2006.     {
  2007.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2016.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2026.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2027.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2028.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2029.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2030.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2031.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2032.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2033.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2034.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2035.             'kernel' => ['services''kernel''getKernelService'false],
  2036.         ], [
  2037.             'kernel' => 'App\\Kernel',
  2038.         ]))));
  2039.         $a->addLoader($c);
  2040.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2041.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2042.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2043.     }
  2044.     /**
  2045.      * Gets the public 'security.authentication_utils' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2048.      */
  2049.     protected function getSecurity_AuthenticationUtilsService()
  2050.     {
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2052.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2053.     }
  2054.     /**
  2055.      * Gets the public 'security.authorization_checker' shared service.
  2056.      *
  2057.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2058.      */
  2059.     protected function getSecurity_AuthorizationCheckerService()
  2060.     {
  2061.         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);
  2062.     }
  2063.     /**
  2064.      * Gets the public 'security.csrf.token_manager' shared service.
  2065.      *
  2066.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2067.      */
  2068.     protected function getSecurity_Csrf_TokenManagerService()
  2069.     {
  2070.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2071.     }
  2072.     /**
  2073.      * Gets the public 'security.password_encoder' shared service.
  2074.      *
  2075.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2076.      */
  2077.     protected function getSecurity_PasswordEncoderService()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2081.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2082.     }
  2083.     /**
  2084.      * Gets the public 'security.token_storage' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2087.      */
  2088.     protected function getSecurity_TokenStorageService()
  2089.     {
  2090.         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, [
  2091.             'session' => ['services''session''getSessionService'false],
  2092.         ], [
  2093.             'session' => '?',
  2094.         ]));
  2095.     }
  2096.     /**
  2097.      * Gets the public 'serializer' shared service.
  2098.      *
  2099.      * @return \Symfony\Component\Serializer\Serializer
  2100.      */
  2101.     protected function getSerializerService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2104.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2110.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2111.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  2119.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  2120.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2123.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2124.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2127.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2130.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2132.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2133.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2139.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2140.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  2141.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2142.     }
  2143.     /**
  2144.      * Gets the public 'services_resetter' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2147.      */
  2148.     protected function getServicesResetterService()
  2149.     {
  2150.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2151.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2152.             if (isset($this->services['cache.app'])) {
  2153.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2154.             }
  2155.             if (isset($this->services['cache.system'])) {
  2156.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2157.             }
  2158.             if (isset($this->privates['cache.validator'])) {
  2159.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2160.             }
  2161.             if (isset($this->privates['cache.serializer'])) {
  2162.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2163.             }
  2164.             if (isset($this->privates['cache.annotations'])) {
  2165.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2166.             }
  2167.             if (isset($this->privates['cache.property_info'])) {
  2168.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2169.             }
  2170.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2171.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2172.             }
  2173.             if (isset($this->privates['mailer.logger_message_listener'])) {
  2174.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  2175.             }
  2176.             if (isset($this->services['profiler'])) {
  2177.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2178.             }
  2179.             if (isset($this->services['validator'])) {
  2180.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2181.             }
  2182.             if (isset($this->privates['debug.stopwatch'])) {
  2183.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2184.             }
  2185.             if (isset($this->services['event_dispatcher'])) {
  2186.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2187.             }
  2188.             if (isset($this->privates['twig.form.engine'])) {
  2189.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2190.             }
  2191.             if (isset($this->privates['monolog.handler.main'])) {
  2192.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2193.             }
  2194.             if (isset($this->privates['monolog.handler.console'])) {
  2195.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2196.             }
  2197.             if (isset($this->services['doctrine'])) {
  2198.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2199.             }
  2200.             if (isset($this->privates['form.type.entity'])) {
  2201.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2202.             }
  2203.             if (isset($this->services['security.token_storage'])) {
  2204.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2205.             }
  2206.             if (isset($this->privates['cache.security_expression_language'])) {
  2207.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2208.             }
  2209.             if (isset($this->services['fos_rest.view_handler'])) {
  2210.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2211.             }
  2212.             if (isset($this->privates['.debug.http_client'])) {
  2213.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2214.             }
  2215.         }, function () {
  2216.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['.debug.http_client']));
  2217.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2218.     }
  2219.     /**
  2220.      * Gets the public 'session' shared service.
  2221.      *
  2222.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2223.      */
  2224.     protected function getSessionService()
  2225.     {
  2226.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2227.     }
  2228.     /**
  2229.      * Gets the public 'templating' shared service.
  2230.      *
  2231.      * @return \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
  2232.      *
  2233.      * @deprecated The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2234.      */
  2235.     protected function getTemplatingService()
  2236.     {
  2237.         @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2238.         $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  2239.         $instance->addEngine($this->getTemplating_Engine_TwigService());
  2240.         $instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  2241.         return $instance;
  2242.     }
  2243.     /**
  2244.      * Gets the public 'templating.loader' shared service.
  2245.      *
  2246.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  2247.      *
  2248.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  2249.      */
  2250.     protected function getTemplating_LoaderService()
  2251.     {
  2252.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  2253.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  2254.     }
  2255.     /**
  2256.      * Gets the public 'translator' shared service.
  2257.      *
  2258.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2259.      */
  2260.     protected function getTranslatorService()
  2261.     {
  2262.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2263.     }
  2264.     /**
  2265.      * Gets the public 'twig' shared service.
  2266.      *
  2267.      * @return \Twig\Environment
  2268.      */
  2269.     protected function getTwigService()
  2270.     {
  2271.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  2272.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2273.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2274.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2275.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2276.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2277.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2278.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2279.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2280.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2281.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2282.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2283.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2284.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2285.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2286.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  2287.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  2288.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  2289.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  2290.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  2291.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  2292.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2293.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2294.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2295.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2296.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2297.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2298.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2299.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2300.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2301.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  2302.         $f = new \Symfony\Bridge\Twig\AppVariable();
  2303.         $f->setEnvironment('dev');
  2304.         $f->setDebug(true);
  2305.         if ($this->has('security.token_storage')) {
  2306.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2307.         }
  2308.         if ($this->has('request_stack')) {
  2309.             $f->setRequestStack($d);
  2310.         }
  2311.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2312.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2313.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2314.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  2315.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2316.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  2317.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2318.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2319.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2320.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2321.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2322.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2323.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  2324.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2325.         $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())));
  2326.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2327.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2328.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  2329.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  2330.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  2331.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2332.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService())));
  2333.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  2334.         $instance->addGlobal('app'$f);
  2335.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2336.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2337.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2338.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2339.         ], [
  2340.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2341.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2342.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2343.         ])));
  2344.         $instance->addGlobal('fos_csrf_provider', ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2345.         $instance->addGlobal('services', new \App\Service\Services(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this));
  2346.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  2347.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  2348.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2349.         return $instance;
  2350.     }
  2351.     /**
  2352.      * Gets the public 'twig.controller.exception' shared service.
  2353.      *
  2354.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2355.      *
  2356.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2357.      */
  2358.     protected function getTwig_Controller_ExceptionService()
  2359.     {
  2360.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2361.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2362.     }
  2363.     /**
  2364.      * Gets the public 'twig.controller.preview_error' shared service.
  2365.      *
  2366.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2367.      *
  2368.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2369.      */
  2370.     protected function getTwig_Controller_PreviewErrorService()
  2371.     {
  2372.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2373.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  2374.     }
  2375.     /**
  2376.      * Gets the public 'validator' shared service.
  2377.      *
  2378.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2379.      */
  2380.     protected function getValidatorService()
  2381.     {
  2382.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2383.     }
  2384.     /**
  2385.      * Gets the public 'var_dumper.cloner' shared service.
  2386.      *
  2387.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2388.      */
  2389.     protected function getVarDumper_ClonerService()
  2390.     {
  2391.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2392.         $instance->setMaxItems(2500);
  2393.         $instance->setMinDepth(1);
  2394.         $instance->setMaxString(-1);
  2395.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the public 'web_profiler.controller.exception' shared service.
  2400.      *
  2401.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2402.      *
  2403.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2404.      */
  2405.     protected function getWebProfiler_Controller_ExceptionService()
  2406.     {
  2407.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2408.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2409.     }
  2410.     /**
  2411.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2412.      *
  2413.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2414.      */
  2415.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2416.     {
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2418.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2419.     }
  2420.     /**
  2421.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2422.      *
  2423.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2424.      */
  2425.     protected function getWebProfiler_Controller_ProfilerService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2428.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2429.     }
  2430.     /**
  2431.      * Gets the public 'web_profiler.controller.router' shared service.
  2432.      *
  2433.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2434.      */
  2435.     protected function getWebProfiler_Controller_RouterService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2438.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2439.             return new \EmptyIterator();
  2440.         }, 0));
  2441.     }
  2442.     /**
  2443.      * Gets the private '.debug.http_client' shared service.
  2444.      *
  2445.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2446.      */
  2447.     protected function get_Debug_HttpClientService()
  2448.     {
  2449.         $a = \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 7'headers' => [], 'resolve' => []], 6);
  2450.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2451.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2452.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2453.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2454.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2455.         $a->setLogger($b);
  2456.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2457.     }
  2458.     /**
  2459.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2460.      *
  2461.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2462.      */
  2463.     protected function get_LegacyResolveControllerNameSubscriberService()
  2464.     {
  2465.         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);
  2466.     }
  2467.     /**
  2468.      * Gets the private '.service_locator.RGIiAl4' shared service.
  2469.      *
  2470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2471.      */
  2472.     protected function get_ServiceLocator_RGIiAl4Service()
  2473.     {
  2474.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2475.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2476.         ], [
  2477.             'viewhandler' => '?',
  2478.         ]);
  2479.     }
  2480.     /**
  2481.      * Gets the private '.service_locator.gIHccHJ' shared service.
  2482.      *
  2483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2484.      */
  2485.     protected function get_ServiceLocator_GIHccHJService()
  2486.     {
  2487.         return $this->privates['.service_locator.gIHccHJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2488.             'imagineCacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  2489.         ], [
  2490.             'imagineCacheManager' => '?',
  2491.         ]);
  2492.     }
  2493.     /**
  2494.      * Gets the private '.service_locator.jk.JF74' shared service.
  2495.      *
  2496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2497.      */
  2498.     protected function get_ServiceLocator_Jk_JF74Service()
  2499.     {
  2500.         return $this->privates['.service_locator.jk.JF74'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2501.             'App\\Controller\\AnnonceController::annonces' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2502.             'App\\Controller\\AnnonceController::mesannonces' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2503.             'App\\Controller\\ApiController::getcategories' => ['privates''.service_locator.gIHccHJ''get_ServiceLocator_GIHccHJService'false],
  2504.             'App\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2505.             'App\\Controller\\BanniereController::bannieres' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2506.             'App\\Controller\\BusinessController::business' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2507.             'App\\Controller\\CategorieController::categories' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2508.             'App\\Controller\\PartenaireController::mesmessages' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2509.             'App\\Controller\\PartenaireController::partenaires' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2510.             'App\\Controller\\ParticulierController::partiucliers' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2511.             'App\\Controller\\ResponsableController::responsables' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2512.             'App\\Controller\\SiteController::sites' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2513.             'App\\Controller\\SliderController::sliders' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2514.             'App\\Controller\\AnnonceController:annonces' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2515.             'App\\Controller\\AnnonceController:mesannonces' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2516.             'App\\Controller\\ApiController:getcategories' => ['privates''.service_locator.gIHccHJ''get_ServiceLocator_GIHccHJService'false],
  2517.             'App\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  2518.             'App\\Controller\\BanniereController:bannieres' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2519.             'App\\Controller\\BusinessController:business' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2520.             'App\\Controller\\CategorieController:categories' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2521.             'App\\Controller\\PartenaireController:mesmessages' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2522.             'App\\Controller\\PartenaireController:partenaires' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2523.             'App\\Controller\\ParticulierController:partiucliers' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2524.             'App\\Controller\\ResponsableController:responsables' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2525.             'App\\Controller\\SiteController:sites' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2526.             'App\\Controller\\SliderController:sliders' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  2527.         ], [
  2528.             'App\\Controller\\AnnonceController::annonces' => '?',
  2529.             'App\\Controller\\AnnonceController::mesannonces' => '?',
  2530.             'App\\Controller\\ApiController::getcategories' => '?',
  2531.             'App\\Controller\\ApiController::setViewHandler' => '?',
  2532.             'App\\Controller\\BanniereController::bannieres' => '?',
  2533.             'App\\Controller\\BusinessController::business' => '?',
  2534.             'App\\Controller\\CategorieController::categories' => '?',
  2535.             'App\\Controller\\PartenaireController::mesmessages' => '?',
  2536.             'App\\Controller\\PartenaireController::partenaires' => '?',
  2537.             'App\\Controller\\ParticulierController::partiucliers' => '?',
  2538.             'App\\Controller\\ResponsableController::responsables' => '?',
  2539.             'App\\Controller\\SiteController::sites' => '?',
  2540.             'App\\Controller\\SliderController::sliders' => '?',
  2541.             'App\\Controller\\AnnonceController:annonces' => '?',
  2542.             'App\\Controller\\AnnonceController:mesannonces' => '?',
  2543.             'App\\Controller\\ApiController:getcategories' => '?',
  2544.             'App\\Controller\\ApiController:setViewHandler' => '?',
  2545.             'App\\Controller\\BanniereController:bannieres' => '?',
  2546.             'App\\Controller\\BusinessController:business' => '?',
  2547.             'App\\Controller\\CategorieController:categories' => '?',
  2548.             'App\\Controller\\PartenaireController:mesmessages' => '?',
  2549.             'App\\Controller\\PartenaireController:partenaires' => '?',
  2550.             'App\\Controller\\ParticulierController:partiucliers' => '?',
  2551.             'App\\Controller\\ResponsableController:responsables' => '?',
  2552.             'App\\Controller\\SiteController:sites' => '?',
  2553.             'App\\Controller\\SliderController:sliders' => '?',
  2554.         ]);
  2555.     }
  2556.     /**
  2557.      * Gets the private '.service_locator.n8gOTNr' shared service.
  2558.      *
  2559.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2560.      */
  2561.     protected function get_ServiceLocator_N8gOTNrService()
  2562.     {
  2563.         return $this->privates['.service_locator.n8gOTNr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2564.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  2565.         ], [
  2566.             'paginator' => '?',
  2567.         ]);
  2568.     }
  2569.     /**
  2570.      * Gets the private '.service_locator.o9nGMXB' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2573.      */
  2574.     protected function get_ServiceLocator_O9nGMXBService()
  2575.     {
  2576.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2577.             'twig' => ['services''twig''getTwigService'false],
  2578.         ], [
  2579.             'twig' => 'Twig\\Environment',
  2580.         ]);
  2581.     }
  2582.     /**
  2583.      * Gets the private '.service_locator.vdmMuyE' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2586.      */
  2587.     protected function get_ServiceLocator_VdmMuyEService()
  2588.     {
  2589.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2590.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2591.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2592.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2593.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2594.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2595.             'router' => ['services''router''getRouterService'false],
  2596.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2597.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2598.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2599.             'serializer' => ['services''serializer''getSerializerService'false],
  2600.             'session' => ['services''session''getSessionService'false],
  2601.             'templating' => ['services''templating''getTemplatingService'false],
  2602.             'twig' => ['services''twig''getTwigService'false],
  2603.         ], [
  2604.             'doctrine' => '?',
  2605.             'form.factory' => '?',
  2606.             'http_kernel' => '?',
  2607.             'parameter_bag' => '?',
  2608.             'request_stack' => '?',
  2609.             'router' => '?',
  2610.             'security.authorization_checker' => '?',
  2611.             'security.csrf.token_manager' => '?',
  2612.             'security.token_storage' => '?',
  2613.             'serializer' => '?',
  2614.             'session' => '?',
  2615.             'templating' => '?',
  2616.             'twig' => '?',
  2617.         ]);
  2618.     }
  2619.     /**
  2620.      * Gets the private 'App\Forms\AnnonceType' shared autowired service.
  2621.      *
  2622.      * @return \App\Forms\AnnonceType
  2623.      */
  2624.     protected function getAnnonceTypeService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2628.         include_once \dirname(__DIR__4).'/src/Forms/AnnonceType.php';
  2629.         return $this->privates['App\\Forms\\AnnonceType'] = new \App\Forms\AnnonceType();
  2630.     }
  2631.     /**
  2632.      * Gets the private 'App\Forms\BanniereType' shared autowired service.
  2633.      *
  2634.      * @return \App\Forms\BanniereType
  2635.      */
  2636.     protected function getBanniereTypeService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2640.         include_once \dirname(__DIR__4).'/src/Forms/BanniereType.php';
  2641.         return $this->privates['App\\Forms\\BanniereType'] = new \App\Forms\BanniereType();
  2642.     }
  2643.     /**
  2644.      * Gets the private 'App\Forms\BusinessType' shared autowired service.
  2645.      *
  2646.      * @return \App\Forms\BusinessType
  2647.      */
  2648.     protected function getBusinessTypeService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2652.         include_once \dirname(__DIR__4).'/src/Forms/BusinessType.php';
  2653.         return $this->privates['App\\Forms\\BusinessType'] = new \App\Forms\BusinessType();
  2654.     }
  2655.     /**
  2656.      * Gets the private 'App\Forms\CategorieType' shared autowired service.
  2657.      *
  2658.      * @return \App\Forms\CategorieType
  2659.      */
  2660.     protected function getCategorieTypeService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2664.         include_once \dirname(__DIR__4).'/src/Forms/CategorieType.php';
  2665.         return $this->privates['App\\Forms\\CategorieType'] = new \App\Forms\CategorieType();
  2666.     }
  2667.     /**
  2668.      * Gets the private 'App\Forms\PhotoType' shared autowired service.
  2669.      *
  2670.      * @return \App\Forms\PhotoType
  2671.      */
  2672.     protected function getPhotoTypeService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2676.         include_once \dirname(__DIR__4).'/src/Forms/PhotoType.php';
  2677.         return $this->privates['App\\Forms\\PhotoType'] = new \App\Forms\PhotoType();
  2678.     }
  2679.     /**
  2680.      * Gets the private 'App\Forms\ProfileType' shared autowired service.
  2681.      *
  2682.      * @return \App\Forms\ProfileType
  2683.      */
  2684.     protected function getProfileTypeService()
  2685.     {
  2686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2687.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2688.         include_once \dirname(__DIR__4).'/src/Forms/ProfileType.php';
  2689.         return $this->privates['App\\Forms\\ProfileType'] = new \App\Forms\ProfileType();
  2690.     }
  2691.     /**
  2692.      * Gets the private 'App\Forms\RegistrationType' shared autowired service.
  2693.      *
  2694.      * @return \App\Forms\RegistrationType
  2695.      */
  2696.     protected function getRegistrationTypeService()
  2697.     {
  2698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2699.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2700.         include_once \dirname(__DIR__4).'/src/Forms/RegistrationType.php';
  2701.         return $this->privates['App\\Forms\\RegistrationType'] = new \App\Forms\RegistrationType();
  2702.     }
  2703.     /**
  2704.      * Gets the private 'App\Forms\SiteType' shared autowired service.
  2705.      *
  2706.      * @return \App\Forms\SiteType
  2707.      */
  2708.     protected function getSiteTypeService()
  2709.     {
  2710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2711.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2712.         include_once \dirname(__DIR__4).'/src/Forms/SiteType.php';
  2713.         return $this->privates['App\\Forms\\SiteType'] = new \App\Forms\SiteType();
  2714.     }
  2715.     /**
  2716.      * Gets the private 'App\Forms\SliderType' shared autowired service.
  2717.      *
  2718.      * @return \App\Forms\SliderType
  2719.      */
  2720.     protected function getSliderTypeService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2724.         include_once \dirname(__DIR__4).'/src/Forms/SliderType.php';
  2725.         return $this->privates['App\\Forms\\SliderType'] = new \App\Forms\SliderType();
  2726.     }
  2727.     /**
  2728.      * Gets the private 'App\Forms\SousCategorieType' shared autowired service.
  2729.      *
  2730.      * @return \App\Forms\SousCategorieType
  2731.      */
  2732.     protected function getSousCategorieTypeService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2736.         include_once \dirname(__DIR__4).'/src/Forms/SousCategorieType.php';
  2737.         return $this->privates['App\\Forms\\SousCategorieType'] = new \App\Forms\SousCategorieType();
  2738.     }
  2739.     /**
  2740.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2741.      *
  2742.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2743.      */
  2744.     protected function getManagerRegistryAwareConnectionProviderService()
  2745.     {
  2746.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2748.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2749.     }
  2750.     /**
  2751.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2752.      *
  2753.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2754.      */
  2755.     protected function getRunSqlCommandService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2759.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2760.         $instance->setName('dbal:run-sql');
  2761.         return $instance;
  2762.     }
  2763.     /**
  2764.      * Gets the private 'annotations.cache_adapter' shared service.
  2765.      *
  2766.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2767.      */
  2768.     protected function getAnnotations_CacheAdapterService()
  2769.     {
  2770.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2771.     }
  2772.     /**
  2773.      * Gets the private 'annotations.cache_warmer' shared service.
  2774.      *
  2775.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2776.      */
  2777.     protected function getAnnotations_CacheWarmerService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2782.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2783.     }
  2784.     /**
  2785.      * Gets the private 'annotations.cached_reader' shared service.
  2786.      *
  2787.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2788.      */
  2789.     protected function getAnnotations_CachedReaderService()
  2790.     {
  2791.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2792.     }
  2793.     /**
  2794.      * Gets the private 'annotations.reader' shared service.
  2795.      *
  2796.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2797.      */
  2798.     protected function getAnnotations_ReaderService()
  2799.     {
  2800.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2801.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2802.         $a->registerUniqueLoader('class_exists');
  2803.         $instance->addGlobalIgnoredName('required'$a);
  2804.         return $instance;
  2805.     }
  2806.     /**
  2807.      * Gets the private 'assets.packages' shared service.
  2808.      *
  2809.      * @return \Symfony\Component\Asset\Packages
  2810.      */
  2811.     protected function getAssets_PackagesService()
  2812.     {
  2813.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  2814.     }
  2815.     /**
  2816.      * Gets the private 'cache.annotations' shared service.
  2817.      *
  2818.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2819.      */
  2820.     protected function getCache_AnnotationsService()
  2821.     {
  2822.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qeTDdzS+2b'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2823.     }
  2824.     /**
  2825.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2828.      */
  2829.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2830.     {
  2831.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2832.     }
  2833.     /**
  2834.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2835.      *
  2836.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2837.      */
  2838.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2839.     {
  2840.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2841.     }
  2842.     /**
  2843.      * Gets the private 'cache.property_info' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2846.      */
  2847.     protected function getCache_PropertyInfoService()
  2848.     {
  2849.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3L5yOUGK8B'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2850.     }
  2851.     /**
  2852.      * Gets the private 'cache.security_expression_language' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2855.      */
  2856.     protected function getCache_SecurityExpressionLanguageService()
  2857.     {
  2858.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7FypMOZ4lT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2859.     }
  2860.     /**
  2861.      * Gets the private 'cache.serializer' shared service.
  2862.      *
  2863.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2864.      */
  2865.     protected function getCache_SerializerService()
  2866.     {
  2867.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WAMGP1W31F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2868.     }
  2869.     /**
  2870.      * Gets the private 'cache.validator' shared service.
  2871.      *
  2872.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2873.      */
  2874.     protected function getCache_ValidatorService()
  2875.     {
  2876.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v4LEw-aMwr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2877.     }
  2878.     /**
  2879.      * Gets the private 'config_cache_factory' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2882.      */
  2883.     protected function getConfigCacheFactoryService()
  2884.     {
  2885.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2886.             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)));
  2887.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2888.         }, 2));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'console.command.about' shared service.
  2892.      *
  2893.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2894.      */
  2895.     protected function getConsole_Command_AboutService()
  2896.     {
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2899.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2900.         $instance->setName('about');
  2901.         return $instance;
  2902.     }
  2903.     /**
  2904.      * Gets the private 'console.command.assets_install' shared service.
  2905.      *
  2906.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2907.      */
  2908.     protected function getConsole_Command_AssetsInstallService()
  2909.     {
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2912.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2913.         $instance->setName('assets:install');
  2914.         return $instance;
  2915.     }
  2916.     /**
  2917.      * Gets the private 'console.command.cache_clear' shared service.
  2918.      *
  2919.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2920.      */
  2921.     protected function getConsole_Command_CacheClearService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2925.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2926.         $instance->setName('cache:clear');
  2927.         return $instance;
  2928.     }
  2929.     /**
  2930.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2931.      *
  2932.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2933.      */
  2934.     protected function getConsole_Command_CachePoolClearService()
  2935.     {
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2938.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2939.         $instance->setName('cache:pool:clear');
  2940.         return $instance;
  2941.     }
  2942.     /**
  2943.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2944.      *
  2945.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2946.      */
  2947.     protected function getConsole_Command_CachePoolDeleteService()
  2948.     {
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2951.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2952.         $instance->setName('cache:pool:delete');
  2953.         return $instance;
  2954.     }
  2955.     /**
  2956.      * Gets the private 'console.command.cache_pool_list' shared service.
  2957.      *
  2958.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2959.      */
  2960.     protected function getConsole_Command_CachePoolListService()
  2961.     {
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2964.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language']);
  2965.         $instance->setName('cache:pool:list');
  2966.         return $instance;
  2967.     }
  2968.     /**
  2969.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2970.      *
  2971.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2972.      */
  2973.     protected function getConsole_Command_CachePoolPruneService()
  2974.     {
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2977.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2978.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2979.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2980.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2981.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2982.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2983.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2984.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2985.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2986.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2987.         }, 9));
  2988.         $instance->setName('cache:pool:prune');
  2989.         return $instance;
  2990.     }
  2991.     /**
  2992.      * Gets the private 'console.command.cache_warmup' shared service.
  2993.      *
  2994.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2995.      */
  2996.     protected function getConsole_Command_CacheWarmupService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3000.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3001.         $instance->setName('cache:warmup');
  3002.         return $instance;
  3003.     }
  3004.     /**
  3005.      * Gets the private 'console.command.config_debug' shared service.
  3006.      *
  3007.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3008.      */
  3009.     protected function getConsole_Command_ConfigDebugService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3015.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3016.         $instance->setName('debug:config');
  3017.         return $instance;
  3018.     }
  3019.     /**
  3020.      * Gets the private 'console.command.config_dump_reference' shared service.
  3021.      *
  3022.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3023.      */
  3024.     protected function getConsole_Command_ConfigDumpReferenceService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3030.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3031.         $instance->setName('config:dump-reference');
  3032.         return $instance;
  3033.     }
  3034.     /**
  3035.      * Gets the private 'console.command.container_debug' shared service.
  3036.      *
  3037.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3038.      */
  3039.     protected function getConsole_Command_ContainerDebugService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3043.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3044.         $instance->setName('debug:container');
  3045.         return $instance;
  3046.     }
  3047.     /**
  3048.      * Gets the private 'console.command.container_lint' shared service.
  3049.      *
  3050.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3051.      */
  3052.     protected function getConsole_Command_ContainerLintService()
  3053.     {
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3056.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3057.         $instance->setName('lint:container');
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'console.command.debug_autowiring' shared service.
  3062.      *
  3063.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3064.      */
  3065.     protected function getConsole_Command_DebugAutowiringService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3070.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3071.         $instance->setName('debug:autowiring');
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3076.      *
  3077.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3078.      */
  3079.     protected function getConsole_Command_EventDispatcherDebugService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3083.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3084.         $instance->setName('debug:event-dispatcher');
  3085.         return $instance;
  3086.     }
  3087.     /**
  3088.      * Gets the private 'console.command.form_debug' shared service.
  3089.      *
  3090.      * @return \Symfony\Component\Form\Command\DebugCommand
  3091.      */
  3092.     protected function getConsole_Command_FormDebugService()
  3093.     {
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3096.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Forms'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Liip\\ImagineBundle\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'], [=> 'App\\Forms\\AnnonceType'=> 'App\\Forms\\BanniereType'=> 'App\\Forms\\BusinessType'=> 'App\\Forms\\CategorieType'=> 'App\\Forms\\PhotoType'=> 'App\\Forms\\ProfileType'=> 'App\\Forms\\RegistrationType'=> 'App\\Forms\\SiteType'=> 'App\\Forms\\SliderType'=> 'App\\Forms\\SousCategorieType'10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'11 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'12 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'13 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'14 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'15 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'16 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'17 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'18 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'19 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3097.         $instance->setName('debug:form');
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the private 'console.command.router_debug' shared service.
  3102.      *
  3103.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3104.      */
  3105.     protected function getConsole_Command_RouterDebugService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3109.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3110.         $instance->setName('debug:router');
  3111.         return $instance;
  3112.     }
  3113.     /**
  3114.      * Gets the private 'console.command.router_match' shared service.
  3115.      *
  3116.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3117.      */
  3118.     protected function getConsole_Command_RouterMatchService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3122.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3123.         $instance->setName('router:match');
  3124.         return $instance;
  3125.     }
  3126.     /**
  3127.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3128.      *
  3129.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3130.      */
  3131.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3139.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3140.         $instance->setName('secrets:decrypt-to-local');
  3141.         return $instance;
  3142.     }
  3143.     /**
  3144.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3145.      *
  3146.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3147.      */
  3148.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3149.     {
  3150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3153.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3156.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3157.         $instance->setName('secrets:encrypt-from-local');
  3158.         return $instance;
  3159.     }
  3160.     /**
  3161.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3162.      *
  3163.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3164.      */
  3165.     protected function getConsole_Command_SecretsGenerateKeyService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3173.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3174.         $instance->setName('secrets:generate-keys');
  3175.         return $instance;
  3176.     }
  3177.     /**
  3178.      * Gets the private 'console.command.secrets_list' shared service.
  3179.      *
  3180.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3181.      */
  3182.     protected function getConsole_Command_SecretsListService()
  3183.     {
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3190.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3191.         $instance->setName('secrets:list');
  3192.         return $instance;
  3193.     }
  3194.     /**
  3195.      * Gets the private 'console.command.secrets_remove' shared service.
  3196.      *
  3197.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3198.      */
  3199.     protected function getConsole_Command_SecretsRemoveService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3204.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3207.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3208.         $instance->setName('secrets:remove');
  3209.         return $instance;
  3210.     }
  3211.     /**
  3212.      * Gets the private 'console.command.secrets_set' shared service.
  3213.      *
  3214.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3215.      */
  3216.     protected function getConsole_Command_SecretsSetService()
  3217.     {
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3224.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3225.         $instance->setName('secrets:set');
  3226.         return $instance;
  3227.     }
  3228.     /**
  3229.      * Gets the private 'console.command.translation_debug' shared service.
  3230.      *
  3231.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3232.      */
  3233.     protected function getConsole_Command_TranslationDebugService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3237.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 15 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php')]);
  3238.         $instance->setName('debug:translation');
  3239.         return $instance;
  3240.     }
  3241.     /**
  3242.      * Gets the private 'console.command.translation_update' shared service.
  3243.      *
  3244.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3245.      */
  3246.     protected function getConsole_Command_TranslationUpdateService()
  3247.     {
  3248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3264.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3265.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3266.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3267.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3268.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3269.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3270.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3271.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3272.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3273.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3274.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3275.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3276.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 15 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php')]);
  3277.         $instance->setName('translation:update');
  3278.         return $instance;
  3279.     }
  3280.     /**
  3281.      * Gets the private 'console.command.xliff_lint' shared service.
  3282.      *
  3283.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3284.      */
  3285.     protected function getConsole_Command_XliffLintService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3290.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3291.         $instance->setName('lint:xliff');
  3292.         return $instance;
  3293.     }
  3294.     /**
  3295.      * Gets the private 'console.command.yaml_lint' shared service.
  3296.      *
  3297.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3298.      */
  3299.     protected function getConsole_Command_YamlLintService()
  3300.     {
  3301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3302.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3304.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3305.         $instance->setName('lint:yaml');
  3306.         return $instance;
  3307.     }
  3308.     /**
  3309.      * Gets the private 'console.error_listener' shared service.
  3310.      *
  3311.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3312.      */
  3313.     protected function getConsole_ErrorListenerService()
  3314.     {
  3315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3316.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3317.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3318.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3319.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3320.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3321.     }
  3322.     /**
  3323.      * Gets the private 'container.env_var_processor' shared service.
  3324.      *
  3325.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3326.      */
  3327.     protected function getContainer_EnvVarProcessorService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3331.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3332.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3333.         }, 1));
  3334.     }
  3335.     /**
  3336.      * Gets the private 'data_collector.form' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3339.      */
  3340.     protected function getDataCollector_FormService()
  3341.     {
  3342.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3343.     }
  3344.     /**
  3345.      * Gets the private 'debug.argument_resolver.default' shared service.
  3346.      *
  3347.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3348.      */
  3349.     protected function getDebug_ArgumentResolver_DefaultService()
  3350.     {
  3351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3354.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3355.     }
  3356.     /**
  3357.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3360.      */
  3361.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3366.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.jk.JF74'] ?? $this->get_ServiceLocator_Jk_JF74Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3367.     }
  3368.     /**
  3369.      * Gets the private 'debug.argument_resolver.request' shared service.
  3370.      *
  3371.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3372.      */
  3373.     protected function getDebug_ArgumentResolver_RequestService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3378.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3379.     }
  3380.     /**
  3381.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3384.      */
  3385.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3386.     {
  3387.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3390.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3391.     }
  3392.     /**
  3393.      * Gets the private 'debug.argument_resolver.service' shared service.
  3394.      *
  3395.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3396.      */
  3397.     protected function getDebug_ArgumentResolver_ServiceService()
  3398.     {
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3402.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.jk.JF74'] ?? $this->get_ServiceLocator_Jk_JF74Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3403.     }
  3404.     /**
  3405.      * Gets the private 'debug.argument_resolver.session' shared service.
  3406.      *
  3407.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3408.      */
  3409.     protected function getDebug_ArgumentResolver_SessionService()
  3410.     {
  3411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3414.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3415.     }
  3416.     /**
  3417.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3418.      *
  3419.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3420.      */
  3421.     protected function getDebug_ArgumentResolver_VariadicService()
  3422.     {
  3423.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3426.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3427.     }
  3428.     /**
  3429.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3430.      *
  3431.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3432.      */
  3433.     protected function getDebug_DebugHandlersListenerService()
  3434.     {
  3435.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3436.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3437.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3438.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3439.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3440.         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);
  3441.     }
  3442.     /**
  3443.      * Gets the private 'debug.dump_listener' shared service.
  3444.      *
  3445.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3446.      */
  3447.     protected function getDebug_DumpListenerService()
  3448.     {
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3451.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3452.     }
  3453.     /**
  3454.      * Gets the private 'debug.file_link_formatter' shared service.
  3455.      *
  3456.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3457.      */
  3458.     protected function getDebug_FileLinkFormatterService()
  3459.     {
  3460.         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 () {
  3461.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3462.         });
  3463.     }
  3464.     /**
  3465.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3466.      *
  3467.      * @return \string
  3468.      */
  3469.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3470.     {
  3471.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3472.     }
  3473.     /**
  3474.      * Gets the private 'debug.log_processor' shared service.
  3475.      *
  3476.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3477.      */
  3478.     protected function getDebug_LogProcessorService()
  3479.     {
  3480.         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())));
  3481.     }
  3482.     /**
  3483.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3484.      *
  3485.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3486.      */
  3487.     protected function getDebug_Security_Access_DecisionManagerService()
  3488.     {
  3489.         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 () {
  3490.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3491.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  3492.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3493.         }, 3), 'affirmative'falsetrue));
  3494.     }
  3495.     /**
  3496.      * Gets the private 'debug.security.firewall' shared service.
  3497.      *
  3498.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3499.      */
  3500.     protected function getDebug_Security_FirewallService()
  3501.     {
  3502.         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()));
  3503.     }
  3504.     /**
  3505.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3508.      */
  3509.     protected function getDebug_Security_UserValueResolverService()
  3510.     {
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3514.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3515.     }
  3516.     /**
  3517.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3518.      *
  3519.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3520.      */
  3521.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3522.     {
  3523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3526.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3527.     }
  3528.     /**
  3529.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3530.      *
  3531.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3532.      */
  3533.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3534.     {
  3535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3538.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3539.     }
  3540.     /**
  3541.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3544.      */
  3545.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  3546.     {
  3547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  3551.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3552.     }
  3553.     /**
  3554.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3555.      *
  3556.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3557.      */
  3558.     protected function getDebug_Security_Voter_VoteListenerService()
  3559.     {
  3560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3561.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3562.     }
  3563.     /**
  3564.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3565.      *
  3566.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3567.      */
  3568.     protected function getDoctrine_CacheClearMetadataCommandService()
  3569.     {
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3571.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3572.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3573.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3575.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3576.         $instance->setName('doctrine:cache:clear-metadata');
  3577.         return $instance;
  3578.     }
  3579.     /**
  3580.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3581.      *
  3582.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3583.      */
  3584.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3588.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3590.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3591.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3592.         $instance->setName('doctrine:cache:clear-query');
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3597.      *
  3598.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3599.      */
  3600.     protected function getDoctrine_CacheClearResultCommandService()
  3601.     {
  3602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3603.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3606.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3607.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3608.         $instance->setName('doctrine:cache:clear-result');
  3609.         return $instance;
  3610.     }
  3611.     /**
  3612.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3613.      *
  3614.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3615.      */
  3616.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3617.     {
  3618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3621.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3623.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3624.         $instance->setName('doctrine:cache:clear-collection-region');
  3625.         return $instance;
  3626.     }
  3627.     /**
  3628.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3629.      *
  3630.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3631.      */
  3632.     protected function getDoctrine_ClearEntityRegionCommandService()
  3633.     {
  3634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3639.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3640.         $instance->setName('doctrine:cache:clear-entity-region');
  3641.         return $instance;
  3642.     }
  3643.     /**
  3644.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3645.      *
  3646.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3647.      */
  3648.     protected function getDoctrine_ClearQueryRegionCommandService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3652.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3655.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3656.         $instance->setName('doctrine:cache:clear-query-region');
  3657.         return $instance;
  3658.     }
  3659.     /**
  3660.      * Gets the private 'doctrine.database_create_command' shared service.
  3661.      *
  3662.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3663.      */
  3664.     protected function getDoctrine_DatabaseCreateCommandService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3669.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3670.         $instance->setName('doctrine:database:create');
  3671.         return $instance;
  3672.     }
  3673.     /**
  3674.      * Gets the private 'doctrine.database_drop_command' shared service.
  3675.      *
  3676.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3677.      */
  3678.     protected function getDoctrine_DatabaseDropCommandService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3683.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3684.         $instance->setName('doctrine:database:drop');
  3685.         return $instance;
  3686.     }
  3687.     /**
  3688.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3689.      *
  3690.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3691.      */
  3692.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3699.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3700.         $instance->setName('doctrine:ensure-production-settings');
  3701.         return $instance;
  3702.     }
  3703.     /**
  3704.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3705.      *
  3706.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3707.      */
  3708.     protected function getDoctrine_FixturesLoadCommandService()
  3709.     {
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3721.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3723.         include_once \dirname(__DIR__4).'/src/DataFixtures/Delegations/Delegations.php';
  3724.         include_once \dirname(__DIR__4).'/src/DataFixtures/Types/Types.php';
  3725.         include_once \dirname(__DIR__4).'/src/DataFixtures/Villes/Villes.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  3728.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3729.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\Delegations\Delegations(), 'groups' => []], => ['fixture' => new \App\DataFixtures\Types\Types(), 'groups' => []], => ['fixture' => new \App\DataFixtures\Villes\Villes(), 'groups' => []]]);
  3730.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  3731.         $instance->setName('doctrine:fixtures:load');
  3732.         return $instance;
  3733.     }
  3734.     /**
  3735.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3736.      *
  3737.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3738.      */
  3739.     protected function getDoctrine_MappingConvertCommandService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3742.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3746.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3747.         $instance->setName('doctrine:mapping:convert');
  3748.         return $instance;
  3749.     }
  3750.     /**
  3751.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3752.      *
  3753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3754.      */
  3755.     protected function getDoctrine_MappingImportCommandService()
  3756.     {
  3757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3760.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3761.         $instance->setName('doctrine:mapping:import');
  3762.         return $instance;
  3763.     }
  3764.     /**
  3765.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3766.      *
  3767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3768.      */
  3769.     protected function getDoctrine_MappingInfoCommandService()
  3770.     {
  3771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3776.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3777.         $instance->setName('doctrine:mapping:info');
  3778.         return $instance;
  3779.     }
  3780.     /**
  3781.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3782.      *
  3783.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3784.      */
  3785.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3786.     {
  3787.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3789.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  3790.     }
  3791.     /**
  3792.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3793.      *
  3794.      * @return \Doctrine\Migrations\DependencyFactory
  3795.      */
  3796.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3797.     {
  3798.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3799.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3800.         $a->setAllOrNothing(false);
  3801.         $a->setCheckDatabasePlatform(true);
  3802.         $a->setTransactional(true);
  3803.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3804.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3805.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3806.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3807.         });
  3808.         return $instance;
  3809.     }
  3810.     /**
  3811.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  3812.      *
  3813.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  3814.      */
  3815.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  3816.     {
  3817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  3818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  3819.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3820.     }
  3821.     /**
  3822.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3823.      *
  3824.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3825.      */
  3826.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3827.     {
  3828.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = 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'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity')]);
  3829.     }
  3830.     /**
  3831.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3832.      *
  3833.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3834.      */
  3835.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3838.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3839.     }
  3840.     /**
  3841.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3842.      *
  3843.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3844.      */
  3845.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3846.     {
  3847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3848.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3849.     }
  3850.     /**
  3851.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3852.      *
  3853.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3854.      */
  3855.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3856.     {
  3857.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3859.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3860.     }
  3861.     /**
  3862.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3863.      *
  3864.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3865.      */
  3866.     protected function getDoctrine_Orm_Validator_UniqueService()
  3867.     {
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3871.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3872.     }
  3873.     /**
  3874.      * Gets the private 'doctrine.query_dql_command' shared service.
  3875.      *
  3876.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3877.      */
  3878.     protected function getDoctrine_QueryDqlCommandService()
  3879.     {
  3880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3885.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3886.         $instance->setName('doctrine:query:dql');
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the private 'doctrine.query_sql_command' shared service.
  3891.      *
  3892.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3893.      */
  3894.     protected function getDoctrine_QuerySqlCommandService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3899.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3900.         $instance->setName('doctrine:query:sql');
  3901.         return $instance;
  3902.     }
  3903.     /**
  3904.      * Gets the private 'doctrine.schema_create_command' shared service.
  3905.      *
  3906.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3907.      */
  3908.     protected function getDoctrine_SchemaCreateCommandService()
  3909.     {
  3910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3913.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3914.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3915.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3916.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3917.         $instance->setName('doctrine:schema:create');
  3918.         return $instance;
  3919.     }
  3920.     /**
  3921.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3922.      *
  3923.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3924.      */
  3925.     protected function getDoctrine_SchemaDropCommandService()
  3926.     {
  3927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3933.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3934.         $instance->setName('doctrine:schema:drop');
  3935.         return $instance;
  3936.     }
  3937.     /**
  3938.      * Gets the private 'doctrine.schema_update_command' shared service.
  3939.      *
  3940.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3941.      */
  3942.     protected function getDoctrine_SchemaUpdateCommandService()
  3943.     {
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3950.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3951.         $instance->setName('doctrine:schema:update');
  3952.         return $instance;
  3953.     }
  3954.     /**
  3955.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3956.      *
  3957.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3958.      */
  3959.     protected function getDoctrine_SchemaValidateCommandService()
  3960.     {
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3966.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  3967.         $instance->setName('doctrine:schema:validate');
  3968.         return $instance;
  3969.     }
  3970.     /**
  3971.      * Gets the private 'doctrine_migrations.current_command' shared service.
  3972.      *
  3973.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  3974.      */
  3975.     protected function getDoctrineMigrations_CurrentCommandService()
  3976.     {
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  3980.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  3981.         $instance->setName('doctrine:migrations:current');
  3982.         return $instance;
  3983.     }
  3984.     /**
  3985.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3986.      *
  3987.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  3988.      */
  3989.     protected function getDoctrineMigrations_DiffCommandService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3994.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  3995.         $instance->setName('doctrine:migrations:diff');
  3996.         return $instance;
  3997.     }
  3998.     /**
  3999.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4000.      *
  4001.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4002.      */
  4003.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4004.     {
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4008.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  4009.         $instance->setName('doctrine:migrations:dump-schema');
  4010.         return $instance;
  4011.     }
  4012.     /**
  4013.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4014.      *
  4015.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4016.      */
  4017.     protected function getDoctrineMigrations_ExecuteCommandService()
  4018.     {
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4020.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4022.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  4023.         $instance->setName('doctrine:migrations:execute');
  4024.         return $instance;
  4025.     }
  4026.     /**
  4027.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4028.      *
  4029.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4030.      */
  4031.     protected function getDoctrineMigrations_GenerateCommandService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4036.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  4037.         $instance->setName('doctrine:migrations:generate');
  4038.         return $instance;
  4039.     }
  4040.     /**
  4041.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4042.      *
  4043.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4044.      */
  4045.     protected function getDoctrineMigrations_LatestCommandService()
  4046.     {
  4047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4048.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4049.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4050.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  4051.         $instance->setName('doctrine:migrations:latest');
  4052.         return $instance;
  4053.     }
  4054.     /**
  4055.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4056.      *
  4057.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4058.      */
  4059.     protected function getDoctrineMigrations_MigrateCommandService()
  4060.     {
  4061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4062.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4063.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4064.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  4065.         $instance->setName('doctrine:migrations:migrate');
  4066.         return $instance;
  4067.     }
  4068.     /**
  4069.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4070.      *
  4071.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4072.      */
  4073.     protected function getDoctrineMigrations_RollupCommandService()
  4074.     {
  4075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4078.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  4079.         $instance->setName('doctrine:migrations:rollup');
  4080.         return $instance;
  4081.     }
  4082.     /**
  4083.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4084.      *
  4085.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4086.      */
  4087.     protected function getDoctrineMigrations_StatusCommandService()
  4088.     {
  4089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4092.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  4093.         $instance->setName('doctrine:migrations:status');
  4094.         return $instance;
  4095.     }
  4096.     /**
  4097.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4098.      *
  4099.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4100.      */
  4101.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4102.     {
  4103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4106.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  4107.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4108.         return $instance;
  4109.     }
  4110.     /**
  4111.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4112.      *
  4113.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4114.      */
  4115.     protected function getDoctrineMigrations_UpToDateCommandService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4120.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  4121.         $instance->setName('doctrine:migrations:up-to-date');
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4126.      *
  4127.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4128.      */
  4129.     protected function getDoctrineMigrations_VersionCommandService()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4134.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  4135.         $instance->setName('doctrine:migrations:version');
  4136.         return $instance;
  4137.     }
  4138.     /**
  4139.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4140.      *
  4141.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4142.      */
  4143.     protected function getDoctrineMigrations_VersionsCommandService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4148.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  4149.         $instance->setName('doctrine:migrations:list');
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4154.      *
  4155.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4156.      */
  4157.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4161.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4162.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4163.     }
  4164.     /**
  4165.      * Gets the private 'exception_listener' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4168.      */
  4169.     protected function getExceptionListenerService()
  4170.     {
  4171.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4172.     }
  4173.     /**
  4174.      * Gets the private 'file_locator' shared service.
  4175.      *
  4176.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  4177.      */
  4178.     protected function getFileLocatorService()
  4179.     {
  4180.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  4183.         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);
  4184.     }
  4185.     /**
  4186.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4187.      *
  4188.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4189.      */
  4190.     protected function getForm_ChoiceListFactory_CachedService()
  4191.     {
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4196.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  4197.     }
  4198.     /**
  4199.      * Gets the private 'form.registry' shared service.
  4200.      *
  4201.      * @return \Symfony\Component\Form\FormRegistry
  4202.      */
  4203.     protected function getForm_RegistryService()
  4204.     {
  4205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4212.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4213.             'App\\Forms\\AnnonceType' => ['privates''App\\Forms\\AnnonceType''getAnnonceTypeService'false],
  4214.             'App\\Forms\\BanniereType' => ['privates''App\\Forms\\BanniereType''getBanniereTypeService'false],
  4215.             'App\\Forms\\BusinessType' => ['privates''App\\Forms\\BusinessType''getBusinessTypeService'false],
  4216.             'App\\Forms\\CategorieType' => ['privates''App\\Forms\\CategorieType''getCategorieTypeService'false],
  4217.             'App\\Forms\\PhotoType' => ['privates''App\\Forms\\PhotoType''getPhotoTypeService'false],
  4218.             'App\\Forms\\ProfileType' => ['privates''App\\Forms\\ProfileType''getProfileTypeService'false],
  4219.             'App\\Forms\\RegistrationType' => ['privates''App\\Forms\\RegistrationType''getRegistrationTypeService'false],
  4220.             'App\\Forms\\SiteType' => ['privates''App\\Forms\\SiteType''getSiteTypeService'false],
  4221.             'App\\Forms\\SliderType' => ['privates''App\\Forms\\SliderType''getSliderTypeService'false],
  4222.             'App\\Forms\\SousCategorieType' => ['privates''App\\Forms\\SousCategorieType''getSousCategorieTypeService'false],
  4223.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  4224.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  4225.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  4226.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  4227.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  4228.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  4229.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4230.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4231.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4232.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4233.         ], [
  4234.             'App\\Forms\\AnnonceType' => '?',
  4235.             'App\\Forms\\BanniereType' => '?',
  4236.             'App\\Forms\\BusinessType' => '?',
  4237.             'App\\Forms\\CategorieType' => '?',
  4238.             'App\\Forms\\PhotoType' => '?',
  4239.             'App\\Forms\\ProfileType' => '?',
  4240.             'App\\Forms\\RegistrationType' => '?',
  4241.             'App\\Forms\\SiteType' => '?',
  4242.             'App\\Forms\\SliderType' => '?',
  4243.             'App\\Forms\\SousCategorieType' => '?',
  4244.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  4245.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  4246.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  4247.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  4248.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  4249.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  4250.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4251.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4252.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4253.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4254.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4255.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4256.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4257.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4258.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4259.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4260.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4261.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4262.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4263.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4264.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4265.         }, 1)], new RewindableGenerator(function () {
  4266.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4267.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4268.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4269.     }
  4270.     /**
  4271.      * Gets the private 'form.server_params' shared service.
  4272.      *
  4273.      * @return \Symfony\Component\Form\Util\ServerParams
  4274.      */
  4275.     protected function getForm_ServerParamsService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4278.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4279.     }
  4280.     /**
  4281.      * Gets the private 'form.type.choice' shared service.
  4282.      *
  4283.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4284.      */
  4285.     protected function getForm_Type_ChoiceService()
  4286.     {
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4290.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4291.     }
  4292.     /**
  4293.      * Gets the private 'form.type.entity' shared service.
  4294.      *
  4295.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4296.      */
  4297.     protected function getForm_Type_EntityService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4303.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4304.     }
  4305.     /**
  4306.      * Gets the private 'form.type.form' shared service.
  4307.      *
  4308.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4309.      */
  4310.     protected function getForm_Type_FormService()
  4311.     {
  4312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4316.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4317.     }
  4318.     /**
  4319.      * Gets the private 'form.type_extension.csrf' shared service.
  4320.      *
  4321.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4322.      */
  4323.     protected function getForm_TypeExtension_CsrfService()
  4324.     {
  4325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4328.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4329.     }
  4330.     /**
  4331.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4332.      *
  4333.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4334.      */
  4335.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4340.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4341.     }
  4342.     /**
  4343.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4344.      *
  4345.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4346.      */
  4347.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4348.     {
  4349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4354.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4355.     }
  4356.     /**
  4357.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4358.      *
  4359.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4360.      */
  4361.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4366.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4367.     }
  4368.     /**
  4369.      * Gets the private 'form.type_extension.form.validator' shared service.
  4370.      *
  4371.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4372.      */
  4373.     protected function getForm_TypeExtension_Form_ValidatorService()
  4374.     {
  4375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4379.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4380.     }
  4381.     /**
  4382.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4383.      *
  4384.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4385.      */
  4386.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4387.     {
  4388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4391.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4392.     }
  4393.     /**
  4394.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4395.      *
  4396.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4397.      */
  4398.     protected function getForm_TypeGuesser_DoctrineService()
  4399.     {
  4400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4402.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4403.     }
  4404.     /**
  4405.      * Gets the private 'form.type_guesser.validator' shared service.
  4406.      *
  4407.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4408.      */
  4409.     protected function getForm_TypeGuesser_ValidatorService()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4413.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4414.     }
  4415.     /**
  4416.      * Gets the private 'fos_rest.format_listener' shared service.
  4417.      *
  4418.      * @return \FOS\RestBundle\EventListener\FormatListener
  4419.      */
  4420.     protected function getFosRest_FormatListenerService()
  4421.     {
  4422.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4423.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  4424.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> 'json'=> 'xml'], 'fallback_format' => NULL'prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  4425.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['priorities' => [=> 'html'=> '*/*'], 'fallback_format' => 'html''prefer_extension' => '2.0''methods' => NULL'attributes' => [], 'stop' => false]);
  4426.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  4427.     }
  4428.     /**
  4429.      * Gets the private 'fos_rest.view_response_listener' shared service.
  4430.      *
  4431.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  4432.      */
  4433.     protected function getFosRest_ViewResponseListenerService()
  4434.     {
  4435.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  4436.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
  4437.     }
  4438.     /**
  4439.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  4440.      *
  4441.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  4442.      */
  4443.     protected function getFosUser_ChangePassword_Form_FactoryService()
  4444.     {
  4445.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4447.         return $this->privates['fos_user.change_password.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']);
  4448.     }
  4449.     /**
  4450.      * Gets the private 'fos_user.change_password.form.type' shared service.
  4451.      *
  4452.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  4453.      */
  4454.     protected function getFosUser_ChangePassword_Form_TypeService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  4459.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  4460.     }
  4461.     /**
  4462.      * Gets the private 'fos_user.command.activate_user' shared service.
  4463.      *
  4464.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  4465.      */
  4466.     protected function getFosUser_Command_ActivateUserService()
  4467.     {
  4468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4469.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  4470.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4471.         $instance->setName('fos:user:activate');
  4472.         return $instance;
  4473.     }
  4474.     /**
  4475.      * Gets the private 'fos_user.command.change_password' shared service.
  4476.      *
  4477.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  4478.      */
  4479.     protected function getFosUser_Command_ChangePasswordService()
  4480.     {
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  4483.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4484.         $instance->setName('fos:user:change-password');
  4485.         return $instance;
  4486.     }
  4487.     /**
  4488.      * Gets the private 'fos_user.command.create_user' shared service.
  4489.      *
  4490.      * @return \FOS\UserBundle\Command\CreateUserCommand
  4491.      */
  4492.     protected function getFosUser_Command_CreateUserService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  4496.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4497.         $instance->setName('fos:user:create');
  4498.         return $instance;
  4499.     }
  4500.     /**
  4501.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  4502.      *
  4503.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  4504.      */
  4505.     protected function getFosUser_Command_DeactivateUserService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  4509.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4510.         $instance->setName('fos:user:deactivate');
  4511.         return $instance;
  4512.     }
  4513.     /**
  4514.      * Gets the private 'fos_user.command.demote_user' shared service.
  4515.      *
  4516.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  4517.      */
  4518.     protected function getFosUser_Command_DemoteUserService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  4523.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4524.         $instance->setName('fos:user:demote');
  4525.         return $instance;
  4526.     }
  4527.     /**
  4528.      * Gets the private 'fos_user.command.promote_user' shared service.
  4529.      *
  4530.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  4531.      */
  4532.     protected function getFosUser_Command_PromoteUserService()
  4533.     {
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  4537.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  4538.         $instance->setName('fos:user:promote');
  4539.         return $instance;
  4540.     }
  4541.     /**
  4542.      * Gets the private 'fos_user.listener.flash' shared service.
  4543.      *
  4544.      * @return \FOS\UserBundle\EventListener\FlashListener
  4545.      */
  4546.     protected function getFosUser_Listener_FlashService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  4549.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4550.     }
  4551.     /**
  4552.      * Gets the private 'fos_user.listener.resetting' shared service.
  4553.      *
  4554.      * @return \FOS\UserBundle\EventListener\ResettingListener
  4555.      */
  4556.     protected function getFosUser_Listener_ResettingService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  4559.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  4560.     }
  4561.     /**
  4562.      * Gets the private 'fos_user.mailer.default' shared service.
  4563.      *
  4564.      * @return \FOS\UserBundle\Mailer\Mailer
  4565.      */
  4566.     protected function getFosUser_Mailer_DefaultService()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4575.         return $this->privates['fos_user.mailer.default'] = new \FOS\UserBundle\Mailer\Mailer(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4576.             yield => $this->getMailer_TransportFactory_NullService();
  4577.             yield => $this->getMailer_TransportFactory_SendmailService();
  4578.             yield => $this->getMailer_TransportFactory_SmtpService();
  4579.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['confirmation.template' => '@FOSUser/Registration/email.txt.twig''resetting.template' => '@FOSUser/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]);
  4580.     }
  4581.     /**
  4582.      * Gets the private 'fos_user.profile.form.factory' shared service.
  4583.      *
  4584.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  4585.      */
  4586.     protected function getFosUser_Profile_Form_FactoryService()
  4587.     {
  4588.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4589.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4590.         return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']);
  4591.     }
  4592.     /**
  4593.      * Gets the private 'fos_user.profile.form.type' shared service.
  4594.      *
  4595.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  4596.      */
  4597.     protected function getFosUser_Profile_Form_TypeService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  4602.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  4603.     }
  4604.     /**
  4605.      * Gets the private 'fos_user.registration.form.factory' shared service.
  4606.      *
  4607.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  4608.      */
  4609.     protected function getFosUser_Registration_Form_FactoryService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4613.         return $this->privates['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''App\\Forms\\RegistrationType'$this->parameters['fos_user.registration.form.validation_groups']);
  4614.     }
  4615.     /**
  4616.      * Gets the private 'fos_user.registration.form.type' shared service.
  4617.      *
  4618.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  4619.      */
  4620.     protected function getFosUser_Registration_Form_TypeService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  4625.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  4626.     }
  4627.     /**
  4628.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  4629.      *
  4630.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  4631.      */
  4632.     protected function getFosUser_Resetting_Form_FactoryService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4635.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4636.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  4637.     }
  4638.     /**
  4639.      * Gets the private 'fos_user.resetting.form.type' shared service.
  4640.      *
  4641.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  4642.      */
  4643.     protected function getFosUser_Resetting_Form_TypeService()
  4644.     {
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  4648.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  4649.     }
  4650.     /**
  4651.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  4652.      *
  4653.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  4654.      */
  4655.     protected function getFosUser_Security_InteractiveLoginListenerService()
  4656.     {
  4657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  4658.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'fos_user.user_listener' shared service.
  4662.      *
  4663.      * @return \FOS\UserBundle\Doctrine\UserListener
  4664.      */
  4665.     protected function getFosUser_UserListenerService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  4668.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  4669.     }
  4670.     /**
  4671.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  4672.      *
  4673.      * @return \FOS\UserBundle\Security\EmailUserProvider
  4674.      */
  4675.     protected function getFosUser_UserProvider_UsernameEmailService()
  4676.     {
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  4680.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4681.     }
  4682.     /**
  4683.      * Gets the private 'fos_user.username_form_type' shared service.
  4684.      *
  4685.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  4686.      */
  4687.     protected function getFosUser_UsernameFormTypeService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  4694.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  4698.      *
  4699.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  4700.      */
  4701.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  4702.     {
  4703.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  4704.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  4705.     }
  4706.     /**
  4707.      * Gets the private 'fos_user.util.password_updater' shared service.
  4708.      *
  4709.      * @return \FOS\UserBundle\Util\PasswordUpdater
  4710.      */
  4711.     protected function getFosUser_Util_PasswordUpdaterService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  4715.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  4716.     }
  4717.     /**
  4718.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  4719.      *
  4720.      * @return \FOS\UserBundle\Util\UserManipulator
  4721.      */
  4722.     protected function getFosUser_Util_UserManipulatorService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  4725.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4726.     }
  4727.     /**
  4728.      * Gets the private 'fragment.handler' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  4731.      */
  4732.     protected function getFragment_HandlerService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  4736.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4737.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  4738.         ], [
  4739.             'inline' => '?',
  4740.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  4741.     }
  4742.     /**
  4743.      * Gets the private 'fragment.renderer.inline' shared service.
  4744.      *
  4745.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4746.      */
  4747.     protected function getFragment_Renderer_InlineService()
  4748.     {
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4752.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4753.         $instance->setFragmentPath('/_fragment');
  4754.         return $instance;
  4755.     }
  4756.     /**
  4757.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4758.      *
  4759.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4760.      */
  4761.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4762.     {
  4763.         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())));
  4764.     }
  4765.     /**
  4766.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4767.      *
  4768.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4769.      */
  4770.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4771.     {
  4772.         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()));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'knp_paginator.helper.processor' shared service.
  4776.      *
  4777.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  4778.      */
  4779.     protected function getKnpPaginator_Helper_ProcessorService()
  4780.     {
  4781.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4782.     }
  4783.     /**
  4784.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4785.      *
  4786.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4787.      */
  4788.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4789.     {
  4790.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  4791.     }
  4792.     /**
  4793.      * Gets the private 'knp_paginator.templating.helper.pagination' shared service.
  4794.      *
  4795.      * @return \Knp\Bundle\PaginatorBundle\Templating\PaginationHelper
  4796.      */
  4797.     protected function getKnpPaginator_Templating_Helper_PaginationService()
  4798.     {
  4799.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Templating/PaginationHelper.php';
  4802.         return $this->privates['knp_paginator.templating.helper.pagination'] = new \Knp\Bundle\PaginatorBundle\Templating\PaginationHelper(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()), ($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  4803.     }
  4804.     /**
  4805.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  4806.      *
  4807.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  4808.      */
  4809.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  4812.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4816.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  4817.     }
  4818.     /**
  4819.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  4820.      *
  4821.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  4822.      */
  4823.     protected function getLiipImagine_Command_CacheRemoveService()
  4824.     {
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4826.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  4827.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  4828.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  4829.         $instance->setName('liip:imagine:cache:remove');
  4830.         return $instance;
  4831.     }
  4832.     /**
  4833.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  4834.      *
  4835.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  4836.      */
  4837.     protected function getLiipImagine_Command_CacheResolveService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  4842.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  4843.         $instance->setName('liip:imagine:cache:resolve');
  4844.         return $instance;
  4845.     }
  4846.     /**
  4847.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  4848.      *
  4849.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  4850.      */
  4851.     protected function getLiipImagine_Filter_ConfigurationService()
  4852.     {
  4853.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  4854.     }
  4855.     /**
  4856.      * Gets the private 'liip_imagine.form.type.image' shared service.
  4857.      *
  4858.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  4859.      */
  4860.     protected function getLiipImagine_Form_Type_ImageService()
  4861.     {
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  4865.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  4866.     }
  4867.     /**
  4868.      * Gets the private 'liip_imagine.gd' shared service.
  4869.      *
  4870.      * @return \Imagine\Gd\Imagine
  4871.      */
  4872.     protected function getLiipImagine_GdService()
  4873.     {
  4874.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  4875.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  4881.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  4882.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  4883.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  4884.         return $instance;
  4885.     }
  4886.     /**
  4887.      * Gets the private 'liip_imagine.service.filter' shared service.
  4888.      *
  4889.      * @return \Liip\ImagineBundle\Service\FilterService
  4890.      */
  4891.     protected function getLiipImagine_Service_FilterService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  4894.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4895.     }
  4896.     /**
  4897.      * Gets the private 'liip_imagine.templating.filter_helper' shared service.
  4898.      *
  4899.      * @return \Liip\ImagineBundle\Templating\Helper\FilterHelper
  4900.      *
  4901.      * @deprecated The "liip_imagine.templating.filter_helper" service is deprecated since LiipImagineBundle 2.2 and will be removed in 3.0.
  4902.      */
  4903.     protected function getLiipImagine_Templating_FilterHelperService()
  4904.     {
  4905.         @trigger_error('The "liip_imagine.templating.filter_helper" service is deprecated since LiipImagineBundle 2.2 and will be removed in 3.0.'E_USER_DEPRECATED);
  4906.         return $this->privates['liip_imagine.templating.filter_helper'] = new \Liip\ImagineBundle\Templating\Helper\FilterHelper(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'locale_aware_listener' shared service.
  4910.      *
  4911.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4912.      */
  4913.     protected function getLocaleAwareListenerService()
  4914.     {
  4915.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4916.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4917.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4918.     }
  4919.     /**
  4920.      * Gets the private 'locale_listener' shared service.
  4921.      *
  4922.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4923.      */
  4924.     protected function getLocaleListener2Service()
  4925.     {
  4926.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  4927.     }
  4928.     /**
  4929.      * Gets the private 'mailer.transport_factory.null' shared service.
  4930.      *
  4931.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4932.      */
  4933.     protected function getMailer_TransportFactory_NullService()
  4934.     {
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4938.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4939.     }
  4940.     /**
  4941.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4942.      *
  4943.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4944.      */
  4945.     protected function getMailer_TransportFactory_SendmailService()
  4946.     {
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4950.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4951.     }
  4952.     /**
  4953.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4954.      *
  4955.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4956.      */
  4957.     protected function getMailer_TransportFactory_SmtpService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4962.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4963.     }
  4964.     /**
  4965.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4966.      *
  4967.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4968.      */
  4969.     protected function getMaker_AutoCommand_MakeAuthService()
  4970.     {
  4971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4978.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4979.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4980.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  4981.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4982.         $instance->setName('make:auth');
  4983.         return $instance;
  4984.     }
  4985.     /**
  4986.      * Gets the private 'maker.auto_command.make_command' shared service.
  4987.      *
  4988.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4989.      */
  4990.     protected function getMaker_AutoCommand_MakeCommandService()
  4991.     {
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4997.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4998.         $instance->setDescription('Creates a new console command class');
  4999.         $instance->setName('make:command');
  5000.         return $instance;
  5001.     }
  5002.     /**
  5003.      * Gets the private 'maker.auto_command.make_controller' shared service.
  5004.      *
  5005.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5006.      */
  5007.     protected function getMaker_AutoCommand_MakeControllerService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  5014.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5015.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5016.         $instance->setDescription('Creates a new controller class');
  5017.         $instance->setName('make:controller');
  5018.         return $instance;
  5019.     }
  5020.     /**
  5021.      * Gets the private 'maker.auto_command.make_crud' shared service.
  5022.      *
  5023.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5024.      */
  5025.     protected function getMaker_AutoCommand_MakeCrudService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  5032.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5033.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  5034.         $instance->setName('make:crud');
  5035.         return $instance;
  5036.     }
  5037.     /**
  5038.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  5039.      *
  5040.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5041.      */
  5042.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  5043.     {
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  5049.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5050.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5051.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  5052.         $instance->setName('make:docker:database');
  5053.         return $instance;
  5054.     }
  5055.     /**
  5056.      * Gets the private 'maker.auto_command.make_entity' shared service.
  5057.      *
  5058.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5059.      */
  5060.     protected function getMaker_AutoCommand_MakeEntityService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  5068.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5069.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  5070.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  5071.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  5072.         $instance->setName('make:entity');
  5073.         return $instance;
  5074.     }
  5075.     /**
  5076.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  5077.      *
  5078.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5079.      */
  5080.     protected function getMaker_AutoCommand_MakeFixturesService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  5087.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5088.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  5089.         $instance->setName('make:fixtures');
  5090.         return $instance;
  5091.     }
  5092.     /**
  5093.      * Gets the private 'maker.auto_command.make_form' shared service.
  5094.      *
  5095.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5096.      */
  5097.     protected function getMaker_AutoCommand_MakeFormService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  5104.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5105.         $instance->setDescription('Creates a new form class');
  5106.         $instance->setName('make:form');
  5107.         return $instance;
  5108.     }
  5109.     /**
  5110.      * Gets the private 'maker.auto_command.make_message' shared service.
  5111.      *
  5112.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5113.      */
  5114.     protected function getMaker_AutoCommand_MakeMessageService()
  5115.     {
  5116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  5121.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5122.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5123.         $instance->setDescription('Creates a new message and handler');
  5124.         $instance->setName('make:message');
  5125.         return $instance;
  5126.     }
  5127.     /**
  5128.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  5129.      *
  5130.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5131.      */
  5132.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  5139.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5140.         $instance->setDescription('Creates a new messenger middleware');
  5141.         $instance->setName('make:messenger-middleware');
  5142.         return $instance;
  5143.     }
  5144.     /**
  5145.      * Gets the private 'maker.auto_command.make_migration' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5148.      */
  5149.     protected function getMaker_AutoCommand_MakeMigrationService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  5157.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5158.         $instance->setDescription('Creates a new migration based on database changes');
  5159.         $instance->setName('make:migration');
  5160.         return $instance;
  5161.     }
  5162.     /**
  5163.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  5164.      *
  5165.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5166.      */
  5167.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  5168.     {
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  5174.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5175.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5176.         $instance->setDescription('Creates a new registration form system');
  5177.         $instance->setName('make:registration-form');
  5178.         return $instance;
  5179.     }
  5180.     /**
  5181.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  5182.      *
  5183.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5184.      */
  5185.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  5186.     {
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  5192.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5193.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5194.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  5195.         $instance->setName('make:reset-password');
  5196.         return $instance;
  5197.     }
  5198.     /**
  5199.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  5200.      *
  5201.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5202.      */
  5203.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  5210.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5211.         $instance->setDescription('Creates a new serializer encoder class');
  5212.         $instance->setName('make:serializer:encoder');
  5213.         return $instance;
  5214.     }
  5215.     /**
  5216.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  5217.      *
  5218.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5219.      */
  5220.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  5227.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5228.         $instance->setDescription('Creates a new serializer normalizer class');
  5229.         $instance->setName('make:serializer:normalizer');
  5230.         return $instance;
  5231.     }
  5232.     /**
  5233.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5234.      *
  5235.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5236.      */
  5237.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5238.     {
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5245.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5246.         $instance->setDescription('Creates a new event subscriber class');
  5247.         $instance->setName('make:subscriber');
  5248.         return $instance;
  5249.     }
  5250.     /**
  5251.      * Gets the private 'maker.auto_command.make_test' shared service.
  5252.      *
  5253.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5254.      */
  5255.     protected function getMaker_AutoCommand_MakeTestService()
  5256.     {
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5263.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5264.         $instance->setDescription('Creates a new test class');
  5265.         $instance->setName('make:test');
  5266.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5267.         return $instance;
  5268.     }
  5269.     /**
  5270.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5271.      *
  5272.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5273.      */
  5274.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5281.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5282.         $instance->setDescription('Creates a new Twig extension class');
  5283.         $instance->setName('make:twig-extension');
  5284.         return $instance;
  5285.     }
  5286.     /**
  5287.      * Gets the private 'maker.auto_command.make_user' shared service.
  5288.      *
  5289.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5290.      */
  5291.     protected function getMaker_AutoCommand_MakeUserService()
  5292.     {
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5300.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5301.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5302.         $instance->setDescription('Creates a new security user class');
  5303.         $instance->setName('make:user');
  5304.         return $instance;
  5305.     }
  5306.     /**
  5307.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5308.      *
  5309.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5310.      */
  5311.     protected function getMaker_AutoCommand_MakeValidatorService()
  5312.     {
  5313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5318.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5319.         $instance->setDescription('Creates a new validator and constraint class');
  5320.         $instance->setName('make:validator');
  5321.         return $instance;
  5322.     }
  5323.     /**
  5324.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5325.      *
  5326.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5327.      */
  5328.     protected function getMaker_AutoCommand_MakeVoterService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5335.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5336.         $instance->setDescription('Creates a new security voter class');
  5337.         $instance->setName('make:voter');
  5338.         return $instance;
  5339.     }
  5340.     /**
  5341.      * Gets the private 'maker.doctrine_helper' shared service.
  5342.      *
  5343.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5344.      */
  5345.     protected function getMaker_DoctrineHelperService()
  5346.     {
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5348.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  5349.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Translatable\\Entity'=> $a], => [=> 'Gedmo\\Translator\\Entity'=> $a], => [=> 'Gedmo\\Loggable\\Entity'=> $a], => [=> 'Gedmo\\Tree\\Entity'=> $a]]]);
  5350.     }
  5351.     /**
  5352.      * Gets the private 'maker.entity_class_generator' shared service.
  5353.      *
  5354.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5355.      */
  5356.     protected function getMaker_EntityClassGeneratorService()
  5357.     {
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5359.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  5360.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5361.         return $instance;
  5362.     }
  5363.     /**
  5364.      * Gets the private 'maker.file_manager' shared service.
  5365.      *
  5366.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5367.      */
  5368.     protected function getMaker_FileManagerService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5374.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5375.     }
  5376.     /**
  5377.      * Gets the private 'maker.generator' shared service.
  5378.      *
  5379.      * @return \Symfony\Bundle\MakerBundle\Generator
  5380.      */
  5381.     protected function getMaker_GeneratorService()
  5382.     {
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5385.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5386.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  5387.     }
  5388.     /**
  5389.      * Gets the private 'maker.php_compat_util' shared service.
  5390.      *
  5391.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5392.      */
  5393.     protected function getMaker_PhpCompatUtilService()
  5394.     {
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5396.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5397.     }
  5398.     /**
  5399.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5400.      *
  5401.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5402.      */
  5403.     protected function getMaker_Renderer_FormTypeRendererService()
  5404.     {
  5405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5406.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5407.     }
  5408.     /**
  5409.      * Gets the private 'mime_types' shared service.
  5410.      *
  5411.      * @return \Symfony\Component\Mime\MimeTypes
  5412.      */
  5413.     protected function getMimeTypesService()
  5414.     {
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  5416.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  5417.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  5418.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5419.         $instance->setDefault($instance);
  5420.         return $instance;
  5421.     }
  5422.     /**
  5423.      * Gets the private 'monolog.command.server_log' shared service.
  5424.      *
  5425.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5426.      */
  5427.     protected function getMonolog_Command_ServerLogService()
  5428.     {
  5429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5430.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5431.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5432.         $instance->setName('server:log');
  5433.         return $instance;
  5434.     }
  5435.     /**
  5436.      * Gets the private 'monolog.handler.console' shared service.
  5437.      *
  5438.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5439.      */
  5440.     protected function getMonolog_Handler_ConsoleService()
  5441.     {
  5442.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5443.     }
  5444.     /**
  5445.      * Gets the private 'monolog.handler.main' shared service.
  5446.      *
  5447.      * @return \Monolog\Handler\StreamHandler
  5448.      */
  5449.     protected function getMonolog_Handler_MainService()
  5450.     {
  5451.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5452.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5453.         return $instance;
  5454.     }
  5455.     /**
  5456.      * Gets the private 'monolog.logger' shared service.
  5457.      *
  5458.      * @return \Symfony\Bridge\Monolog\Logger
  5459.      */
  5460.     protected function getMonolog_LoggerService()
  5461.     {
  5462.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5463.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5464.         $instance->useMicrosecondTimestamps(true);
  5465.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5466.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5467.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5468.         return $instance;
  5469.     }
  5470.     /**
  5471.      * Gets the private 'monolog.logger.cache' shared service.
  5472.      *
  5473.      * @return \Symfony\Bridge\Monolog\Logger
  5474.      */
  5475.     protected function getMonolog_Logger_CacheService()
  5476.     {
  5477.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5478.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5479.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5480.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5481.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5482.         return $instance;
  5483.     }
  5484.     /**
  5485.      * Gets the private 'monolog.logger.request' shared service.
  5486.      *
  5487.      * @return \Symfony\Bridge\Monolog\Logger
  5488.      */
  5489.     protected function getMonolog_Logger_RequestService()
  5490.     {
  5491.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5492.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5493.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5494.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5496.         return $instance;
  5497.     }
  5498.     /**
  5499.      * Gets the private 'monolog.logger.security' shared service.
  5500.      *
  5501.      * @return \Symfony\Bridge\Monolog\Logger
  5502.      */
  5503.     protected function getMonolog_Logger_SecurityService()
  5504.     {
  5505.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5506.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5507.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5508.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5509.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5510.         return $instance;
  5511.     }
  5512.     /**
  5513.      * Gets the private 'parameter_bag' shared service.
  5514.      *
  5515.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  5516.      */
  5517.     protected function getParameterBagService()
  5518.     {
  5519.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  5520.     }
  5521.     /**
  5522.      * Gets the private 'profiler_listener' shared service.
  5523.      *
  5524.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5525.      */
  5526.     protected function getProfilerListenerService()
  5527.     {
  5528.         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);
  5529.     }
  5530.     /**
  5531.      * Gets the private 'property_accessor' shared service.
  5532.      *
  5533.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5534.      */
  5535.     protected function getPropertyAccessorService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  5539.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5540.     }
  5541.     /**
  5542.      * Gets the private 'property_info' shared service.
  5543.      *
  5544.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5545.      */
  5546.     protected function getPropertyInfoService()
  5547.     {
  5548.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5549.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5550.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5551.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5552.         }, 3), new RewindableGenerator(function () {
  5553.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5554.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5555.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5556.         }, 3), new RewindableGenerator(function () {
  5557.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5558.         }, 1), new RewindableGenerator(function () {
  5559.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5560.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5561.         }, 2), new RewindableGenerator(function () {
  5562.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5563.         }, 1));
  5564.     }
  5565.     /**
  5566.      * Gets the private 'property_info.serializer_extractor' shared service.
  5567.      *
  5568.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5569.      */
  5570.     protected function getPropertyInfo_SerializerExtractorService()
  5571.     {
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5573.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  5574.     }
  5575.     /**
  5576.      * Gets the private 'router.cache_warmer' shared service.
  5577.      *
  5578.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5579.      */
  5580.     protected function getRouter_CacheWarmerService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5584.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5585.             'router' => ['services''router''getRouterService'false],
  5586.         ], [
  5587.             'router' => '?',
  5588.         ]))->withContext('router.cache_warmer'$this));
  5589.     }
  5590.     /**
  5591.      * Gets the private 'router.request_context' shared service.
  5592.      *
  5593.      * @return \Symfony\Component\Routing\RequestContext
  5594.      */
  5595.     protected function getRouter_RequestContextService()
  5596.     {
  5597.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5598.     }
  5599.     /**
  5600.      * Gets the private 'router_listener' shared service.
  5601.      *
  5602.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5603.      */
  5604.     protected function getRouterListenerService()
  5605.     {
  5606.         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);
  5607.     }
  5608.     /**
  5609.      * Gets the private 'security.access_listener' shared service.
  5610.      *
  5611.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5612.      */
  5613.     protected function getSecurity_AccessListenerService()
  5614.     {
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5619.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'security.access_map' shared service.
  5623.      *
  5624.      * @return \Symfony\Component\Security\Http\AccessMap
  5625.      */
  5626.     protected function getSecurity_AccessMapService()
  5627.     {
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5630.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5631.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5632.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5633.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5634.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^(.*?)/tableau-de-bord'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  5635.         return $instance;
  5636.     }
  5637.     /**
  5638.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5639.      *
  5640.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5641.      */
  5642.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5643.     {
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5648.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'security.authentication.listener.form.main' shared service.
  5652.      *
  5653.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  5654.      */
  5655.     protected function getSecurity_Authentication_Listener_Form_MainService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  5669.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5670.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5671.         $b->setOptions(['login_path' => 'fos_user_security_login''default_target_path' => 'tableau-de-bord''use_referer' => true'always_use_default_target_path' => false'target_path_parameter' => '_target_path']);
  5672.         $b->setProviderKey('main');
  5673.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  5674.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  5675.         $d->setOptions(['login_path' => 'fos_user_security_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  5676.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'), $a'main'$b$d, ['check_path' => 'fos_user_security_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5677.     }
  5678.     /**
  5679.      * Gets the private 'security.authentication.manager' shared service.
  5680.      *
  5681.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5682.      */
  5683.     protected function getSecurity_Authentication_ManagerService()
  5684.     {
  5685.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5686.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  5687.             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'))));
  5688.         }, 2), true);
  5689.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5690.         return $instance;
  5691.     }
  5692.     /**
  5693.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  5694.      *
  5695.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5696.      */
  5697.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  5698.     {
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5704.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), new \Symfony\Component\Security\Core\User\UserChecker(), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5705.     }
  5706.     /**
  5707.      * Gets the private 'security.channel_listener' shared service.
  5708.      *
  5709.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5710.      */
  5711.     protected function getSecurity_ChannelListenerService()
  5712.     {
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5719.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5720.     }
  5721.     /**
  5722.      * Gets the private 'security.command.user_password_encoder' shared service.
  5723.      *
  5724.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5725.      */
  5726.     protected function getSecurity_Command_UserPasswordEncoderService()
  5727.     {
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5730.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  5731.         $instance->setName('security:encode-password');
  5732.         return $instance;
  5733.     }
  5734.     /**
  5735.      * Gets the private 'security.context_listener.0' shared service.
  5736.      *
  5737.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5738.      */
  5739.     protected function getSecurity_ContextListener_0Service()
  5740.     {
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5745.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  5746.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  5747.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5748.     }
  5749.     /**
  5750.      * Gets the private 'security.csrf.token_storage' shared service.
  5751.      *
  5752.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5753.      */
  5754.     protected function getSecurity_Csrf_TokenStorageService()
  5755.     {
  5756.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5757.     }
  5758.     /**
  5759.      * Gets the private 'security.encoder_factory.generic' shared service.
  5760.      *
  5761.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5762.      */
  5763.     protected function getSecurity_EncoderFactory_GenericService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5767.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  5768.     }
  5769.     /**
  5770.      * Gets the private 'security.firewall.map' shared service.
  5771.      *
  5772.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5773.      */
  5774.     protected function getSecurity_Firewall_MapService()
  5775.     {
  5776.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5777.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5778.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5779.         ], [
  5780.             'security.firewall.map.context.dev' => '?',
  5781.             'security.firewall.map.context.main' => '?',
  5782.         ]), new RewindableGenerator(function () {
  5783.             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)/')));
  5784.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  5785.         }, 2));
  5786.     }
  5787.     /**
  5788.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5789.      *
  5790.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5791.      */
  5792.     protected function getSecurity_Firewall_Map_Context_DevService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5796.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5797.             return new \EmptyIterator();
  5798.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5799.     }
  5800.     /**
  5801.      * Gets the private 'security.firewall.map.context.main' shared service.
  5802.      *
  5803.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5804.      */
  5805.     protected function getSecurity_Firewall_Map_Context_MainService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5822.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5823.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5824.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'fos_user_security_logout']);
  5825.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5826.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5827.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5828.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5829.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5830.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  5831.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5832.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5833.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'fos_user_security_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username_email''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  5834.     }
  5835.     /**
  5836.      * Gets the private 'security.http_utils' shared service.
  5837.      *
  5838.      * @return \Symfony\Component\Security\Http\HttpUtils
  5839.      */
  5840.     protected function getSecurity_HttpUtilsService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5843.         $a = ($this->services['router'] ?? $this->getRouterService());
  5844.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5845.     }
  5846.     /**
  5847.      * Gets the private 'security.logout_url_generator' shared service.
  5848.      *
  5849.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5850.      */
  5851.     protected function getSecurity_LogoutUrlGeneratorService()
  5852.     {
  5853.         $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()));
  5854.         $instance->registerListener('main''fos_user_security_logout''logout''_csrf_token'NULLNULL);
  5855.         return $instance;
  5856.     }
  5857.     /**
  5858.      * Gets the private 'security.role_hierarchy' shared service.
  5859.      *
  5860.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  5861.      */
  5862.     protected function getSecurity_RoleHierarchyService()
  5863.     {
  5864.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  5865.     }
  5866.     /**
  5867.      * Gets the private 'security.validator.user_password' shared service.
  5868.      *
  5869.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5870.      */
  5871.     protected function getSecurity_Validator_UserPasswordService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5876.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5877.     }
  5878.     /**
  5879.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5880.      *
  5881.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5882.      */
  5883.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5884.     {
  5885.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5886.     }
  5887.     /**
  5888.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5889.      *
  5890.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5891.      */
  5892.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5893.     {
  5894.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5895.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5896.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5897.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5898.     }
  5899.     /**
  5900.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5901.      *
  5902.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5903.      */
  5904.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5905.     {
  5906.         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()));
  5907.     }
  5908.     /**
  5909.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5910.      *
  5911.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5912.      */
  5913.     protected function getSensioFrameworkExtra_View_ListenerService()
  5914.     {
  5915.         $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))));
  5916.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5917.             'twig' => ['services''twig''getTwigService'false],
  5918.         ], [
  5919.             'twig' => 'Twig\\Environment',
  5920.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5921.         return $instance;
  5922.     }
  5923.     /**
  5924.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5925.      *
  5926.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5927.      */
  5928.     protected function getSerializer_Mapping_CacheWarmerService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5935.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5936.     }
  5937.     /**
  5938.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5939.      *
  5940.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5941.      */
  5942.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5943.     {
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5950.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  5951.     }
  5952.     /**
  5953.      * Gets the private 'session.storage.native' shared service.
  5954.      *
  5955.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5956.      */
  5957.     protected function getSession_Storage_NativeService()
  5958.     {
  5959.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5960.     }
  5961.     /**
  5962.      * Gets the private 'session_listener' shared service.
  5963.      *
  5964.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5965.      */
  5966.     protected function getSessionListenerService()
  5967.     {
  5968.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5969.             'initialized_session' => ['services''session'NULLfalse],
  5970.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5971.             'session' => ['services''session''getSessionService'false],
  5972.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5973.         ], [
  5974.             'initialized_session' => '?',
  5975.             'request_stack' => '?',
  5976.             'session' => '?',
  5977.             'session_storage' => '?',
  5978.         ]));
  5979.     }
  5980.     /**
  5981.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  5982.      *
  5983.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  5984.      */
  5985.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  5986.     {
  5987.         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()));
  5988.     }
  5989.     /**
  5990.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  5991.      *
  5992.      * @return \Gedmo\Sluggable\SluggableListener
  5993.      */
  5994.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  5997.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  5998.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5999.         return $instance;
  6000.     }
  6001.     /**
  6002.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  6003.      *
  6004.      * @return \Gedmo\Timestampable\TimestampableListener
  6005.      */
  6006.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  6010.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  6011.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6012.         return $instance;
  6013.     }
  6014.     /**
  6015.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  6016.      *
  6017.      * @return \Gedmo\Translatable\TranslatableListener
  6018.      */
  6019.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  6020.     {
  6021.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  6022.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6023.         $instance->setDefaultLocale('fr_FR');
  6024.         $instance->setTranslatableLocale('fr_FR');
  6025.         $instance->setTranslationFallback(false);
  6026.         $instance->setPersistDefaultLocaleTranslation(false);
  6027.         $instance->setSkipOnLoad(false);
  6028.         return $instance;
  6029.     }
  6030.     /**
  6031.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  6032.      *
  6033.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  6034.      *
  6035.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6036.      */
  6037.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  6038.     {
  6039.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6040.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  6041.     }
  6042.     /**
  6043.      * Gets the private 'templating.engine.php' shared service.
  6044.      *
  6045.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine
  6046.      *
  6047.      * @deprecated The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6048.      */
  6049.     protected function getTemplating_Engine_PhpService()
  6050.     {
  6051.         @trigger_error('The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6052.         $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6053.             'knp_paginator.templating.helper.pagination' => ['privates''knp_paginator.templating.helper.pagination''getKnpPaginator_Templating_Helper_PaginationService'false],
  6054.             'liip_imagine.templating.filter_helper' => ['privates''liip_imagine.templating.filter_helper''getLiipImagine_Templating_FilterHelperService'false],
  6055.             'templating.helper.actions' => ['privates''templating.helper.actions''getTemplating_Helper_ActionsService'false],
  6056.             'templating.helper.assets' => ['privates''templating.helper.assets''getTemplating_Helper_AssetsService'false],
  6057.             'templating.helper.code' => ['privates''templating.helper.code''getTemplating_Helper_CodeService'false],
  6058.             'templating.helper.form' => ['privates''templating.helper.form''getTemplating_Helper_FormService'false],
  6059.             'templating.helper.logout_url' => ['privates''templating.helper.logout_url''getTemplating_Helper_LogoutUrlService'false],
  6060.             'templating.helper.request' => ['privates''templating.helper.request''getTemplating_Helper_RequestService'false],
  6061.             'templating.helper.router' => ['privates''templating.helper.router''getTemplating_Helper_RouterService'false],
  6062.             'templating.helper.security' => ['privates''templating.helper.security''getTemplating_Helper_SecurityService'false],
  6063.             'templating.helper.session' => ['privates''templating.helper.session''getTemplating_Helper_SessionService'false],
  6064.             'templating.helper.slots' => ['privates''templating.helper.slots''getTemplating_Helper_SlotsService'false],
  6065.             'templating.helper.stopwatch' => ['privates''templating.helper.stopwatch''getTemplating_Helper_StopwatchService'false],
  6066.             'templating.helper.translator' => ['privates''templating.helper.translator''getTemplating_Helper_TranslatorService'false],
  6067.         ], [
  6068.             'knp_paginator.templating.helper.pagination' => '?',
  6069.             'liip_imagine.templating.filter_helper' => '?',
  6070.             'templating.helper.actions' => '?',
  6071.             'templating.helper.assets' => '?',
  6072.             'templating.helper.code' => '?',
  6073.             'templating.helper.form' => '?',
  6074.             'templating.helper.logout_url' => '?',
  6075.             'templating.helper.request' => '?',
  6076.             'templating.helper.router' => '?',
  6077.             'templating.helper.security' => '?',
  6078.             'templating.helper.session' => '?',
  6079.             'templating.helper.slots' => '?',
  6080.             'templating.helper.stopwatch' => '?',
  6081.             'templating.helper.translator' => '?',
  6082.         ]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());
  6083.         $instance->setCharset('UTF-8');
  6084.         $instance->setHelpers(['slots' => 'templating.helper.slots''request' => 'templating.helper.request''session' => 'templating.helper.session''router' => 'templating.helper.router''assets' => 'templating.helper.assets''actions' => 'templating.helper.actions''code' => 'templating.helper.code''translator' => 'templating.helper.translator''form' => 'templating.helper.form''stopwatch' => 'templating.helper.stopwatch''logout_url' => 'templating.helper.logout_url''security' => 'templating.helper.security''knp_pagination' => 'knp_paginator.templating.helper.pagination''imagine' => 'liip_imagine.templating.filter_helper']);
  6085.         return $instance;
  6086.     }
  6087.     /**
  6088.      * Gets the private 'templating.engine.twig' shared service.
  6089.      *
  6090.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  6091.      *
  6092.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  6093.      */
  6094.     protected function getTemplating_Engine_TwigService()
  6095.     {
  6096.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  6097.         return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  6098.     }
  6099.     /**
  6100.      * Gets the private 'templating.finder' shared service.
  6101.      *
  6102.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  6103.      *
  6104.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6105.      */
  6106.     protected function getTemplating_FinderService()
  6107.     {
  6108.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6109.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  6111.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  6112.     }
  6113.     /**
  6114.      * Gets the private 'templating.form.engine' shared service.
  6115.      *
  6116.      * @return \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine
  6117.      *
  6118.      * @deprecated The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6119.      */
  6120.     protected function getTemplating_Form_EngineService()
  6121.     {
  6122.         @trigger_error('The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6123.         return new \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()), $this->parameters['templating.helper.form.resources']);
  6124.     }
  6125.     /**
  6126.      * Gets the private 'templating.form.renderer' shared service.
  6127.      *
  6128.      * @return \Symfony\Component\Form\FormRenderer
  6129.      *
  6130.      * @deprecated The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6131.      */
  6132.     protected function getTemplating_Form_RendererService()
  6133.     {
  6134.         @trigger_error('The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6135.         return new \Symfony\Component\Form\FormRenderer($this->getTemplating_Form_EngineService(), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'templating.globals' shared service.
  6139.      *
  6140.      * @return \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
  6141.      *
  6142.      * @deprecated The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6143.      */
  6144.     protected function getTemplating_GlobalsService()
  6145.     {
  6146.         @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6147.         return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  6148.     }
  6149.     /**
  6150.      * Gets the private 'templating.helper.actions' shared service.
  6151.      *
  6152.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
  6153.      *
  6154.      * @deprecated The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6155.      */
  6156.     protected function getTemplating_Helper_ActionsService()
  6157.     {
  6158.         @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6159.         return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  6160.     }
  6161.     /**
  6162.      * Gets the private 'templating.helper.assets' shared service.
  6163.      *
  6164.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper
  6165.      *
  6166.      * @deprecated The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6167.      */
  6168.     protected function getTemplating_Helper_AssetsService()
  6169.     {
  6170.         @trigger_error('The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6171.         return $this->privates['templating.helper.assets'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  6172.     }
  6173.     /**
  6174.      * Gets the private 'templating.helper.code' shared service.
  6175.      *
  6176.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
  6177.      *
  6178.      * @deprecated The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6179.      */
  6180.     protected function getTemplating_Helper_CodeService()
  6181.     {
  6182.         @trigger_error('The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6183.         return $this->privates['templating.helper.code'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  6184.     }
  6185.     /**
  6186.      * Gets the private 'templating.helper.form' shared service.
  6187.      *
  6188.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
  6189.      *
  6190.      * @deprecated The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6191.      */
  6192.     protected function getTemplating_Helper_FormService()
  6193.     {
  6194.         @trigger_error('The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6195.         return $this->privates['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($this->getTemplating_Form_RendererService());
  6196.     }
  6197.     /**
  6198.      * Gets the private 'templating.helper.logout_url' shared service.
  6199.      *
  6200.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
  6201.      *
  6202.      * @deprecated The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6203.      */
  6204.     protected function getTemplating_Helper_LogoutUrlService()
  6205.     {
  6206.         @trigger_error('The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6207.         return $this->privates['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6208.     }
  6209.     /**
  6210.      * Gets the private 'templating.helper.request' shared service.
  6211.      *
  6212.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
  6213.      *
  6214.      * @deprecated The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6215.      */
  6216.     protected function getTemplating_Helper_RequestService()
  6217.     {
  6218.         @trigger_error('The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6219.         return $this->privates['templating.helper.request'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6220.     }
  6221.     /**
  6222.      * Gets the private 'templating.helper.router' shared service.
  6223.      *
  6224.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
  6225.      *
  6226.      * @deprecated The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6227.      */
  6228.     protected function getTemplating_Helper_RouterService()
  6229.     {
  6230.         @trigger_error('The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6231.         return $this->privates['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  6232.     }
  6233.     /**
  6234.      * Gets the private 'templating.helper.security' shared service.
  6235.      *
  6236.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
  6237.      *
  6238.      * @deprecated The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6239.      */
  6240.     protected function getTemplating_Helper_SecurityService()
  6241.     {
  6242.         @trigger_error('The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6243.         return $this->privates['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6244.     }
  6245.     /**
  6246.      * Gets the private 'templating.helper.session' shared service.
  6247.      *
  6248.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
  6249.      *
  6250.      * @deprecated The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6251.      */
  6252.     protected function getTemplating_Helper_SessionService()
  6253.     {
  6254.         @trigger_error('The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6255.         return $this->privates['templating.helper.session'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6256.     }
  6257.     /**
  6258.      * Gets the private 'templating.helper.slots' shared service.
  6259.      *
  6260.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  6261.      *
  6262.      * @deprecated The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6263.      */
  6264.     protected function getTemplating_Helper_SlotsService()
  6265.     {
  6266.         @trigger_error('The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6267.         return $this->privates['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  6268.     }
  6269.     /**
  6270.      * Gets the private 'templating.helper.stopwatch' shared service.
  6271.      *
  6272.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper
  6273.      *
  6274.      * @deprecated The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6275.      */
  6276.     protected function getTemplating_Helper_StopwatchService()
  6277.     {
  6278.         @trigger_error('The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6279.         return $this->privates['templating.helper.stopwatch'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6280.     }
  6281.     /**
  6282.      * Gets the private 'templating.helper.translator' shared service.
  6283.      *
  6284.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
  6285.      *
  6286.      * @deprecated The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6287.      */
  6288.     protected function getTemplating_Helper_TranslatorService()
  6289.     {
  6290.         @trigger_error('The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6291.         return $this->privates['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  6292.     }
  6293.     /**
  6294.      * Gets the private 'templating.locator' shared service.
  6295.      *
  6296.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  6297.      *
  6298.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6299.      */
  6300.     protected function getTemplating_LocatorService()
  6301.     {
  6302.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6303.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  6304.     }
  6305.     /**
  6306.      * Gets the private 'templating.name_parser' shared service.
  6307.      *
  6308.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  6309.      *
  6310.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  6311.      */
  6312.     protected function getTemplating_NameParserService()
  6313.     {
  6314.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  6315.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  6316.     }
  6317.     /**
  6318.      * Gets the private 'translation.extractor' shared service.
  6319.      *
  6320.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  6321.      */
  6322.     protected function getTranslation_ExtractorService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  6329.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  6330.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  6331.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  6332.         return $instance;
  6333.     }
  6334.     /**
  6335.      * Gets the private 'translation.loader.csv' shared service.
  6336.      *
  6337.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  6338.      */
  6339.     protected function getTranslation_Loader_CsvService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6345.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  6346.     }
  6347.     /**
  6348.      * Gets the private 'translation.loader.dat' shared service.
  6349.      *
  6350.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  6351.      */
  6352.     protected function getTranslation_Loader_DatService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6357.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  6358.     }
  6359.     /**
  6360.      * Gets the private 'translation.loader.ini' shared service.
  6361.      *
  6362.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  6363.      */
  6364.     protected function getTranslation_Loader_IniService()
  6365.     {
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6370.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  6371.     }
  6372.     /**
  6373.      * Gets the private 'translation.loader.json' shared service.
  6374.      *
  6375.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  6376.      */
  6377.     protected function getTranslation_Loader_JsonService()
  6378.     {
  6379.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6383.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  6384.     }
  6385.     /**
  6386.      * Gets the private 'translation.loader.mo' shared service.
  6387.      *
  6388.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  6389.      */
  6390.     protected function getTranslation_Loader_MoService()
  6391.     {
  6392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6396.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  6397.     }
  6398.     /**
  6399.      * Gets the private 'translation.loader.php' shared service.
  6400.      *
  6401.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  6402.      */
  6403.     protected function getTranslation_Loader_PhpService()
  6404.     {
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6409.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  6410.     }
  6411.     /**
  6412.      * Gets the private 'translation.loader.po' shared service.
  6413.      *
  6414.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  6415.      */
  6416.     protected function getTranslation_Loader_PoService()
  6417.     {
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6422.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  6423.     }
  6424.     /**
  6425.      * Gets the private 'translation.loader.qt' shared service.
  6426.      *
  6427.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  6428.      */
  6429.     protected function getTranslation_Loader_QtService()
  6430.     {
  6431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6433.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  6434.     }
  6435.     /**
  6436.      * Gets the private 'translation.loader.res' shared service.
  6437.      *
  6438.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  6439.      */
  6440.     protected function getTranslation_Loader_ResService()
  6441.     {
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6444.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  6445.     }
  6446.     /**
  6447.      * Gets the private 'translation.loader.xliff' shared service.
  6448.      *
  6449.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  6450.      */
  6451.     protected function getTranslation_Loader_XliffService()
  6452.     {
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6455.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  6456.     }
  6457.     /**
  6458.      * Gets the private 'translation.loader.yml' shared service.
  6459.      *
  6460.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  6461.      */
  6462.     protected function getTranslation_Loader_YmlService()
  6463.     {
  6464.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6465.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6468.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  6469.     }
  6470.     /**
  6471.      * Gets the private 'translation.reader' shared service.
  6472.      *
  6473.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  6474.      */
  6475.     protected function getTranslation_ReaderService()
  6476.     {
  6477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  6478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  6479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  6480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  6481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  6493.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  6494.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  6495.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  6496.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  6497.         $instance->addLoader('yaml'$a);
  6498.         $instance->addLoader('yml'$a);
  6499.         $instance->addLoader('xlf'$b);
  6500.         $instance->addLoader('xliff'$b);
  6501.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  6502.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  6503.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  6504.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  6505.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  6506.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  6507.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  6508.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  6509.         return $instance;
  6510.     }
  6511.     /**
  6512.      * Gets the private 'translation.warmer' shared service.
  6513.      *
  6514.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  6515.      */
  6516.     protected function getTranslation_WarmerService()
  6517.     {
  6518.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  6520.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6521.             'translator' => ['services''translator''getTranslatorService'false],
  6522.         ], [
  6523.             'translator' => '?',
  6524.         ]))->withContext('translation.warmer'$this));
  6525.     }
  6526.     /**
  6527.      * Gets the private 'translator.default' shared service.
  6528.      *
  6529.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  6530.      */
  6531.     protected function getTranslator_DefaultService()
  6532.     {
  6533.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6534.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6535.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6536.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6537.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6538.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6539.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6540.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6541.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6542.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6543.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6544.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6545.         ], [
  6546.             'translation.loader.csv' => '?',
  6547.             'translation.loader.dat' => '?',
  6548.             'translation.loader.ini' => '?',
  6549.             'translation.loader.json' => '?',
  6550.             'translation.loader.mo' => '?',
  6551.             'translation.loader.php' => '?',
  6552.             'translation.loader.po' => '?',
  6553.             'translation.loader.qt' => '?',
  6554.             'translation.loader.res' => '?',
  6555.             'translation.loader.xliff' => '?',
  6556.             'translation.loader.yml' => '?',
  6557.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')]], '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/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/LiipImagineBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 37 => (\dirname(__DIR__4).'/translations'), 38 => (\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/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'src/Resources/TwigBundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'src/Resources/WebProfilerBundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'src/Resources/MonologBundle/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'src/Resources/DebugBundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'src/Resources/MakerBundle/translations'19 => 'vendor/doctrine/doctrine-bundle/translations'20 => 'src/Resources/DoctrineBundle/translations'21 => 'vendor/doctrine/doctrine-migrations-bundle/translations'22 => 'src/Resources/DoctrineMigrationsBundle/translations'23 => 'vendor/symfony/security-bundle/translations'24 => 'src/Resources/SecurityBundle/translations'25 => 'vendor/twig/extra-bundle/translations'26 => 'src/Resources/TwigExtraBundle/translations'27 => 'vendor/stof/doctrine-extensions-bundle/src/translations'28 => 'src/Resources/StofDoctrineExtensionsBundle/translations'29 => 'src/Resources/KnpPaginatorBundle/translations'30 => 'vendor/liip/imagine-bundle/translations'31 => 'src/Resources/LiipImagineBundle/translations'32 => 'src/Resources/FOSUserBundle/translations'33 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'34 => 'src/Resources/DoctrineFixturesBundle/translations'35 => 'vendor/friendsofsymfony/rest-bundle/translations'36 => 'src/Resources/FOSRestBundle/translations'37 => 'translations'38 => 'src/Resources/translations']]]);
  6558.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6559.         $instance->setFallbackLocales([=> 'fr']);
  6560.         return $instance;
  6561.     }
  6562.     /**
  6563.      * Gets the private 'twig.cache_warmer' shared service.
  6564.      *
  6565.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  6566.      *
  6567.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  6568.      */
  6569.     protected function getTwig_CacheWarmerService()
  6570.     {
  6571.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  6572.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  6573.     }
  6574.     /**
  6575.      * Gets the private 'twig.command.debug' shared service.
  6576.      *
  6577.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  6578.      */
  6579.     protected function getTwig_Command_DebugService()
  6580.     {
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  6583.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  6584.         $instance->setName('debug:twig');
  6585.         return $instance;
  6586.     }
  6587.     /**
  6588.      * Gets the private 'twig.command.lint' shared service.
  6589.      *
  6590.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  6591.      */
  6592.     protected function getTwig_Command_LintService()
  6593.     {
  6594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  6597.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  6598.         $instance->setName('lint:twig');
  6599.         return $instance;
  6600.     }
  6601.     /**
  6602.      * Gets the private 'twig.form.engine' shared service.
  6603.      *
  6604.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  6605.      */
  6606.     protected function getTwig_Form_EngineService()
  6607.     {
  6608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  6611.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'twig.form.renderer' shared service.
  6615.      *
  6616.      * @return \Symfony\Component\Form\FormRenderer
  6617.      */
  6618.     protected function getTwig_Form_RendererService()
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6622.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6623.     }
  6624.     /**
  6625.      * Gets the private 'twig.mailer.message_listener' shared service.
  6626.      *
  6627.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6628.      */
  6629.     protected function getTwig_Mailer_MessageListenerService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6634.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6635.     }
  6636.     /**
  6637.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6638.      *
  6639.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6640.      */
  6641.     protected function getTwig_Runtime_HttpkernelService()
  6642.     {
  6643.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6644.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  6645.     }
  6646.     /**
  6647.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6648.      *
  6649.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6650.      */
  6651.     protected function getTwig_Runtime_SecurityCsrfService()
  6652.     {
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6654.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6655.     }
  6656.     /**
  6657.      * Gets the private 'twig.template_cache_warmer' shared service.
  6658.      *
  6659.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6660.      */
  6661.     protected function getTwig_TemplateCacheWarmerService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6667.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6668.     }
  6669.     /**
  6670.      * Gets the private 'validator.builder' shared service.
  6671.      *
  6672.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6673.      */
  6674.     protected function getValidator_BuilderService()
  6675.     {
  6676.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6677.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6678.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6679.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6680.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6681.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6682.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6683.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6684.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6685.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6686.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6687.         ], [
  6688.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6689.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6690.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6691.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6692.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6693.             'doctrine.orm.validator.unique' => '?',
  6694.             'security.validator.user_password' => '?',
  6695.             'validator.expression' => '?',
  6696.         ])));
  6697.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6698.         $instance->setTranslationDomain('validators');
  6699.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  6700.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6701.         $instance->addMethodMapping('loadValidatorMetadata');
  6702.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  6703.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6704.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6705.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  6706.         return $instance;
  6707.     }
  6708.     /**
  6709.      * Gets the private 'validator.email' shared service.
  6710.      *
  6711.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6712.      */
  6713.     protected function getValidator_EmailService()
  6714.     {
  6715.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6718.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6719.     }
  6720.     /**
  6721.      * Gets the private 'validator.expression' shared service.
  6722.      *
  6723.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6724.      */
  6725.     protected function getValidator_ExpressionService()
  6726.     {
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6730.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6731.     }
  6732.     /**
  6733.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6734.      *
  6735.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6736.      */
  6737.     protected function getValidator_Mapping_CacheWarmerService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6742.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6743.     }
  6744.     /**
  6745.      * Gets the private 'validator.not_compromised_password' shared service.
  6746.      *
  6747.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6748.      */
  6749.     protected function getValidator_NotCompromisedPasswordService()
  6750.     {
  6751.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6754.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  6755.     }
  6756.     /**
  6757.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6758.      *
  6759.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6760.      */
  6761.     protected function getVarDumper_Command_ServerDumpService()
  6762.     {
  6763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6769.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6770.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6771.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6772.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6773.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6774.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  6775.         $instance->setName('server:dump');
  6776.         return $instance;
  6777.     }
  6778.     /**
  6779.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6780.      *
  6781.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6782.      */
  6783.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6784.     {
  6785.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6786.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6787.         return $instance;
  6788.     }
  6789.     /**
  6790.      * Gets the private 'var_dumper.html_dumper' shared service.
  6791.      *
  6792.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6793.      */
  6794.     protected function getVarDumper_HtmlDumperService()
  6795.     {
  6796.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6797.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6798.         return $instance;
  6799.     }
  6800.     /**
  6801.      * Gets the private 'var_dumper.server_connection' shared service.
  6802.      *
  6803.      * @return \Symfony\Component\VarDumper\Server\Connection
  6804.      */
  6805.     protected function getVarDumper_ServerConnectionService()
  6806.     {
  6807.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  6808.     }
  6809.     /**
  6810.      * Gets the private 'web_profiler.csp.handler' shared service.
  6811.      *
  6812.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6813.      */
  6814.     protected function getWebProfiler_Csp_HandlerService()
  6815.     {
  6816.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6817.     }
  6818.     /**
  6819.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6820.      *
  6821.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6822.      */
  6823.     protected function getWebProfiler_DebugToolbarService()
  6824.     {
  6825.         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()));
  6826.     }
  6827.     /**
  6828.      * @return array|bool|float|int|string|\UnitEnum|null
  6829.      */
  6830.     public function getParameter($name)
  6831.     {
  6832.         $name = (string) $name;
  6833.         if (isset($this->buildParameters[$name])) {
  6834.             return $this->buildParameters[$name];
  6835.         }
  6836.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6837.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6838.         }
  6839.         if (isset($this->loadedDynamicParameters[$name])) {
  6840.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6841.         }
  6842.         return $this->parameters[$name];
  6843.     }
  6844.     public function hasParameter($name): bool
  6845.     {
  6846.         $name = (string) $name;
  6847.         if (isset($this->buildParameters[$name])) {
  6848.             return true;
  6849.         }
  6850.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6851.     }
  6852.     public function setParameter($name$value): void
  6853.     {
  6854.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6855.     }
  6856.     public function getParameterBag(): ParameterBagInterface
  6857.     {
  6858.         if (null === $this->parameterBag) {
  6859.             $parameters $this->parameters;
  6860.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6861.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6862.             }
  6863.             foreach ($this->buildParameters as $name => $value) {
  6864.                 $parameters[$name] = $value;
  6865.             }
  6866.             $this->parameterBag = new FrozenParameterBag($parameters);
  6867.         }
  6868.         return $this->parameterBag;
  6869.     }
  6870.     private $loadedDynamicParameters = [
  6871.         'kernel.cache_dir' => false,
  6872.         'kernel.secret' => false,
  6873.         'session.save_path' => false,
  6874.         'validator.mapping.cache.file' => false,
  6875.         'profiler.storage.dsn' => false,
  6876.         'debug.container.dump' => false,
  6877.         'serializer.mapping.cache.file' => false,
  6878.         'doctrine.orm.proxy_dir' => false,
  6879.     ];
  6880.     private $dynamicParameters = [];
  6881.     private function getDynamicParameter(string $name)
  6882.     {
  6883.         switch ($name) {
  6884.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6885.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6886.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6887.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6888.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6889.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6890.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6891.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6892.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6893.         }
  6894.         $this->loadedDynamicParameters[$name] = true;
  6895.         return $this->dynamicParameters[$name] = $value;
  6896.     }
  6897.     protected function getDefaultParameters(): array
  6898.     {
  6899.         return [
  6900.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6901.             'kernel.project_dir' => \dirname(__DIR__4),
  6902.             'kernel.environment' => 'dev',
  6903.             'kernel.debug' => true,
  6904.             'kernel.name' => 'src',
  6905.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6906.             'kernel.bundles' => [
  6907.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6908.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6909.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6910.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6911.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6912.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6913.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6914.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6915.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6916.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6917.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6918.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  6919.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  6920.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  6921.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  6922.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6923.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6924.             ],
  6925.             'kernel.bundles_metadata' => [
  6926.                 'FrameworkBundle' => [
  6927.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6928.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6929.                 ],
  6930.                 'SensioFrameworkExtraBundle' => [
  6931.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6932.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6933.                 ],
  6934.                 'TwigBundle' => [
  6935.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6936.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6937.                 ],
  6938.                 'WebProfilerBundle' => [
  6939.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6940.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6941.                 ],
  6942.                 'MonologBundle' => [
  6943.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6944.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6945.                 ],
  6946.                 'DebugBundle' => [
  6947.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6948.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6949.                 ],
  6950.                 'MakerBundle' => [
  6951.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6952.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6953.                 ],
  6954.                 'DoctrineBundle' => [
  6955.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6956.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6957.                 ],
  6958.                 'DoctrineMigrationsBundle' => [
  6959.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6960.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6961.                 ],
  6962.                 'SecurityBundle' => [
  6963.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6964.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6965.                 ],
  6966.                 'TwigExtraBundle' => [
  6967.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6968.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6969.                 ],
  6970.                 'StofDoctrineExtensionsBundle' => [
  6971.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  6972.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  6973.                 ],
  6974.                 'KnpPaginatorBundle' => [
  6975.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  6976.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  6977.                 ],
  6978.                 'LiipImagineBundle' => [
  6979.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  6980.                     'namespace' => 'Liip\\ImagineBundle',
  6981.                 ],
  6982.                 'FOSUserBundle' => [
  6983.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  6984.                     'namespace' => 'FOS\\UserBundle',
  6985.                 ],
  6986.                 'DoctrineFixturesBundle' => [
  6987.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6988.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6989.                 ],
  6990.                 'FOSRestBundle' => [
  6991.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  6992.                     'namespace' => 'FOS\\RestBundle',
  6993.                 ],
  6994.             ],
  6995.             'kernel.charset' => 'UTF-8',
  6996.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6997.             'container.dumper.inline_class_loader' => true,
  6998.             'container.dumper.inline_factories' => true,
  6999.             'categories_directory' => (\dirname(__DIR__4).'/public/uploads/categories'),
  7000.             'bannieres_directory' => (\dirname(__DIR__4).'/public/uploads/bannieres'),
  7001.             'sliders_directory' => (\dirname(__DIR__4).'/public/uploads/sliders'),
  7002.             'sites_directory' => (\dirname(__DIR__4).'/public/uploads/sites'),
  7003.             'partenaires_directory' => (\dirname(__DIR__4).'/public/uploads/partenaires'),
  7004.             'annonces_directory' => (\dirname(__DIR__4).'/public/uploads/annonces'),
  7005.             'business_directory' => (\dirname(__DIR__4).'/public/uploads/business'),
  7006.             'souscategories_directory' => (\dirname(__DIR__4).'/public/uploads/souscategories'),
  7007.             'markers_directory' => (\dirname(__DIR__4).'/public/uploads/markers'),
  7008.             'favicons_directory' => (\dirname(__DIR__4).'/public/uploads/favicons'),
  7009.             'locale' => 'fr',
  7010.             'event_dispatcher.event_aliases' => [
  7011.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7012.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7013.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7014.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7015.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7016.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7017.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7018.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7019.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7020.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7021.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7022.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7023.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7024.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7025.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7026.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7027.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7028.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7029.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7030.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7031.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7032.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7033.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7034.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7035.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7036.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7037.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7038.             ],
  7039.             'fragment.renderer.hinclude.global_template' => NULL,
  7040.             'fragment.path' => '/_fragment',
  7041.             'kernel.http_method_override' => true,
  7042.             'kernel.trusted_hosts' => [
  7043.             ],
  7044.             'kernel.default_locale' => 'fr',
  7045.             'kernel.error_controller' => 'error_controller',
  7046.             'templating.helper.code.file_link_format' => NULL,
  7047.             'debug.file_link_format' => NULL,
  7048.             'session.metadata.storage_key' => '_sf2_meta',
  7049.             'session.storage.options' => [
  7050.                 'cache_limiter' => '0',
  7051.                 'cookie_secure' => 'auto',
  7052.                 'cookie_httponly' => true,
  7053.                 'cookie_samesite' => 'lax',
  7054.                 'gc_probability' => 1,
  7055.             ],
  7056.             'session.metadata.update_threshold' => 0,
  7057.             'form.type_extension.csrf.enabled' => true,
  7058.             'form.type_extension.csrf.field_name' => '_token',
  7059.             'asset.request_context.base_path' => '',
  7060.             'asset.request_context.secure' => false,
  7061.             'templating.loader.cache.path' => NULL,
  7062.             'templating.engines' => [
  7063.                 => 'twig',
  7064.                 => 'php',
  7065.             ],
  7066.             'templating.helper.form.resources' => [
  7067.                 => 'FrameworkBundle:Form',
  7068.             ],
  7069.             'validator.translation_domain' => 'validators',
  7070.             'translator.logging' => false,
  7071.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7072.             'profiler_listener.only_exceptions' => false,
  7073.             'profiler_listener.only_master_requests' => false,
  7074.             'debug.error_handler.throw_at' => -1,
  7075.             'router.request_context.host' => 'localhost',
  7076.             'router.request_context.scheme' => 'http',
  7077.             'router.request_context.base_url' => '',
  7078.             'router.resource' => 'kernel::loadRoutes',
  7079.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  7080.             'request_listener.http_port' => 80,
  7081.             'request_listener.https_port' => 443,
  7082.             'twig.exception_listener.controller' => NULL,
  7083.             'twig.form.resources' => [
  7084.                 => 'form_div_layout.html.twig',
  7085.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  7086.             ],
  7087.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7088.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7089.             'web_profiler.debug_toolbar.mode' => 2,
  7090.             'monolog.use_microseconds' => true,
  7091.             'monolog.swift_mailer.handlers' => [
  7092.             ],
  7093.             'monolog.handlers_to_channels' => [
  7094.                 'monolog.handler.console' => [
  7095.                     'type' => 'exclusive',
  7096.                     'elements' => [
  7097.                         => 'event',
  7098.                         => 'doctrine',
  7099.                         => 'console',
  7100.                     ],
  7101.                 ],
  7102.                 'monolog.handler.main' => [
  7103.                     'type' => 'exclusive',
  7104.                     'elements' => [
  7105.                         => 'event',
  7106.                     ],
  7107.                 ],
  7108.             ],
  7109.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7110.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  7111.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  7112.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  7113.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7114.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7115.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7116.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7117.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7118.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7119.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7120.             'doctrine.entity_managers' => [
  7121.                 'default' => 'doctrine.orm.default_entity_manager',
  7122.             ],
  7123.             'doctrine.default_entity_manager' => 'default',
  7124.             'doctrine.dbal.connection_factory.types' => [
  7125.             ],
  7126.             'doctrine.connections' => [
  7127.                 'default' => 'doctrine.dbal.default_connection',
  7128.             ],
  7129.             'doctrine.default_connection' => 'default',
  7130.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7131.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7132.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7133.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7134.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7135.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7136.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7137.             'doctrine.orm.cache.memcache_port' => 11211,
  7138.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7139.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7140.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7141.             'doctrine.orm.cache.memcached_port' => 11211,
  7142.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7143.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7144.             'doctrine.orm.cache.redis_host' => 'localhost',
  7145.             'doctrine.orm.cache.redis_port' => 6379,
  7146.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7147.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7148.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7149.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7150.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7151.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7152.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7153.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7154.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7155.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7156.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7157.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7158.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7159.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7160.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7161.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7162.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7163.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7164.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7165.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7166.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7167.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7168.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7169.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7170.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7171.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7172.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7173.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7174.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7175.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7176.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7177.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7178.             'doctrine.migrations.preferred_em' => NULL,
  7179.             'doctrine.migrations.preferred_connection' => NULL,
  7180.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  7181.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  7182.             'security.role_hierarchy.roles' => [
  7183.                 'ROLE_ADMIN' => [
  7184.                     => 'ROLE_USER',
  7185.                 ],
  7186.                 'ROLE_SUPER_ADMIN' => [
  7187.                     => 'ROLE_ADMIN',
  7188.                 ],
  7189.             ],
  7190.             'security.access.denied_url' => NULL,
  7191.             'security.authentication.manager.erase_credentials' => true,
  7192.             'security.authentication.session_strategy.strategy' => 'migrate',
  7193.             'security.access.always_authenticate_before_granting' => false,
  7194.             'security.authentication.hide_user_not_found' => true,
  7195.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  7196.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  7197.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  7198.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  7199.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  7200.             'stof_doctrine_extensions.translation_fallback' => false,
  7201.             'stof_doctrine_extensions.persist_default_translation' => false,
  7202.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  7203.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  7204.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  7205.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  7206.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  7207.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  7208.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  7209.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  7210.             'knp_paginator.templating.helper.pagination.class' => 'Knp\\Bundle\\PaginatorBundle\\Templating\\PaginationHelper',
  7211.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig',
  7212.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7213.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7214.             'knp_paginator.page_range' => 5,
  7215.             'knp_paginator.page_limit' => NULL,
  7216.             'liip_imagine.resolvers' => [
  7217.                 'default' => [
  7218.                     'web_path' => [
  7219.                         'web_root' => (\dirname(__DIR__4).'/src/../public'),
  7220.                         'cache_prefix' => 'media/cache',
  7221.                     ],
  7222.                 ],
  7223.             ],
  7224.             'liip_imagine.loaders' => [
  7225.                 'default' => [
  7226.                     'filesystem' => [
  7227.                         'data_root' => [
  7228.                             => (\dirname(__DIR__4).'/src/../public/'),
  7229.                         ],
  7230.                         'locator' => 'filesystem',
  7231.                         'allow_unresolvable_data_roots' => false,
  7232.                         'bundle_resources' => [
  7233.                             'enabled' => false,
  7234.                             'access_control_type' => 'blacklist',
  7235.                             'access_control_list' => [
  7236.                             ],
  7237.                         ],
  7238.                     ],
  7239.                 ],
  7240.             ],
  7241.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  7242.             'liip_imagine.jpegoptim.stripAll' => true,
  7243.             'liip_imagine.jpegoptim.max' => NULL,
  7244.             'liip_imagine.jpegoptim.progressive' => true,
  7245.             'liip_imagine.jpegoptim.tempDir' => NULL,
  7246.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  7247.             'liip_imagine.optipng.level' => 7,
  7248.             'liip_imagine.optipng.stripAll' => true,
  7249.             'liip_imagine.optipng.tempDir' => NULL,
  7250.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  7251.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  7252.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  7253.             'liip_imagine.cwebp.tempDir' => NULL,
  7254.             'liip_imagine.cwebp.q' => 75,
  7255.             'liip_imagine.cwebp.alphaQ' => 100,
  7256.             'liip_imagine.cwebp.m' => 4,
  7257.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  7258.             'liip_imagine.cwebp.alphaMethod' => 1,
  7259.             'liip_imagine.cwebp.exact' => false,
  7260.             'liip_imagine.cwebp.metadata' => [
  7261.                 => 'none',
  7262.             ],
  7263.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  7264.             'liip_imagine.cache.resolver.default' => 'default',
  7265.             'liip_imagine.default_image' => NULL,
  7266.             'liip_imagine.filter_sets' => [
  7267.                 'banniere' => [
  7268.                     'quality' => 100,
  7269.                     'jpeg_quality' => NULL,
  7270.                     'png_compression_level' => NULL,
  7271.                     'png_compression_filter' => NULL,
  7272.                     'format' => NULL,
  7273.                     'animated' => false,
  7274.                     'cache' => NULL,
  7275.                     'data_loader' => NULL,
  7276.                     'default_image' => NULL,
  7277.                     'filters' => [
  7278.                         'thumbnail' => [
  7279.                             'size' => [
  7280.                                 => 482,
  7281.                                 => 320,
  7282.                             ],
  7283.                             'mode' => 'outbound',
  7284.                             'allow_upscale' => true,
  7285.                         ],
  7286.                     ],
  7287.                     'post_processors' => [
  7288.                     ],
  7289.                 ],
  7290.                 'site' => [
  7291.                     'quality' => 100,
  7292.                     'jpeg_quality' => NULL,
  7293.                     'png_compression_level' => NULL,
  7294.                     'png_compression_filter' => NULL,
  7295.                     'format' => NULL,
  7296.                     'animated' => false,
  7297.                     'cache' => NULL,
  7298.                     'data_loader' => NULL,
  7299.                     'default_image' => NULL,
  7300.                     'filters' => [
  7301.                         'thumbnail' => [
  7302.                             'size' => [
  7303.                                 => 250,
  7304.                                 => 250,
  7305.                             ],
  7306.                             'mode' => 'outbound',
  7307.                             'allow_upscale' => true,
  7308.                         ],
  7309.                     ],
  7310.                     'post_processors' => [
  7311.                     ],
  7312.                 ],
  7313.                 'annonce' => [
  7314.                     'quality' => 100,
  7315.                     'jpeg_quality' => NULL,
  7316.                     'png_compression_level' => NULL,
  7317.                     'png_compression_filter' => NULL,
  7318.                     'format' => NULL,
  7319.                     'animated' => false,
  7320.                     'cache' => NULL,
  7321.                     'data_loader' => NULL,
  7322.                     'default_image' => NULL,
  7323.                     'filters' => [
  7324.                         'thumbnail' => [
  7325.                             'size' => [
  7326.                                 => 917,
  7327.                                 => 1000,
  7328.                             ],
  7329.                             'mode' => 'outbound',
  7330.                             'allow_upscale' => true,
  7331.                         ],
  7332.                     ],
  7333.                     'post_processors' => [
  7334.                     ],
  7335.                 ],
  7336.                 'gallerie' => [
  7337.                     'quality' => 100,
  7338.                     'jpeg_quality' => NULL,
  7339.                     'png_compression_level' => NULL,
  7340.                     'png_compression_filter' => NULL,
  7341.                     'format' => NULL,
  7342.                     'animated' => false,
  7343.                     'cache' => NULL,
  7344.                     'data_loader' => NULL,
  7345.                     'default_image' => NULL,
  7346.                     'filters' => [
  7347.                         'thumbnail' => [
  7348.                             'size' => [
  7349.                                 => 1600,
  7350.                                 => 950,
  7351.                             ],
  7352.                             'mode' => 'outbound',
  7353.                             'allow_upscale' => true,
  7354.                         ],
  7355.                     ],
  7356.                     'post_processors' => [
  7357.                     ],
  7358.                 ],
  7359.                 'datatable' => [
  7360.                     'quality' => 100,
  7361.                     'jpeg_quality' => NULL,
  7362.                     'png_compression_level' => NULL,
  7363.                     'png_compression_filter' => NULL,
  7364.                     'format' => NULL,
  7365.                     'animated' => false,
  7366.                     'cache' => NULL,
  7367.                     'data_loader' => NULL,
  7368.                     'default_image' => NULL,
  7369.                     'filters' => [
  7370.                         'thumbnail' => [
  7371.                             'size' => [
  7372.                                 => 64,
  7373.                                 => 64,
  7374.                             ],
  7375.                             'mode' => 'outbound',
  7376.                             'allow_upscale' => true,
  7377.                         ],
  7378.                     ],
  7379.                     'post_processors' => [
  7380.                     ],
  7381.                 ],
  7382.                 'last' => [
  7383.                     'quality' => 100,
  7384.                     'jpeg_quality' => NULL,
  7385.                     'png_compression_level' => NULL,
  7386.                     'png_compression_filter' => NULL,
  7387.                     'format' => NULL,
  7388.                     'animated' => false,
  7389.                     'cache' => NULL,
  7390.                     'data_loader' => NULL,
  7391.                     'default_image' => NULL,
  7392.                     'filters' => [
  7393.                         'thumbnail' => [
  7394.                             'size' => [
  7395.                                 => 37,
  7396.                                 => 37,
  7397.                             ],
  7398.                             'mode' => 'outbound',
  7399.                             'allow_upscale' => true,
  7400.                         ],
  7401.                     ],
  7402.                     'post_processors' => [
  7403.                     ],
  7404.                 ],
  7405.                 'premium' => [
  7406.                     'quality' => 100,
  7407.                     'jpeg_quality' => NULL,
  7408.                     'png_compression_level' => NULL,
  7409.                     'png_compression_filter' => NULL,
  7410.                     'format' => NULL,
  7411.                     'animated' => false,
  7412.                     'cache' => NULL,
  7413.                     'data_loader' => NULL,
  7414.                     'default_image' => NULL,
  7415.                     'filters' => [
  7416.                         'thumbnail' => [
  7417.                             'size' => [
  7418.                                 => 374,
  7419.                                 => 293,
  7420.                             ],
  7421.                             'mode' => 'outbound',
  7422.                             'allow_upscale' => true,
  7423.                         ],
  7424.                     ],
  7425.                     'post_processors' => [
  7426.                     ],
  7427.                 ],
  7428.                 'partenaire' => [
  7429.                     'quality' => 100,
  7430.                     'jpeg_quality' => NULL,
  7431.                     'png_compression_level' => NULL,
  7432.                     'png_compression_filter' => NULL,
  7433.                     'format' => NULL,
  7434.                     'animated' => false,
  7435.                     'cache' => NULL,
  7436.                     'data_loader' => NULL,
  7437.                     'default_image' => NULL,
  7438.                     'filters' => [
  7439.                         'thumbnail' => [
  7440.                             'size' => [
  7441.                                 => 40,
  7442.                                 => 40,
  7443.                             ],
  7444.                             'mode' => 'outbound',
  7445.                             'allow_upscale' => true,
  7446.                         ],
  7447.                     ],
  7448.                     'post_processors' => [
  7449.                     ],
  7450.                 ],
  7451.                 'business' => [
  7452.                     'quality' => 100,
  7453.                     'jpeg_quality' => NULL,
  7454.                     'png_compression_level' => NULL,
  7455.                     'png_compression_filter' => NULL,
  7456.                     'format' => NULL,
  7457.                     'animated' => false,
  7458.                     'cache' => NULL,
  7459.                     'data_loader' => NULL,
  7460.                     'default_image' => NULL,
  7461.                     'filters' => [
  7462.                         'thumbnail' => [
  7463.                             'size' => [
  7464.                                 => 600,
  7465.                                 => 450,
  7466.                             ],
  7467.                             'mode' => 'outbound',
  7468.                             'allow_upscale' => true,
  7469.                         ],
  7470.                     ],
  7471.                     'post_processors' => [
  7472.                     ],
  7473.                 ],
  7474.                 'categories' => [
  7475.                     'quality' => 100,
  7476.                     'jpeg_quality' => NULL,
  7477.                     'png_compression_level' => NULL,
  7478.                     'png_compression_filter' => NULL,
  7479.                     'format' => NULL,
  7480.                     'animated' => false,
  7481.                     'cache' => NULL,
  7482.                     'data_loader' => NULL,
  7483.                     'default_image' => NULL,
  7484.                     'filters' => [
  7485.                         'thumbnail' => [
  7486.                             'size' => [
  7487.                                 => 274,
  7488.                                 => 274,
  7489.                             ],
  7490.                             'mode' => 'outbound',
  7491.                             'allow_upscale' => true,
  7492.                         ],
  7493.                     ],
  7494.                     'post_processors' => [
  7495.                     ],
  7496.                 ],
  7497.             ],
  7498.             'liip_imagine.binary.loader.default' => 'default',
  7499.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  7500.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  7501.             'liip_imagine.webp.generate' => false,
  7502.             'liip_imagine.webp.options' => [
  7503.                 'quality' => 100,
  7504.                 'cache' => NULL,
  7505.                 'data_loader' => NULL,
  7506.                 'post_processors' => [
  7507.                 ],
  7508.             ],
  7509.             'fos_user.backend_type_orm' => true,
  7510.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  7511.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  7512.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  7513.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  7514.             'fos_user.registration.confirmation.from_email' => [
  7515.                 'meriemmellef@gmail.com' => 'Water',
  7516.             ],
  7517.             'fos_user.resetting.email.from_email' => [
  7518.                 'meriemmellef@gmail.com' => 'Water',
  7519.             ],
  7520.             'fos_user.storage' => 'orm',
  7521.             'fos_user.firewall_name' => 'main',
  7522.             'fos_user.model_manager_name' => NULL,
  7523.             'fos_user.model.user.class' => 'App\\Entity\\User',
  7524.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  7525.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  7526.             'fos_user.profile.form.validation_groups' => [
  7527.                 => 'Profile',
  7528.                 => 'Default',
  7529.             ],
  7530.             'fos_user.registration.confirmation.enabled' => false,
  7531.             'fos_user.registration.form.type' => 'App\\Forms\\RegistrationType',
  7532.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  7533.             'fos_user.registration.form.validation_groups' => [
  7534.                 => 'Registration',
  7535.                 => 'Default',
  7536.             ],
  7537.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  7538.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  7539.             'fos_user.change_password.form.validation_groups' => [
  7540.                 => 'ChangePassword',
  7541.                 => 'Default',
  7542.             ],
  7543.             'fos_user.resetting.retry_ttl' => 7200,
  7544.             'fos_user.resetting.token_ttl' => 86400,
  7545.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  7546.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  7547.             'fos_user.resetting.form.validation_groups' => [
  7548.                 => 'ResetPassword',
  7549.                 => 'Default',
  7550.             ],
  7551.             'fos_rest.format_listener.rules' => NULL,
  7552.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7553.             'data_collector.templates' => [
  7554.                 'data_collector.request' => [
  7555.                     => 'request',
  7556.                     => '@WebProfiler/Collector/request.html.twig',
  7557.                 ],
  7558.                 'data_collector.time' => [
  7559.                     => 'time',
  7560.                     => '@WebProfiler/Collector/time.html.twig',
  7561.                 ],
  7562.                 'data_collector.memory' => [
  7563.                     => 'memory',
  7564.                     => '@WebProfiler/Collector/memory.html.twig',
  7565.                 ],
  7566.                 'data_collector.validator' => [
  7567.                     => 'validator',
  7568.                     => '@WebProfiler/Collector/validator.html.twig',
  7569.                 ],
  7570.                 'data_collector.ajax' => [
  7571.                     => 'ajax',
  7572.                     => '@WebProfiler/Collector/ajax.html.twig',
  7573.                 ],
  7574.                 'data_collector.form' => [
  7575.                     => 'form',
  7576.                     => '@WebProfiler/Collector/form.html.twig',
  7577.                 ],
  7578.                 'data_collector.exception' => [
  7579.                     => 'exception',
  7580.                     => '@WebProfiler/Collector/exception.html.twig',
  7581.                 ],
  7582.                 'data_collector.logger' => [
  7583.                     => 'logger',
  7584.                     => '@WebProfiler/Collector/logger.html.twig',
  7585.                 ],
  7586.                 'data_collector.events' => [
  7587.                     => 'events',
  7588.                     => '@WebProfiler/Collector/events.html.twig',
  7589.                 ],
  7590.                 'data_collector.router' => [
  7591.                     => 'router',
  7592.                     => '@WebProfiler/Collector/router.html.twig',
  7593.                 ],
  7594.                 'data_collector.cache' => [
  7595.                     => 'cache',
  7596.                     => '@WebProfiler/Collector/cache.html.twig',
  7597.                 ],
  7598.                 'data_collector.translation' => [
  7599.                     => 'translation',
  7600.                     => '@WebProfiler/Collector/translation.html.twig',
  7601.                 ],
  7602.                 'data_collector.security' => [
  7603.                     => 'security',
  7604.                     => '@Security/Collector/security.html.twig',
  7605.                 ],
  7606.                 'data_collector.twig' => [
  7607.                     => 'twig',
  7608.                     => '@WebProfiler/Collector/twig.html.twig',
  7609.                 ],
  7610.                 'data_collector.http_client' => [
  7611.                     => 'http_client',
  7612.                     => '@WebProfiler/Collector/http_client.html.twig',
  7613.                 ],
  7614.                 'data_collector.doctrine' => [
  7615.                     => 'db',
  7616.                     => '@Doctrine/Collector/db.html.twig',
  7617.                 ],
  7618.                 'doctrine_migrations.migrations_collector' => [
  7619.                     => 'doctrine_migrations',
  7620.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  7621.                 ],
  7622.                 'data_collector.dump' => [
  7623.                     => 'dump',
  7624.                     => '@Debug/Profiler/dump.html.twig',
  7625.                 ],
  7626.                 'mailer.data_collector' => [
  7627.                     => 'mailer',
  7628.                     => '@WebProfiler/Collector/mailer.html.twig',
  7629.                 ],
  7630.                 'data_collector.config' => [
  7631.                     => 'config',
  7632.                     => '@WebProfiler/Collector/config.html.twig',
  7633.                 ],
  7634.             ],
  7635.             'console.command.ids' => [
  7636.             ],
  7637.         ];
  7638.     }
  7639. }
  7640. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  7641. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  7642. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  7643. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  7644. {
  7645.     /**
  7646.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  7647.      */
  7648.     private $valueHolderadd3a null;
  7649.     /**
  7650.      * @var \Closure|null initializer responsible for generating the wrapped object
  7651.      */
  7652.     private $initializer3fdc8 null;
  7653.     /**
  7654.      * @var bool[] map of public properties of the parent class
  7655.      */
  7656.     private static $publicProperties2d2b2 = [
  7657.         
  7658.     ];
  7659.     public function getConnection()
  7660.     {
  7661.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getConnection', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7662.         return $this->valueHolderadd3a->getConnection();
  7663.     }
  7664.     public function getMetadataFactory()
  7665.     {
  7666.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getMetadataFactory', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7667.         return $this->valueHolderadd3a->getMetadataFactory();
  7668.     }
  7669.     public function getExpressionBuilder()
  7670.     {
  7671.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getExpressionBuilder', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7672.         return $this->valueHolderadd3a->getExpressionBuilder();
  7673.     }
  7674.     public function beginTransaction()
  7675.     {
  7676.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'beginTransaction', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7677.         return $this->valueHolderadd3a->beginTransaction();
  7678.     }
  7679.     public function getCache()
  7680.     {
  7681.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getCache', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7682.         return $this->valueHolderadd3a->getCache();
  7683.     }
  7684.     public function transactional($func)
  7685.     {
  7686.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'transactional', array('func' => $func), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7687.         return $this->valueHolderadd3a->transactional($func);
  7688.     }
  7689.     public function wrapInTransaction(callable $func)
  7690.     {
  7691.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'wrapInTransaction', array('func' => $func), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7692.         return $this->valueHolderadd3a->wrapInTransaction($func);
  7693.     }
  7694.     public function commit()
  7695.     {
  7696.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'commit', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7697.         return $this->valueHolderadd3a->commit();
  7698.     }
  7699.     public function rollback()
  7700.     {
  7701.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'rollback', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7702.         return $this->valueHolderadd3a->rollback();
  7703.     }
  7704.     public function getClassMetadata($className)
  7705.     {
  7706.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getClassMetadata', array('className' => $className), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7707.         return $this->valueHolderadd3a->getClassMetadata($className);
  7708.     }
  7709.     public function createQuery($dql '')
  7710.     {
  7711.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'createQuery', array('dql' => $dql), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7712.         return $this->valueHolderadd3a->createQuery($dql);
  7713.     }
  7714.     public function createNamedQuery($name)
  7715.     {
  7716.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'createNamedQuery', array('name' => $name), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7717.         return $this->valueHolderadd3a->createNamedQuery($name);
  7718.     }
  7719.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  7720.     {
  7721.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7722.         return $this->valueHolderadd3a->createNativeQuery($sql$rsm);
  7723.     }
  7724.     public function createNamedNativeQuery($name)
  7725.     {
  7726.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'createNamedNativeQuery', array('name' => $name), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7727.         return $this->valueHolderadd3a->createNamedNativeQuery($name);
  7728.     }
  7729.     public function createQueryBuilder()
  7730.     {
  7731.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'createQueryBuilder', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7732.         return $this->valueHolderadd3a->createQueryBuilder();
  7733.     }
  7734.     public function flush($entity null)
  7735.     {
  7736.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'flush', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7737.         return $this->valueHolderadd3a->flush($entity);
  7738.     }
  7739.     public function find($className$id$lockMode null$lockVersion null)
  7740.     {
  7741.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7742.         return $this->valueHolderadd3a->find($className$id$lockMode$lockVersion);
  7743.     }
  7744.     public function getReference($entityName$id)
  7745.     {
  7746.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7747.         return $this->valueHolderadd3a->getReference($entityName$id);
  7748.     }
  7749.     public function getPartialReference($entityName$identifier)
  7750.     {
  7751.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7752.         return $this->valueHolderadd3a->getPartialReference($entityName$identifier);
  7753.     }
  7754.     public function clear($entityName null)
  7755.     {
  7756.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'clear', array('entityName' => $entityName), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7757.         return $this->valueHolderadd3a->clear($entityName);
  7758.     }
  7759.     public function close()
  7760.     {
  7761.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'close', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7762.         return $this->valueHolderadd3a->close();
  7763.     }
  7764.     public function persist($entity)
  7765.     {
  7766.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'persist', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7767.         return $this->valueHolderadd3a->persist($entity);
  7768.     }
  7769.     public function remove($entity)
  7770.     {
  7771.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'remove', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7772.         return $this->valueHolderadd3a->remove($entity);
  7773.     }
  7774.     public function refresh($entity)
  7775.     {
  7776.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'refresh', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7777.         return $this->valueHolderadd3a->refresh($entity);
  7778.     }
  7779.     public function detach($entity)
  7780.     {
  7781.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'detach', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7782.         return $this->valueHolderadd3a->detach($entity);
  7783.     }
  7784.     public function merge($entity)
  7785.     {
  7786.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'merge', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7787.         return $this->valueHolderadd3a->merge($entity);
  7788.     }
  7789.     public function copy($entity$deep false)
  7790.     {
  7791.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7792.         return $this->valueHolderadd3a->copy($entity$deep);
  7793.     }
  7794.     public function lock($entity$lockMode$lockVersion null)
  7795.     {
  7796.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7797.         return $this->valueHolderadd3a->lock($entity$lockMode$lockVersion);
  7798.     }
  7799.     public function getRepository($entityName)
  7800.     {
  7801.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getRepository', array('entityName' => $entityName), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7802.         return $this->valueHolderadd3a->getRepository($entityName);
  7803.     }
  7804.     public function contains($entity)
  7805.     {
  7806.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'contains', array('entity' => $entity), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7807.         return $this->valueHolderadd3a->contains($entity);
  7808.     }
  7809.     public function getEventManager()
  7810.     {
  7811.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getEventManager', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7812.         return $this->valueHolderadd3a->getEventManager();
  7813.     }
  7814.     public function getConfiguration()
  7815.     {
  7816.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getConfiguration', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7817.         return $this->valueHolderadd3a->getConfiguration();
  7818.     }
  7819.     public function isOpen()
  7820.     {
  7821.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'isOpen', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7822.         return $this->valueHolderadd3a->isOpen();
  7823.     }
  7824.     public function getUnitOfWork()
  7825.     {
  7826.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getUnitOfWork', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7827.         return $this->valueHolderadd3a->getUnitOfWork();
  7828.     }
  7829.     public function getHydrator($hydrationMode)
  7830.     {
  7831.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7832.         return $this->valueHolderadd3a->getHydrator($hydrationMode);
  7833.     }
  7834.     public function newHydrator($hydrationMode)
  7835.     {
  7836.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7837.         return $this->valueHolderadd3a->newHydrator($hydrationMode);
  7838.     }
  7839.     public function getProxyFactory()
  7840.     {
  7841.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getProxyFactory', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7842.         return $this->valueHolderadd3a->getProxyFactory();
  7843.     }
  7844.     public function initializeObject($obj)
  7845.     {
  7846.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'initializeObject', array('obj' => $obj), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7847.         return $this->valueHolderadd3a->initializeObject($obj);
  7848.     }
  7849.     public function getFilters()
  7850.     {
  7851.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'getFilters', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7852.         return $this->valueHolderadd3a->getFilters();
  7853.     }
  7854.     public function isFiltersStateClean()
  7855.     {
  7856.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'isFiltersStateClean', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7857.         return $this->valueHolderadd3a->isFiltersStateClean();
  7858.     }
  7859.     public function hasFilters()
  7860.     {
  7861.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'hasFilters', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7862.         return $this->valueHolderadd3a->hasFilters();
  7863.     }
  7864.     /**
  7865.      * Constructor for lazy initialization
  7866.      *
  7867.      * @param \Closure|null $initializer
  7868.      */
  7869.     public static function staticProxyConstructor($initializer)
  7870.     {
  7871.         static $reflection;
  7872.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7873.         $instance   $reflection->newInstanceWithoutConstructor();
  7874.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7875.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7876.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  7877.         $instance->initializer3fdc8 $initializer;
  7878.         return $instance;
  7879.     }
  7880.     public function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config)
  7881.     {
  7882.         static $reflection;
  7883.         if (! $this->valueHolderadd3a) {
  7884.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7885.             $this->valueHolderadd3a $reflection->newInstanceWithoutConstructor();
  7886.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7887.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7888.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7889.         }
  7890.         $this->valueHolderadd3a->__construct($conn$config);
  7891.     }
  7892.     public function & __get($name)
  7893.     {
  7894.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__get', ['name' => $name], $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7895.         if (isset(self::$publicProperties2d2b2[$name])) {
  7896.             return $this->valueHolderadd3a->$name;
  7897.         }
  7898.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7899.         if (! $realInstanceReflection->hasProperty($name)) {
  7900.             $targetObject $this->valueHolderadd3a;
  7901.             $backtrace debug_backtrace(false1);
  7902.             trigger_error(
  7903.                 sprintf(
  7904.                     'Undefined property: %s::$%s in %s on line %s',
  7905.                     $realInstanceReflection->getName(),
  7906.                     $name,
  7907.                     $backtrace[0]['file'],
  7908.                     $backtrace[0]['line']
  7909.                 ),
  7910.                 \E_USER_NOTICE
  7911.             );
  7912.             return $targetObject->$name;
  7913.         }
  7914.         $targetObject $this->valueHolderadd3a;
  7915.         $accessor = function & () use ($targetObject$name) {
  7916.             return $targetObject->$name;
  7917.         };
  7918.         $backtrace debug_backtrace(true2);
  7919.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7920.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7921.         $returnValue = & $accessor();
  7922.         return $returnValue;
  7923.     }
  7924.     public function __set($name$value)
  7925.     {
  7926.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__set', array('name' => $name'value' => $value), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7927.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7928.         if (! $realInstanceReflection->hasProperty($name)) {
  7929.             $targetObject $this->valueHolderadd3a;
  7930.             $targetObject->$name $value;
  7931.             return $targetObject->$name;
  7932.         }
  7933.         $targetObject $this->valueHolderadd3a;
  7934.         $accessor = function & () use ($targetObject$name$value) {
  7935.             $targetObject->$name $value;
  7936.             return $targetObject->$name;
  7937.         };
  7938.         $backtrace debug_backtrace(true2);
  7939.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7940.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7941.         $returnValue = & $accessor();
  7942.         return $returnValue;
  7943.     }
  7944.     public function __isset($name)
  7945.     {
  7946.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__isset', array('name' => $name), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7947.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7948.         if (! $realInstanceReflection->hasProperty($name)) {
  7949.             $targetObject $this->valueHolderadd3a;
  7950.             return isset($targetObject->$name);
  7951.         }
  7952.         $targetObject $this->valueHolderadd3a;
  7953.         $accessor = function () use ($targetObject$name) {
  7954.             return isset($targetObject->$name);
  7955.         };
  7956.         $backtrace debug_backtrace(true2);
  7957.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7958.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7959.         $returnValue $accessor();
  7960.         return $returnValue;
  7961.     }
  7962.     public function __unset($name)
  7963.     {
  7964.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__unset', array('name' => $name), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7965.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7966.         if (! $realInstanceReflection->hasProperty($name)) {
  7967.             $targetObject $this->valueHolderadd3a;
  7968.             unset($targetObject->$name);
  7969.             return;
  7970.         }
  7971.         $targetObject $this->valueHolderadd3a;
  7972.         $accessor = function () use ($targetObject$name) {
  7973.             unset($targetObject->$name);
  7974.             return;
  7975.         };
  7976.         $backtrace debug_backtrace(true2);
  7977.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7978.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7979.         $accessor();
  7980.     }
  7981.     public function __clone()
  7982.     {
  7983.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__clone', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7984.         $this->valueHolderadd3a = clone $this->valueHolderadd3a;
  7985.     }
  7986.     public function __sleep()
  7987.     {
  7988.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__sleep', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  7989.         return array('valueHolderadd3a');
  7990.     }
  7991.     public function __wakeup()
  7992.     {
  7993.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7994.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7995.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7996.     }
  7997.     public function setProxyInitializer(\Closure $initializer null) : void
  7998.     {
  7999.         $this->initializer3fdc8 $initializer;
  8000.     }
  8001.     public function getProxyInitializer() : ?\Closure
  8002.     {
  8003.         return $this->initializer3fdc8;
  8004.     }
  8005.     public function initializeProxy() : bool
  8006.     {
  8007.         return $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'initializeProxy', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8008.     }
  8009.     public function isProxyInitialized() : bool
  8010.     {
  8011.         return null !== $this->valueHolderadd3a;
  8012.     }
  8013.     public function getWrappedValueHolderValue()
  8014.     {
  8015.         return $this->valueHolderadd3a;
  8016.     }
  8017. }
  8018. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  8019. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  8020. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  8021. {
  8022.     /**
  8023.      * @var \Knp\Component\Pager\PaginatorInterface|null wrapped object, if the proxy is initialized
  8024.      */
  8025.     private $valueHolderadd3a null;
  8026.     /**
  8027.      * @var \Closure|null initializer responsible for generating the wrapped object
  8028.      */
  8029.     private $initializer3fdc8 null;
  8030.     /**
  8031.      * @var bool[] map of public properties of the parent class
  8032.      */
  8033.     private static $publicProperties2d2b2 = [
  8034.         
  8035.     ];
  8036.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  8037.     {
  8038.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8039.         if ($this->valueHolderadd3a === $returnValue $this->valueHolderadd3a->paginate($target$page$limit$options)) {
  8040.             return $this;
  8041.         }
  8042.         return $returnValue;
  8043.     }
  8044.     /**
  8045.      * Constructor for lazy initialization
  8046.      *
  8047.      * @param \Closure|null $initializer
  8048.      */
  8049.     public static function staticProxyConstructor($initializer)
  8050.     {
  8051.         static $reflection;
  8052.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8053.         $instance   $reflection->newInstanceWithoutConstructor();
  8054.         $instance->initializer3fdc8 $initializer;
  8055.         return $instance;
  8056.     }
  8057.     public function __construct()
  8058.     {
  8059.         static $reflection;
  8060.         if (! $this->valueHolderadd3a) {
  8061.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8062.             $this->valueHolderadd3a $reflection->newInstanceWithoutConstructor();
  8063.         }
  8064.     }
  8065.     public function & __get($name)
  8066.     {
  8067.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__get', ['name' => $name], $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8068.         if (isset(self::$publicProperties2d2b2[$name])) {
  8069.             return $this->valueHolderadd3a->$name;
  8070.         }
  8071.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8072.         if (! $realInstanceReflection->hasProperty($name)) {
  8073.             $targetObject $this->valueHolderadd3a;
  8074.             $backtrace debug_backtrace(false1);
  8075.             trigger_error(
  8076.                 sprintf(
  8077.                     'Undefined property: %s::$%s in %s on line %s',
  8078.                     $realInstanceReflection->getName(),
  8079.                     $name,
  8080.                     $backtrace[0]['file'],
  8081.                     $backtrace[0]['line']
  8082.                 ),
  8083.                 \E_USER_NOTICE
  8084.             );
  8085.             return $targetObject->$name;
  8086.         }
  8087.         $targetObject $this->valueHolderadd3a;
  8088.         $accessor = function & () use ($targetObject$name) {
  8089.             return $targetObject->$name;
  8090.         };
  8091.         $backtrace debug_backtrace(true2);
  8092.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8093.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8094.         $returnValue = & $accessor();
  8095.         return $returnValue;
  8096.     }
  8097.     public function __set($name$value)
  8098.     {
  8099.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__set', array('name' => $name'value' => $value), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8100.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8101.         if (! $realInstanceReflection->hasProperty($name)) {
  8102.             $targetObject $this->valueHolderadd3a;
  8103.             $targetObject->$name $value;
  8104.             return $targetObject->$name;
  8105.         }
  8106.         $targetObject $this->valueHolderadd3a;
  8107.         $accessor = function & () use ($targetObject$name$value) {
  8108.             $targetObject->$name $value;
  8109.             return $targetObject->$name;
  8110.         };
  8111.         $backtrace debug_backtrace(true2);
  8112.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8113.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8114.         $returnValue = & $accessor();
  8115.         return $returnValue;
  8116.     }
  8117.     public function __isset($name)
  8118.     {
  8119.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__isset', array('name' => $name), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8120.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8121.         if (! $realInstanceReflection->hasProperty($name)) {
  8122.             $targetObject $this->valueHolderadd3a;
  8123.             return isset($targetObject->$name);
  8124.         }
  8125.         $targetObject $this->valueHolderadd3a;
  8126.         $accessor = function () use ($targetObject$name) {
  8127.             return isset($targetObject->$name);
  8128.         };
  8129.         $backtrace debug_backtrace(true2);
  8130.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8131.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8132.         $returnValue $accessor();
  8133.         return $returnValue;
  8134.     }
  8135.     public function __unset($name)
  8136.     {
  8137.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__unset', array('name' => $name), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8138.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  8139.         if (! $realInstanceReflection->hasProperty($name)) {
  8140.             $targetObject $this->valueHolderadd3a;
  8141.             unset($targetObject->$name);
  8142.             return;
  8143.         }
  8144.         $targetObject $this->valueHolderadd3a;
  8145.         $accessor = function () use ($targetObject$name) {
  8146.             unset($targetObject->$name);
  8147.             return;
  8148.         };
  8149.         $backtrace debug_backtrace(true2);
  8150.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8151.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8152.         $accessor();
  8153.     }
  8154.     public function __clone()
  8155.     {
  8156.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__clone', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8157.         $this->valueHolderadd3a = clone $this->valueHolderadd3a;
  8158.     }
  8159.     public function __sleep()
  8160.     {
  8161.         $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'__sleep', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8162.         return array('valueHolderadd3a');
  8163.     }
  8164.     public function __wakeup()
  8165.     {
  8166.     }
  8167.     public function setProxyInitializer(\Closure $initializer null) : void
  8168.     {
  8169.         $this->initializer3fdc8 $initializer;
  8170.     }
  8171.     public function getProxyInitializer() : ?\Closure
  8172.     {
  8173.         return $this->initializer3fdc8;
  8174.     }
  8175.     public function initializeProxy() : bool
  8176.     {
  8177.         return $this->initializer3fdc8 && ($this->initializer3fdc8->__invoke($valueHolderadd3a$this'initializeProxy', array(), $this->initializer3fdc8) || 1) && $this->valueHolderadd3a $valueHolderadd3a;
  8178.     }
  8179.     public function isProxyInitialized() : bool
  8180.     {
  8181.         return null !== $this->valueHolderadd3a;
  8182.     }
  8183.     public function getWrappedValueHolderValue()
  8184.     {
  8185.         return $this->valueHolderadd3a;
  8186.     }
  8187. }